aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2019-05-24kvm: vmx: Fix -Wmissing-prototypes warningsGravatar Yi Wang 1-0/+1
2019-05-24KVM: nVMX: Fix using __this_cpu_read() in preemptible contextGravatar Wanpeng Li 1-2/+2
2019-05-24kvm: x86: Include CPUID leaf 0x8000001e in kvm's supported CPUIDGravatar Jim Mattson 1-0/+1
2019-05-24kvm: x86: Include multiple indices with CPUID leaf 0x8000001dGravatar Jim Mattson 1-4/+3
2019-05-24KVM: nVMX: Clear nested_run_pending if setting nested state failsGravatar Sean Christopherson 1-12/+17
2019-05-24KVM: nVMX: really fix the size checks on KVM_SET_NESTED_STATEGravatar Paolo Bonzini 1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Gravatar Thomas Gleixner 3-30/+3
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102Gravatar Thomas Gleixner 2-26/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 83Gravatar Thomas Gleixner 3-12/+3
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 82Gravatar Thomas Gleixner 3-9/+3
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 70Gravatar Thomas Gleixner 1-14/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 48Gravatar Thomas Gleixner 1-6/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47Gravatar Thomas Gleixner 2-18/+2
2019-05-24x86/CPU/AMD: Don't force the CPB cap when running under a hypervisorGravatar Frank van der Linden 1-2/+5
2019-05-24x86/boot: Provide KASAN compatible aliases for string routinesGravatar Ard Biesheuvel 1-4/+10
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 19Gravatar Thomas Gleixner 1-14/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Gravatar Thomas Gleixner 4-52/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 22-0/+22
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 7-0/+7
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 45-0/+45
2019-05-21perf/x86/intel/ds: Fix EVENT vs. UEVENT PEBS constraintsGravatar Stephane Eranian 1-14/+14
2019-05-19x86/ima: Check EFI_RUNTIME_SERVICES before usingGravatar Scott Wood 1-0/+5
2019-05-19Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 2-2/+2
2019-05-19Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-14/+17
2019-05-18treewide: prefix header search paths with $(srctree)/Gravatar Masahiro Yamada 2-2/+2
2019-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 20-455/+568
2019-05-17Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 2-12/+12
2019-05-16Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 9-61/+115
2019-05-16Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-4/+4
2019-05-16uapi, x86: Fix the syscall numbering of the mount API syscalls [ver #2]Gravatar David Howells 2-12/+12
2019-05-16x86/speculation/mds: Revert CPU buffer clear on double fault exitGravatar Andy Lutomirski 1-8/+0
2019-05-16Merge branch 'linus' into x86/urgent, to pick up dependent changesGravatar Ingo Molnar 85-1405/+1263
2019-05-15Merge tag 'for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Gravatar Linus Torvalds 1-30/+71
2019-05-15Merge tag 'for-linus-5.2b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 6-17/+36
2019-05-15Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 8-117/+93
2019-05-15Revert "KVM: nVMX: Expose RDPMC-exiting only when guest supports PMU"Gravatar Sean Christopherson 1-25/+0
2019-05-15kvm: x86: Fix L1TF mitigation for shadow MMUGravatar Kai Huang 1-5/+13
2019-05-15KVM: nVMX: Disable intercept for FS/GS base MSRs in vmcs02 when possibleGravatar Sean Christopherson 1-22/+25
2019-05-15Merge tag 'pm-5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 3-13/+42
2019-05-15Merge branches 'pm-cpufreq' and 'pm-domains'Gravatar Rafael J. Wysocki 2-12/+21
2019-05-14treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Gravatar Masahiro Yamada 1-1/+1
2019-05-14compiler: allow all arches to enable CONFIG_OPTIMIZE_INLININGGravatar Masahiro Yamada 2-17/+0
2019-05-14treewide: remove SPDX "WITH Linux-syscall-note" from kernel-space headersGravatar Masahiro Yamada 1-1/+1
2019-05-14Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+8
2019-05-14Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 7-26/+18
2019-05-14mm: memblock: make keeping memblock memory opt-in rather than opt-outGravatar Mike Rapoport 1-1/+0
2019-05-14mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failGravatar David Hildenbrand 2-9/+6
2019-05-14mm, memory_hotplug: provide a more generic restrictions for memory hotplugGravatar Michal Hocko 2-8/+8
2019-05-14hugetlb: allow to free gigantic pages regardless of the configurationGravatar Alexandre Ghiti 2-5/+1
2019-05-14mm: simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOCGravatar Alexandre Ghiti 2-2/+2