summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/uapi
AgeCommit message (Expand)AuthorLines
2017-03-17Drivers: hv: Base autoeoi enablement based on hypervisor hintsK. Y. Srinivasan-0/+5
2017-03-17Drivers: hv: Fix a typoK. Y. Srinivasan-1/+1
2017-03-01x86/boot: Correct setup_header.start_sys nameBorislav Petkov-1/+1
2017-03-01Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up up...Ingo Molnar-1/+26
2017-02-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+9
2017-02-22Merge tag 'char-misc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+8
2017-02-20Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-0/+7
2017-02-07KVM: x86: add KVM_HC_CLOCK_PAIRING hypercallMarcelo Tosatti-0/+9
2017-02-07efi: Get and store the secure boot statusDavid Howells-1/+2
2017-02-04x86/elf: Add HWCAP2 to expose ring 3 MONITOR/MWAITGrzegorz Andrejczuk-0/+7
2017-01-29x86/boot/e820: Separate the E820 ABI structures from the in-kernel structuresIngo Molnar-57/+16
2017-01-28x86/boot/e820: Clean up the E820 table size define namesIngo Molnar-3/+6
2017-01-28x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"Ingo Molnar-8/+8
2017-01-28x86/boot/e820: Use 'enum e820_type' in 'struct e820_entry'Ingo Molnar-3/+34
2017-01-28x86/boot/e820: Rename everything to e820_tableIngo Molnar-1/+1
2017-01-28x86/boot/e820: Rename 'e820_map' variables to 'e820_array'Ingo Molnar-1/+1
2017-01-28x86/boot/e820: Rename the basic e820 data types to 'struct e820_entry' and 's...Ingo Molnar-2/+2
2017-01-28x86/boot/e820: Split minimal UAPI types out into uapi/asm/e820/types.hIngo Molnar-1/+22
2017-01-28x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar-1/+1
2017-01-20Drivers: hv: vmbus: Move the crash notification functionK. Y. Srinivasan-0/+8
2016-12-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+5
2016-12-12Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-5/+3
2016-12-12Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+1
2016-12-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+3
2016-12-08KVM: nVMX: check host CR3 on vmentry and vmexitLadi Prosek-0/+1
2016-11-23x86/mce: Include the PPIN in MCE records when availableTony Luck-0/+1
2016-11-22x86/kvm: Support the vCPU preemption checkPan Xinhui-1/+3
2016-11-13x86/efi: Retrieve and assign Apple device propertiesLukas Wunner-0/+1
2016-11-02KVM: nVMX: support descriptor table exitsPaolo Bonzini-0/+4
2016-10-28x86/prctl/uapi: Remove #ifdef for CHECKPOINT_RESTOREDmitry Safonov-5/+3
2016-10-03Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+6
2016-09-14x86/arch_prctl/vdso: Add ARCH_MAP_VDSO_*Dmitry Safonov-0/+6
2016-09-13x86/mce/AMD: Save MCA_IPID in MCE struct on SMCA systemsYazen Ghannam-0/+1
2016-09-13x86/mce: Add support for new MCA_SYND registerYazen Ghannam-0/+1
2016-07-23Revert "KVM: x86: add pcommit support"Dan Williams-3/+1
2016-05-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-3/+41
2016-05-24KVM: SVM: Add more SVM_EXIT_REASONSJan Kiszka-3/+41
2016-05-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-4/+11
2016-05-18svm: Add VMEXIT handlers for AVICSuravee Suthikulpanit-1/+8
2016-05-09x86/kvm: Do not use BIT() in user-exported headerBorislav Petkov-3/+3
2016-04-22x86/boot: Enumerate documentation for the x86 hardware_subarchLuis R. Rodriguez-1/+40
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+24
2016-03-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-1/+3
2016-02-18x86/mm/pkeys: Create an x86 arch_calc_vm_prot_bits() for VMA flagsDave Hansen-0/+6
2016-02-18x86/mm/pkeys: Add arch-specific VMA protection bitsDave Hansen-0/+16
2016-02-17x86/signal/64: Re-add support for SS in the 64-bit signal contextAndy Lutomirski-7/+53
2016-02-17x86/signal/64: Add a comment about sigcontext->fs and gsAndy Lutomirski-0/+25
2016-02-16drivers/hv: Move VMBus hypercall codes into Hyper-V UAPI headerAndrey Smetanin-0/+2
2016-02-16kvm/x86: Rename Hyper-V long spin wait hypercallAndrey Smetanin-1/+1
2016-02-16x86/cpu, x86/mm/pkeys: Define new CR4 bitDave Hansen-0/+2