aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2024-03-24Merge tag 'efi-fixes-for-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+9
2024-03-24Merge tag 'x86-urgent-2024-03-24' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 14-85/+76
2024-03-24x86/efistub: Call mixed mode boot services on the firmware's stackGravatar Ard Biesheuvel 1-0/+9
2024-03-24x86/boot/64: Move 5-level paging global variable assignments backGravatar Tom Lendacky 1-9/+7
2024-03-24x86/boot/64: Apply encryption mask to 5-level pagetable updateGravatar Tom Lendacky 1-1/+1
2024-03-24x86/cpu: Add model number for another Intel Arrow Lake mobile processorGravatar Tony Luck 1-0/+1
2024-03-24x86/fpu: Keep xfd_state in sync with MSR_IA32_XFDGravatar Adamos Ttofari 2-6/+13
2024-03-23Merge tag 'powerpc-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 15-225/+268
2024-03-23Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 11-184/+33
2024-03-23Merge tag 'hardening-v6.9-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2024-03-23x86/mpparse: Register APIC address only onceGravatar Thomas Gleixner 1-5/+5
2024-03-23x86/topology: Handle the !APIC case gracefullyGravatar Thomas Gleixner 1-0/+11
2024-03-23x86/topology: Don't evaluate logical IDs during early bootGravatar Thomas Gleixner 1-5/+7
2024-03-23x86/cpu: Ensure that CPU info updates are propagated on UPGravatar Thomas Gleixner 3-37/+14
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 68-550/+4316
2024-03-22Merge tag 'loongarch-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Gravatar Linus Torvalds 43-67/+921
2024-03-22kprobes/x86: Use copy_from_kernel_nofault() to read from unsafe addressGravatar Masami Hiramatsu (Google) 1-1/+10
2024-03-22x86/pm: Work around false positive kmemleak report in msr_build_context()Gravatar Anton Altaparmakov 1-5/+5
2024-03-22x86/kexec: Do not update E820 kexec table for setup_dataGravatar Dave Young 1-16/+1
2024-03-21Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-1/+2
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 9-26/+27
2024-03-21Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-4/+0
2024-03-21Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 2-6/+2
2024-03-21Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 2-3/+49
2024-03-21Merge tag 'sh-for-v6.9-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-2/+2
2024-03-21Merge tag 'hyperv-next-signed-20240320' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 10-187/+196
2024-03-21sh: hd64461: Make setup_hd64461() staticGravatar Artur Rojek 1-1/+1
2024-03-21x86/config: Fix warning for 'make ARCH=x86_64 tinyconfig'Gravatar Masahiro Yamada 1-0/+1
2024-03-20riscv: Fix syscall wrapper for >word-size argumentsGravatar Sami Tolvanen 1-14/+39
2024-03-20Merge patch series "riscv/barrier: tidying up barrier-related macro"Gravatar Palmer Dabbelt 7-32/+36
2024-03-20crypto: riscv - add vector crypto accelerated AES-CBC-CTSGravatar Eric Biggers 3-5/+245
2024-03-20crypto: riscv - parallelize AES-CBC decryptionGravatar Eric Biggers 1-9/+15
2024-03-20Merge patch series "RISC-V: ACPI: Enable CPPC based cpufreq support"Gravatar Palmer Dabbelt 1-0/+1
2024-03-20riscv: Only flush the mm icache when setting an exec pteGravatar Alexandre Ghiti 3-10/+10
2024-03-20riscv: Use kcalloc() instead of kzalloc()Gravatar Erick Archer 1-2/+1
2024-03-20Merge patch series "RISC-V: ACPI: Add LPI support"Gravatar Palmer Dabbelt 2-0/+52
2024-03-20Merge patch series "riscv: Introduce compat-mode helpers & improve arch_get_m...Gravatar Palmer Dabbelt 5-24/+34
2024-03-19riscv/barrier: Add missing space after ','Gravatar Eric Chan 1-6/+6
2024-03-19riscv/barrier: Consolidate fence definitionsGravatar Eric Chan 7-14/+16
2024-03-19riscv/barrier: Define RISCV_FULL_BARRIERGravatar Eric Chan 3-10/+12
2024-03-19riscv/barrier: Define __{mb,rmb,wmb}Gravatar Eric Chan 1-3/+3
2024-03-19RISC-V: defconfig: Enable CONFIG_ACPI_CPPC_CPUFREQGravatar Sunil V L 1-0/+1
2024-03-19cpuidle: RISC-V: Move few functions to arch/riscvGravatar Sunil V L 2-0/+52
2024-03-19riscv: Introduce set_compat_task() in asm/compat.hGravatar Leonardo Bras 2-4/+9
2024-03-19riscv: Introduce is_compat_thread() into compat.hGravatar Leonardo Bras 2-3/+11
2024-03-19riscv: add compile-time test into is_compat_task()Gravatar Leonardo Bras 4-12/+5
2024-03-19riscv: Replace direct thread flag check with is_compat_task()Gravatar Leonardo Bras 2-2/+2
2024-03-19riscv: Improve arch_get_mmap_end() macroGravatar Leonardo Bras 1-3/+9
2024-03-19Merge tag 'soc-late-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Gravatar Linus Torvalds 19-385/+765
2024-03-19Merge tag 's390-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 20-153/+316