summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorLines
2022-05-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-13/+20
2022-05-20Merge tag 'riscv-for-linus-5.18-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+2
2022-05-20Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-15/+39
2022-05-20KVM: x86/mmu: fix NULL pointer dereference on guest INVPCIDPaolo Bonzini-2/+4
2022-05-20KVM: x86: hyper-v: fix type of valid_bank_maskYury Norov-2/+2
2022-05-20kvm: x86/pmu: Fix the compare function used by the pmu event filterAaron Lewis-2/+5
2022-05-19riscv: dts: microchip: fix gpio1 reg property typoConor Paxton-1/+1
2022-05-19riscv: dts: sifive: fu540-c000: align dma node name with dtschemaKrzysztof Kozlowski-1/+1
2022-05-19Merge tag 'for-5.18/parisc-4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-143/+251
2022-05-19Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-1/+2
2022-05-18Merge branch 'arm/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds-11/+69
2022-05-18ARM: 9197/1: spectre-bhb: fix loop8 sequence for Thumb2Ard Biesheuvel-1/+1
2022-05-18ARM: 9196/1: spectre-bhb: enable for Cortex-A15Ard Biesheuvel-0/+1
2022-05-17parisc: Fix patch code locking and flushingJohn David Anglin-14/+11
2022-05-17parisc: Rewrite cache flush code for PA8800/PA8900John David Anglin-127/+236
2022-05-17parisc: Disable debug code regarding cache flushes in handle_nadtlb_fault()John David Anglin-2/+4
2022-05-17Merge tag 'kvmarm-fixes-5.18-3' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini-3/+3
2022-05-17arm64: mte: Ensure the cleared tags are visible before setting the PTECatalin Marinas-0/+3
2022-05-17arm64: kexec: load from kimage prior to clobberingMark Rutland-7/+15
2022-05-17arm64: paravirt: Use RCU read locks to guard stolen_timePrakruthi Deepak Heragu-8/+21
2022-05-15Merge tag 'powerpc-5.18-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-5/+21
2022-05-15Merge tag 'x86-urgent-2022-05-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+3
2022-05-15KVM: arm64: Don't hypercall before EL2 initQuentin Perret-1/+2
2022-05-15KVM: arm64: vgic-v3: Consistently populate ID_AA64PFR0_EL1.GICMarc Zyngier-2/+1
2022-05-13Merge tag 'mm-hotfixes-stable-2022-05-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-0/+23
2022-05-13Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-8/+7
2022-05-13x86/mm: Fix marking of unused sub-pmd rangesAdrian-Ken Rueegsegger-2/+3
2022-05-12Merge tag 'v5.18-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann-5/+35
2022-05-12KVM: x86/mmu: Update number of zapped pages even if page list is stableSean Christopherson-4/+6
2022-05-12arm64: Enable repeat tlbi workaround on KRYO4XX gold CPUsShreyas K K-0/+2
2022-05-12arm64: cpufeature: remove duplicate ID_AA64ISAR2_EL1 entryKristina Martsenko-2/+1
2022-05-11KVM: PPC: Book3S PR: Enable MSR_DR for switch_mmu_context()Alexander Graf-5/+21
2022-05-10arm64: vdso: fix makefile dependency on vdso.soJoey Gouly-6/+4
2022-05-09arm[64]/memremap: don't abuse pfn_valid() to ensure presence of linear mapMike Rapoport-0/+23
2022-05-09Merge tag 'qcom-arm64-fixes-for-5.18' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann-0/+16
2022-05-08Merge tag 'for-5.18/parisc-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-42/+42
2022-05-08Merge tag 'powerpc-5.18-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-24/+36
2022-05-08Merge tag 'x86-urgent-2022-05-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-41/+26
2022-05-08Revert "parisc: Increase parisc_cache_flush_threshold setting"Helge Deller-15/+3
2022-05-08parisc: Mark cr16 clock unstable on all SMP machinesHelge Deller-23/+4
2022-05-08parisc: Fix typos in commentsJulia Lawall-6/+6
2022-05-08parisc: Change MAX_ADDRESS to become unsigned long longHelge Deller-1/+1
2022-05-08parisc: Merge model and model name into one line in /proc/cpuinfoHelge Deller-2/+1
2022-05-08parisc: Re-enable GENERIC_CPU_DEVICES for !SMPHelge Deller-0/+1
2022-05-08parisc: Update 32- and 64-bit defconfigsHelge Deller-2/+5
2022-05-08parisc: Only list existing CPUs in cpu_possible_maskHelge Deller-0/+8
2022-05-08Revert "parisc: Fix patch code locking and flushing"Helge Deller-11/+14
2022-05-08Revert "parisc: Mark sched_clock unstable only if clocks are not syncronized"Helge Deller-3/+6
2022-05-08Revert "parisc: Mark cr16 CPU clocksource unstable on all SMP machines"Helge Deller-8/+22
2022-05-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-69/+190