summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2021-02-10x86/apic: Add extra serialization for non-serializing MSRsDave Hansen5-15/+32
2021-02-10x86/debug: Prevent data breakpoints on cpu_dr7Lai Jiangshan1-0/+8
2021-02-10x86/debug: Prevent data breakpoints on __per_cpu_offsetLai Jiangshan1-0/+14
2021-02-10x86/debug: Fix DR6 handlingPeter Zijlstra1-21/+18
2021-02-10x86/build: Disable CET instrumentation in the kernelJosh Poimboeuf1-0/+3
2021-02-10ARM: 9043/1: tegra: Fix misplaced tegra_uart_config in decompressorDmitry Osipenko1-27/+27
2021-02-10ARM: footbridge: fix dc21285 PCI configuration accessorsRussell King1-6/+6
2021-02-10ARM: dts; gta04: SPI panel chip select is active lowH. Nikolaus Schaller1-1/+1
2021-02-10DTS: ARM: gta04: remove legacy spi-cs-high to make display work againH. Nikolaus Schaller1-1/+0
2021-02-10KVM: x86: Set so called 'reserved CR3 bits in LM mask' at vCPU resetSean Christopherson1-0/+1
2021-02-10KVM: x86: Update emulator context mode if SYSENTER xfers to 64-bit modeSean Christopherson1-0/+2
2021-02-10KVM: x86: fix CPUID entries returned by KVM_GET_CPUID2 ioctlMichael Roth1-1/+1
2021-02-10KVM: x86: Allow guests to see MSR_IA32_TSX_CTRL even if tsx=offPaolo Bonzini2-13/+30
2021-02-10KVM: x86/mmu: Fix TDP MMU zap collapsible SPTEsBen Gardon1-3/+3
2021-02-10KVM: SVM: Treat SVM as unsupported when running as an SEV guestSean Christopherson2-0/+6
2021-02-10Fix unsynchronized access to sev members through svm_register_enc_regionPeter Gonda1-7/+10
2021-02-10RISC-V: Define MAXPHYSMEM_1GB only for RV32Atish Patra1-0/+2
2021-02-10ARM: dts: sun7i: a20: bananapro: Fix ethernet phy-modeHermann Lauer1-1/+1
2021-02-10arm64: dts: ls1046a: fix dcfg address rangeZyta Szpak1-1/+1
2021-02-10arm64: dts: meson: switch TFLASH_VDD_EN pin to open drain on Odroid-C4Marek Szyprowski1-1/+1
2021-02-10um: virtio: free vu_dev only with the contained struct deviceJohannes Berg1-1/+2
2021-02-10ARM: dts: stm32: Fix GPIO hog flags on DHCOM DRC02Marek Vasut1-2/+2
2021-02-10ARM: dts: stm32: Disable optional TSC2004 on DRC02 boardMarek Vasut1-0/+6
2021-02-10ARM: dts: stm32: Disable WP on DHCOM uSD slotMarek Vasut1-0/+1
2021-02-10ARM: dts: stm32: Connect card-detect signal on DHCOMMarek Vasut1-1/+1
2021-02-10ARM: dts: stm32: Fix polarity of the DH DRC02 uSD card detectMarek Vasut1-1/+1
2021-02-10arm64: dts: rockchip: Use only supported PCIe link speed on Pinebook ProSimon South1-1/+0
2021-02-10arm64: dts: rockchip: fix vopl iommu irq on px30Sandy Huang1-1/+1
2021-02-10arm64: dts: amlogic: meson-g12: Set FL-adj property valueSerge Semin1-1/+1
2021-02-10arm64: dts: qcom: c630: keep both touchpad devices enabledShawn Guo1-8/+2
2021-02-10ARM: OMAP1: OSK: fix ohci-omap breakageLinus Walleij1-0/+2
2021-02-07x86/cpu: Add another Alder Lake CPU to the Intel familyGayatri Kammela1-0/+1
2021-02-07x86: __always_inline __{rd,wr}msr()Peter Zijlstra1-2/+2
2021-02-07ARM: 9025/1: Kconfig: CPU_BIG_ENDIAN depends on !LD_IS_LLDNick Desaulniers1-0/+1
2021-02-07Revert "x86/setup: don't remove E820_TYPE_RAM for pfn 0"Mike Rapoport1-9/+11
2021-02-07arm64: Do not pass tagged addresses to __is_lm_address()Catalin Marinas2-2/+2
2021-02-07arm64: Fix kernel address detection of __is_lm_address()Vincenzo Frascino1-4/+4
2021-02-07arm64: dts: meson: Describe G12b GPU as coherentRobin Murphy1-0/+4
2021-02-04powerpc/64s: prevent recursive replay_soft_interrupts causing superfluous int...Nicholas Piggin1-12/+16
2021-02-04arm64: dts: imx8mp: Correct the gpio ranges of gpio3Jacky Bai1-1/+1
2021-02-04ARM: dts: imx6qdl-sr-som: fix some cubox-i platformsRussell King1-2/+10
2021-02-04ARM: dts: imx6qdl-kontron-samx6i: fix i2c_lcd/cam default statusMarco Felsch1-2/+2
2021-02-04arm64: dts: ls1028a: fix the offset of the reset registerMichael Walle1-1/+1
2021-02-04ARM: zImage: atags_to_fdt: Fix node names on added root nodesRob Herring1-1/+2
2021-02-04ARM: imx: build suspend-imx6.S with arm instruction setMax Krummenacher1-0/+1
2021-02-04ARM: dts: imx6qdl-kontron-samx6i: fix pwms for lcd-backlightMarco Felsch1-1/+1
2021-02-04arm64: dts: broadcom: Fix USB DMA address translation for StingrayBharat Gooty1-1/+6
2021-02-04KVM: x86: get smi pending status correctlyJay Zhou1-0/+4
2021-02-04KVM: nVMX: Sync unsync'd vmcs02 state to vmcs12 on migrationMaxim Levitsky1-5/+8
2021-02-04KVM: x86: allow KVM_REQ_GET_NESTED_STATE_PAGES outside guest mode for VMXPaolo Bonzini3-9/+29