summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-311-9/+9
|\
| * MIPS: move unselectable FIT_IMAGE_FDT_EPM5 out of the "System type" choiceMasahiro Yamada2024-03-271-9/+9
* | Merge tag 'perf_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-03-317-16/+62
|\ \
| * | perf/x86/amd/core: Define a proper ref-cycles event for Zen 4 and laterSandipan Das2024-03-261-0/+15
| * | perf/x86/amd/core: Update and fix stalled-cycles-* events for Zen 2 and laterSandipan Das2024-03-261-3/+17
| * | perf/x86/amd/lbr: Use freeze based on availabilitySandipan Das2024-03-254-8/+21
| * | x86/cpufeatures: Add new word for scattered featuresSandipan Das2024-03-254-5/+9
| |/
* | Merge tag 'x86_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-3115-63/+63
|\ \
| * | x86/build: Use obj-y to descend into arch/x86/virt/Masahiro Yamada2024-03-303-4/+2
| * | x86/sev: Skip ROM range scans and validation for SEV-SNP guestsKevin Loughlin2024-03-268-31/+39
| * | x86/vdso: Fix rethunk patching for vdso-image-x32.o tooBorislav Petkov (AMD)2024-03-261-0/+1
| * | x86/nmi: Upgrade NMI backtrace stall checks & messagesPaul E. McKenney2024-03-261-10/+14
| * | x86/percpu: Disable named address spaces for KCSANUros Bizjak2024-03-251-0/+2
| * | Revert "x86/mm/ident_map: Use gbpages only where full GB page should be mapped."Ingo Molnar2024-03-251-18/+5
| |/
* | x86/bugs: Fix the SRSO mitigation on Zen3/4Borislav Petkov (AMD)2024-03-293-10/+23
* | Merge tag 'efi-fixes-for-v6.9-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-03-291-5/+15
|\ \
| * | x86/efistub: Add missing boot_params for mixed mode compat entryArd Biesheuvel2024-03-261-5/+15
| |/
* | Merge tag 'net-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-03-283-28/+38
|\ \
| * \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni2024-03-263-28/+38
| |\ \
| | * | riscv, bpf: Fix kfunc parameters incompatibility between bpf and riscv abiPu Lehui2024-03-251-0/+16
| | * | arm64: bpf: fix 32bit unconditional bswapArtem Savkov2024-03-211-1/+1
| | * | bpf, arm64: fix bug in BPF_LDX_MEMSXPuranjay Mohan2024-03-191-1/+1
| | * | s390/bpf: Fix bpf_plt pointer arithmeticIlya Leoshkevich2024-03-191-26/+20
* | | | 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