index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
s390
/
include
/
asm
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-27
s390/mm: Introduce region-third and segment table entry present bits
Gerald Schaefer
1
-16
/
+35
2024-11-27
s390/mm: Rearrange region-third and segment table entry SW bits
Gerald Schaefer
2
-8
/
+9
2024-11-27
KVM: s390: Increase size of union sca_utility to four bytes
Heiko Carstens
1
-5
/
+10
2024-11-25
Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-1
/
+1
2024-11-24
s390: Add ARCH_HAS_PREEMPT_LAZY support
Heiko Carstens
1
-3
/
+5
2024-11-24
s390: Add missing _TIF defines
Heiko Carstens
1
-7
/
+6
2024-11-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+1
2024-11-23
Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-59
/
+17
2024-11-22
Merge tag 'iommu-updates-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+2
2024-11-21
Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2
-0
/
+7
2024-11-21
s390/mm: Remove bogus comment in __tlb_flush_mm()
Alexander Gordeev
1
-5
/
+0
2024-11-21
s390/debug: Pass in and enforce output buffer size for format handlers
Niklas Schnelle
1
-3
/
+5
2024-11-20
Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+0
2024-11-20
Merge tag 'ftrace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
1
-25
/
+4
2024-11-19
Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
6
-28
/
+14
2024-11-19
Merge tag 'perf-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+3
2024-11-18
Merge tag 's390-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
26
-341
/
+598
2024-11-15
Merge branches 'arm/smmu', 'mediatek', 's390', 'ti/omap', 'riscv' and 'core' ...
Joerg Roedel
1
-2
/
+2
2024-11-14
perf/core: Hoist perf_instruction_pointer() and perf_misc_flags()
Colton Lewis
1
-3
/
+3
2024-11-13
s390/smp: Convert to use flag output macros
Heiko Carstens
1
-5
/
+6
2024-11-13
s390/uv: Convert to use flag output macros
Heiko Carstens
1
-6
/
+6
2024-11-13
s390/pai: Convert to use flag output macros
Heiko Carstens
1
-5
/
+5
2024-11-13
s390/mm: Convert to use flag output macros
Heiko Carstens
1
-5
/
+7
2024-11-13
s390/cpu_mf: Convert to use flag output macros
Heiko Carstens
1
-27
/
+30
2024-11-13
s390/time: Convert to use flag output macros
Heiko Carstens
1
-15
/
+17
2024-11-13
s390/asm: Helper macros for flag output operand handling
Heiko Carstens
1
-2
/
+41
2024-11-12
Merge tag 'kvm-s390-next-6.13-1' of https://git.kernel.org/pub/scm/linux/kern...
Paolo Bonzini
1
-0
/
+1
2024-11-12
s390/atomic: Remove __atomic_cmpxchg() variants
Heiko Carstens
1
-75
/
+0
2024-11-12
s390/locking: Use arch_try_cmpxchg() instead of __atomic_cmpxchg_bool()
Heiko Carstens
1
-5
/
+8
2024-11-12
s390/preempt: Use arch_try_cmpxchg() instead of __atomic_cmpxchg()
Heiko Carstens
1
-5
/
+4
2024-11-12
s390/atomic: Provide arch_atomic_try_cmpxchg()
Heiko Carstens
1
-0
/
+12
2024-11-12
s390/cmpxchg: Use arch_cmpxchg() instead of __atomic_cmpxchg()
Heiko Carstens
1
-2
/
+2
2024-11-12
s390/atomic: Convert arch_atomic_xchg() to C function
Heiko Carstens
1
-2
/
+10
2024-11-12
s390/cmpxchg: Provide arch_try_cmpxchg128()
Heiko Carstens
1
-0
/
+19
2024-11-12
s390/cmpxchg: Provide arch_cmpxchg128_local()
Heiko Carstens
1
-0
/
+1
2024-11-12
s390/cmpxchg: Implement arch_xchg() with arch_try_cmpxchg()
Heiko Carstens
1
-71
/
+81
2024-11-12
s390/cmpxchg: Provide arch_try_cmpxchg()
Heiko Carstens
2
-0
/
+64
2024-11-12
s390/cmpxchg: Convert one and two byte case inline assemblies to C
Heiko Carstens
1
-89
/
+73
2024-11-11
Improve consistency of '#error' directive messages
Nataniel Farzan
1
-1
/
+1
2024-11-11
KVM: s390: add msa11 to cpu model
Hendrik Brueckner
1
-0
/
+1
2024-11-07
arch: introduce set_direct_map_valid_noflush()
Mike Rapoport (Microsoft)
1
-0
/
+1
2024-11-07
s390/sparsemem: Provide phys_to_target_node() with CONFIG_NUMA
Heiko Carstens
1
-0
/
+8
2024-11-07
s390/sparsemem: Provide memory_add_physaddr_to_nid() with CONFIG_NUMA
David Hildenbrand
1
-0
/
+8
2024-11-07
s390/sparsemem: Reduce section size to 128 MiB
David Hildenbrand
1
-1
/
+1
2024-11-07
s390/physmem_info: Query diag500(STORAGE LIMIT) to support QEMU/KVM memory de...
David Hildenbrand
1
-0
/
+3
2024-11-06
mm: remove unused hugepage for vma_alloc_folio()
Kefeng Wang
1
-1
/
+1
2024-11-06
mm: consolidate common checks in hugetlb_get_unmapped_area
Oscar Salvador
1
-17
/
+0
2024-11-06
arch/s390: clean up hugetlb definitions
Oscar Salvador
1
-42
/
+16
2024-11-02
vdso: Rename struct arch_vdso_data to arch_vdso_time_data
Nam Cao
2
-12
/
+12
2024-11-02
s390/vdso: Drop LBASE_VDSO
Thomas Weißschuh
1
-3
/
+0
[prev]
[next]