summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
* powerpc/mm: Fix missing KUAP disable in flush_coherent_icache()Michael Ellerman2020-03-121-0/+2
* powerpc: Convert flush_icache_range & friends to CAlastair D'Silva2020-03-125-252/+170
* powerpc: define helpers to get L1 icache sizesAlastair D'Silva2020-03-122-10/+31
* ARM: dts: ls1021a: Restore MDIO compatible to gianfarVladimir Oltean2020-03-121-2/+2
* arm64: dts: meson-sm1-sei610: add missing interrupt-namesGuillaume La Roque2020-03-121-0/+1
* s390/mm: fix panic in gup_fast on large pudGerald Schaefer2020-03-121-0/+6
* s390/pci: Fix unexpected write combine on resourceNiklas Schnelle2020-03-121-2/+2
* x86/pkeys: Manually set X86_FEATURE_OSPKE to preserve existing changesSean Christopherson2020-03-121-1/+1
* arm: dts: dra76x: Fix mmc3 max-frequencyFaiz Abbas2020-03-121-0/+5
* arm64: dts: socfpga: agilex: Fix gmac compatibleLey Foon Tan2020-03-121-3/+3
* arch/csky: fix some Kconfig typosRandy Dunlap2020-03-121-1/+1
* csky: Fixup compile warning for three unimplemented syscallsGuo Ren2020-03-121-0/+3
* csky: Fixup ftrace modify panicGuo Ren2020-03-121-0/+2
* csky/smp: Fixup boot failed when CONFIG_SMPGuo Ren2020-03-121-1/+1
* csky: Set regs->usp to kernel sp, when the exception is from kernelGuo Ren2020-03-123-7/+31
* csky/mm: Fixup export invalid_pte_table symbolGuo Ren2020-03-121-0/+1
* x86/xen: Distribute switch variables for initializationKees Cook2020-03-121-3/+4
* s390/qdio: fill SL with absolute addressesJulian Wiedmann2020-03-121-1/+1
* x86/boot/compressed: Don't declare __force_order in kaslr_64.cH.J. Lu2020-03-121-3/+0
* s390: make 'install' not depend on vmlinuxMasahiro Yamada2020-03-122-2/+2
* kvm: nVMX: VMWRITE checks unsupported field before read-only fieldJim Mattson2020-03-051-5/+6
* kvm: nVMX: VMWRITE checks VMCS-link pointer before VMCS fieldJim Mattson2020-03-051-34/+25
* KVM: x86: Remove spurious clearing of async #PF MSRSean Christopherson2020-03-051-2/+0
* KVM: x86: Remove spurious kvm_mmu_unload() from vcpu destruction pathSean Christopherson2020-03-051-4/+0
* x86/resctrl: Check monitoring static key in the MBM overflow handlerXiaochen Shen2020-03-052-2/+3
* KVM: SVM: Override default MMIO mask if memory encryption is enabledTom Lendacky2020-03-051-0/+43
* MIPS: VPE: Fix a double free and a memory leak in 'release_vpe()'Christophe JAILLET2020-03-051-1/+1
* KVM: VMX: check descriptor table exits on instruction emulationOliver Upton2020-03-051-0/+15
* ARM: dts: sti: fixup sound frame-inversion for stihxxx-b2120.dtsiKuninori Morimoto2020-03-051-1/+1
* perf/x86/msr: Add Tremont supportKan Liang2020-03-051-1/+2
* perf/x86/cstate: Add Tremont supportKan Liang2020-03-051-9/+13
* perf/x86/intel: Add Elkhart Lake supportKan Liang2020-03-051-0/+1
* s390/mm: Explicitly compare PAGE_DEFAULT_KEY against zero in storage_key_init...Nathan Chancellor2020-02-281-1/+1
* s390/kaslr: Fix casts in get_randomNathan Chancellor2020-02-281-1/+1
* arm64: lse: Fix LSE atomics with LLVMVincenzo Frascino2020-02-281-1/+1
* KVM: apic: avoid calculating pending eoi from an uninitialized valMiaohe Lin2020-02-281-1/+3
* KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1Vitaly Kuznetsov2020-02-284-10/+17
* KVM: nVMX: clear PIN_BASED_POSTED_INTR from nested pinbased_ctls only when ap...Vitaly Kuznetsov2020-02-284-11/+8
* KVM: nVMX: Check IO instruction VM-exit conditionsOliver Upton2020-02-282-7/+52
* KVM: nVMX: Refactor IO bitmap checks into helper functionOliver Upton2020-02-282-14/+27
* KVM: x86: don't notify userspace IOAPIC on edge-triggered interrupt EOIMiaohe Lin2020-02-281-1/+1
* KVM: nVMX: Don't emulate instructions in guest modePaolo Bonzini2020-02-281-1/+1
* x86/cpu/amd: Enable the fixed Instructions Retired counter IRPERFKim Phillips2020-02-282-0/+16
* x86/mce/amd: Fix kobject lifetimeThomas Gleixner2020-02-281-6/+11
* x86/mce/amd: Publish the bank pointer only after setup has succeededBorislav Petkov2020-02-281-17/+16
* x86/ima: use correct identifier for SetupMode variableArd Biesheuvel2020-02-281-4/+2
* arm64: memory: Add missing brackets to untagged_addr() macroWill Deacon2020-02-281-1/+1
* powerpc/hugetlb: Fix 8M hugepages on 8xxChristophe Leroy2020-02-281-0/+5
* powerpc/hugetlb: Fix 512k hugepages on 8xx with 16k page sizeChristophe Leroy2020-02-281-11/+18
* powerpc/entry: Fix an #if which should be an #ifdef in entry_32.SChristophe Leroy2020-02-281-2/+2