summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2026-08-07locking: Factor out queued_spin_release()Dmitry Ilvokhin1-3/+3
2026-08-07x86/paravirt: Use static_call() for the paravirt spinlock opsPeter Zijlstra7-22/+52
2026-08-07RISC-V: KVM: Reject overlapping AIA IMSIC address fieldsPengpeng Hou1-0/+6
2026-08-07RISC-V: KVM: Allow memslots ending at the GPA limitPengpeng Hou1-1/+1
2026-08-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds17-109/+202
2026-08-07RISC-V: KVM: Improve dirty log clearing by skipping zero bits in maskWang Yechao3-1/+63
2026-08-07bpf, arm64: Fix exception table metadata for arena load-acquireDaniel Borkmann1-2/+7
2026-08-07bpf, x86: Fix exception table metadata for arena load-acquireDaniel Borkmann1-1/+6
2026-08-07bpf, riscv: Add and use bpf_atomic_is_load_acq() helperDaniel Borkmann1-1/+1
2026-08-07arm64: mm: Unmap kernel data/bss entirely from the linear mapArd Biesheuvel1-5/+41
2026-08-07Merge branch 'range-checks' into for-nextMike Rapoport (Microsoft)7-23/+0
2026-08-07KVM: x86/mmu: WARN and clear role.invalid when creating a child shadow pageSean Christopherson1-0/+3
2026-08-06Merge tag 'mm-hotfixes-stable-2026-08-06-18-44' of git://git.kernel.org/pub/s...Linus Torvalds4-50/+8
2026-08-06riscv: ftrace: Fix ftrace_modify_call failure on kprobed functionsPu Lehui1-1/+4
2026-08-06arm64: remove early_ioremap_reset() call and __late_* macrosSang-Heon Jeon2-5/+0
2026-08-06riscv: remove unused __late_set_fixmap() and __late_clear_fixmap()Sang-Heon Jeon1-3/+0
2026-08-06mm: update generic_get_unmapped_area[_topdown]() to use vma_flags_tLorenzo Stoakes1-2/+4
2026-08-06mm/vma: update do_mmap() to use vma_flags_tLorenzo Stoakes1-2/+2
2026-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski26-47/+195
2026-08-06arm64: dts: ti: Correct white-space styleKrzysztof Kozlowski3-3/+3
2026-08-06arm64: dts: ti: k3-am64: Fix MDIO clock reference for ICSSG0 nodeMeghana Malladi1-1/+1
2026-08-06KVM: SVM: Serialize accesses to the owner and mirror list with separate lockPaolo Bonzini2-9/+26
2026-08-06Merge tag 'kvm-s390-master-7.2-3' of https://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini8-85/+144
2026-08-06KVM: SVM: make svm_flush_tlb_gva do a full asid flush if NPT enabledPaolo Bonzini7-15/+29
2026-08-06arm64: mm: fix accidental linear mapping of no-map reserved memoryliulhong6171-0/+14
2026-08-06arch: arm64: add early_param idle=<wfi|yield|nop>Yureka Lilian1-2/+30
2026-08-06arm64: entry: mask DAIF before returning from C EL1 handlersAda Couprie Diaz3-8/+2
2026-08-06arm64: suspend: Initialize PMR on resumeVladimir Murzin1-0/+7
2026-08-06arm64: suspend: rely on daif helpers to handle PMRAda Couprie Diaz1-9/+3
2026-08-06arm64: hibernate: Restore DAIF state on errorVladimir Murzin1-1/+3
2026-08-06arm64: hibernate: mask DAIF before restoring hibernated kernelAda Couprie Diaz1-0/+12
2026-08-06arm64: debug: don't mask DAIF for mdscr_write()Ada Couprie Diaz1-3/+0
2026-08-06arm64: ptrace: Remove INIT_PSTATE_EL2Vladimir Murzin1-2/+0
2026-08-06arm64: cpufeature: Detect BBML3 based on ID_AA64MMFR2_EL1.BBMLinu Cherian1-8/+4
2026-08-06arm64: cpufeature: Rename BBML2_NOABORT as BBML3Linu Cherian6-67/+50
2026-08-06arm64: sysreg: Add BBM_3Linu Cherian1-0/+1
2026-08-06arm64: cpufeature: Extend bbml2_noabort support listLinu Cherian1-0/+10
2026-08-06arm64: cputype: Add C1-Nano definitionsLinu Cherian1-0/+2
2026-08-06arm64: cputype: Add Cortex-A520AE definitionsLinu Cherian1-0/+2
2026-08-06arm64: pgtable: convert pte_present() from macro to static inlineYeoreum Yun1-4/+8
2026-08-06xtensa/simdisk: Avoid referring to module::argsPetr Pavlu1-5/+33
2026-08-06x86/xen: Drop CONFIG_XEN_PVHVM_SMPJuergen Gross2-5/+1
2026-08-06xen: Drop CONFIG_XEN_PVHVMJuergen Gross6-20/+9
2026-08-06x86/xen: Remove redundant config dependency on X86_LOCAL_APICJuergen Gross1-1/+1
2026-08-06KVM: PPC: Use min() in kvm_vm_ioctl_check_extension()Thorsten Blum1-2/+2
2026-08-06KVM: PPC: booke: Use min() in watchdog_next_timeout()Thorsten Blum1-1/+1
2026-08-06powerpc/perf: Add power12 Base Performance Monitoring supportAthira Rajeev5-1/+548
2026-08-06powerpc: Add Power12 architected modeRitesh Harjani (IBM)4-3/+27
2026-08-06powerpc: Add Power12 raw modeNicholas Piggin13-13/+157
2026-08-06powerpc/pseries: Limit PVR list to 16 entries for CAS negotiationMahesh Salgaonkar1-6/+28