summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2024-06-16sparc64: Fix number of online CPUsSam Ravnborg4-18/+3
2024-06-16mm: fix race between __split_huge_pmd_locked() and GUP-fastRyan Roberts4-1/+7
2024-06-16LoongArch: Fix entry point in kernel image headerJiaxun Yang2-5/+7
2024-06-16LoongArch: Override higher address bits in JUMP_VIRT_ADDRJiaxun Yang1-1/+1
2024-06-16LoongArch: Fix built-in DTB detectionJiaxun Yang1-1/+1
2024-06-16LoongArch: Add all CPUs enabled by fdt to NUMA node 0Jiaxun Yang2-1/+5
2024-06-16KVM: arm64: AArch32: Fix spurious trapping of conditional instructionsMarc Zyngier1-2/+16
2024-06-16KVM: arm64: Allow AArch32 PSTATE.M to be restored as System modeMarc Zyngier1-0/+1
2024-06-16KVM: arm64: Fix AArch32 register narrowing on userspace writeMarc Zyngier1-1/+1
2024-06-16KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright maskedSean Christopherson1-8/+19
2024-06-16arm64: dts: ti: verdin-am62: Set memory size to 2gbMax Krummenacher1-1/+1
2024-06-16arm64: dts: hi3798cv200: fix the size of GICRYang Xiwen1-1/+1
2024-06-16arm64: dts: qcom: sc8280xp: add missing PCIe minimum OPPJohan Hovold1-0/+5
2024-06-16arm64: dts: qcom: qcs404: fix bluetooth device addressJohan Hovold1-1/+1
2024-06-16arm64: tegra: Correct Tegra132 I2C aliasKrzysztof Kozlowski2-3/+3
2024-06-16x86/topology/amd: Evaluate SMT in CPUID leaf 0x8000001e only on family 0x17 a...Thomas Gleixner1-2/+2
2024-06-12genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offlineDongli Zhang1-3/+6
2024-06-12x86/topology/intel: Unlock CPUID before evaluating anythingThomas Gleixner3-10/+20
2024-06-12KVM: x86: Don't advertise guest.MAXPHYADDR as host.MAXPHYADDR in CPUIDGerd Hoffmann1-11/+10
2024-06-12x86/pci: Skip early E820 check for ECAM regionBjorn Helgaas1-11/+29
2024-06-12x86/topology: Handle bogus ACPI tables correctlyThomas Gleixner1-3/+50
2024-06-12riscv: prevent pt_regs corruption for secondary idle threadsSergey Matyukevich2-3/+2
2024-06-12powerpc/pseries/lparcfg: drop error message from guest name lookupNathan Lynch1-2/+2
2024-06-12riscv: stacktrace: fixed walk_stackframe()Matthew Bystrin1-6/+14
2024-06-12riscv: cpufeature: Fix extension subset checkingCharlie Jenkins1-1/+1
2024-06-12riscv: cpufeature: Fix thead vector hwcap removalCharlie Jenkins3-6/+44
2024-06-12arm64: asm-bug: Add .align 2 to the end of __BUG_ENTRYJiangfeng Xiao1-0/+1
2024-06-12x86/kconfig: Select ARCH_WANT_FRAME_POINTERS again when UNWINDER_FRAME_POINTER=yMasahiro Yamada1-4/+1
2024-06-12xen/x86: add extra pages to unpopulated-alloc if availableRoger Pau Monne1-0/+33
2024-06-12KVM: arm64: Destroy mpidr_data for 'late' vCPU creationOliver Upton1-9/+41
2024-06-12KVM: PPC: Book3S HV nestedv2: Fix an error handling path in gs_msg_ops_kvmhv_...Christophe JAILLET1-2/+2
2024-06-12KVM: PPC: Book3S HV nestedv2: Cancel pending DEC exceptionVaibhav Jain1-1/+1
2024-06-12powerpc/bpf/32: Fix failing test_bpf testsChristophe Leroy2-31/+110
2024-06-12um: Fix the declaration of kasan_map_memoryTiwei Bie3-1/+3
2024-06-12um: Fix the -Wmissing-prototypes warning for get_thread_regTiwei Bie2-1/+7
2024-06-12um: Fix the -Wmissing-prototypes warning for __switch_mmTiwei Bie2-2/+2
2024-06-12powerpc/pseries: Add failure related checks for h_get_mpp and h_get_pppShrikanth Hegde3-7/+7
2024-06-12um: vector: fix bpfflash parameter evaluationJohannes Berg1-1/+1
2024-06-12um: Add winch to winch_handlers before registering winch IRQRoberto Sassu1-6/+8
2024-06-12um: Fix return value in ubd_init()Duoming Zhou1-2/+2
2024-06-12x86/percpu: Use __force to cast from __percpu address spaceUros Bizjak1-1/+1
2024-06-12x86/percpu: Unify arch_raw_cpu_ptr() definesUros Bizjak1-24/+18
2024-06-12s390/boot: Remove alt_stfle_fac_list from decompressorSven Schnelle2-2/+1
2024-06-12s390/ipl: Fix incorrect initialization of nvme dump blockAlexander Egorenkov1-3/+3
2024-06-12s390/ipl: Fix incorrect initialization of len fields in nvme reipl blockAlexander Egorenkov1-2/+2
2024-06-12s390/stackstrace: Detect vdso stack framesHeiko Carstens5-8/+36
2024-06-12s390/vdso: Introduce and use struct stack_frame_vdso_wrapperHeiko Carstens3-10/+17
2024-06-12s390/stacktrace: Improve detection of invalid instruction pointersHeiko Carstens1-4/+22
2024-06-12s390/stacktrace: Skip first user stack frameHeiko Carstens1-4/+4
2024-06-12s390/stacktrace: Merge perf_callchain_user() and arch_stack_walk_user()Heiko Carstens3-38/+36