summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* 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-131-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-073-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-021-0/+57
| * | | | x86: provide platform-devices for boot-framebuffersDavid Herrmann2013-08-021-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-281-6/+11
| * | | | Merge remote-tracking branch 'origin/x86/fpu' into queue/x86/cpuH. Peter Anvin2013-06-284-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
| * | | | | | x86, asmlinkage: Make _*_start_kernel visibleAndi Kleen2013-08-061-3/+5
| * | | | | | x86, asmlinkage: Make all interrupt handlers asmlinkage / __visibleAndi Kleen2013-08-062-63/+59
| * | | | | | x86, asmlinkage: Change dotraplinkage into __visible on 32bitAndi Kleen2013-08-061-5/+1
| * | | | | | x86: Fix sys_call_table type in asm/syscall.hAndi Kleen2013-08-061-1/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-045-34/+79
|\ \ \ \ \ \
| * | | | | | x86, doc: Update uaccess.h comment to reflect clang changesH. Peter Anvin2013-08-291-1/+4
| * | | | | | x86, asm: Fix a compilation issue with clangJan-Simon Möller2013-08-291-1/+1
| * | | | | | x86, asm: Extend definitions of _ASM_* with a raw formatJan-Simon Möller2013-08-291-1/+5
| * | | | | | x86, bitops: Change bitops to be native operand sizeH. Peter Anvin2013-07-162-31/+39
| * | | | | | x86: Use asm-goto to implement mutex fast path on x86-64Wedson Almeida Filho2013-06-281-0/+30
* | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-09-041-0/+2
|\ \ \ \ \ \ \
OpenPOWER on IntegriCloud