aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2026-08-07riscv: mm: Use ASID in update_mmu_cache()Xu Lu3-6/+8
2026-08-07riscv: kprobes: add test case for c.jal instruction simulationNam Cao1-0/+24
2026-08-07riscv: probes: simulate c.jal instructionXiaofeng Yuan3-1/+9
2026-08-07riscv: acpi: Enable ARCH_HAS_ACPI_TABLE_UPGRADEVivian Wang4-0/+10
2026-08-07riscv: Restart via EFI runtime services when availableAtish Patra1-0/+7
2026-08-07riscv: efi: Power off via EFI runtime services when availableAtish Patra1-0/+5
2026-08-07riscv: hwprobe: Register unaligned probes before usermodeRui Qi1-1/+7
2026-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc7Daniel Borkmann88-372/+784
2026-08-07Merge branches 'thermal-core', 'thermal-hwmon', 'thermal-intel' and 'thermal-tools'Rafael J. Wysocki2-0/+4
2026-08-07Merge branch 'acpi-irqchip'Rafael J. Wysocki1-0/+1
2026-08-07x86/locking: Use sfence for wmb() if SSE is availableYao Zi1-1/+1
2026-08-07perf/x86/intel/pt: Fix stop/start with no updateAdrian Hunter1-9/+36
2026-08-07perf/x86/intel/pt: Use bitwise access for PERF_HES_STOPPEDAdrian Hunter1-8/+8
2026-08-07perf/x86/intel/pt: Factor out pt_config_enable()Adrian Hunter1-17/+24
2026-08-07KVM: x86: Remove runtime Xen TSC frequency CPUID updateDavid Woodhouse2-29/+0
2026-08-07KVM: x86/xen: Prevent runstate times from becoming negativeDavid Woodhouse1-6/+22
2026-08-07KVM: arm64: vgic-v3: take an LPI reference in vgic_v3_save_pending_tablesQihang1-3/+9
2026-08-07KVM: arm64: vgic-its: Point saved ITEs at the next valid entryFuad Tabba1-7/+8
2026-08-07KVM: arm64: vgic-its: Don't save collections the table cannot holdFuad Tabba1-0/+3
2026-08-07KVM: arm64: vgic: Don't leak the SPI array when init is retriedFuad Tabba1-0/+3
2026-08-07KVM: arm64: vgic-its: Don't dereference a NULL collection on ITT saveFuad Tabba1-0/+8
2026-08-07x86/paravirt: Trace contended_release on unlockDmitry Ilvokhin2-2/+53
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/scm/linux/kernel/git/akpm/mmLinus 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/kernel/git/kvms390/linux into HEADPaolo 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