summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2024-12-19x86/xen: remove hypercall pageJuergen Gross6-47/+1
2024-12-19x86/xen: use new hypercall functions instead of hypercall pageJuergen Gross1-13/+20
2024-12-19x86/xen: add central hypercall functionsJuergen Gross7-1/+190
2024-12-19x86/xen: don't do PV iret hypercall through hypercall pageJuergen Gross1-9/+18
2024-12-19x86/static-call: provide a way to do very early static-call updatesJuergen Gross3-3/+27
2024-12-19x86: make get_cpu_vendor() accessible from Xen codeJuergen Gross2-16/+24
2024-12-19KVM: arm64: Disable MPAM visibility by default and ignore VMM writesJames Morse1-2/+50
2024-12-19riscv: Fix IPIs usage in kfence_protect_page()Alexandre Ghiti1-1/+3
2024-12-19riscv: Fix wrong usage of __pa() on a fixmap addressAlexandre Ghiti1-1/+1
2024-12-19perf/x86/intel/ds: Unconditionally drain PEBS DS when changing PEBS_DATA_CFGKan Liang1-1/+1
2024-12-14KVM: x86/mmu: Ensure that kvm_release_pfn_clean() takes exact pfn from kvm_fa...Nikolay Kuratov2-3/+12
2024-12-14x86: Fix build regression with CONFIG_KEXEC_JUMP enabledDamien Le Moal1-0/+1
2024-12-14powerpc/prom_init: Fixup missing powermac #size-cellsMichael Ellerman1-2/+27
2024-12-14MIPS: Loongson64: DTS: Really fix PCIe port nodes for ls7aXi Ruoyao1-13/+60
2024-12-14LoongArch: Fix sleeping in atomic context for PREEMPT_RTHuacai Chen1-1/+1
2024-12-14PCI: Detect and trust built-in Thunderbolt chipsEsther Shimanovich1-0/+119
2024-12-14perf/x86/amd: Warn only on new bits setBreno Leitao1-2/+8
2024-12-14s390/cpum_sf: Handle CPU hotplug remove during samplingThomas Richter1-1/+3
2024-12-14x86/mm: Add _PAGE_NOPTISHADOW bit to avoid updating userspace page tablesDavid Woodhouse3-6/+10
2024-12-14x86/kexec: Restore GDT on return from ::preserve_context kexecDavid Woodhouse1-0/+7
2024-12-14arm64: ptrace: fix partial SETREGSET for NT_ARM_TAGGED_ADDR_CTRLMark Rutland1-1/+5
2024-12-14arm64: Ensure bits ASID[15:8] are masked out when the kernel uses 8-bit ASIDsCatalin Marinas1-2/+2
2024-12-14LoongArch: Add architecture specific huge_pte_clear()Bibo Mao1-0/+10
2024-12-14x86/CPU/AMD: WARN when setting EFER.AUTOIBRS if and only if the WRMSR failsSean Christopherson1-1/+1
2024-12-14powerpc/vdso: Drop -mstack-protector-guard flags in 32-bit files with clangNathan Chancellor1-2/+6
2024-12-14powerpc/vdso: Refactor CFLAGS for CVDSO buildChristophe Leroy1-19/+13
2024-12-14KVM: arm64: Don't retire aborted MMIO instructionOliver Upton1-2/+30
2024-12-14KVM: arm64: Change kvm_handle_mmio_return() return polarityFuad Tabba2-3/+3
2024-12-11openrisc: Use asm-generic's version of fix_to_virt() & virt_to_fix()Dawei Li1-30/+1
2024-12-11Revert "x86/pvh: Set phys_base when calling xen_prepare_pvh()"Greg Kroah-Hartman1-13/+0
2024-12-11Revert "x86/pvh: Call C code via the kernel virtual mapping"Greg Kroah-Hartman1-8/+1
2024-12-09powerpc: Adjust adding stack protector flags to KBUILD_CLAGS for clangNathan Chancellor1-9/+4
2024-12-09powerpc: Fix stack protector Kconfig test for clangNathan Chancellor1-2/+2
2024-12-09ARM: 9431/1: mm: Pair atomic_set_release() with _read_acquire()Linus Walleij1-1/+1
2024-12-09ARM: 9430/1: entry: Do a dummy read from VMAP shadowLinus Walleij1-0/+8
2024-12-09s390/entry: Mark IRQ entries to fix stack depot warningsVasily Gorbik2-0/+10
2024-12-09ARM: 9429/1: ioremap: Sync PGDs for VMALLOC shadowLinus Walleij1-4/+29
2024-12-09arm64: dts: freescale: imx8mp-verdin: Fix SD regulator startup delayFrancesco Dolcini1-1/+1
2024-12-09arm64: dts: ti: k3-am62-verdin: Fix SD regulator startup delayFrancesco Dolcini1-1/+1
2024-12-09arm64: dts: freescale: imx8mm-verdin: Fix SD regulator startup delayFrancesco Dolcini1-1/+1
2024-12-09arm64: dts: allwinner: pinephone: Add mount matrix to accelerometerDragan Simic1-0/+3
2024-12-09init/modpost: conditionally check section mismatch to __meminit*Masahiro Yamada1-2/+0
2024-12-09um: Always dump trace for specified task in show_stackTiwei Bie1-1/+1
2024-12-09um: Fix the return value of elf_core_copy_task_fpregsTiwei Bie1-1/+1
2024-12-09um: Fix potential integer overflow during physmem setupTiwei Bie1-3/+3
2024-12-09arm64: tls: Fix context-switching of tpidrro_el0 when kpti is enabledWill Deacon1-1/+1
2024-12-09sh: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACKHuacai Chen1-1/+1
2024-12-09um: vector: Do not use drvdata in releaseTiwei Bie1-1/+2
2024-12-09um: net: Do not use drvdata in releaseTiwei Bie1-1/+1
2024-12-09um: ubd: Do not use drvdata in releaseTiwei Bie1-1/+1