summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-153-45/+1
|\
| * kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig2018-08-021-2/+0
| * Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig2018-08-022-7/+0
| * kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig2018-08-021-21/+1
| * um: cleanup Kconfig filesChristoph Hellwig2018-08-021-10/+0
| * um: stop abusing KBUILD_KCONFIGChristoph Hellwig2018-08-021-5/+0
* | Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-08-154-4/+7
|\ \
| * | um: remove redundant 'export LDFLAGS' in arch/x86/Makefile.umMasahiro Yamada2018-07-191-2/+0
| * | x86: Add build salt to the vDSOLaura Abbott2018-07-172-0/+6
| * | kbuild: move bin2c back to scripts/ from scripts/basic/Masahiro Yamada2018-07-171-2/+1
| |/
* | x86/l1tf: Fix build error seen if CONFIG_KVM_INTEL is disabledGuenter Roeck2018-08-151-2/+1
* | Merge tag 'for-linus-4.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-08-156-10/+31
|\ \
| * | xen: don't use privcmd_call() from xen_mc_flush()Juergen Gross2018-08-072-9/+22
| * | xen/pv: Call get_cpu_address_sizes to set x86_virt/phys_bitsM. Vefa Bicakci2018-08-063-1/+5
| * | xen/spinlock: Don't use pvqspinlock if only 1 vCPUWaiman Long2018-07-271-0/+4
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-08-151-0/+1
|\ \ \
| * | | arm64: fix ACPI dependenciesArnd Bergmann2018-07-241-0/+1
* | | | x86/smp: fix non-SMP broken build due to redefinition of apic_id_is_primary_t...Vlastimil Babka2018-08-151-0/+2
* | | | Merge tag 'pm-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-08-141-15/+21
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-----. \ \ \ Merge branches 'pm-core', 'pm-domains', 'pm-sleep', 'acpi-pm' and 'pm-cpuidle'Rafael J. Wysocki2018-08-141-15/+21
| |\ \ \ \ \ \ \
| | | * | | | | | x86/power/hibernate_64: Remove VLA usageKees Cook2018-07-261-15/+21
| | | |/ / / / /
* | | | | | | | x86/init: fix build with CONFIG_SWAP=nVlastimil Babka2018-08-141-0/+2
* | | | | | | | Merge tag 'dma-mapping-4.19' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-08-141-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | dma-mapping: Generalise dma_32bit_limit flagRobin Murphy2018-07-271-1/+1
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2018-08-1451-204/+1024
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/microcode: Allow late microcode loading with SMT disabledJosh Poimboeuf2018-08-101-4/+12
| * | | | | | | | x86/mm/kmmio: Make the tracer robust against L1TFAndi Kleen2018-08-081-10/+15
| * | | | | | | | x86/mm/pat: Make set_memory_np() L1TF safeAndi Kleen2018-08-081-4/+4
| * | | | | | | | 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
| * | | | | | | | cpu/hotplug: Fix SMT supported evaluationThomas Gleixner2018-08-071-1/+1
| * | | | | | | | KVM: VMX: Tell the nested hypervisor to skip L1D flush on vmentryPaolo Bonzini2018-08-053-3/+27
| * | | | | | | | x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentryPaolo Bonzini2018-08-054-0/+13
| * | | | | | | | x86/speculation: Simplify sysfs report of VMX L1TF vulnerabilityPaolo Bonzini2018-08-051-3/+9
| * | | | | | | | Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner2018-08-0560-152/+478
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | x86/KVM/VMX: Don't set l1tf_flush_l1d from vmx_handle_external_intr()Nicolai Stange2018-08-051-1/+0
| * | | | | | | | x86/irq: Let interrupt handlers set kvm_cpu_l1tf_flush_l1dNicolai Stange2018-08-053-0/+5
| * | | | | | | | x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange2018-08-0520-2/+19
| * | | | | | | | x86/KVM/VMX: Introduce per-host-cpu analogue of l1tf_flush_l1dNicolai Stange2018-08-052-4/+36
| * | | | | | | | x86/irq: Demote irq_cpustat_t::__softirq_pending to u16Nicolai Stange2018-08-051-1/+1
| * | | | | | | | x86/KVM/VMX: Move the l1tf_flush_l1d test to vmx_l1d_flush()Nicolai Stange2018-08-051-4/+6
| * | | | | | | | x86/KVM/VMX: Replace 'vmx_l1d_flush_always' with 'vmx_l1d_flush_cond'Nicolai Stange2018-08-051-5/+5
| * | | | | | | | x86/KVM/VMX: Don't set l1tf_flush_l1d to true from vmx_l1d_flush()Nicolai Stange2018-08-051-7/+7
| * | | | | | | | x86/KVM/VMX: Initialize the vmx_l1d_flush_pages' contentNicolai Stange2018-07-191-3/+14
| * | | | | | | | x86/bugs, kvm: Introduce boot-time control of L1TF mitigationsJiri Kosina2018-07-133-13/+99
| * | | | | | | | cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED earlyThomas Gleixner2018-07-131-0/+6
| * | | | | | | | x86/kvm: Allow runtime control of L1D flushThomas Gleixner2018-07-132-6/+9
| * | | | | | | | x86/kvm: Serialize L1D flush parameter setterThomas Gleixner2018-07-131-2/+6
| * | | | | | | | x86/kvm: Add static key for flush alwaysThomas Gleixner2018-07-131-5/+11
| * | | | | | | | x86/kvm: Move l1tf setup functionThomas Gleixner2018-07-131-47/+78