summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorLines
2023-10-06mm: add statistics for PUD level pagetableBaolin Wang-1/+9
2023-10-04mips: use nth_page() in place of direct struct page manipulationZi Yan-1/+1
2023-10-04kvm: mmu: dynamically allocate the x86-mmu shrinkerQi Zheng-8/+10
2023-10-01Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Linus Torvalds-32/+56
2023-10-01Merge tag 'x86-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-7/+26
2023-10-01Merge tag 'perf-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-7/+17
2023-09-30Merge tag 'soc-fixes-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds-57/+79
2023-09-30Merge tag 'powerpc-6.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-22/+5
2023-09-29arm64: hugetlb: fix set_huge_pte_at() to work with all swap entriesRyan Roberts-14/+3
2023-09-29mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts-18/+45
2023-09-29mm: abstract moving to the next PFNMatthew Wilcox (Oracle)-0/+8
2023-09-29Merge tag 'xtensa-20230928' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds-8/+34
2023-09-28x86/sgx: Resolves SECS reclaim vs. page fault for EAUG raceHaitao Huang-5/+25
2023-09-28Merge tag 'loongarch-fixes-6.6-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+31
2023-09-28x86/srso: Add SRSO mitigation for Hygon processorsPu Wen-1/+1
2023-09-28arm64: defconfig: enable syscon-poweroff driverKrzysztof Kozlowski-0/+1
2023-09-28ARM: locomo: fix locomolcd_power declarationArnd Bergmann-3/+1
2023-09-27Merge tag 'riscv-dt-fixes-for-v6.6-rc3' of https://git.kernel.org/pub/scm/lin...Arnd Bergmann-25/+26
2023-09-27arm64: defconfig: remove CONFIG_COMMON_CLK_NPCM8XX=yMikko Rapeli-1/+0
2023-09-27Merge tag 'imx-fixes-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/sh...Arnd Bergmann-15/+31
2023-09-27Merge tag 'omap-for-v6.6/fixes-signed' of git://git.kernel.org/pub/scm/linux/...Arnd Bergmann-7/+12
2023-09-27ARM: uniphier: fix cache kernel-doc warningsRandy Dunlap-1/+3
2023-09-27LoongArch: Add support for 64_PCREL relocation typeTiezhu Yang-0/+10
2023-09-27LoongArch: Add support for 32_PCREL relocation typeTiezhu Yang-0/+10
2023-09-27LoongArch: Define relocation types for ABI v2.10Tiezhu Yang-1/+10
2023-09-27LoongArch: numa: Fix high_memory calculationHuacai Chen-1/+1
2023-09-25MIPS: Alchemy: only build mmc support helpers if au1xmmc is enabledChristoph Hellwig-0/+14
2023-09-25perf/x86/amd: Do not WARN() on every IRQBreno Leitao-1/+9
2023-09-25arm64: dts: imx: Add imx8mm-prt8mm.dtb to buildRob Herring-0/+1
2023-09-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-144/+164
2023-09-24arm64: dts: imx8mm-evk: Fix hdmi@3d nodeLiu Ying-12/+20
2023-09-24arm64: dts: imx8mp-beacon-kit: Fix audio_pll2 clockAdam Ford-2/+3
2023-09-24arm64: dts: imx8mp: Fix SDMA2/3 clocksAdam Ford-0/+6
2023-09-24x86/kgdb: Fix a kerneldoc warning when build with W=1Christophe JAILLET-1/+0
2023-09-23Merge tag 'mm-hotfixes-stable-2023-09-23-10-31' of git://git.kernel.org/pub/s...Linus Torvalds-2/+2
2023-09-23Merge tag 'loongarch-fixes-6.6-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-124/+169
2023-09-23Merge tag 's390-6.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds-13/+25
2023-09-23Merge tag 'kvm-riscv-fixes-6.6-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini-100/+274
2023-09-23KVM: SVM: Do not use user return MSR support for virtualized TSC_AUXTom Lendacky-1/+33
2023-09-23KVM: SVM: Fix TSC_AUX virtualization setupTom Lendacky-12/+29
2023-09-23KVM: SVM: INTERCEPT_RDTSCP is never intercepted anywayPaolo Bonzini-4/+1
2023-09-23KVM: x86/mmu: Stop zapping invalidated TDP MMU roots asynchronouslySean Christopherson-103/+68
2023-09-23KVM: x86/mmu: Do not filter address spaces in for_each_tdp_mmu_root_yield_safe()Paolo Bonzini-19/+14
2023-09-22Merge tag 'acpi-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-0/+4
2023-09-22Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-3/+8
2023-09-22Merge tag 'x86_urgent_for_v6.6-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-8/+2
2023-09-22Merge tag 'x86-urgent-2023-09-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-55/+56
2023-09-22x86,static_call: Fix static-call vs return-thunkPeter Zijlstra-1/+3
2023-09-22x86/alternatives: Remove faulty optimizationJosh Poimboeuf-8/+0
2023-09-22powerpc/stacktrace: Fix arch_stack_walk_reliable()Michael Ellerman-22/+5