summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2025-07-06riscv: misaligned: declare misaligned_access_speed under CONFIG_RISCV_MISALIGNEDClément Léger2-3/+4
2025-07-06s390/mm: Fix in_atomic() handling in do_secure_storage_access()Heiko Carstens1-0/+2
2025-07-06riscv: add a data fence for CMODX in the kernel modeAndy Chiu1-1/+14
2025-07-06um: use proper care when taking mmap lock during segfaultBenjamin Berg1-12/+117
2025-07-06um: Add cmpxchg8b_emu and checksum functions to asm-prototypes.hSami Tolvanen2-0/+8
2025-06-27x86/mm: Fix early boot use of INVPLGBRik van Riel1-1/+1
2025-06-27RISC-V: KVM: Don't treat SBI HFENCE calls as NOPsAnup Patel1-2/+2
2025-06-27RISC-V: KVM: Fix the size parameter check in SBI SFENCE callsAnup Patel1-2/+2
2025-06-27arm64/ptrace: Fix stack-out-of-bounds read in regs_get_kernel_stack_nth()Tengda Wu1-1/+1
2025-06-27x86/its: Fix an ifdef typo in its_alloc()Lukas Bulwahn1-1/+1
2025-06-27perf/x86/intel: Fix crash in icl_update_topdown_event()Kan Liang1-1/+1
2025-06-27x86/mm: Disable INVLPGB when PTI is enabledDave Hansen1-0/+5
2025-06-27KVM: arm64: VHE: Synchronize restore of host debug registersMark Rutland1-0/+3
2025-06-27arm64: Restrict pagetable teardown to avoid false warningDev Jain1-1/+2
2025-06-27x86/virt/tdx: Avoid indirect calls to TDX assembly functionsKai Huang2-3/+4
2025-06-27Revert "mm/execmem: Unify early execmem_cache behaviour"Mike Rapoport (Microsoft)2-6/+0
2025-06-27x86/its: explicitly manage permissions for ITS pagesPeter Zijlstra (Intel)1-22/+52
2025-06-27x86/its: move its_pages array to struct mod_arch_specificMike Rapoport (Microsoft)2-9/+18
2025-06-27x86/Kconfig: only enable ROX cache in execmem when STRICT_MODULE_RWX is setMike Rapoport (Microsoft)1-1/+1
2025-06-27x86/mm/pat: don't collapse pages without PSE setJuergen Gross1-0/+3
2025-06-27LoongArch: Fix panic caused by NULL-PMD in huge_pte_offset()Tianyang Zhang1-1/+2
2025-06-27LoongArch: Avoid using $r0/$r1 as "mask" for csrxchgHuacai Chen1-4/+12
2025-06-27LoongArch: vDSO: Correctly use asm parameters in syscall wrappersThomas Weißschuh2-4/+4
2025-06-27powerpc/eeh: Fix missing PE bridge reconfiguration during VFIO EEH recoveryNarayana Murty N1-0/+2
2025-06-27powerpc/vdso: Fix build of VDSO32 with pcrelChristophe Leroy2-2/+2
2025-06-27ARM: OMAP2+: Fix l4ls clk domain handling in STANDBYSukrut Bellary3-2/+15
2025-06-27x86/sgx: Prevent attempts to reclaim poisoned pagesAndrew Zaborowski1-0/+2
2025-06-27nios2: force update_mmu_cache on spurious tlb-permission--related pagefaultsSimon Schuster1-0/+16
2025-06-27mips: Add -std= flag specified in KBUILD_CFLAGS to vdso CFLAGSKhem Raj1-0/+1
2025-06-27KVM: s390: rename PROT_NONE to PROT_TYPE_DUMMYLorenzo Stoakes1-4/+4
2025-06-27KVM: VMX: Flush shadow VMCS on emergency rebootChao Gao1-1/+4
2025-06-27KVM: SVM: Clear current_vmcb during vCPU free for all *possible* CPUsYosry Ahmed1-1/+1
2025-06-27parisc: fix building with gcc-15Arnd Bergmann1-0/+1
2025-06-27parisc/unaligned: Fix hex output to show 8 hex charsHelge Deller1-1/+1
2025-06-27ARM: omap: pmic-cpcap: do not mess around without CPCAP or OMAP4Andreas Kemnade1-1/+5
2025-06-27ARM: 9447/1: arm/memremap: fix arch_memremap_can_ram_remap()Ross Stutterheim1-3/+1
2025-06-27arm64/mm: Close theoretical race where stale TLB entry remains validRyan Roberts1-4/+5
2025-06-27s390/pci: Serialize device addition and removalNiklas Schnelle1-0/+7
2025-06-27s390/pci: Allow re-add of a reserved but not yet removed deviceNiklas Schnelle3-16/+45
2025-06-27s390/pci: Remove redundant bus removal and disable from zpci_release_device()Niklas Schnelle1-6/+0
2025-06-27s390/pci: Fix __pcilg_mio_inuser() inline assemblyHeiko Carstens1-1/+1
2025-06-27powerpc/bpf: fix JIT code size calculation of bpf trampolineHari Bathini4-39/+35
2025-06-27powerpc64/ftrace: fix clobbered r15 during livepatchingHari Bathini1-1/+1
2025-06-27powerpc/pseries/msi: Avoid reading PCI device registers in reduced power statesGautam Menghani1-1/+6
2025-06-19x86/fred/signal: Prevent immediate repeat of single step trap on return from ...Xin Li (Intel)3-0/+30
2025-06-19x86/hyperv: Fix APIC ID and VP index confusion in hv_snp_boot_ap()Roman Kisel4-42/+63
2025-06-19x86/iopl: Cure TIF_IO_BITMAP inconsistenciesThomas Gleixner2-4/+15
2025-06-19xen/arm: call uaccess_ttbr0_enable for dm_op hypercallStefano Stabellini1-1/+20
2025-06-19powerpc/kernel: Fix ppc_save_regs inclusion in buildMadhavan Srinivasan1-2/+0
2025-06-19powerpc/vas: Return -EINVAL if the offset is non-zero in mmap()Haren Myneni1-0/+9