summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2021-02-07Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds7-78/+77
2021-02-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds12-47/+72
2021-02-05ARM: kexec: fix oops after TLB are invalidatedRussell King4-39/+36
2021-02-05ARM: ensure the signal page contains defined contentsRussell King1-6/+8
2021-02-04Revert "x86/setup: don't remove E820_TYPE_RAM for pfn 0"Mike Rapoport1-9/+11
2021-02-04KVM: x86: Set so called 'reserved CR3 bits in LM mask' at vCPU resetSean Christopherson1-0/+1
2021-02-04KVM: x86/mmu: Fix TDP MMU zap collapsible SPTEsBen Gardon1-3/+3
2021-02-03Merge tag 'for-linus-5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds14-99/+84
2021-02-03Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-4/+4
2021-02-03Merge tag 'arm-soc-fixes-v5.11-3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds23-61/+65
2021-02-03Merge tag 'sunxi-fixes-for-5.11-2' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann1-1/+1
2021-02-03ARM: dts: lpc32xx: Revert set default clock rate of HCLK PLLAlexandre Belloni1-3/+0
2021-02-03ARM: dts: sun7i: a20: bananapro: Fix ethernet phy-modeHermann Lauer1-1/+1
2021-02-03KVM: x86: cleanup CR3 reserved bits checksPaolo Bonzini3-13/+5
2021-02-03KVM: SVM: Treat SVM as unsupported when running as an SEV guestSean Christopherson2-0/+6
2021-02-02Merge tag 'imx-fixes-5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann1-1/+1
2021-02-02arm64: Use simpler arithmetics for the linear map macrosCatalin Marinas1-2/+2
2021-02-02arm64: Do not pass tagged addresses to __is_lm_address()Catalin Marinas2-2/+2
2021-02-02KVM: x86: Update emulator context mode if SYSENTER xfers to 64-bit modeSean Christopherson1-0/+2
2021-02-01KVM: x86: Supplement __cr4_reserved_bits() with X86_FEATURE_PCID checkVitaly Kuznetsov1-0/+2
2021-02-01KVM/x86: assign hva with the right value to vm_munmap the pagesZheng Zhan Liang1-1/+1
2021-02-01KVM: x86: Allow guests to see MSR_IA32_TSX_CTRL even if tsx=offPaolo Bonzini2-13/+30
2021-01-31Merge tag 'x86_entry_for_v5.11_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-10/+5
2021-01-31Merge tag 'powerpc-5.11-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-12/+16
2021-01-30Merge tag 'devicetree-fixes-for-5.11-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+2
2021-01-30Merge tag 's390-5.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds3-4/+4
2021-01-30Merge tag 'riscv-for-linus-5.11-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2021-01-30arm64: dts: ls1046a: fix dcfg address rangeZyta Szpak1-1/+1
2021-01-30Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-2/+4
2021-01-29ARM: 9043/1: tegra: Fix misplaced tegra_uart_config in decompressorDmitry Osipenko1-27/+27
2021-01-29ARM: footbridge: fix dc21285 PCI configuration accessorsRussell King1-6/+6
2021-01-28Merge tag 'for-linus-5.11-rc6-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-1/+16
2021-01-28Fix unsynchronized access to sev members through svm_register_enc_regionPeter Gonda1-7/+10
2021-01-28Merge tag 'kvmarm-fixes-5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini1-9/+11
2021-01-28Merge tag 'asm-generic-fixes-v5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-14/+19
2021-01-28Merge tag 'arm-soc-fixes-v5.11-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds15-13/+144
2021-01-28Merge tag 'amlogic-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann1-1/+1
2021-01-28Merge tag 'amlogic-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann3-7/+0
2021-01-28Merge tag 'v5.11-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann4-4/+6
2021-01-28Merge tag 'omap-for-v5.11/fixes-rc5' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann6-24/+31
2021-01-28KVM: x86: fix CPUID entries returned by KVM_GET_CPUID2 ioctlMichael Roth1-1/+1
2021-01-27Merge branch 'parisc-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-9/+12
2021-01-27arm64: dts: meson: switch TFLASH_VDD_EN pin to open drain on Odroid-C4Marek Szyprowski1-1/+1
2021-01-27x86/xen: avoid warning in Xen pv guest with CONFIG_AMD_MEM_ENCRYPT enabledJuergen Gross3-1/+16
2021-01-27s390: uv: Fix sysfs max number of VCPUs reportingJanosch Frank3-4/+4
2021-01-27ARM: zImage: atags_to_fdt: Fix node names on added root nodesRob Herring1-1/+2
2021-01-27um: time: fix initialization in time-travel modeJohannes Berg1-19/+31
2021-01-27um: fix os_idle_sleep() to not hangJohannes Berg1-1/+14
2021-01-27Revert "um: support some of ARCH_HAS_SET_MEMORY"Johannes Berg4-59/+0
2021-01-27Revert "um: allocate a guard page to helper threads"Johannes Berg4-11/+8