summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2025-03-25Merge tag 'irq-drivers-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-125/+141
2025-03-25RISC-V: add f & d extension validation checksConor Dooley1-2/+29
2025-03-25RISC-V: add vector crypto extension validation checksConor Dooley1-16/+33
2025-03-25RISC-V: add vector extension validation checksConor Dooley2-20/+43
2025-03-25x86/split_lock: Simplify reenablingMaksim Davydov1-11/+24
2025-03-25x86/fpu: Update the outdated comment above fpstate_init_user()Chao Gao1-1/+1
2025-03-25objtool: Fix X86_FEATURE_SMAP alternative handlingJosh Poimboeuf3-14/+21
2025-03-25x86/early_printk: Add support for MMIO-based UARTsDenis Mukhin1-1/+44
2025-03-25x86/dumpstack: Fix inaccurate unwinding from exception stacks due to misplace...Jann Horn1-3/+2
2025-03-25x86/entry: Fix ORC unwinder for PUSH_REGS with save_ret=1Jann Horn1-0/+2
2025-03-25x86/Kconfig: Fix lists in X86_EXTENDED_PLATFORM help textMateusz Jończyk1-3/+0
2025-03-25x86/Kconfig: Correct X86_X2APIC help textMateusz Jończyk1-6/+7
2025-03-25Merge branch 'linus' into x86/urgent, to pick up fixes and refresh the branchIngo Molnar153-1180/+1384
2025-03-24x86 boot build: make git ignore stale 'tools' directoryLinus Torvalds1-0/+1
2025-03-24Merge tag 'x86-platform-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+1
2025-03-24Merge tag 'x86-sev-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-4/+3
2025-03-24Merge tag 'x86-cleanups-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-5/+17
2025-03-24Merge tag 'x86-fpu-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-62/+59
2025-03-24Merge tag 'x86-boot-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds14-306/+266
2025-03-24Merge tag 'x86-build-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-256/+9
2025-03-24Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds278-3963/+4618
2025-03-24Merge tag 'perf-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds17-177/+602
2025-03-24Merge tag 'sched-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-40/+10
2025-03-24Merge tag 'objtool-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-11/+29
2025-03-24Merge tag 'locking-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-74/+87
2025-03-24Merge tag 'bitmap-for-6.15' of https://github.com/norov/linuxLinus Torvalds3-8/+4
2025-03-24Merge tag 'seccomp-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-19/+3
2025-03-24Merge tag 'hardening-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+5
2025-03-24Merge tag 'execve-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-44/+28
2025-03-24ARM: davinci: always enable CONFIG_ARCH_DAVINCI_DA850Arnd Bergmann1-0/+1
2025-03-24Merge tag 'vfs-6.15-rc1.sysv' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds20-20/+0
2025-03-24Merge tag 'vfs-6.15-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds16-0/+16
2025-03-24Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-5/+5
2025-03-24m68k: coldfire: select PCI_IOMAP for PCIArnd Bergmann1-1/+2
2025-03-24Merge branch 'pm-cpufreq'Rafael J. Wysocki2-10/+14
2025-03-24Merge branches 'acpi-x86', 'acpi-platform-profile', 'acpi-apei' and 'acpi-misc'Rafael J. Wysocki1-0/+2
2025-03-22x86: drop unnecessary prefix map configurationThomas Weißschuh2-2/+0
2025-03-22tracing: Disable branch profiling in noinstr codeJosh Poimboeuf6-9/+4
2025-03-22x86/speculation: Remove the extra #ifdef around CALL_NOSPECPawan Gupta1-4/+0
2025-03-22perf/amd/ibs: Prevent leaking sensitive data to userspaceNamhyung Kim1-6/+78
2025-03-22x86/Kconfig: Document release year of glibc 2.3.3Mateusz Jończyk1-1/+1
2025-03-22x86/Kconfig: Make CONFIG_PCI_CNB20LE_QUIRK depend on X86_32Mateusz Jończyk1-2/+10
2025-03-22x86/Kconfig: Document CONFIG_PCI_MMCONFIGMateusz Jończyk1-0/+13
2025-03-22x86/Kconfig: Update lists in X86_EXTENDED_PLATFORMMateusz Jończyk1-3/+7
2025-03-22x86/Kconfig: Move all X86_EXTENDED_PLATFORM options togetherMateusz Jończyk1-11/+11
2025-03-22x86/Kconfig: Always enable ARCH_SPARSEMEM_ENABLEMateusz Jończyk1-1/+0
2025-03-22x86/Kconfig: Enable X86_X2APIC by default and improve help textMateusz Jończyk1-9/+16
2025-03-21x86/mm: restore early initialization of high_memory for 32-bitsMike Rapoport (Microsoft)2-0/+6
2025-03-22crypto: arm/ghash-ce - Remove SIMD fallback code pathHerbert Xu1-189/+8
2025-03-21x86/hyperv: fix an indentation issue in mshyperv.hWei Liu1-1/+1