summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
Commit message (Expand)AuthorAgeFilesLines
* x86/mrst: Avoid reporting wrong nmi statusJacob Pan2011-11-102-1/+2
* x86/mrst: Add support for Penwell clock calibrationDirk Brandewie2011-11-101-0/+7
* x86/apic: Allow use of lapic timer early calibration resultJacob Pan2011-11-101-0/+1
* x86/platform: Add a wallclock_init func to x86_platforms opsFeng Tang2011-11-101-0/+2
* x86/mce: Make mce_chrdev_ops 'static const'Luck, Tony2011-11-081-1/+4
* Merge branch 'upstream/xen-settime' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-11-072-0/+9
|\
| * xen: add dom0_op hypercallJeremy Fitzhardinge2011-09-261-0/+8
| * xen/acpi: Domain0 acpi parser related platform hypercallYu Ke2011-09-261-0/+1
* | Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-11-071-7/+0Star
|\ \
| * | xen: use generic functions instead of xen_{alloc, free}_vm_area()David Vrabel2011-09-291-7/+0Star
* | | Merge branch 'for-next' of git://git.infradead.org/users/sameo/mfd-2.6Linus Torvalds2011-11-031-0/+22
|\ \ \
| * | | x86, mrst: Some drivers need to known when an SCU is availableAlan Cox2011-10-241-0/+22
| |/ /
* | | Merge git://github.com/herbertx/cryptoLinus Torvalds2011-11-011-0/+3
|\ \ \
| * | | crypto: sha1 - SSSE3 based SHA1 implementation for x86-64Mathias Krause2011-08-101-0/+3
* | | | Cross Memory AttachChristopher Yeoh2011-11-012-1/+7
* | | | Merge branch 'kvm-updates/3.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2011-10-306-6/+29
|\ \ \ \
| * | | | KVM: emulate lapic tsc deadline timer for guestLiu, Jinsong2011-10-051-0/+2
| * | | | x86: TSC deadline definitionsLiu, Jinsong2011-09-253-0/+5
| * | | | KVM: Fix simultaneous NMIsAvi Kivity2011-09-251-2/+3
| * | | | KVM: x86 emulator: expand decode flags to 64 bitsAvi Kivity2011-09-251-1/+1
| * | | | KVM: x86 emulator: move memop, memopp into emulation contextAvi Kivity2011-09-251-0/+2
| * | | | KVM: APIC: avoid instruction emulation for EOI writesKevin Tian2011-09-251-0/+12
| * | | | KVM: L1 TSC handlingNadav Har'El2011-09-251-0/+1
| * | | | KVM: MMU: Do not unconditionally read PDPTE from guest memoryAvi Kivity2011-09-251-0/+1
| * | | | KVM: Use __print_symbolic() for vmexit tracepointsStefan Hajnoczi2011-09-251-2/+0Star
| * | | | KVM: x86: Raise the hard VCPU count limitSasha Levin2011-09-251-1/+2
| | |/ / | |/| |
* | | | Merge branch 'next-rebase' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2011-10-281-3/+3
|\ \ \ \
| * | | | x86: constify PCI raw ops structuresJan Beulich2011-10-141-3/+3
| |/ / /
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds2011-10-281-1/+2
|\ \ \ \
| * | | | compat: sync compat_stats with statfs.Eric W. Biederman2011-10-281-1/+2
| |/ / /
* | | | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-10-282-3/+35
|\ \ \ \
| * | | | x86: uv2: Workaround for UV2 Hub bug (system global address format)Jack Steiner2011-09-212-3/+35
| |/ / /
* | | | Merge branch 'x86-spinlocks-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2011-10-289-357/+257Star
|\ \ \ \
| * \ \ \ Merge branch 'upstream/ticketlock-cleanup' of git://github.com/jsgf/linux-xen...Ingo Molnar2011-09-289-357/+257Star
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | x86, ticketlock: remove obsolete commentJeremy Fitzhardinge2011-09-281-4/+0Star
| | * | | x86, cmpxchg: Use __compiletime_error() to make usage messages a bit nicerJeremy Fitzhardinge2011-08-301-4/+11
| | * | | x86, ticketlock: Make __ticket_spin_trylock commonJeremy Fitzhardinge2011-08-292-41/+16Star
| | * | | x86, ticketlock: Convert __ticket_spin_lock to use xadd()Jeremy Fitzhardinge2011-08-291-30/+5Star
| | * | | x86, ticketlock: Convert spin loop to CJeremy Fitzhardinge2011-08-291-30/+30
| | * | | x86, ticketlock: Clean up types and accessorsJeremy Fitzhardinge2011-08-292-16/+28
| | * | | x86: Use xadd helper more widelyJeremy Fitzhardinge2011-08-294-23/+5Star
| | * | | x86: Add xadd helper macroJeremy Fitzhardinge2011-08-291-0/+43
| | * | | x86, cmpxchg: Unify cmpxchg into cmpxchg.hJeremy Fitzhardinge2011-08-293-244/+155Star
| | * | | x86, cmpxchg: Move 64-bit set64_bit() to match 32-bitJeremy Fitzhardinge2011-08-291-5/+5
| | * | | x86, cmpxchg: Move 32-bit __cmpxchg_wrong_size to match 64 bit.Jeremy Fitzhardinge2011-08-291-2/+1Star
| | * | | x86, cmpxchg: <linux/alternative.h> has LOCK_PREFIXJeremy Fitzhardinge2011-08-291-1/+1
* | | | | Merge branch 'x86-rdrand-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-10-281-0/+75
|\ \ \ \ \
| * | | | | x86, random: Verify RDRAND functionality and allow it to be disabledH. Peter Anvin2011-07-311-0/+2
| * | | | | x86, random: Architectural inlines to get random integers with RDRANDH. Peter Anvin2011-07-311-0/+73
| | |_|_|/ | |/| | |
* | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2011-10-281-1/+3
|\ \ \ \ \