summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2025-03-07ptrace: Introduce exception_ip arch hookJiaxun Yang2-0/+9
2025-03-07riscv/futex: sign extend compare value in atomic cmpxchgAndreas Schwab1-1/+1
2025-03-07perf/x86: Fix low freqency setting issueKan Liang1-1/+1
2025-03-07x86/CPU: Fix warm boot hang regression on AMD SC1100 SoC systemsRussell Senior1-2/+2
2025-03-07x86/cpu/kvm: SRSO: Fix possible missing IBPB on VM-ExitPatrick Bellasi2-7/+16
2025-03-07powerpc/code-patching: Fix KASAN hit by not flagging text patching area as VM...Christophe Leroy1-1/+1
2025-03-07powerpc/64s: Rewrite __real_pte() and __rpte_to_hidx() as static inlineChristophe Leroy1-2/+10
2025-03-07powerpc/64s/mm: Move __real_pte stubs into hash-4k.hMichael Ellerman2-26/+20
2025-03-07arm64: dts: qcom: sm8450: Fix CDSP memory lengthKrzysztof Kozlowski1-1/+1
2025-03-07arm64: dts: qcom: trim addresses to 8 digitsKrzysztof Kozlowski2-3/+3
2025-03-07arm64: dts: mediatek: mt8183: Disable DSI display output by defaultChen-Yu Tsai1-0/+1
2025-03-07arm64: mte: Do not allow PROT_MTE on MAP_HUGETLB user mappingsCatalin Marinas1-3/+6
2025-02-21x86/i8253: Disable PIT timer 0 when not in useDavid Woodhouse1-2/+9
2025-02-21ARM: dts: dra7: Add bus_dma_limit for l4 cfg busRomain Naour1-0/+2
2025-02-21alpha: replace hardcoded stack offsets with autogenerated onesIvan Kokshaysky2-4/+2
2025-02-21arm64: tegra: Fix typo in Tegra234 dce-fabric compatibleSumit Gupta1-1/+1
2025-02-21x86/static-call: Remove early_boot_irqs_disabled check to fix Xen PVH dom0Andrew Cooper1-1/+0
2025-02-21arm64: Handle .ARM.attributes section in linker scriptsNathan Chancellor2-0/+2
2025-02-21alpha: align stack for page fault and user unaligned trap handlersIvan Kokshaysky3-13/+13
2025-02-21alpha: make stack 16-byte aligned (most cases)Ivan Kokshaysky1-0/+2
2025-02-21perf/x86/intel: Ensure LBRs are disabled when a CPU is startingSean Christopherson2-2/+6
2025-02-21KVM: nSVM: Enter guest mode before initializing nested NPT MMUSean Christopherson2-6/+6
2025-02-21KVM: x86: Reject Hyper-V's SEND_IPI hypercalls if local APIC isn't in-kernelSean Christopherson1-1/+5
2025-02-21x86/mm/tlb: Only trim the mm_cpumask once a secondRik van Riel4-3/+36
2025-02-21Grab mm lock before grabbing pt lockMaksym Planeta1-0/+4
2025-02-21x86/xen: allow larger contiguous memory regions in PV guestsJuergen Gross1-9/+62
2025-02-21xen: remove a confusing comment on auto-translated guest I/OPetr Tesarik1-6/+0
2025-02-21arm64: cacheinfo: Avoid out-of-bounds write to cacheinfo arrayRadu Rendec1-5/+7
2025-02-21MIPS: ftrace: Declare ftrace_get_parent_ra_addr() as staticWangYuli1-1/+1
2025-02-21arm64: tegra: Disable Tegra234 sce-fabric nodeSumit Gupta1-1/+1
2025-02-21arm64: dts: qcom: sm8450: Fix MPSS memory lengthKrzysztof Kozlowski1-1/+1
2025-02-21arm64: dts: qcom: sm8350: Fix MPSS memory lengthKrzysztof Kozlowski1-1/+1
2025-02-21arm64: dts: qcom: sm6350: Fix MPSS memory lengthKrzysztof Kozlowski1-1/+1
2025-02-21arm64: dts: qcom: sm6350: Fix ADSP memory lengthKrzysztof Kozlowski1-1/+1
2025-02-21x86/boot: Use '-std=gnu11' to fix build with GCC 15Nathan Chancellor1-0/+1
2025-02-21arm64: tegra: Fix Tegra234 PCIe interrupt-mapBrad Griffis1-0/+2
2025-02-21mips/math-emu: fix emulation of the prefx instructionMateusz Jończyk1-1/+1
2025-02-21powerpc/pseries/eeh: Fix get PE state translationNarayana Murty N1-2/+4
2025-02-21MIPS: Loongson64: remove ROM Size unit in boardinfoKexy Biscuit1-2/+0
2025-02-21KVM: s390: vsie: fix some corner-cases when grabbing vsie pagesDavid Hildenbrand1-6/+19
2025-02-21arm64: dts: rockchip: increase gmac rx_delay on rk3399-pumaJakob Unterwurzacher1-1/+1
2025-02-21m68k: vga: Fix I/O definesThomas Zimmermann1-4/+4
2025-02-21s390/futex: Fix FUTEX_OP_ANDN implementationHeiko Carstens1-1/+1
2025-02-21x86/xen: add FRAME_END to xen_hypercall_hvm()Juergen Gross1-0/+1
2025-02-21x86/xen: fix xen_hypercall_hvm() to not clobber %rbxJuergen Gross1-2/+2
2025-02-21KVM: e500: always restore irqsPaolo Bonzini1-2/+2
2025-02-21KVM: PPC: e500: Use __kvm_faultin_pfn() to handle page faultsSean Christopherson1-5/+3
2025-02-21KVM: PPC: e500: Mark "struct page" pfn accessed before dropping mmu_lockSean Christopherson1-3/+1
2025-02-21KVM: PPC: e500: Mark "struct page" dirty in kvmppc_e500_shadow_map()Sean Christopherson1-7/+6
2025-02-21x86/kexec: Allocate PGD for x86_64 transition page tables separatelyDavid Woodhouse2-25/+38