aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2022-03-03riscv: Fix config KASAN && SPARSEMEM && !SPARSE_VMEMMAPAlexandre Ghiti1-2/+1
2022-03-03riscv: Fix is_linear_mapping with recent move of KASAN regionAlexandre Ghiti2-1/+2
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski41-143/+291
2022-03-03cpuidle: PSCI: Move the `has_lpi` check to the beginning of the functionMario Limonciello1-3/+3
2022-03-03Merge tag 'mips-fixes-5.17_4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds3-17/+27
2022-03-03mm: remove the extra ZONE_DEVICE struct page refcountChristoph Hellwig1-1/+0
2022-03-03mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig3-0/+3
2022-03-03dma-mapping: remove CONFIG_DMA_REMAPChristoph Hellwig2-2/+2
2022-03-03perf/x86/intel/uncore: Fix the build on !CONFIG_PHYS_ADDR_T_64BITIngo Molnar1-1/+3
2022-03-02Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-8/+30
2022-03-02bpf, x86: Set header->size properly before freeing itSong Liu1-1/+4
2022-03-02x86: Disable HAVE_ARCH_HUGE_VMALLOC on 32-bit x86Song Liu1-1/+1
2022-03-02arm64: dts: lg: align pl330 node name with dtschemaKrzysztof Kozlowski2-2/+2
2022-03-02arm64: dts: lg: add dma-cells to pl330 nodeKrzysztof Kozlowski2-0/+2
2022-03-02arm64: dts: juno: align pl330 node name with dtschemaKrzysztof Kozlowski1-1/+1
2022-03-02KVM: x86: pull kvm->srcu read-side to kvm_arch_vcpu_ioctl_runPaolo Bonzini1-12/+13
2022-03-02KVM: x86/mmu: Passing up the error state of mmu_alloc_shadow_roots()Like Xu1-1/+1
2022-03-02KVM: arm64: Enable Cortex-A510 erratum 2077057 by defaultMark Brown1-0/+1
2022-03-02platform/x86: Add AMD system management interfaceSuma Hegde2-0/+219
2022-03-01arm64: dts: broadcom: Fix sata nodenameFrank Wunderlich1-1/+1
2022-03-01arm64: dts: armada-3720-turris-mox: Add missing ethernet0 aliasPali Rohár1-0/+1
2022-03-01s390/mm: convert pte_val()/pXd_val() into functionsHeiko Carstens1-5/+25
2022-03-01s390/mm,gmap: don't use pte_val()/pXd_val() as lvalueHeiko Carstens1-4/+4
2022-03-01s390/mm,hugetlb: don't use pte_val()/pXd_val() as lvalueHeiko Carstens1-21/+13
2022-03-01s390/mm,pageattr: don't use pte_val()/pXd_val() as lvalueHeiko Carstens1-8/+8
2022-03-01s390/mm,pgtable: don't use pte_val()/pXd_val() as lvalueHeiko Carstens2-89/+77
2022-03-01s390/mm: use set_pXd()/set_pte() helper functions everywhereHeiko Carstens9-50/+51
2022-03-01s390/mm: add set_pte_bit()/clear_pte_bit() helper functionsHeiko Carstens1-0/+30
2022-03-01s390/mm: add set_pXd()/set_pte() helper functionsHeiko Carstens1-0/+25
2022-03-01s390/entry: remove unused expoline thunkVasily Gorbik1-1/+0
2022-03-01s390/ftrace: make use of epsw to get psw maskHeiko Carstens1-4/+10
2022-03-01s390/ptrace: remove opencoded offsetofHeiko Carstens1-88/+76
2022-03-01s390/smp: sort out physical vs virtual pointers usageAlexander Gordeev1-3/+3
2022-03-01s390/test_unwind: fix and extend kprobes testVasily Gorbik1-33/+50
2022-03-01s390/test_unwind: add ftrace testVasily Gorbik1-0/+59
2022-03-01s390/test_unwind: add "backtrace" module parameterVasily Gorbik1-1/+5
2022-03-01s390/test_unwind: minor cleanupVasily Gorbik1-44/+28
2022-03-01s390/test_unwind: show tests as skipped if unsupportedVasily Gorbik1-6/+3
2022-03-01s390: always use the packed stack layoutVasily Gorbik5-37/+5
2022-03-01Merge branch 'fixes' into featuresVasily Gorbik8-10/+65
2022-03-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-19/+28
2022-03-01s390/extable: fix exception table sortingHeiko Carstens1-2/+7
2022-03-01s390/ftrace: fix arch_ftrace_get_regs implementationHeiko Carstens4-5/+18
2022-03-01s390/ftrace: fix ftrace_caller/ftrace_regs_caller generationHeiko Carstens1-0/+35
2022-03-01s390/setup: preserve memory at OLDMEM_BASE and OLDMEM_SIZEAlexander Egorenkov1-0/+2
2022-03-01Merge tag 'qcom-drivers-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/driversArnd Bergmann1-2/+1
2022-03-01Merge tag 'qcom-arm64-defconfig-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/defconfigArnd Bergmann1-0/+3
2022-03-01KVM: SVM: Disable preemption across AVIC load/put during APICv refreshSean Christopherson3-50/+59
2022-03-01mips: ralink: fix a refcount leak in ill_acc_of_setup()Hangyu Hua1-0/+1
2022-03-01arm64: defconfig: enable the CVP driverDinh Nguyen1-0/+1