aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-16x86/ioperm: Share I/O bitmap if identicalThomas Gleixner3-42/+50
2019-11-16x86/ioperm: Remove bitmap if all permissions droppedThomas Gleixner3-15/+23
2019-11-16x86/ioperm: Move TSS bitmap update to exit to user workThomas Gleixner5-45/+54
2019-11-16x86/ioperm: Add bitmap sequence numberThomas Gleixner5-10/+38
2019-11-16x86/ioperm: Move iobitmap data into a structThomas Gleixner5-39/+57
2019-11-16x86/tss: Move I/O bitmap data into a seperate structThomas Gleixner4-21/+28
2019-11-16x86/io: Speedup schedule out of I/O bitmap userThomas Gleixner5-41/+69
2019-11-16x86/ioperm: Avoid bitmap allocation if no permissions are setThomas Gleixner1-0/+3
2019-11-16x86/ioperm: Simplify first ioperm() invocation logicThomas Gleixner1-29/+26
2019-11-16x86/iopl: Cleanup include mazeThomas Gleixner1-12/+4
2019-11-16x86/tss: Fix and move VMX BUILD_BUG_ON()Thomas Gleixner2-8/+8
2019-11-16x86/cpu: Unify cpu_init()Thomas Gleixner1-108/+65
2019-11-16x86/process: Unify copy_thread_tls()Thomas Gleixner5-143/+116
2019-11-16x86/ptrace: Prevent truncation of bitmap sizeThomas Gleixner1-1/+1
2019-11-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-13/+29
2019-11-05x86/tsc: Respect tsc command line paraemeter for clocksource_tsc_earlyMichael Zhivich1-0/+3
2019-11-05x86/dumpstack/64: Don't evaluate exception stacks before setupThomas Gleixner1-0/+7
2019-11-05x86/apic/32: Avoid bogus LDR warningsJan Beulich1-13/+15
2019-11-03x86/resctrl: Prevent NULL pointer dereference when reading mondataXiaochen Shen1-0/+4
2019-11-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-21/+43
2019-11-01Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+3
2019-11-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-13/+11
2019-10-31KVM: vmx, svm: always run with EFER.NXE=1 when shadow paging is activePaolo Bonzini2-13/+11
2019-10-31x86, efi: Never relocate kernel below lowest acceptable addressKairui Song1-1/+3
2019-10-28perf/x86/uncore: Fix event group supportKan Liang2-18/+38
2019-10-28perf/x86/amd/ibs: Handle erratum #420 only on the affected CPU family (10h)Kim Phillips1-2/+4
2019-10-28perf/x86/amd/ibs: Fix reading of the IBS OpData register and thus precise RIP validityKim Phillips1-1/+1
2019-10-27Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+9
2019-10-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-10-26Merge tag 'for-linus-5.4-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-0/+8
2019-10-25xen: issue deprecation warning for 32-bit pv guestJuergen Gross1-0/+8
2019-10-22KVM: nVMX: Don't leak L1 MMIO regions to L2Jim Mattson4-32/+55
2019-10-22KVM: SVM: Fix potential wrong physical id in avic_handle_ldr_updateMiaohe Lin3-8/+8
2019-10-22kvm: clear kvmclock MSR on resetPaolo Bonzini1-5/+3
2019-10-22KVM: x86: fix bugon.cocci warningskbuild test robot1-2/+1
2019-10-22KVM: VMX: Remove specialized handling of unexpected exit-reasonsLiran Alon1-12/+0
2019-10-22kvm: x86: Expose RDPID in KVM_GET_SUPPORTED_CPUIDJim Mattson1-1/+1
2019-10-22x86/cpu/vmware: Fix platform detection VMWARE_PORT macroThomas Hellstrom1-5/+8
2019-10-22x86/cpu/vmware: Use the full form of INL in VMWARE_HYPERCALL, for clang/llvmThomas Hellstrom1-1/+2
2019-10-20perf/x86/intel/pt: Fix base for single entry topaJiri Olsa1-1/+1
2019-10-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-38/+84
2019-10-18x86/boot/acpi: Move get_cmdline_acpi_rsdp() under #ifdef guardZhenzhong Duan1-24/+24
2019-10-18x86/hyperv: Set pv_info.name to "Hyper-V"Andrea Parri1-0/+4
2019-10-15x86/apic/x2apic: Fix a NULL pointer deref when handling a dying cpuSean Christopherson1-1/+2
2019-10-15x86/hyperv: Make vapic support x2apic modeRoman Kagan1-5/+15
2019-10-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-25/+60
2019-10-12Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+0
2019-10-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-4/+7
2019-10-12Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-3/+3
2019-10-12Merge tag 'for-linus-5.4-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-3/+25