summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2025-06-22Merge tag 'x86_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-5/+12
2025-06-22Merge tag 'perf_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2025-06-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds11-279/+283
2025-06-20KVM: TDX: Exit to userspace for GetTdVmCallInfoBinbin Wu1-4/+39
2025-06-20KVM: TDX: Handle TDG.VP.VMCALL<GetQuote>Binbin Wu1-0/+32
2025-06-20KVM: TDX: Add new TDVMCALL status code for unsupported subfuncsBinbin Wu2-4/+7
2025-06-20Merge tag 'kvm-riscv-fixes-6.16-1' of https://github.com/kvm-riscv/linux into...Paolo Bonzini1-4/+4
2025-06-20Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds3-3/+6
2025-06-19KVM: arm64: VHE: Centralize ISBs when returning to hostMark Rutland3-20/+14
2025-06-19KVM: arm64: Remove cpacr_clear_set()Mark Rutland1-62/+0
2025-06-19KVM: arm64: Remove ad-hoc CPTR manipulation from kvm_hyp_handle_fpsimd()Mark Rutland1-9/+8
2025-06-19KVM: arm64: Remove ad-hoc CPTR manipulation from fpsimd_sve_sync()Mark Rutland1-1/+4
2025-06-19KVM: arm64: Reorganise CPTR trap manipulationMark Rutland3-140/+130
2025-06-19KVM: arm64: VHE: Synchronize CPTR trap deactivationMark Rutland1-0/+3
2025-06-19KVM: arm64: VHE: Synchronize restore of host debug registersMark Rutland1-0/+3
2025-06-19KVM: arm64: Explicitly treat routing entry type changes as changesSean Christopherson1-1/+2
2025-06-19KVM: arm64: nv: Fix tracking of shadow list registersMarc Zyngier1-39/+42
2025-06-19Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2025-06-18x86/alternatives: Fix int3 handling failure from broken text_poke arrayMasami Hiramatsu (Google)1-1/+1
2025-06-18x86/mm: Fix early boot use of INVPLGBRik van Riel1-1/+1
2025-06-18x86/its: Fix an ifdef typo in its_alloc()Lukas Bulwahn1-1/+1
2025-06-18x86/mm: Disable INVLPGB when PTI is enabledDave Hansen1-0/+5
2025-06-17RISC-V: KVM: Don't treat SBI HFENCE calls as NOPsAnup Patel1-2/+2
2025-06-17RISC-V: KVM: Fix the size parameter check in SBI SFENCE callsAnup Patel1-2/+2
2025-06-16lib/crypto/poly1305: Fix arm64's poly1305_blocks_arch()Eric Biggers1-2/+2
2025-06-16x86,fs/resctrl: Remove inappropriate references to cacheinfo in the resctrl s...Qinyun Tan1-2/+4
2025-06-16Merge tag 'x86_urgent_for_6.16-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds11-34/+101
2025-06-16Merge tag 'powerpc-6.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds6-7/+19
2025-06-13Merge tag 'pm-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds3-60/+37
2025-06-13Merge branch 'pm-cpuidle'Rafael J. Wysocki3-60/+37
2025-06-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds17-112/+169
2025-06-13powerpc: Fix struct termio related ioctl macrosMadhavan Srinivasan1-4/+4
2025-06-13perf/x86/intel: Fix crash in icl_update_topdown_event()Kan Liang1-1/+1
2025-06-13powerpc: dts: mpc8315erdb: Add GPIO controller nodeJ. Neuschäfer1-0/+10
2025-06-13powerpc/microwatt: Fix model property in device treeJ. Neuschäfer1-1/+1
2025-06-13powerpc/eeh: Fix missing PE bridge reconfiguration during VFIO EEH recoveryNarayana Murty N1-0/+2
2025-06-13powerpc/vdso: Fix build of VDSO32 with pcrelChristophe Leroy2-2/+2
2025-06-12arm64/ptrace: Fix stack-out-of-bounds read in regs_get_kernel_stack_nth()Tengda Wu1-1/+1
2025-06-12arm64/gcs: Don't call gcs_free() during flush_gcs()Mark Brown1-1/+3
2025-06-12Merge tag 'arc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds27-67/+53
2025-06-12arm64: Restrict pagetable teardown to avoid false warningDev Jain1-1/+2
2025-06-12KVM: x86/mmu: Reject direct bits in gpa passed to KVM_PRE_FAULT_MEMORYPaolo Bonzini1-0/+3
2025-06-12KVM: x86/mmu: Embed direct bits into gpa for KVM_PRE_FAULT_MEMORYPaolo Bonzini1-1/+5
2025-06-12mm: pgtable: fix pte_swp_exclusiveMagnus Lindholm26-27/+27
2025-06-11KVM: SEV: Disable SEV-SNP support on initialization failureAshish Kalra1-9/+35
2025-06-11Merge tag 'kvmarm-fixes-6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini15-102/+126
2025-06-11Revert "mm/execmem: Unify early execmem_cache behaviour"Mike Rapoport (Microsoft)2-6/+0
2025-06-11x86/its: explicitly manage permissions for ITS pagesPeter Zijlstra (Intel)1-22/+52
2025-06-11x86/its: move its_pages array to struct mod_arch_specificMike Rapoport (Microsoft)2-9/+18
2025-06-11x86/Kconfig: only enable ROX cache in execmem when STRICT_MODULE_RWX is setMike Rapoport (Microsoft)1-1/+1