summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/uapi
Commit message (Expand)AuthorAgeFilesLines
* x86/RAS: Remove mce.usable_addrBorislav Petkov2015-11-241-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-11-121-0/+1
|\
| * KVM: x86: work around infinite loop in microcode when #AC is deliveredEric Northup2015-11-101-0/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-11-052-1/+21
|\ \ | |/
| * drivers/hv: share Hyper-V SynIC constants with userspaceAndrey Smetanin2015-11-041-0/+12
| * KVM: x86: add pcommit supportXiao Guangrong2015-10-011-1/+3
| * kvm/x86: Hyper-V HV_X64_MSR_VP_RUNTIME supportAndrey Smetanin2015-10-011-0/+3
| * kvm/x86: Hyper-V HV_X64_MSR_RESET msrAndrey Smetanin2015-10-011-0/+3
* | Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-11-032-239/+309
|\ \
| * | x86/headers: Clean up too long linesPeter Zijlstra2015-09-141-26/+31
| * | x86/headers: Remove direct sigcontext32.h usesIngo Molnar2015-09-081-1/+1
| * | x86/headers: Convert sigcontext_ia32 uses to sigcontext_32Ingo Molnar2015-09-081-3/+9
| * | x86/headers: Unify 'struct sigcontext_ia32' and 'struct sigcontext_32'Ingo Molnar2015-09-082-26/+2
| * | x86/headers: Make sigcontext pointers bit independentIngo Molnar2015-09-081-2/+2
| * | x86/headers: Move the 'struct sigcontext' definitions into the UAPI headerIngo Molnar2015-09-081-0/+83
| * | x86/headers: Convert uses of _fpstate_ia32 to _fpstate_32Ingo Molnar2015-09-082-3/+4
| * | x86/headers: Unify 'struct _fpstate_ia32' and i386 struct _fpstateIngo Molnar2015-09-082-38/+17
| * | x86/headers: Unify register type definitions between 32-bit compat and i386Ingo Molnar2015-09-082-23/+2
| * | x86/headers: Use ABI types consistently in sigcontext*.hIngo Molnar2015-09-082-70/+70
| * | x86/headers: Separate out legacy user-space structure definitionsIngo Molnar2015-09-081-60/+59
| * | x86/headers: Clean up and better document uapi/asm/sigcontext.hIngo Molnar2015-09-081-148/+182
| * | x86/headers: Clean up uapi/asm/sigcontext32.hIngo Molnar2015-09-081-52/+58
| * | x86/headers: Fix (old) header file dependency bug in uapi/asm/sigcontext32.hIngo Molnar2015-09-081-0/+2
* | | x86/mce: Include linux/ioctl.h in uapi mce headerGabriel Laskar2015-10-111-1/+1
* | | x86/headers/uapi: Fix __BITS_PER_LONG value for x32 buildsBen Hutchings2015-10-021-1/+1
| |/ |/|
* | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-081-1/+1
|\ \ | |/ |/|
| * libnvdimm, e820: make CONFIG_X86_PMEM_LEGACY a tristate optionDan Williams2015-08-191-1/+1
* | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-011-1/+1
|\ \
| * \ Merge tag 'v4.2-rc7' into x86/boot, to refresh the branch before merging new ...Ingo Molnar2015-08-173-20/+7
| |\ \
| * | | x86/boot: Obsolete the MCA sys_desc_tablePaolo Pisati2015-07-211-1/+1
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-09-011-2/+0
|\ \ \ \
| * | | | x86/asm: Drop repeated macro of X86_EFLAGS_AC definitionHuang Rui2015-08-281-2/+0
| | |/ / | |/| |
* | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-08-311-1/+2
|\ \ \ \
| * | | | x86/mce: Reuse one of the u16 padding fields in 'struct mce'Borislav Petkov2015-08-131-1/+2
| | |_|/ | |/| |
* | | | Merge tag 'char-misc-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-08-311-0/+2
|\ \ \ \
| * | | | Drivers: hv: vmbus: Implement a clocksource based on the TSC pageK. Y. Srinivasan2015-08-051-0/+2
| |/ / /
* | | | Merge tag 'kvm-4.3-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-08-311-0/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | kvm/x86: add support for MONITOR_TRAP_FLAGMihai Donțu2015-07-231-0/+2
| |/ /
* | | Revert x86 sigcontext cleanupsLinus Torvalds2015-08-131-18/+3
|/ /
* | KVM: x86: rename quirk constants to KVM_X86_QUIRK_*Paolo Bonzini2015-07-231-2/+2
* | x86: hyperv: add CPUID bit for crash handlersPaolo Bonzini2015-07-101-0/+2
|/
* kvm: add hyper-v crash msrs valuesAndrey Smetanin2015-07-031-0/+11
* Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-06-291-0/+1
|\
| * e820, efi: add ACPI 6.0 persistent memory typesDan Williams2015-05-271-0/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-06-241-1/+13
|\ \
| * | KVM: x86: API changes for SMM supportPaolo Bonzini2015-06-041-1/+10
| * | KVM: x86: Support for disabling quirksNadav Amit2015-05-071-0/+3
| |/
* | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-223-666/+7
|\ \
| * | x86/uapi: Do not export <asm/msr-index.h> as part of the user API headersBorislav Petkov2015-06-072-667/+0
| * | Merge branch 'x86/ras' into x86/core, to fix conflictsIngo Molnar2015-06-071-0/+2
| |\ \
OpenPOWER on IntegriCloud