aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2022-05-13KVM: PPC: Remove kvmppc_claim_lpidNicholas Piggin4-16/+7
2022-05-13KVM: PPC: Book3S HV P9: Optimise loads around context switchNicholas Piggin1-4/+11
2022-05-13KVM: PPC: Book3S HV: HFSCR[PREFIX] does not existNicholas Piggin2-2/+1
2022-05-13arm64: dts: mt8192: Follow binding order for SCP registersNĂ­colas F. R. A. Prado1-3/+3
2022-05-13arm64: dts: mediatek: add mtk-snfi for mt7622Chuanhong Guo1-0/+12
2022-05-13arm64: dts: mediatek: mt8195-demo: enable uart1Fabien Parent1-0/+6
2022-05-13arm64: dts: mediatek: mt8195-demo: Remove input-name propertyFabien Parent1-1/+0
2022-05-13arm64: dts: mediatek: mt8183-pumpkin: fix bad thermistor node nameFabien Parent1-1/+1
2022-05-13arm64: dts: mt7622: specify the L2 cache topologyRui Salvaterra1-0/+7
2022-05-13arm64: dts: mt7622: specify the number of DMA requestsRui Salvaterra1-0/+1
2022-05-13arm64: dts: mediatek: pumpkin: Remove input-name propertyDang Huynh1-1/+0
2022-05-13x86/prctl: Remove pointless task argumentThomas Gleixner6-16/+10
2022-05-13x86/mm: Fix marking of unused sub-pmd rangesAdrian-Ken Rueegsegger1-2/+3
2022-05-13Merge tag 'v5.19-rockchip-soc32-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/socArnd Bergmann1-1/+1
2022-05-13Merge tag 'visconti-arm-dt-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/iwamatsu/linux-visconti into arm/dtArnd Bergmann4-62/+53
2022-05-13Merge tag 'v5.19-rockchip-dts32-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/dtArnd Bergmann3-4/+5
2022-05-13Merge tag 'v5.19-rockchip-dts64-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/dtArnd Bergmann28-16/+3075
2022-05-13Revert "ARM: dts: BCM5301X: Fix DTC warning for NAND node"Arnd Bergmann1-0/+2
2022-05-13crypto: s390 - add crypto library interface for ChaCha20Vladis Dronov1-2/+32
2022-05-13Merge branch 'asm-generic-headers-cleanup' into asm-genericArnd Bergmann3-21/+21
2022-05-13sparc: add asm/stat.h to UAPI compile-test coverageMasahiro Yamada1-6/+6
2022-05-13powerpc: add asm/stat.h to UAPI compile-test coverageMasahiro Yamada1-5/+5
2022-05-13mips: add asm/stat.h to UAPI compile-test coverageMasahiro Yamada1-10/+10
2022-05-13csky: Move $(core-y) into arch/csky/KbuildMasahiro Yamada2-2/+2
2022-05-13csky: Remove unused core-y for dtsMasahiro Yamada1-1/+0
2022-05-13csky: Remove unused $(dtb-y) from boot/MakefileMasahiro Yamada1-1/+0
2022-05-12ia64: mca: drop redundant spinlock initializationHaowen Bai1-1/+0
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski36-191/+347
2022-05-12Merge tag 'v5.18-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/fixesArnd Bergmann1-5/+35
2022-05-12riscv: support for Svpbmt and D1 memory typesPalmer Dabbelt28-161/+724
2022-05-12MIPS: Sibyte: remove unnecessary return variableGuo Zhengkui1-3/+1
2022-05-12MIPS: Use NOKPROBE_SYMBOL() instead of __kprobes annotationTiezhu Yang2-14/+28
2022-05-12MIPS: tools: no need to initialise statics to 0Jason Wang1-1/+1
2022-05-12MIPS: VR41xx: Drop redundant spinlock initializationHaowen Bai1-2/+0
2022-05-12MIPS: smp: optimization for flush_tlb_mm when exitingMao Bibo1-0/+6
2022-05-12perf/x86/amd: Remove unused variable 'hwc'Zucheng Zheng1-3/+0
2022-05-12ARM: dts: socfpga: align SPI NOR node name with dtschemaKrzysztof Kozlowski4-5/+5
2022-05-12KVM: x86/mmu: Update number of zapped pages even if page list is stableSean Christopherson1-4/+6
2022-05-12KVM: x86/mmu: Speed up slot_rmap_walk_next for sparsely populated rmapsVipin Sharma1-2/+4
2022-05-12KVM: VMX: Include MKTME KeyID bits in shadow_zero_checkKai Huang3-19/+50
2022-05-12KVM: x86/mmu: Add shadow_me_value and repurpose shadow_me_maskKai Huang5-10/+34
2022-05-12KVM: x86/mmu: Rename reset_rsvds_bits_mask()Kai Huang1-3/+3
2022-05-12KVM: x86: a vCPU with a pending triple fault is runnablePaolo Bonzini1-0/+3
2022-05-12KVM: x86/mmu: Expand and clean up page fault statsSean Christopherson6-12/+42
2022-05-12KVM: x86/mmu: Use IS_ENABLED() to avoid RETPOLINE for TDP page faultsSean Christopherson1-3/+3
2022-05-12KVM: x86/mmu: Make all page fault handlers internal to the MMUSean Christopherson4-107/+108
2022-05-12KVM: x86/mmu: Add RET_PF_CONTINUE to eliminate bool+int* "returns"Sean Christopherson4-32/+35
2022-05-12KVM: x86/mmu: Drop exec/NX check from "page fault can be fast"Sean Christopherson1-7/+12
2022-05-12KVM: x86/mmu: Don't attempt fast page fault just because EPT is in useSean Christopherson3-17/+41
2022-05-12KVM: VMX: clean up pi_wakeup_handlerLi RongQing1-4/+5