summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'v3.2-rc7' into x86/asmIngo Molnar2012-01-045-7/+49
|\
| * Revert "x86, efi: Calling __pa() with an ioremap()ed address is invalid"Keith Packard2011-12-122-8/+5
| * x86, efi: Calling __pa() with an ioremap()ed address is invalidMatt Fleming2011-12-092-5/+8
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-12-054-6/+27
| |\
| | * x86/rtc, mrst: Don't register a platform RTC device for for Intel MID platformsMathias Nyman2011-12-051-0/+9
| | * Merge branch 'ucode' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp i...Ingo Molnar2011-12-051-1/+8
| | |\
| | | * x86: Document rdmsr_safe restrictionsBorislav Petkov2011-12-051-1/+8
| | * | x86,mrst: Power control commands updateJacob Pan2011-12-051-5/+9
| | * | x86, UV: Fix UV2 hub part numberJack Steiner2011-12-051-0/+1
| | |/
| * | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-12-051-1/+22
| |\ \ | | |/ | |/|
| | * sched, x86: Avoid unnecessary overflow in sched_clockSalman Qazi2011-11-161-1/+22
* | | x86_64, asm: Optimise fls(), ffs() and fls64()David Howells2011-12-151-5/+62
* | | x86, bitops: Move fls64.h inside __KERNEL__H. Peter Anvin2011-12-151-9/+2
* | | x86: Fix and improve percpu_cmpxchg{8,16}b_double()Jan Beulich2011-12-151-32/+21
* | | x86: Use the same node_distance for 32 and 64-bitH Hartley Sweeten2011-12-071-2/+0
* | | x86: Fix rflags in FAKE_STACK_FRAMESeiichi Ikarashi2011-12-061-0/+1
* | | x86/div64: Add a micro-optimization shortcut if base is power of twoSebastian Andrzej Siewior2011-12-051-8/+14
* | | x86-64: Slightly shorten line system call entry and exit pathsJan Beulich2011-12-051-0/+6
* | | x86-64: Set siginfo and context on vsyscall emulation faultsAndy Lutomirski2011-12-052-2/+3
* | | Merge branch 'upstream/ticketlock-cleanup' of git://git.kernel.org/pub/scm/li...Ingo Molnar2011-12-052-84/+71
|\ \ \ | |/ / |/| |
| * | x86: consolidate xchg and xadd macrosJeremy Fitzhardinge2011-11-251-78/+36
| * | x86/cmpxchg: add a locked add() helperJeremy Fitzhardinge2011-11-252-14/+43
* | | xen/pm_idle: Make pm_idle be default_idle under Xen.Konrad Rzeszutek Wilk2011-12-031-0/+1
* | | 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-062-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-061-7/+0
|\ \ \
| * | | xen: use generic functions instead of xen_{alloc, free}_vm_area()David Vrabel2011-09-291-7/+0
* | | | 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-10-312-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/+0
| * | | | | 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
|\ \ \ \ \