summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* x86/microcode/intel: Fix memleak in save_microcode_patch()Zhenzhong Duan2018-08-241-1/+4
* ARC: Enable machine_desc->init_per_cpu for !CONFIG_SMPAlexey Brodkin2018-08-242-3/+1
* arm64: make secondary_start_kernel() notraceZhizhou Zhang2018-08-241-1/+1
* arm64: dma-mapping: clear buffers allocated with FORCE_CONTIGUOUS flagMarek Szyprowski2018-08-241-4/+5
* arm64: dts: Stingray: Fix I2C controller interrupt typeRay Jui2018-08-241-2/+2
* arm64: dts: ns2: Fix PCIe controller interrupt typeRay Jui2018-08-241-2/+2
* arm64: dts: ns2: Fix I2C controller interrupt typeRay Jui2018-08-241-2/+2
* arm64: dts: specify 1.8V EMMC capabilities for bcm958742tScott Branden2018-08-241-0/+4
* arm64: dts: specify 1.8V EMMC capabilities for bcm958742kScott Branden2018-08-241-0/+4
* ARM: dts: Cygnus: Fix PCIe controller interrupt typeRay Jui2018-08-241-10/+10
* ARM: dts: Cygnus: Fix I2C controller interrupt typeRay Jui2018-08-241-2/+2
* ARM: dts: BCM5301x: Fix i2c controller interrupt typeFlorian Fainelli2018-08-241-1/+1
* ARM: dts: NSP: Fix PCIe controllers interrupt typesFlorian Fainelli2018-08-241-15/+15
* ARM: dts: NSP: Fix i2c controller interrupt typeFlorian Fainelli2018-08-241-1/+1
* ARC: Explicitly add -mmedium-calls to CFLAGSAlexey Brodkin2018-08-241-14/+1
* arm: dts: armada: Fix "#cooling-cells" property's nameViresh Kumar2018-08-241-1/+1
* x86/speculation/l1tf: Exempt zeroed PTEs from inversionSean Christopherson2018-08-181-1/+10
* x86/mm: Add TLB purge to free pmd/pte page interfacesToshi Kani2018-08-171-6/+30
* ioremap: Update pgtable free interfaces with addrChintan Pandya2018-08-172-7/+9
* crypto: x86/sha256-mb - fix digest copy in sha256_mb_mgr_get_comp_job_avx2()Eric Biggers2018-08-171-1/+1
* x86/mm: Disable ioremap free page handling on x86-PAEToshi Kani2018-08-171-0/+19
* x86: i8259: Add missing include fileGuenter Roeck2018-08-171-0/+1
* x86/l1tf: Fix build error seen if CONFIG_KVM_INTEL is disabledGuenter Roeck2018-08-171-2/+1
* x86/CPU/AMD: Have smp_num_siblings and cpu_llc_id always be presentBorislav Petkov2018-08-154-17/+8
* x86/init: fix build with CONFIG_SWAP=nVlastimil Babka2018-08-151-0/+2
* x86/smp: fix non-SMP broken build due to redefinition of apic_id_is_primary_t...Vlastimil Babka2018-08-151-0/+2
* x86/microcode: Allow late microcode loading with SMT disabledJosh Poimboeuf2018-08-151-4/+12
* x86/mm/kmmio: Make the tracer robust against L1TFAndi Kleen2018-08-151-10/+15
* x86/mm/pat: Make set_memory_np() L1TF safeAndi Kleen2018-08-151-4/+4
* x86/speculation/l1tf: Make pmd/pud_mknotpresent() invertAndi Kleen2018-08-151-10/+12
* x86/speculation/l1tf: Invert all not present mappingsAndi Kleen2018-08-151-1/+1
* cpu/hotplug: Fix SMT supported evaluationThomas Gleixner2018-08-151-1/+1
* KVM: VMX: Tell the nested hypervisor to skip L1D flush on vmentryPaolo Bonzini2018-08-153-3/+27
* x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentryPaolo Bonzini2018-08-154-0/+13
* x86/speculation: Simplify sysfs report of VMX L1TF vulnerabilityPaolo Bonzini2018-08-151-3/+9
* KVM: VMX: support MSR_IA32_ARCH_CAPABILITIES as a feature MSRPaolo Bonzini2018-08-151-1/+3
* KVM: X86: Allow userspace to define the microcode versionWanpeng Li2018-08-154-5/+12
* KVM: X86: Introduce kvm_get_msr_feature()Wanpeng Li2018-08-151-3/+15
* KVM: SVM: Add MSR-based feature support for serializing LFENCETom Lendacky2018-08-152-1/+36
* KVM: x86: Add a framework for supporting MSR-based featuresTom Lendacky2018-08-154-5/+84
* x86/KVM/VMX: Don't set l1tf_flush_l1d from vmx_handle_external_intr()Nicolai Stange2018-08-151-1/+0
* x86/irq: Let interrupt handlers set kvm_cpu_l1tf_flush_l1dNicolai Stange2018-08-153-0/+5
* x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange2018-08-1524-2/+25
* x86/KVM/VMX: Introduce per-host-cpu analogue of l1tf_flush_l1dNicolai Stange2018-08-152-4/+36
* x86/irq: Demote irq_cpustat_t::__softirq_pending to u16Nicolai Stange2018-08-151-1/+1
* x86/KVM/VMX: Move the l1tf_flush_l1d test to vmx_l1d_flush()Nicolai Stange2018-08-151-4/+6
* x86/KVM/VMX: Replace 'vmx_l1d_flush_always' with 'vmx_l1d_flush_cond'Nicolai Stange2018-08-151-5/+5
* x86/KVM/VMX: Don't set l1tf_flush_l1d to true from vmx_l1d_flush()Nicolai Stange2018-08-151-7/+7
* x86/KVM/VMX: Initialize the vmx_l1d_flush_pages' contentNicolai Stange2018-08-151-3/+14
* x86/bugs, kvm: Introduce boot-time control of L1TF mitigationsJiri Kosina2018-08-153-13/+99