summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2013-09-09Merge branch 'x86/spinlocks' of git://git.kernel.org/pub/scm/linux/kernel/git...Konrad Rzeszutek Wilk11-353/+531
2013-09-09xen/p2m: Don't call get_balloon_scratch_page() twice, keep interrupts disable...Boris Ostrovsky1-4/+6
2013-08-20xen/pvhvm: Initialize xen panic handler for PVHVM guestsVaughan Cao1-0/+2
2013-08-20xen/m2p: use GNTTABOP_unmap_and_replace to reinstate the original mappingStefano Stabellini1-6/+15
2013-08-20x86/xen: during early setup, only 1:1 map the ISA regionDavid Vrabel1-5/+11
2013-08-20x86/xen: disable premption when enabling local irqsDavid Vrabel1-13/+12
2013-08-19x86/kvm/guest: Fix sparse warning: "symbol 'klock_waiting' was not declared a...Raghavendra K T1-1/+1
2013-08-14kvm: Paravirtual ticketlocks support for linux guests running on KVM hypervisorSrivatsa Vaddagiri2-2/+274
2013-08-09xen/p2m: avoid unneccesary TLB flush in m2p_remove_override()David Vrabel1-1/+0
2013-08-09xen: Support 64-bit PV guest receiving NMIsKonrad Rzeszutek Wilk4-7/+26
2013-08-09kvm guest: Add configuration support to enable debug information for KVM GuestsSrivatsa Vaddagiri1-0/+9
2013-08-09kvm uapi: Add KICK_CPU and PV_UNHALT definition to uapiRaghavendra K T1-0/+1
2013-08-09xen, pvticketlock: Allow interrupts to be enabled while blockingJeremy Fitzhardinge1-6/+40
2013-08-09x86, ticketlock: Add slowpath logicJeremy Fitzhardinge5-25/+74
2013-08-09x86, pvticketlock: When paravirtualizing ticket locks, increment by 2Jeremy Fitzhardinge2-6/+14
2013-08-09x86, pvticketlock: Use callee-save for lock_spinningJeremy Fitzhardinge4-4/+5
2013-08-09xen, pvticketlocks: Add xen_nopvspin parameter to disable xen pv ticketlocksJeremy Fitzhardinge1-0/+14
2013-08-09xen, pvticketlock: Xen implementation for PV ticket locksJeremy Fitzhardinge1-269/+79
2013-08-09xen: Defer spinlock setup until boot CPU setupJeremy Fitzhardinge1-1/+1
2013-08-09x86, ticketlock: Collapse a layer of functionsJeremy Fitzhardinge1-30/+5
2013-08-09x86, ticketlock: Don't inline _spin_unlock when using paravirt spinlocksRaghavendra K T1-0/+1
2013-08-09x86, spinlock: Replace pv spinlocks with pv ticketlocksJeremy Fitzhardinge6-61/+65
2013-08-02Merge tag 'please-pull-fix-mce-regression' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-2/+2
2013-07-31arch/x86/platform/ce4100/ce4100.c: include reboot.hAndrew Morton1-0/+1
2013-07-29x86/mce: Fix mce regression from recent cleanupTony Luck1-2/+2
2013-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-796/+0
2013-07-24Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transf...Herbert Xu3-796/+0
2013-07-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds1-1/+0
2013-07-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+7
2013-07-19um: remove dead codeRichard Weinberger1-1/+0
2013-07-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-34/+25
2013-07-18KVM: MMU: avoid fast page fault fixing mmio page faultXiao Guangrong1-0/+7
2013-07-16x86: Make sure IDT is page alignedKees Cook3-25/+8
2013-07-15x86, suspend: Handle CPUs which fail to #GP on RDMSRH. Peter Anvin1-2/+16
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker71-356/+345
2013-07-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+4
2013-07-12perf/x86: Fix incorrect use of do_div() in NMI warningDave Hansen1-3/+4
2013-07-12x86/platform/ce4100: Add header file for reboot typeXiong Zhou1-0/+1
2013-07-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2-4/+66
2013-07-11Revert "UEFI: Don't pass boot services regions to SetVirtualAddressMap()"Matt Fleming1-7/+0
2013-07-10Merge tag 'kvm-3.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+9
2013-07-10Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2-4/+0
2013-07-10mm: remove free_area_cacheMichel Lespinasse2-4/+0
2013-07-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+1
2013-07-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-11/+18
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-17/+44
2013-07-09Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-1/+87
2013-07-09arm: add support for LZ4-compressed kernelKyungsik Lee3-1/+10
2013-07-09reboot: move arch/x86 reboot= handling to generic kernelRobin Holt3-121/+4
2013-07-09reboot: x86: prepare reboot_mode for moving to generic kernel codeRobin Holt1-5/+7