Age | Commit message (Expand) | Author | Files | Lines |
2013-09-09 | Merge branch 'x86/spinlocks' of git://git.kernel.org/pub/scm/linux/kernel/git... | Konrad Rzeszutek Wilk | 11 | -353/+531 |
2013-09-09 | xen/p2m: Don't call get_balloon_scratch_page() twice, keep interrupts disable... | Boris Ostrovsky | 1 | -4/+6 |
2013-08-20 | xen/pvhvm: Initialize xen panic handler for PVHVM guests | Vaughan Cao | 1 | -0/+2 |
2013-08-20 | xen/m2p: use GNTTABOP_unmap_and_replace to reinstate the original mapping | Stefano Stabellini | 1 | -6/+15 |
2013-08-20 | x86/xen: during early setup, only 1:1 map the ISA region | David Vrabel | 1 | -5/+11 |
2013-08-20 | x86/xen: disable premption when enabling local irqs | David Vrabel | 1 | -13/+12 |
2013-08-19 | x86/kvm/guest: Fix sparse warning: "symbol 'klock_waiting' was not declared a... | Raghavendra K T | 1 | -1/+1 |
2013-08-14 | kvm: Paravirtual ticketlocks support for linux guests running on KVM hypervisor | Srivatsa Vaddagiri | 2 | -2/+274 |
2013-08-09 | xen/p2m: avoid unneccesary TLB flush in m2p_remove_override() | David Vrabel | 1 | -1/+0 |
2013-08-09 | xen: Support 64-bit PV guest receiving NMIs | Konrad Rzeszutek Wilk | 4 | -7/+26 |
2013-08-09 | kvm guest: Add configuration support to enable debug information for KVM Guests | Srivatsa Vaddagiri | 1 | -0/+9 |
2013-08-09 | kvm uapi: Add KICK_CPU and PV_UNHALT definition to uapi | Raghavendra K T | 1 | -0/+1 |
2013-08-09 | xen, pvticketlock: Allow interrupts to be enabled while blocking | Jeremy Fitzhardinge | 1 | -6/+40 |
2013-08-09 | x86, ticketlock: Add slowpath logic | Jeremy Fitzhardinge | 5 | -25/+74 |
2013-08-09 | x86, pvticketlock: When paravirtualizing ticket locks, increment by 2 | Jeremy Fitzhardinge | 2 | -6/+14 |
2013-08-09 | x86, pvticketlock: Use callee-save for lock_spinning | Jeremy Fitzhardinge | 4 | -4/+5 |
2013-08-09 | xen, pvticketlocks: Add xen_nopvspin parameter to disable xen pv ticketlocks | Jeremy Fitzhardinge | 1 | -0/+14 |
2013-08-09 | xen, pvticketlock: Xen implementation for PV ticket locks | Jeremy Fitzhardinge | 1 | -269/+79 |
2013-08-09 | xen: Defer spinlock setup until boot CPU setup | Jeremy Fitzhardinge | 1 | -1/+1 |
2013-08-09 | x86, ticketlock: Collapse a layer of functions | Jeremy Fitzhardinge | 1 | -30/+5 |
2013-08-09 | x86, ticketlock: Don't inline _spin_unlock when using paravirt spinlocks | Raghavendra K T | 1 | -0/+1 |
2013-08-09 | x86, spinlock: Replace pv spinlocks with pv ticketlocks | Jeremy Fitzhardinge | 6 | -61/+65 |
2013-08-02 | Merge tag 'please-pull-fix-mce-regression' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 1 | -2/+2 |
2013-07-31 | arch/x86/platform/ce4100/ce4100.c: include reboot.h | Andrew Morton | 1 | -0/+1 |
2013-07-29 | x86/mce: Fix mce regression from recent cleanup | Tony Luck | 1 | -2/+2 |
2013-07-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 3 | -796/+0 |
2013-07-24 | Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transf... | Herbert Xu | 3 | -796/+0 |
2013-07-19 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml | Linus Torvalds | 1 | -1/+0 |
2013-07-19 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+7 |
2013-07-19 | um: remove dead code | Richard Weinberger | 1 | -1/+0 |
2013-07-18 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 6 | -34/+25 |
2013-07-18 | KVM: MMU: avoid fast page fault fixing mmio page fault | Xiao Guangrong | 1 | -0/+7 |
2013-07-16 | x86: Make sure IDT is page aligned | Kees Cook | 3 | -25/+8 |
2013-07-15 | x86, suspend: Handle CPUs which fail to #GP on RDMSR | H. Peter Anvin | 1 | -2/+16 |
2013-07-14 | x86: delete __cpuinit usage from all x86 files | Paul Gortmaker | 71 | -356/+345 |
2013-07-13 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -3/+4 |
2013-07-12 | perf/x86: Fix incorrect use of do_div() in NMI warning | Dave Hansen | 1 | -3/+4 |
2013-07-12 | x86/platform/ce4100: Add header file for reboot type | Xiong Zhou | 1 | -0/+1 |
2013-07-11 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds | 2 | -4/+66 |
2013-07-11 | Revert "UEFI: Don't pass boot services regions to SetVirtualAddressMap()" | Matt Fleming | 1 | -7/+0 |
2013-07-10 | Merge tag 'kvm-3.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -2/+9 |
2013-07-10 | Merge branch 'akpm' (patches from Andrew Morton) | Linus Torvalds | 2 | -4/+0 |
2013-07-10 | mm: remove free_area_cache | Michel Lespinasse | 2 | -4/+0 |
2013-07-10 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -3/+1 |
2013-07-10 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -11/+18 |
2013-07-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -17/+44 |
2013-07-09 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 3 | -1/+87 |
2013-07-09 | arm: add support for LZ4-compressed kernel | Kyungsik Lee | 3 | -1/+10 |
2013-07-09 | reboot: move arch/x86 reboot= handling to generic kernel | Robin Holt | 3 | -121/+4 |
2013-07-09 | reboot: x86: prepare reboot_mode for moving to generic kernel code | Robin Holt | 1 | -5/+7 |