summaryrefslogtreecommitdiffstats
path: root/arch/x86/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-09-054-5/+18
|\
| * kvm hypervisor : Add a hypercall to KVM hypervisor to support pv-ticketlocksSrivatsa Vaddagiri2013-08-261-0/+5
| * kvm uapi: Add KICK_CPU and PV_UNHALT definition to uapiRaghavendra K T2013-08-261-0/+1
| * KVM: x86: Update symbolic exit codesJan Kiszka2013-08-131-2/+3
| * nEPT: Nested INVEPTNadav Har'El2013-08-072-0/+3
| * nEPT: Add nEPT violation/misconfigration supportYang Zhang2013-08-071-0/+4
| * KVM: x86: rename EMULATE_DO_MMIOPaolo Bonzini2013-07-291-2/+2
| * perf, kvm: Support the in_tx/in_tx_cp modifiers in KVM arch perfmon emulation v5Andi Kleen2013-07-191-0/+1
| * remove sched notifier for cross-cpu migrationsMarcelo Tosatti2013-07-181-1/+0
* | Merge tag 'stable/for-linus-3.12-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-09-051-0/+1
|\ \
| * | xen: Support 64-bit PV guest receiving NMIsKonrad Rzeszutek Wilk2013-08-091-0/+1
* | | Merge branch 'x86-spinlocks-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-09-046-80/+125
|\ \ \
| * | | kvm: Paravirtual ticketlocks support for linux guests running on KVM hypervisorSrivatsa Vaddagiri2013-08-141-2/+12
| * | | kvm uapi: Add KICK_CPU and PV_UNHALT definition to uapiRaghavendra K T2013-08-091-0/+1
| * | | x86, ticketlock: Add slowpath logicJeremy Fitzhardinge2013-08-093-25/+65
| * | | x86, pvticketlock: When paravirtualizing ticket locks, increment by 2Jeremy Fitzhardinge2013-08-092-6/+14
| * | | x86, pvticketlock: Use callee-save for lock_spinningJeremy Fitzhardinge2013-08-092-2/+2
| * | | x86, ticketlock: Collapse a layer of functionsJeremy Fitzhardinge2013-08-091-30/+5
| * | | x86, spinlock: Replace pv spinlocks with pv ticketlocksJeremy Fitzhardinge2013-08-094-46/+57
| |/ /
* | | Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-09-041-5/+17
|\ \ \
| * | | x86, smap: Handle csum_partial_copy_*_user()H. Peter Anvin2013-09-011-5/+17
* | | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-042-2/+16
|\ \ \ \
| * \ \ \ Merge tag 'please-pull-mce-f-bit' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2013-08-121-2/+11
| |\ \ \ \
| | * | | | x86/mce: Pay no attention to 'F' bit in MCACOD when parsing 'UC' errorsTony Luck2013-08-051-2/+11
| | | |/ / | | |/| |
| * | | | Merge branch 'x86/mce' into x86/rasIngo Molnar2013-08-122-0/+5
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | mce: acpi/apei: Add a boot option to disable ff mode for corrected errorsNaveen N. Rao2013-07-081-0/+2
| | * | | mce: acpi/apei: Honour Firmware First for MCA banks listed in APEI HEST CMCNaveen N. Rao2013-07-081-0/+3
* | | | | Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-09-044-31/+26
|\ \ \ \ \
| * | | | | x86: Correctly detect hypervisorJason Wang2013-08-051-1/+1
| * | | | | x86, kvm: Switch to use hypervisor_cpuid_base()Jason Wang2013-08-051-15/+9
| * | | | | xen: Switch to use hypervisor_cpuid_base()Jason Wang2013-08-051-15/+1
| * | | | | x86: Introduce hypervisor_cpuid_base()Jason Wang2013-08-051-0/+15
| |/ / / /
* | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-09-041-1/+1
|\ \ \ \ \
| * | | | | x86: avoid remapping data in parse_setup_data()Linn Crosetto2013-08-141-1/+1
| |/ / / /
* | | | | Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-09-043-5/+7
|\ \ \ \ \
| * | | | | x86, relocs: Move ELF relocation handling to CKees Cook2013-08-083-5/+7
| |/ / / /
* | | | | Merge branch 'x86-fb-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-09-041-0/+98
|\ \ \ \ \
| * | | | | x86: sysfb: move EFI quirks from efifb to sysfbDavid Herrmann2013-08-031-0/+57
| * | | | | x86: provide platform-devices for boot-framebuffersDavid Herrmann2013-08-031-0/+41
| |/ / / /
* | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-041-6/+11
|\ \ \ \ \
| * | | | | x86, cpufeature: Use new CC_HAVE_ASM_GOTOBorislav Petkov2013-06-291-6/+11
| * | | | | Merge remote-tracking branch 'origin/x86/fpu' into queue/x86/cpuH. Peter Anvin2013-06-294-10/+189
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2013-09-0414-88/+85
|\ \ \ \ \ \ \
| * | | | | | | x86, asmlinkage, vdso: Mark vdso variables __visibleAndi Kleen2013-08-061-1/+1
| * | | | | | | x86, asmlinkage: Make 64bit checksum functions visibleAndi Kleen2013-08-061-1/+1
| * | | | | | | x86, asmlinkage, paravirt: Add __visible/asmlinkage to xen paravirt opsAndi Kleen2013-08-061-1/+2
| * | | | | | | x86, asmlinkage: Make several variables used from assembler/linker script vis...Andi Kleen2013-08-063-3/+4
| * | | | | | | x86, asmlinkage: Make kprobes code visible and fix assembler codeAndi Kleen2013-08-061-5/+5
| * | | | | | | x86, asmlinkage: Make various syscalls asmlinkageAndi Kleen2013-08-061-3/+3
| * | | | | | | x86, asmlinkage: Make 32bit/64bit __switch_to visibleAndi Kleen2013-08-061-2/+2