index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
2025-03-19
x86/syscall/32: Move 32-bit syscall dispatch code
Brian Gerst
2025-03-19
x86/xen: Move Xen upcall handler
Brian Gerst
2025-03-19
x86/amd_node: Add a smn_read_register() helper
Mario Limonciello
2025-03-19
x86/amd_node: Add support for debugfs access to SMN registers
Mario Limonciello
2025-03-19
x86/amd_node: Add SMN offsets to exclusive region access
Mario Limonciello
2025-03-19
x86/amd_node, platform/x86/amd/hsmp: Have HSMP use SMN through AMD_NODE
Yazen Ghannam
2025-03-19
x86/mtrr: Use str_enabled_disabled() helper in print_mtrr_state()
Thorsten Blum
2025-03-19
x86/entry: Add __init to ia32_emulation_override_cmdline()
Vitaly Kuznetsov
2025-03-19
x86/cpufeatures: Warn about unmet CPU feature dependencies
Sohil Mehta
2025-03-19
x86/rfds: Exclude P-only parts from the RFDS affected list
Pawan Gupta
2025-03-19
x86/cpu: Update x86_match_cpu() to also use cpu-type
Pawan Gupta
2025-03-19
x86/cpu: Add cpu_type to struct x86_cpu_id
Pawan Gupta
2025-03-19
x86/cpu: Shorten CPU matching macro
Pawan Gupta
2025-03-19
x86/cpu: Fix the description of X86_MATCH_VFM_STEPS()
Pawan Gupta
2025-03-19
x86/cpufeatures: Use AWK to generate {REQUIRED|DISABLED}_MASK_BIT_SET in <asm...
Xin Li (Intel)
2025-03-19
x86/cpufeatures: Remove {disabled,required}-features.h
Xin Li (Intel)
2025-03-19
x86/cpufeatures: Generate the <asm/cpufeaturemasks.h> header based on build c...
H. Peter Anvin (Intel)
2025-03-19
x86/cpufeatures: Add {REQUIRED,DISABLED} feature configs
H. Peter Anvin (Intel)
2025-03-19
x86/mm/ident_map: Fix theoretical virtual address overflow to zero
Kirill A. Shutemov
2025-03-19
x86/acpi: Replace manual page table initialization with kernel_ident_mapping_...
Kirill A. Shutemov
2025-03-19
x86/mm: Always set the ASID valid bit for the INVLPGB instruction
Tom Lendacky
2025-03-19
x86/mm: Enable AMD translation cache extensions
Rik van Riel
2025-03-19
x86/mm: Enable broadcast TLB invalidation for multi-threaded processes
Rik van Riel
2025-03-19
x86/mm: Add global ASID process exit helpers
Rik van Riel
2025-03-19
x86/mm: Handle global ASID context switch and TLB flush
Rik van Riel
2025-03-19
x86/mm: Add global ASID allocation helper functions
Rik van Riel
2025-03-19
x86/mm: Use broadcast TLB flushing in page reclaim
Rik van Riel
2025-03-19
x86/mm: Use INVLPGB for kernel TLB flushes
Rik van Riel
2025-03-19
x86/mm: Add INVLPGB support code
Rik van Riel
2025-03-19
x86/mm: Add INVLPGB feature and Kconfig entry
Rik van Riel
2025-03-19
x86/mm: Consolidate full flush threshold decision
Rik van Riel
2025-03-19
x86/mm: Check return value from memblock_phys_alloc_range()
Philip Redkin
2025-03-19
Merge tag 'v6.14-rc7' into x86/core, to pick up fixes
Ingo Molnar
2025-03-19
MIPS: cm: Fix warning if MIPS_CM is disabled
Thomas Bogendoerfer
2025-03-19
MIPS: Fix Macro name
Abhishek Tamboli
2025-03-18
mips: fix PCI_IOBASE definition
Arnd Bergmann
2025-03-18
arm64: dts: qcom: x1e001de-devkit: fix USB retimer reset polarity
Johan Hovold
2025-03-18
s390: Use inline qualifier for all EX_TABLE and ALTERNATIVE inline assemblies
Heiko Carstens
2025-03-18
s390/kfence: Split kfence pool into 4k mappings in arch_kfence_init_pool()
Vasily Gorbik
2025-03-18
s390/ptrace: Avoid KASAN false positives in regs_get_kernel_stack_nth()
Vasily Gorbik
2025-03-18
s390/boot: Ignore vmlinux.map
WangYuli
2025-03-18
s390/sysctl: Remove "vm/allocate_pgste" sysctl
Heiko Carstens
2025-03-18
s390: Remove 2k vs 4k page table leftovers
Heiko Carstens
2025-03-18
s390/tlb: Use mm_has_pgste() instead of mm_alloc_pgste()
Heiko Carstens
2025-03-18
s390/lowcore: Use lghi instead llilh to clear register
Heiko Carstens
2025-03-18
s390/syscall: Merge __do_syscall() and do_syscall()
Heiko Carstens
2025-03-18
s390/spinlock: Implement SPINLOCK_LOCKVAL with inline assembly
Heiko Carstens
2025-03-18
s390/smp: Implement raw_smp_processor_id() with inline assembly
Heiko Carstens
2025-03-18
s390/current: Implement current with inline assembly
Heiko Carstens
2025-03-18
s390/lowcore: Use inline qualifier for get_lowcore() inline assembly
Heiko Carstens
[prev]
[next]