summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/uapi
Commit message (Expand)AuthorAgeFilesLines
* x86/MCE: Save microcode revision in machine check recordsTony Luck2018-03-081-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-02-261-0/+1
|\
| * KVM: x86: fix backward migration with async_PFRadim Krčmář2018-02-241-0/+1
* | x86/headers/UAPI: Use __u64 instead of u64 in <uapi/asm/hyperv.h>KarimAllah Ahmed2018-02-201-9/+9
|/
* Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-02-102-0/+31
|\
| * Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář2018-02-013-1/+55
| |\
| | * x86/hyperv: Reenlightenment notifications supportVitaly Kuznetsov2018-01-301-0/+27
| * | KVM: X86: use paravirtualized TLB ShootdownWanpeng Li2018-01-161-0/+2
| * | KVM: X86: Add KVM_VCPU_PREEMPTEDWanpeng Li2018-01-161-0/+2
* | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-302-1/+1
|\ \ \ | |_|/ |/| |
| * | switch wrapper poll.h instances to generic-yAl Viro2017-11-272-1/+1
* | | x86/jailhouse: Add infrastructure for running in non-root cellJan Kiszka2018-01-141-0/+22
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-291-1/+6
|\ \ \ | |_|/ |/| |
| * | x86/mm: Use/Fix PCID to optimize user/kernel switchesPeter Zijlstra2017-12-231-1/+6
| * | Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar2017-12-171-0/+3
| |\ \
* | | | bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner2017-12-051-0/+1
| |_|/ |/| |
* | | x86/cpufeature: Add User-Mode Instruction Prevention definitionsRicardo Neri2017-11-081-0/+2
* | | x86/boot: Add early boot support when running with SEV activeTom Lendacky2017-11-071-1/+0
* | | Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar2017-11-0744-0/+44
|\ \ \ | |/ / | | / | |/ |/|
| * License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman2017-11-023-0/+3
| * License cleanup: add SPDX license identifier to uapi header files with no lic...Greg Kroah-Hartman2017-11-0237-0/+37
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-024-0/+4
* | x86/boot: Relocate definition of the initial state of CR0Ricardo Neri2017-11-011-0/+3
|/
* x86/hyper-v: Remove duplicated HV_X64_EX_PROCESSOR_MASKS_RECOMMENDED definitionVitaly Kuznetsov2017-09-131-6/+0
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-071-0/+17
|\
| * x86/hyper-v: Support extended CPU ranges for TLB flush hypercallsVitaly Kuznetsov2017-08-311-0/+10
| * x86/hyper-v: Use hypercall for remote TLB flushVitaly Kuznetsov2017-08-101-0/+7
* | mm: arch: consolidate mmap hugetlb size encodingsMike Kravetz2017-09-061-3/+0
* | x86/lguest: Remove lguest supportJuergen Gross2017-08-241-1/+1
|/
* KVM: async_pf: Let guest support delivery of async_pf from guest modeWanpeng Li2017-07-141-0/+1
* Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-081-0/+6
|\
| * PCI: hv: Use vPCI protocol version 1.2Jork Loeser2017-07-021-0/+6
* | Merge tag 'kbuild-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2017-07-071-3/+3
|\ \
| * | kbuild: replace genhdr-y with generated-yMasahiro Yamada2017-06-221-3/+3
| |/
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-031-0/+2
|\ \
| * | x86/boot/64: Add support of additional page table level during early bootKirill A. Shutemov2017-06-131-0/+2
| |/
* | x86/hyperv: Check frequency MSRs presence according to the specificationVitaly Kuznetsov2017-06-221-9/+6
|/
* uapi: export all headers under uapi directoriesNicolas Dichtel2017-05-111-58/+0
* x86: stop exporting msr-index.h to userlandNicolas Dichtel2017-05-111-1/+0
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-05-082-7/+21
|\
| * Merge branch 'x86/process' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Paolo Bonzini2017-04-211-4/+7
| |\
| * | kvm: make KVM_COALESCED_MMIO_PAGE_OFFSET publicPaolo Bonzini2017-04-071-0/+3
| * | KVM: VMX: add missing exit reasonsPaolo Bonzini2017-04-071-7/+18
* | | Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-041-1/+6
|\ \ \
| * | | Drivers: hv: Base autoeoi enablement based on hypervisor hintsK. Y. Srinivasan2017-03-171-0/+5
| * | | Drivers: hv: Fix a typoK. Y. Srinivasan2017-03-171-1/+1
| |/ /
* | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-011-2/+16
|\ \ \ | |_|/ |/| |
| * | Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up up...Ingo Molnar2017-03-014-1/+26
| |\ \
| * | | x86/boot/e820: Separate the E820 ABI structures from the in-kernel structuresIngo Molnar2017-01-292-57/+16
| * | | x86/boot/e820: Clean up the E820 table size define namesIngo Molnar2017-01-282-3/+6
OpenPOWER on IntegriCloud