summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* crash: use macro to add crashk_res into iomem early for specific archBaoquan He2024-03-261-0/+2
* hexagon: vmlinux.lds.S: handle attributes sectionNathan Chancellor2024-03-261-0/+1
* ARM: prctl: reject PR_SET_MDWE on pre-ARMv6Zev Weiss2024-03-261-0/+14
* prctl: generalize PR_SET_MDWE support check to be per-archZev Weiss2024-03-261-0/+14
* Merge tag 'efi-fixes-for-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-03-241-0/+9
|\
| * x86/efistub: Call mixed mode boot services on the firmware's stackArd Biesheuvel2024-03-241-0/+9
* | Merge tag 'x86-urgent-2024-03-24' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-03-2414-85/+76
|\ \
| * | x86/boot/64: Move 5-level paging global variable assignments backTom Lendacky2024-03-241-9/+7
| * | x86/boot/64: Apply encryption mask to 5-level pagetable updateTom Lendacky2024-03-241-1/+1
| * | x86/cpu: Add model number for another Intel Arrow Lake mobile processorTony Luck2024-03-241-0/+1
| * | x86/fpu: Keep xfd_state in sync with MSR_IA32_XFDAdamos Ttofari2024-03-242-6/+13
| * | x86/mpparse: Register APIC address only onceThomas Gleixner2024-03-231-5/+5
| * | x86/topology: Handle the !APIC case gracefullyThomas Gleixner2024-03-231-0/+11
| * | x86/topology: Don't evaluate logical IDs during early bootThomas Gleixner2024-03-231-5/+7
| * | x86/cpu: Ensure that CPU info updates are propagated on UPThomas Gleixner2024-03-233-37/+14
| * | kprobes/x86: Use copy_from_kernel_nofault() to read from unsafe addressMasami Hiramatsu (Google)2024-03-221-1/+10
| * | x86/pm: Work around false positive kmemleak report in msr_build_context()Anton Altaparmakov2024-03-221-5/+5
| * | x86/kexec: Do not update E820 kexec table for setup_dataDave Young2024-03-221-16/+1
| * | x86/config: Fix warning for 'make ARCH=x86_64 tinyconfig'Masahiro Yamada2024-03-211-0/+1
* | | Merge tag 'powerpc-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2024-03-2315-225/+268
|\ \ \
| * | | powerpc/kdump: Split KEXEC_CORE and CRASH_DUMP dependencyHari Bathini2024-03-178-63/+61
| * | | powerpc/kexec: split CONFIG_KEXEC_FILE and CONFIG_CRASH_DUMPHari Bathini2024-03-172-131/+142
| * | | powerpc: Handle error in mark_rodata_ro() and mark_initmem_nx()Christophe Leroy2024-03-175-31/+65
* | | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2024-03-2311-184/+33
|\ \ \ \
| * \ \ \ Merge branches 'misc' and 'fixes' into for-linusRussell King (Oracle)2024-03-191-0/+3
| |\ \ \ \
| | * | | | ARM: 9359/1: flush: check if the folio is reserved for no-mapping addressesYongqiang Liu2024-03-111-0/+3
| * | | | | ARM: 9354/1: ptrace: Use bitfield helpersGeert Uytterhoeven2024-03-111-2/+3
| * | | | | ARM: 9352/1: iwmmxt: Remove support for PJ4/PJ4B coresArd Biesheuvel2024-02-264-177/+15
| * | | | | ARM: 9353/1: remove unneeded entry for CONFIG_FRAME_POINTERMasahiro Yamada2024-02-241-3/+0
| * | | | | ARM: 9351/1: fault: Add "cut here" line for prefetch abortsKees Cook2024-02-241-0/+1
| * | | | | ARM: 9350/1: fault: Implement copy_from_kernel_nofault_allowed()Kees Cook2024-02-241-0/+7
| * | | | | ARM: 9349/1: unwind: Add missing "Call trace:" lineKees Cook2024-02-242-1/+3
| * | | | | ARM: 9334/1: mm: init: remove misuse of kernel-doc commentRandy Dunlap2024-02-241-1/+1
| |/ / / /
* | | | | Merge tag 'hardening-v6.9-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-03-231-1/+1
|\ \ \ \ \
| * | | | | arch/Kconfig: eliminate needless UTF-8 character in Kconfig helpLiu Song2024-03-181-1/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-2268-550/+4316
|\ \ \ \ \
| * | | | | riscv: Fix syscall wrapper for >word-size argumentsSami Tolvanen2024-03-201-14/+39
| * | | | | Merge patch series "riscv/barrier: tidying up barrier-related macro"Palmer Dabbelt2024-03-207-32/+36
| |\ \ \ \ \
| | * | | | | riscv/barrier: Add missing space after ','Eric Chan2024-03-191-6/+6
| | * | | | | riscv/barrier: Consolidate fence definitionsEric Chan2024-03-197-14/+16
| | * | | | | riscv/barrier: Define RISCV_FULL_BARRIEREric Chan2024-03-193-10/+12
| | * | | | | riscv/barrier: Define __{mb,rmb,wmb}Eric Chan2024-03-191-3/+3
| | | |/ / / | | |/| | |
| * | | | | crypto: riscv - add vector crypto accelerated AES-CBC-CTSEric Biggers2024-03-203-5/+245
| * | | | | crypto: riscv - parallelize AES-CBC decryptionEric Biggers2024-03-201-9/+15
| * | | | | Merge patch series "RISC-V: ACPI: Enable CPPC based cpufreq support"Palmer Dabbelt2024-03-201-0/+1
| |\ \ \ \ \
| | * | | | | RISC-V: defconfig: Enable CONFIG_ACPI_CPPC_CPUFREQSunil V L2024-03-191-0/+1
| * | | | | | riscv: Only flush the mm icache when setting an exec pteAlexandre Ghiti2024-03-203-10/+10
| * | | | | | riscv: Use kcalloc() instead of kzalloc()Erick Archer2024-03-201-2/+1
| * | | | | | Merge patch series "RISC-V: ACPI: Add LPI support"Palmer Dabbelt2024-03-202-0/+52
| |\| | | | |
| | * | | | | cpuidle: RISC-V: Move few functions to arch/riscvSunil V L2024-03-192-0/+52
| | |/ / / /