summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2025-01-17riscv: Fix text patching when IPI are usedAlexandre Ghiti3-8/+53
2025-01-17arm64: dts: rockchip: add hevc power domain clock to rk3328Peter Geis1-0/+1
2025-01-17ARM: dts: imxrt1050: Fix clocks for mmcJesse Taube1-1/+1
2025-01-17riscv: kprobes: Fix incorrect address calculationNam Cao1-1/+1
2025-01-17x86/fpu: Ensure shadow stack is active before "getting" registersRick Edgecombe1-1/+2
2025-01-17riscv: Fix sleeping in invalid context in die()Nam Cao1-3/+3
2025-01-17riscv: mm: Fix the out of bound issue of vmemmap addressXu Lu3-2/+18
2025-01-17x86/mm/numa: Use NUMA_NO_NODE when calling memblock_set_node()Jan Beulich1-3/+3
2025-01-17riscv: Fix early ftrace nop patchingAlexandre Ghiti2-0/+9
2025-01-10x86/hyperv: Fix hv tsc page based sched_clock for hibernationNaman Jain1-0/+58
2025-01-10Revert "x86, crash: wrap crash dumping code into crash related ifdefs"Greg Kroah-Hartman10-28/+11
2025-01-10Revert "x86/hyperv: Fix hv tsc page based sched_clock for hibernation"Greg Kroah-Hartman1-58/+0
2025-01-09ARC: build: Try to guess GCC variant of cross compilerLeon Romanovsky1-1/+1
2025-01-09powerpc: Remove initialisation of readposMatthew Wilcox (Oracle)1-1/+0
2025-01-09x86/fred: Clear WFE in missing-ENDBRANCH #CPsXin Li (Intel)1-0/+30
2025-01-09x86/ptrace: Add FRED additional information to the pt_regs structureXin Li1-5/+61
2025-01-09x86/ptrace: Cleanup the definition of the pt_regs structureXin Li3-15/+37
2025-01-09x86/hyperv: Fix hv tsc page based sched_clock for hibernationNaman Jain1-0/+58
2025-01-09x86, crash: wrap crash dumping code into crash related ifdefsBaoquan He10-11/+28
2025-01-09NUMA: optimize detection of memory with no node id assigned by firmwareLiam Ni2-59/+3
2025-01-09x86/mm: Carve out INVLPG inline asm for use by othersBorislav Petkov (AMD)2-1/+6
2025-01-02x86/cpu/intel: Drop stray FAM6 check with new Intel CPU model definesAndrew Cooper1-11/+7
2025-01-02x86/cpu: Add Lunar Lake to list of CPUs with a broken MONITOR implementationLen Brown1-1/+3
2025-01-02x86/cpu/intel: Switch to new Intel CPU model definesTony Luck1-55/+53
2025-01-02x86/cpu/vfm: Update arch/x86/include/asm/intel-family.hTony Luck2-2/+85
2025-01-02x86/cpu/vfm: Add/initialize x86_vfm field to struct cpuinfo_x86Tony Luck1-3/+17
2025-01-02x86/cpu: Add model number for another Intel Arrow Lake mobile processorTony Luck1-0/+1
2025-01-02x86/cpu: Add model number for Intel Clearwater Forest processorTony Luck1-0/+2
2025-01-02MIPS: mipsregs: Set proper ISA level for virt extensionsJiaxun Yang1-5/+8
2025-01-02MIPS: Probe toolchain support of -msym32Jiaxun Yang1-1/+1
2025-01-02LoongArch: BPF: Adjust the parameter of emit_jirl()Tiezhu Yang3-5/+15
2025-01-02LoongArch: Fix reserving screen info memory for above-4G firmwareHuacai Chen1-1/+1
2025-01-02powerpc/pseries/vas: Add close() callback in vas_vm_ops structHaren Myneni1-0/+36
2024-12-27KVM: x86: Play nice with protected guests in complete_hypercall_exit()Sean Christopherson1-1/+1
2024-12-27hexagon: Disable constant extender optimization for LLVM prior to 19.1.0Nathan Chancellor1-0/+6
2024-12-27KVM: x86: Cache CPUID.0xD XSTATE offsets+sizes during module initSean Christopherson3-5/+29
2024-12-27MIPS: Loongson64: DTS: Fix msi node for ls7aJiaxun Yang1-0/+1
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