summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-03-12csky: Implement copy_thread_tlsGuo Ren2-3/+5
2020-03-12efi/x86: Handle by-ref arguments covering multiple pages in mixed modeArd Biesheuvel1-19/+26
2020-03-12efi/x86: Align GUIDs to their size in the mixed mode runtime wrapperArd Biesheuvel1-4/+21
2020-03-12powerpc: fix hardware PMU exception bug on PowerVM compatibility mode systemsDesnes A. Nunes do Rosario1-1/+3
2020-03-12arm64: dts: meson: fix gxm-khadas-vim2 wifiChristian Hewitt1-1/+1
2020-03-12ARM: dts: imx7-colibri: Fix frequency for sd/mmcOleksandr Suvorov1-1/+0
2020-03-12ARM: dts: dra7xx-clocks: Fixup IPU1 mux clock parent sourceSuman Anna1-10/+2
2020-03-12ARM: dts: am437x-idk-evm: Fix incorrect OPP node namesSuman Anna1-2/+2
2020-03-12ARM: imx: build v7_cpu_resume() unconditionallyAhmad Fatoum4-16/+28
2020-03-12arm64: dts: imx8qxp-mek: Remove unexisting Ethernet PHYFabio Estevam1-5/+0
2020-03-12ARM: dts: imx6: phycore-som: fix emmc supplyMarco Felsch1-1/+0
2020-03-12powerpc/mm: Fix missing KUAP disable in flush_coherent_icache()Michael Ellerman1-0/+2
2020-03-12powerpc: Convert flush_icache_range & friends to CAlastair D'Silva5-252/+170
2020-03-12powerpc: define helpers to get L1 icache sizesAlastair D'Silva2-10/+31
2020-03-12ARM: dts: ls1021a: Restore MDIO compatible to gianfarVladimir Oltean1-2/+2
2020-03-12arm64: dts: meson-sm1-sei610: add missing interrupt-namesGuillaume La Roque1-0/+1
2020-03-12s390/mm: fix panic in gup_fast on large pudGerald Schaefer1-0/+6
2020-03-12s390/pci: Fix unexpected write combine on resourceNiklas Schnelle1-2/+2
2020-03-12x86/pkeys: Manually set X86_FEATURE_OSPKE to preserve existing changesSean Christopherson1-1/+1
2020-03-12arm: dts: dra76x: Fix mmc3 max-frequencyFaiz Abbas1-0/+5
2020-03-12arm64: dts: socfpga: agilex: Fix gmac compatibleLey Foon Tan1-3/+3
2020-03-12arch/csky: fix some Kconfig typosRandy Dunlap1-1/+1
2020-03-12csky: Fixup compile warning for three unimplemented syscallsGuo Ren1-0/+3
2020-03-12csky: Fixup ftrace modify panicGuo Ren1-0/+2
2020-03-12csky/smp: Fixup boot failed when CONFIG_SMPGuo Ren1-1/+1
2020-03-12csky: Set regs->usp to kernel sp, when the exception is from kernelGuo Ren3-7/+31
2020-03-12csky/mm: Fixup export invalid_pte_table symbolGuo Ren1-0/+1
2020-03-12x86/xen: Distribute switch variables for initializationKees Cook1-3/+4
2020-03-12s390/qdio: fill SL with absolute addressesJulian Wiedmann1-1/+1
2020-03-12x86/boot/compressed: Don't declare __force_order in kaslr_64.cH.J. Lu1-3/+0
2020-03-12s390: make 'install' not depend on vmlinuxMasahiro Yamada2-2/+2
2020-03-05kvm: nVMX: VMWRITE checks unsupported field before read-only fieldJim Mattson1-5/+6
2020-03-05kvm: nVMX: VMWRITE checks VMCS-link pointer before VMCS fieldJim Mattson1-34/+25
2020-03-05KVM: x86: Remove spurious clearing of async #PF MSRSean Christopherson1-2/+0
2020-03-05KVM: x86: Remove spurious kvm_mmu_unload() from vcpu destruction pathSean Christopherson1-4/+0
2020-03-05x86/resctrl: Check monitoring static key in the MBM overflow handlerXiaochen Shen2-2/+3
2020-03-05KVM: SVM: Override default MMIO mask if memory encryption is enabledTom Lendacky1-0/+43
2020-03-05MIPS: VPE: Fix a double free and a memory leak in 'release_vpe()'Christophe JAILLET1-1/+1
2020-03-05KVM: VMX: check descriptor table exits on instruction emulationOliver Upton1-0/+15
2020-03-05ARM: dts: sti: fixup sound frame-inversion for stihxxx-b2120.dtsiKuninori Morimoto1-1/+1
2020-03-05perf/x86/msr: Add Tremont supportKan Liang1-1/+2
2020-03-05perf/x86/cstate: Add Tremont supportKan Liang1-9/+13
2020-03-05perf/x86/intel: Add Elkhart Lake supportKan Liang1-0/+1
2020-02-28s390/mm: Explicitly compare PAGE_DEFAULT_KEY against zero in storage_key_init...Nathan Chancellor1-1/+1
2020-02-28s390/kaslr: Fix casts in get_randomNathan Chancellor1-1/+1
2020-02-28arm64: lse: Fix LSE atomics with LLVMVincenzo Frascino1-1/+1
2020-02-28KVM: apic: avoid calculating pending eoi from an uninitialized valMiaohe Lin1-1/+3
2020-02-28KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1Vitaly Kuznetsov4-10/+17
2020-02-28KVM: nVMX: clear PIN_BASED_POSTED_INTR from nested pinbased_ctls only when ap...Vitaly Kuznetsov4-11/+8
2020-02-28KVM: nVMX: Check IO instruction VM-exit conditionsOliver Upton2-7/+52