summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-2626-413/+272Star
|\
| * x86/decoder: Add new TEST instruction patternMasami Hiramatsu2017-11-241-1/+1
| * x86/PCI: Remove unused HyperTransport interrupt supportBjorn Helgaas2017-11-236-262/+2Star
| * x86/umip: Fix insn_get_code_seg_params()'s return valueBorislav Petkov2017-11-233-4/+4
| * x86/boot/KASLR: Remove unused variableChao Fan2017-11-231-3/+2Star
| * x86/entry/64: Add missing irqflags tracing to native_load_gs_index()Andy Lutomirski2017-11-231-2/+8
| * x86/mm/kasan: Don't use vmemmap_populate() to initialize shadowAndrey Ryabinin2017-11-222-8/+137
| * x86/entry/64: Fix entry_SYSCALL_64_after_hwframe() IRQ tracingAndy Lutomirski2017-11-221-2/+2
| * x86/umip: Print a warning into the syslog if UMIP-protected instructions are ...Ricardo Neri2017-11-211-4/+58
| * x86/smpboot: Fix __max_logical_packages estimatePrarit Bhargava2017-11-171-45/+10Star
| * x86/topology: Avoid wasting 128k for package id arrayAndi Kleen2017-11-172-44/+30Star
| * perf/x86/intel/uncore: Cache logical pkg id in uncore driverAndi Kleen2017-11-173-4/+4
| * x86/acpi: Reduce code duplication in mp_override_legacy_irq()Vikas C Sajjan2017-11-171-22/+5Star
| * x86/acpi: Handle SCI interrupts above legacy space gracefullyVikas C Sajjan2017-11-171-1/+33
| * x86/boot: Fix boot failure when SMP MP-table is based at 0Tom Lendacky2017-11-171-2/+4
| * x86/mm: Limit mmap() of /dev/mem to valid physical addressesCraig Bergstrom2017-11-162-0/+20
| * x86/mm: Prevent non-MAP_FIXED mapping across DEFAULT_MAP_WINDOW borderKirill A. Shutemov2017-11-164-6/+62
| * x86/umip: Identify the STR and SLDT instructionsRicardo Neri2017-11-141-8/+16
| * x86/umip: Print a line in the boot log that UMIP has been enabledRicardo Neri2017-11-141-0/+2
| * x86/umip: Select X86_INTEL_UMIP by defaultRicardo Neri2017-11-141-3/+9
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-262-12/+31
|\ \
| * | perf/x86/intel/uncore: Add event constraint for BDX PCUKan Liang2017-11-141-0/+8
| * | perf/x86/intel: Hide TSX events when RTM is not supportedAndi Kleen2017-11-131-12/+23
* | | Merge tag 'kvm-4.15-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-11-252-44/+124
|\ \ \
| * | | kvm: vmx: Allow disabling virtual NMI supportPaolo Bonzini2017-11-171-10/+21
| * | | kvm: vmx: Reinstate support for CPUs without virtual NMIPaolo Bonzini2017-11-171-44/+106
| * | | KVM: SVM: obey guest PATPaolo Bonzini2017-11-171-0/+7
* | | | Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2017-11-181-4/+0Star
|\ \ \ \
| * | | | kbuild: create object directories simpler and fasterMasahiro Yamada2017-11-161-4/+0Star
* | | | | Merge tag 'pm-fixes-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-174-24/+61
|\ \ \ \ \
| * | | | | x86 / CPU: Always show current CPU frequency in /proc/cpuinfoRafael J. Wysocki2017-11-154-24/+61
| | |_|_|/ | |/| | |
* | | | | Merge tag 'locks-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-11-171-1/+0Star
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | fcntl: don't cap l_start and l_end values for F_GETLK64 in compat syscallJeff Layton2017-11-151-1/+0Star
* | | | | Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-11-1612-37/+241
|\ \ \ \ \
| * | | | | x86/xen/time: setup vcpu 0 time info pageJoao Martins2017-11-083-1/+95
| * | | | | x86/xen/time: set pvclock flags on xen_time_init()Joao Martins2017-11-081-0/+9
| * | | | | x86/pvclock: add setter for pvclock_pvti_cpu0_vaJoao Martins2017-11-084-16/+26
| * | | | | xen: update arch/x86/include/asm/xen/cpuid.hJuergen Gross2017-11-061-10/+32
| * | | | | xen: re-introduce support for grant v2 interfaceJuergen Gross2017-11-061-5/+55
| * | | | | xen: support priv-mapping in an HVM tools domainPaul Durrant2017-11-031-2/+12
| * | | | | xen/time: Return -ENODEV from xen_get_wallclock()Boris Ostrovsky2017-11-031-1/+1
| * | | | | xen: support 52 bit physical addresses in pv guestsJuergen Gross2017-10-312-3/+12
* | | | | | Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-11-1611-269/+524
|\ \ \ \ \ \
| * | | | | | KVM: X86: #GP when guest attempts to write MCi_STATUS register w/o 0Wanpeng Li2017-10-201-2/+7
| * | | | | | KVM: VMX: Fix VPID capability detectionWanpeng Li2017-10-201-2/+13
| * | | | | | KVM: nVMX: Fix EPT switching advertisingWanpeng Li2017-10-201-2/+3
| * | | | | | KVM: SVM: detect opening of SMI window using STGI interceptLadi Prosek2017-10-184-9/+36
| * | | | | | KVM: x86: extend usage of RET_MMIO_PF_* constantsPaolo Bonzini2017-10-122-58/+55Star
| * | | | | | KVM: nSVM: fix SMI injection in guest modeLadi Prosek2017-10-123-6/+58
| * | | | | | KVM: nSVM: refactor nested_svm_vmrunLadi Prosek2017-10-121-63/+69