aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-09-19x86/srso: Don't probe microcode in a guestJosh Poimboeuf1-1/+1
2023-09-19x86/srso: Set CPUID feature bits independently of bug or mitigation statusJosh Poimboeuf3-33/+10
2023-09-19x86/srso: Fix srso_show_state() side effectJosh Poimboeuf1-1/+1
2023-09-19xen/efi: refactor deprecated strncpyJustin Stitt1-1/+1
2023-09-19x86/xen: allow nesting of same lazy modeJuergen Gross2-2/+14
2023-09-19x86/xen: move paravirt lazy codeJuergen Gross6-110/+96
2023-09-19xen: simplify evtchn_do_upcall() call mazeJuergen Gross4-4/+4
2023-09-18arm64: dts: mediatek: Update the node name of SCP rpmsg subnodeTinghan Shen2-2/+2
2023-09-18locking/lockref/x86: Enable ARCH_USE_CMPXCHG_LOCKREF for X86_CMPXCHG64Uros Bizjak1-1/+1
2023-09-18x86/asm: Fix build of UML with KASANVincent Whitchurch4-3/+10
2023-09-18KVM: arm64: Don't use kerneldoc comment for arm64_check_features()Oliver Upton1-1/+1
2023-09-18arm64: cpufeature: Fix CLRBHB and BC detectionKristina Martsenko3-3/+8
2023-09-18x86/mm, kexec, ima: Use memblock_free_late() from ima_free_kexec_buffer()Rik van Riel1-6/+2
2023-09-18x86/tdx: Fix __noreturn build warning around __tdx_hypercall_failed()Kai Huang1-1/+3
2023-09-18ARM: dts: at91/trivial: fix typo in crypto DT namingNicolas Ferre1-1/+1
2023-09-18powerpc/dexcr: Move HASHCHK trap handlerBenjamin Gray1-20/+36
2023-09-18powerpc/82xx: Select FSL_SOCChristophe Leroy1-2/+1
2023-09-18powerpc: Fix build issue with LD_DEAD_CODE_DATA_ELIMINATION and FTRACE_MCOUNT...Naveen N Rao1-1/+1
2023-09-18powerpc/watchpoints: Annotate atomic context in more placesBenjamin Gray1-0/+9
2023-09-18powerpc/watchpoint: Disable pagefaults when getting user instructionBenjamin Gray1-1/+6
2023-09-18powerpc/watchpoints: Disable preemption in thread_change_pc()Benjamin Gray1-1/+6
2023-09-18powerpc/perf/hv-24x7: Update domain value checkKajol Jain1-1/+1
2023-09-18powerpc/configs: Set more PPC debug configsBenjamin Gray1-0/+4
2023-09-18powerpc/fadump: make is_kdump_kernel() return false when fadump is activeHari Bathini2-2/+18
2023-09-18powerpc: add `cur_cpu_spec` symbol to vmcoreinfoAditya Gupta1-0/+2
2023-09-18powerpc/32: Enable POWER_RESET in pmac32_defconfigYuan Tan1-1/+1
2023-09-18powerpc/32: Add dependencies of POWER_RESET for pmac32Yuan Tan1-0/+1
2023-09-18powerpc/kexec_file: add missing of_node_putJulia Lawall1-2/+6
2023-09-18powerpc/powermac: add missing of_node_putJulia Lawall2-2/+6
2023-09-17Merge tag 'x86-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-24/+56
2023-09-17Merge tag 'sched-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+9
2023-09-17x86/boot: Increase section and file alignment to 4k/512Ard Biesheuvel4-125/+51
2023-09-17x86/boot: Split off PE/COFF .data sectionArd Biesheuvel2-5/+16
2023-09-17x86/boot: Drop PE/COFF .reloc sectionArd Biesheuvel3-51/+7
2023-09-17x86/boot: Construct PE/COFF .text section from assemblerArd Biesheuvel2-62/+7
2023-09-17x86/boot: Derive file size from _edata symbolArd Biesheuvel4-25/+12
2023-09-17x86/boot: Define setup size in linker scriptArd Biesheuvel3-7/+5
2023-09-17x86/boot: Set EFI handover offset directly in header asmArd Biesheuvel2-25/+17
2023-09-17x86/boot: Grab kernel_info offset from zoffset header directlyArd Biesheuvel2-5/+1
2023-09-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller5-40/+397
2023-09-17x86/platform/uv: Rework NMI "action" modparam handlingHans de Goede1-47/+57
2023-09-17x86/purgatory: Remove LTO flagsSong Liu1-0/+4
2023-09-17x86/boot/compressed: Reserve more memory for page tablesKirill A. Shutemov2-14/+39
2023-09-16bpf: Implement BPF exceptionsKumar Kartikeya Dwivedi1-12/+77
2023-09-16arch/x86: Implement arch_bpf_stack_walkKumar Kartikeya Dwivedi1-0/+28
2023-09-16bpf: Use bpf_is_subprog to check for subprogsKumar Kartikeya Dwivedi3-3/+3
2023-09-15arm64: dts: qcom: msm8916: Fix iommu local address rangeGaurav Kohli1-1/+1
2023-09-15arm32, bpf: add support for 64 bit division instructionPuranjay Mohan1-1/+115
2023-09-15arm32, bpf: add support for 32-bit signed divisionPuranjay Mohan2-8/+32
2023-09-15arm32, bpf: add support for unconditional bswap instructionPuranjay Mohan1-3/+5