summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-08-161-4/+0Star
|\ \ \ \ \ \
| * | | | | | PCI: Make early dump functionality genericSinan Kaya2018-06-301-4/+0Star
* | | | | | | x86: i8259: Add missing include fileGuenter Roeck2018-08-151-0/+1
* | | | | | | Merge tag 'for-linus-4.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-08-151-6/+19
|\ \ \ \ \ \ \
| * | | | | | | xen: don't use privcmd_call() from xen_mc_flush()Juergen Gross2018-08-071-6/+19
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2018-08-1415-43/+253
|\ \ \ \ \ \ \
| * | | | | | | x86/speculation/l1tf: Make pmd/pud_mknotpresent() invertAndi Kleen2018-08-081-10/+12
| * | | | | | | x86/speculation/l1tf: Invert all not present mappingsAndi Kleen2018-08-081-1/+1
| * | | | | | | KVM: VMX: Tell the nested hypervisor to skip L1D flush on vmentryPaolo Bonzini2018-08-051-0/+1
| * | | | | | | x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentryPaolo Bonzini2018-08-052-0/+2
| * | | | | | | Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner2018-08-0510-13/+80
| |\| | | | | |
| * | | | | | | x86/irq: Let interrupt handlers set kvm_cpu_l1tf_flush_l1dNicolai Stange2018-08-051-0/+3
| * | | | | | | x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange2018-08-053-2/+2
| * | | | | | | x86/KVM/VMX: Introduce per-host-cpu analogue of l1tf_flush_l1dNicolai Stange2018-08-051-0/+23
| * | | | | | | x86/irq: Demote irq_cpustat_t::__softirq_pending to u16Nicolai Stange2018-08-051-1/+1
| * | | | | | | x86/bugs, kvm: Introduce boot-time control of L1TF mitigationsJiri Kosina2018-07-131-0/+12
| * | | | | | | x86/l1tf: Handle EPT disabled state properThomas Gleixner2018-07-131-0/+1
| * | | | | | | x86/litf: Introduce vmx status variableThomas Gleixner2018-07-131-0/+9
| * | | | | | | x86/KVM/VMX: Add L1D flush logicPaolo Bonzini2018-07-041-0/+4
| * | | | | | | x86/KVM/VMX: Add L1D MSR based flushPaolo Bonzini2018-07-041-0/+6
| * | | | | | | Revert "x86/apic: Ignore secondary threads if nosmt=force"Thomas Gleixner2018-07-021-2/+0Star
| * | | | | | | x86/speculation/l1tf: Fix up pte->pfn conversion for PAEMichal Hocko2018-06-291-6/+6
| * | | | | | | x86/speculation/l1tf: Protect PAE swap entries against L1TFVlastimil Babka2018-06-271-2/+33
| * | | | | | | x86/cpufeatures: Add detection of L1D cache flush support.Konrad Rzeszutek Wilk2018-06-211-0/+1
| * | | | | | | x86/apic: Ignore secondary threads if nosmt=forceThomas Gleixner2018-06-211-0/+2
| * | | | | | | x86/topology: Provide topology_smt_supported()Thomas Gleixner2018-06-211-0/+2
| * | | | | | | x86/smp: Provide topology_is_primary_thread()Thomas Gleixner2018-06-212-1/+9
| * | | | | | | x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen2018-06-201-0/+8
| * | | | | | | x86/speculation/l1tf: Add sysfs reporting for l1tfAndi Kleen2018-06-202-0/+7
| * | | | | | | x86/speculation/l1tf: Protect PROT_NONE PTEs against speculationAndi Kleen2018-06-205-13/+84
| * | | | | | | x86/speculation/l1tf: Protect swap entries against L1TFLinus Torvalds2018-06-201-3/+8
| * | | | | | | x86/speculation/l1tf: Change order of offset/type in swap entryLinus Torvalds2018-06-201-11/+20
| * | | | | | | x86/speculation/l1tf: Increase 32bit PAE __PHYSICAL_PAGE_SHIFTAndi Kleen2018-06-201-2/+7
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-146-53/+16Star
|\ \ \ \ \ \ \
| * | | | | | | x86/tsc: Make use of tsc_calibrate_cpu_early()Pavel Tatashin2018-07-201-1/+0Star
| * | | | | | | x86/tsc: Split native_calibrate_cpu() into early and late partsPavel Tatashin2018-07-201-0/+1
| * | | | | | | x86/tsc: Calibrate tsc only oncePavel Tatashin2018-07-201-1/+1
| * | | | | | | x86/alternatives, jumplabel: Use text_poke_early() before mm_init()Pavel Tatashin2018-07-201-0/+1
| * | | | | | | x86/kvmclock: Move kvmclock vsyscall param and init to kvmclockThomas Gleixner2018-07-201-7/+0Star
| * | | | | | | x86/kvmclock: Decrapify kvm_register_clock()Thomas Gleixner2018-07-201-1/+0Star
| * | | | | | | Merge branch 'linus' into x86/timersThomas Gleixner2018-07-193-2/+64
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | x86/platform/intel-mid: Remove per platform codeAndy Shevchenko2018-07-031-29/+0Star
| * | | | | | | x86/platform/intel-mid: Remove custom TSC calibrationAndy Shevchenko2018-07-031-14/+0Star
| * | | | | | | x86/cpu: Introduce INTEL_CPU_FAM*() helper macrosAndy Shevchenko2018-07-031-0/+13
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2018-08-1419-112/+176
|\ \ \ \ \ \ \
| * | | | | | | x86/mm/pti: Move user W+X check into pti_finalize()Joerg Roedel2018-08-101-2/+5
| * | | | | | | Merge branch 'x86/pti-urgent' into x86/ptiThomas Gleixner2018-08-064-2/+9
| |\ \ \ \ \ \ \
| | * | | | | | | x86/mm/init: Remove freed kernel image areas from alias mappingDave Hansen2018-08-061-0/+1
| | * | | | | | | x86/mm/init: Add helper for freeing kernel image pagesDave Hansen2018-08-051-0/+1
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | x86/speculation: Support Enhanced IBRS on future CPUsSai Praneeth2018-08-032-0/+2