Age | Commit message (Expand) | Author |
2024-11-29 | Merge tag 's390-6.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds |
2024-11-28 | s390/spinlock: Generate shorter code for arch_spin_unlock() | Heiko Carstens |
2024-11-28 | s390/spinlock: Remove condition code clobber from arch_spin_unlock() | Heiko Carstens |
2024-11-28 | s390/spinlock: Use symbolic names in inline assemblies | Heiko Carstens |
2024-11-28 | s390: Support PREEMPT_DYNAMIC | Heiko Carstens |
2024-11-28 | s390/mm/hugetlbfs: Add missing includes | Heiko Carstens |
2024-11-27 | s390/mm: Add PTE_MARKER support for hugetlbfs mappings | Gerald Schaefer |
2024-11-27 | s390/mm: Introduce region-third and segment table swap entries | Gerald Schaefer |
2024-11-27 | s390/mm: Introduce region-third and segment table entry present bits | Gerald Schaefer |
2024-11-27 | s390/mm: Rearrange region-third and segment table entry SW bits | Gerald Schaefer |
2024-11-27 | KVM: s390: Increase size of union sca_utility to four bytes | Heiko Carstens |
2024-11-25 | Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/... | Linus Torvalds |
2024-11-24 | s390: Add ARCH_HAS_PREEMPT_LAZY support | Heiko Carstens |
2024-11-24 | s390: Add missing _TIF defines | Heiko Carstens |
2024-11-23 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2024-11-23 | Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2024-11-22 | Merge tag 'iommu-updates-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2024-11-21 | Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2024-11-21 | s390/mm: Remove bogus comment in __tlb_flush_mm() | Alexander Gordeev |
2024-11-21 | s390/debug: Pass in and enforce output buffer size for format handlers | Niklas Schnelle |
2024-11-20 | Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2024-11-20 | Merge tag 'ftrace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tra... | Linus Torvalds |
2024-11-19 | Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2024-11-19 | Merge tag 'perf-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2024-11-18 | Merge tag 's390-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds |
2024-11-15 | Merge branches 'arm/smmu', 'mediatek', 's390', 'ti/omap', 'riscv' and 'core' ... | Joerg Roedel |
2024-11-14 | perf/core: Hoist perf_instruction_pointer() and perf_misc_flags() | Colton Lewis |
2024-11-13 | s390/smp: Convert to use flag output macros | Heiko Carstens |
2024-11-13 | s390/uv: Convert to use flag output macros | Heiko Carstens |
2024-11-13 | s390/pai: Convert to use flag output macros | Heiko Carstens |
2024-11-13 | s390/mm: Convert to use flag output macros | Heiko Carstens |
2024-11-13 | s390/cpu_mf: Convert to use flag output macros | Heiko Carstens |
2024-11-13 | s390/time: Convert to use flag output macros | Heiko Carstens |
2024-11-13 | s390/asm: Helper macros for flag output operand handling | Heiko Carstens |
2024-11-12 | Merge tag 'kvm-s390-next-6.13-1' of https://git.kernel.org/pub/scm/linux/kern... | Paolo Bonzini |
2024-11-12 | s390/atomic: Remove __atomic_cmpxchg() variants | Heiko Carstens |
2024-11-12 | s390/locking: Use arch_try_cmpxchg() instead of __atomic_cmpxchg_bool() | Heiko Carstens |
2024-11-12 | s390/preempt: Use arch_try_cmpxchg() instead of __atomic_cmpxchg() | Heiko Carstens |
2024-11-12 | s390/atomic: Provide arch_atomic_try_cmpxchg() | Heiko Carstens |
2024-11-12 | s390/cmpxchg: Use arch_cmpxchg() instead of __atomic_cmpxchg() | Heiko Carstens |
2024-11-12 | s390/atomic: Convert arch_atomic_xchg() to C function | Heiko Carstens |
2024-11-12 | s390/cmpxchg: Provide arch_try_cmpxchg128() | Heiko Carstens |
2024-11-12 | s390/cmpxchg: Provide arch_cmpxchg128_local() | Heiko Carstens |
2024-11-12 | s390/cmpxchg: Implement arch_xchg() with arch_try_cmpxchg() | Heiko Carstens |
2024-11-12 | s390/cmpxchg: Provide arch_try_cmpxchg() | Heiko Carstens |
2024-11-12 | s390/cmpxchg: Convert one and two byte case inline assemblies to C | Heiko Carstens |
2024-11-11 | Improve consistency of '#error' directive messages | Nataniel Farzan |
2024-11-11 | KVM: s390: add msa11 to cpu model | Hendrik Brueckner |
2024-11-11 | KVM: s390: add concurrent-function facility to cpu model | Hendrik Brueckner |
2024-11-07 | arch: introduce set_direct_map_valid_noflush() | Mike Rapoport (Microsoft) |