summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-10-271-4/+93
|\
| * bpf: Add support for BTF pointers to x86 JITAlexei Starovoitov2019-10-171-4/+93
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-2014-38/+118
|\ \ | |/ |/|
| * Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-10-134-25/+60
| |\
| | * perf/x86/cstate: Add Tiger Lake CPU supportKan Liang2019-10-121-9/+11
| | * perf/x86/msr: Add Tiger Lake CPU supportKan Liang2019-10-121-0/+2
| | * perf/x86/intel: Add Tiger Lake CPU supportKan Liang2019-10-121-0/+2
| | * perf/x86/cstate: Update C-state counters for Ice LakeKan Liang2019-10-121-11/+25
| | * perf/x86/msr: Add new CPU model numbers for Ice LakeKan Liang2019-10-121-0/+3
| | * perf/x86/cstate: Add Comet Lake CPU supportKan Liang2019-10-121-10/+14
| | * perf/x86/msr: Add Comet Lake CPU supportKan Liang2019-10-121-0/+2
| | * perf/x86/intel: Add Comet Lake CPU supportKan Liang2019-10-121-0/+2
| | * Merge branch 'x86/urgent' into perf/urgent, to pick up new CPU model definitionsIngo Molnar2019-10-124-4/+7
| | |\
| | * | perf/x86/amd: Change/fix NMI latency mitigation to use a timestampTom Lendacky2019-10-091-13/+17
| * | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-10-131-3/+0
| |\ \ \
| | * | | efi/x86: Do not clean dummy variable in kexec pathDave Young2019-10-071-3/+0
| | |/ /
| * | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-10-124-4/+7
| |\ \ \ | | | |/ | | |/|
| | * | x86/cpu: Add Comet Lake to the Intel CPU models headerKan Liang2019-10-081-0/+3
| | * | x86/cpu/vmware: Use the full form of INL in VMWARE_PORTSami Tolvanen2019-10-081-1/+1
| | * | x86/asm: Fix MWAITX C-state hint valueJanakarajan Natarajan2019-10-082-3/+3
| | |/
| * | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-10-123-3/+3
| |\ \
| | * | x86: Use the correct SPDX License Identifier in headersNishad Kamdar2019-10-013-3/+3
| * | | Merge tag 'for-linus-5.4-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-10-121-3/+25
| |\ \ \
| | * | | x86/xen: Return from panic notifierBoris Ostrovsky2019-10-071-3/+25
| * | | | uaccess: implement a proper unsafe_copy_to_user() and switch filldir over to itLinus Torvalds2019-10-071-0/+23
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-10-141-0/+10
|\ \ \ \ | |/ / / |/| | |
| * | | bpf, x86: Small optimization in comparing against imm0Daniel Borkmann2019-10-041-0/+10
| | |/ | |/|
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-10-048-116/+167
|\ \ \
| * | | KVM: x86: omit "impossible" pmu MSRs from MSR listPaolo Bonzini2019-10-041-16/+2
| * | | KVM: nVMX: Fix consistency check on injected exception error codeSean Christopherson2019-10-031-1/+1
| * | | KVM: x86: omit absent pmu MSRs from MSR listPaolo Bonzini2019-10-031-2/+12
| * | | kvm: vmx: Limit guest PMCs to those supported on the hostJim Mattson2019-10-011-2/+5
| * | | kvm: x86, powerpc: do not allow clearing largepages debugfs entryPaolo Bonzini2019-09-301-3/+3
| * | | KVM: VMX: Set VMENTER_L1D_FLUSH_NOT_REQUIRED if !X86_BUG_L1TFWaiman Long2019-09-271-6/+9
| * | | KVM: x86: fix nested guest live migration with PMLPaolo Bonzini2019-09-271-7/+32
| * | | KVM: x86: assign two bits to track SPTE kindsPaolo Bonzini2019-09-272-17/+18
| * | | KVM: x86: Expose XSAVEERPTR to the guestSebastian Andrzej Siewior2019-09-261-3/+3
| * | | kvm: x86: Enumerate support for CLZERO instructionJim Mattson2019-09-261-2/+3
| * | | kvm: x86: Use AMD CPUID semantics for AMD vCPUsJim Mattson2019-09-261-2/+4
| * | | kvm: x86: Improve emulation of CPUID leaves 0BH and 1FHJim Mattson2019-09-261-36/+47
| * | | KVM: X86: Fix userspace set invalid CR4Wanpeng Li2019-09-261-17/+21
| * | | kvm: x86: Fix a spurious -E2BIG in __do_cpuid_funcJim Mattson2019-09-261-6/+10
| * | | KVM: LAPIC: Loosen filter for adaptive tuning of lapic_timer_advance_nsWanpeng Li2019-09-261-6/+7
* | | | Merge tag 'for-linus-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-10-041-13/+1
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | xen/efi: have a common runtime setup functionJuergen Gross2019-10-021-15/+1
| * | xen/efi: Set nonblocking callbacksRoss Lagerwall2019-10-011-0/+2
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-281-0/+1
|\ \ \
| * | | x86/purgatory: Disable the stackleak GCC plugin for the purgatoryArvind Sankar2019-09-231-0/+1
* | | | Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-2811-15/+66
|\ \ \ \
| * | | | x86/mmiotrace: Lock down the testmmiotrace moduleDavid Howells2019-08-201-0/+5