summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-11-08x86: KVM: SVM: always update the x2avic msr interceptionMaxim Levitsky1-2/+1
2023-11-08powerpc/mm: Fix boot crash with FLATMEMMichael Ellerman2-1/+2
2023-11-08LoongArch: Replace kmap_atomic() with kmap_local_page() in copy_user_highpage()Huacai Chen1-4/+4
2023-11-08LoongArch: Export symbol invalid_pud_table for modules buildingHuacai Chen1-0/+1
2023-11-08powerpc/85xx: Fix math emulation exceptionChristophe Leroy1-1/+1
2023-11-02sparc32: fix a braino in fault handling in csum_and_copy_..._user()Al Viro1-1/+1
2023-11-02x86/cpu: Add model number for Intel Arrow Lake mobile processorTony Luck1-0/+2
2023-11-02x86/i8259: Skip probing when ACPI/MADT advertises PCAT compatibilityThomas Gleixner3-8/+35
2023-11-02clk: ti: Fix missing omap5 mcbsp functional clock and aliasesTony Lindgren1-0/+6
2023-11-02clk: ti: Fix missing omap4 mcbsp functional clock and aliasesTony Lindgren2-0/+8
2023-11-02ARM: OMAP: timer32K: fix all kernel-doc warningsRandy Dunlap1-7/+7
2023-11-02arm64: dts: rockchip: Fix i2s0 pin conflict on ROCK Pi 4 boardsChristopher Obbard1-0/+1
2023-11-02arm64: dts: rockchip: Add i2s0-2ch-bus-bclk-off pins to RK3399Christopher Obbard1-0/+10
2023-11-02KVM: x86/pmu: Truncate counter value to allowed width on writeRoman Kagan3-3/+9
2023-10-25s390/pci: fix iommu bitmap allocationNiklas Schnelle1-2/+13
2023-10-25KVM: x86/mmu: Stop zapping invalidated TDP MMU roots asynchronouslySean Christopherson6-102/+69
2023-10-25ARM: dts: ti: omap: Fix noisy serial with overrun-throttle-ms for mapphoneTony Lindgren1-0/+1
2023-10-25x86: KVM: SVM: refresh AVIC inhibition in svm_leave_nested()Maxim Levitsky1-0/+3
2023-10-25x86: KVM: SVM: add support for Invalid IPI Vector interceptionMaxim Levitsky2-1/+5
2023-10-25KVM: x86: Constrain guest-supported xfeatures only at KVM_GET_XSAVE{2}Sean Christopherson3-14/+17
2023-10-25x86/fpu: Allow caller to constrain xfeatures when copying to uabi bufferSean Christopherson5-18/+21
2023-10-25x86/sev: Check for user-space IOIO pointing to kernel spaceJoerg Roedel2-2/+34
2023-10-25x86/sev: Check IOBM for IOIO exceptions from user-spaceJoerg Roedel3-7/+47
2023-10-25x86/sev: Disable MMIO emulation from user modeBorislav Petkov (AMD)1-0/+3
2023-10-25KVM: x86: Mask LVTPC when handling a PMIJim Mattson1-2/+6
2023-10-19powerpc/64e: Fix wrong test in __ptep_test_and_clear_young()Christophe Leroy1-1/+1
2023-10-19powerpc/8xx: Fix pte_access_permitted() for PAGE_NONEChristophe Leroy2-0/+9
2023-10-19x86/alternatives: Disable KASAN in apply_alternatives()Kirill A. Shutemov1-0/+13
2023-10-19powerpc/47x: Fix 47x syscall return crashMichael Ellerman1-3/+5
2023-10-19x86/cpu: Fix AMD erratum #1485 on Zen4-based CPUsBorislav Petkov (AMD)2-2/+15
2023-10-19perf/x86/lbr: Filter vsyscall addressesJP Kobryn1-2/+3
2023-10-19arm64: dts: mediatek: mt8195-demo: update and reorder reserved memory regionsMacpaul Lin1-7/+30
2023-10-19arm64: dts: mediatek: mt8195-demo: fix the memory size to 8GBMacpaul Lin1-1/+1
2023-10-19riscv, bpf: Sign-extend return valuesBjörn Töpel1-2/+3
2023-10-19riscv, bpf: Factor out emit_call for kernel and bpf contextPu Lehui1-17/+13
2023-10-19arm64: dts: mediatek: mt8195: Set DSU PMU status to failNícolas F. R. A. Prado1-0/+1
2023-10-19arm64: dts: qcom: sm8150: extend the size of the PDC resourceDmitry Baryshkov1-1/+1
2023-10-10parisc: Restore __ldcw_align for PA-RISC 2.0 processorsJohn David Anglin2-21/+20
2023-10-10x86/sev: Use the GHCB protocol when available for SNP CPUID requestsTom Lendacky1-14/+55
2023-10-10parisc: Fix crash with nr_cpus=1 optionHelge Deller1-1/+3
2023-10-10perf/x86/amd: Do not WARN() on every IRQBreno Leitao1-1/+9
2023-10-10perf/x86/amd/core: Fix overflow reset on hotplugSandipan Das1-6/+8
2023-10-10arm64: errata: Add Cortex-A520 speculative unprivileged load workaroundRob Herring4-0/+26
2023-10-10arm64: Add Cortex-A520 CPU part definitionRob Herring1-0/+2
2023-10-10arm64: cpufeature: Fix CLRBHB and BC detectionKristina Martsenko3-3/+8
2023-10-10arm64: Avoid repeated AA64MMFR1_EL1 register read on pagefault pathGabriel Krisman Bertazi1-1/+5
2023-10-06arm64: defconfig: remove CONFIG_COMMON_CLK_NPCM8XX=yMikko Rapeli1-1/+0
2023-10-06LoongArch: numa: Fix high_memory calculationHuacai Chen1-1/+1
2023-10-06LoongArch: Define relocation types for ABI v2.10Tiezhu Yang2-1/+10
2023-10-06KVM: x86/mmu: Do not filter address spaces in for_each_tdp_mmu_root_yield_safe()Paolo Bonzini3-19/+14