| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | | | | | | | | KVM: nVMX: Set segment infomation of L1 when L2 exits | Arthur Chunqi Li | 2013-07-18 | 1 | -10/+48 |
| * | | | | | | | | | | | | | | remove sched notifier for cross-cpu migrations | Marcelo Tosatti | 2013-07-18 | 3 | -53/+8 |
| * | | | | | | | | | | | | | | KVM: nVMX: Fix read/write to MSR_IA32_FEATURE_CONTROL | Nadav Har'El | 2013-07-18 | 2 | -7/+31 |
| * | | | | | | | | | | | | | | KVM: x86: Drop useless cast | Mathias Krause | 2013-07-18 | 1 | -1/+1 |
| * | | | | | | | | | | | | | | KVM: VMX: Use proper types to access const arrays | Mathias Krause | 2013-07-18 | 1 | -8/+7 |
| * | | | | | | | | | | | | | | KVM: nVMX: Set success rflags when emulate VMXON/VMXOFF in nested virt | Arthur Chunqi Li | 2013-07-18 | 1 | -0/+2 |
| * | | | | | | | | | | | | | | KVM: nVMX: Change location of 3 functions in vmx.c | Arthur Chunqi Li | 2013-07-18 | 1 | -43/+40 |
| * | | | | | | | | | | | | | | KVM: x86: Avoid zapping mmio sptes twice for generation wraparound | Takuya Yoshikawa | 2013-07-18 | 2 | -9/+6 |
| * | | | | | | | | | | | | | | KVM: Introduce kvm_arch_memslots_updated() | Takuya Yoshikawa | 2013-07-18 | 1 | -0/+4 |
* | | | | | | | | | | | | | | | Merge tag 'stable/for-linus-3.12-rc0-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2013-09-04 | 6 | -32/+66 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|_|_|_|_|/ / /
| |/| | | | | | | | | | | | /
| |_|_|_|_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | xen/pvhvm: Initialize xen panic handler for PVHVM guests | Vaughan Cao | 2013-08-20 | 1 | -0/+2 |
| * | | | | | | | | | | | | | xen/m2p: use GNTTABOP_unmap_and_replace to reinstate the original mapping | Stefano Stabellini | 2013-08-20 | 1 | -6/+15 |
| * | | | | | | | | | | | | | x86/xen: during early setup, only 1:1 map the ISA region | David Vrabel | 2013-08-20 | 1 | -5/+11 |
| * | | | | | | | | | | | | | x86/xen: disable premption when enabling local irqs | David Vrabel | 2013-08-20 | 1 | -13/+12 |
| * | | | | | | | | | | | | | xen/p2m: avoid unneccesary TLB flush in m2p_remove_override() | David Vrabel | 2013-08-09 | 1 | -1/+0 |
| * | | | | | | | | | | | | | xen: Support 64-bit PV guest receiving NMIs | Konrad Rzeszutek Wilk | 2013-08-09 | 4 | -7/+26 |
| | |_|_|/ / / / / / / / /
| |/| | | | | | | | | | | |
|
* | | | | | | | | | | | | | Merge branch 'x86-spinlocks-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2013-09-04 | 11 | -353/+531 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|_|_|_|_|/
| |/| | | | | | | | | | | |
|
| * | | | | | | | | | | | | x86/kvm/guest: Fix sparse warning: "symbol 'klock_waiting' was not declared a... | Raghavendra K T | 2013-08-19 | 1 | -1/+1 |
| * | | | | | | | | | | | | kvm: Paravirtual ticketlocks support for linux guests running on KVM hypervisor | Srivatsa Vaddagiri | 2013-08-14 | 2 | -2/+274 |
| * | | | | | | | | | | | | kvm guest: Add configuration support to enable debug information for KVM Guests | Srivatsa Vaddagiri | 2013-08-09 | 1 | -0/+9 |
| * | | | | | | | | | | | | kvm uapi: Add KICK_CPU and PV_UNHALT definition to uapi | Raghavendra K T | 2013-08-09 | 1 | -0/+1 |
| * | | | | | | | | | | | | xen, pvticketlock: Allow interrupts to be enabled while blocking | Jeremy Fitzhardinge | 2013-08-09 | 1 | -6/+40 |
| * | | | | | | | | | | | | x86, ticketlock: Add slowpath logic | Jeremy Fitzhardinge | 2013-08-09 | 5 | -25/+74 |
| * | | | | | | | | | | | | x86, pvticketlock: When paravirtualizing ticket locks, increment by 2 | Jeremy Fitzhardinge | 2013-08-09 | 2 | -6/+14 |
| * | | | | | | | | | | | | x86, pvticketlock: Use callee-save for lock_spinning | Jeremy Fitzhardinge | 2013-08-09 | 4 | -4/+5 |
| * | | | | | | | | | | | | xen, pvticketlocks: Add xen_nopvspin parameter to disable xen pv ticketlocks | Jeremy Fitzhardinge | 2013-08-09 | 1 | -0/+14 |
| * | | | | | | | | | | | | xen, pvticketlock: Xen implementation for PV ticket locks | Jeremy Fitzhardinge | 2013-08-09 | 1 | -269/+79 |
| * | | | | | | | | | | | | xen: Defer spinlock setup until boot CPU setup | Jeremy Fitzhardinge | 2013-08-09 | 1 | -1/+1 |
| * | | | | | | | | | | | | x86, ticketlock: Collapse a layer of functions | Jeremy Fitzhardinge | 2013-08-09 | 1 | -30/+5 |
| * | | | | | | | | | | | | x86, ticketlock: Don't inline _spin_unlock when using paravirt spinlocks | Raghavendra K T | 2013-08-09 | 1 | -0/+1 |
| * | | | | | | | | | | | | x86, spinlock: Replace pv spinlocks with pv ticketlocks | Jeremy Fitzhardinge | 2013-08-09 | 6 | -61/+65 |
| |/ / / / / / / / / / / |
|
* | | | | | | | | | | | | Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2013-09-04 | 4 | -11/+31 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | Introduce [compat_]save_altstack_ex() to unbreak x86 SMAP | Al Viro | 2013-09-01 | 2 | -4/+4 |
| * | | | | | | | | | | | | x86, smap: Handle csum_partial_copy_*_user() | H. Peter Anvin | 2013-09-01 | 2 | -7/+27 |
| | |_|_|_|_|_|_|_|_|_|/
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2013-09-04 | 7 | -14/+95 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ | Merge tag 'amd_f15_m30' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/b... | Ingo Molnar | 2013-08-14 | 5 | -10/+30 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | x86, amd_nb: Clarify F15h, model 30h GART and L3 support | Aravind Gopalakrishnan | 2013-08-12 | 1 | -2/+11 |
| | | |_|_|_|_|/ / / / / /
| | |/| | | | | | | | | | |
|
| * | | | | | | | | | | | | Merge tag 'please-pull-mce-f-bit' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 2013-08-12 | 3 | -4/+14 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | x86/mce: Pay no attention to 'F' bit in MCACOD when parsing 'UC' errors | Tony Luck | 2013-08-05 | 1 | -2/+11 |
| | | |_|/ / / / / / / / /
| | |/| | | | | | | | | | |
|
| * | | | | | | | | | | | | Merge branch 'x86/mce' into x86/ras | Ingo Molnar | 2013-08-12 | 6 | -10/+73 |
| |\ \ \ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|_|_|/ / /
| |/| | | | | | | | | | | |
|
| | * | | | | | | | | | | | mce: acpi/apei: Add a boot option to disable ff mode for corrected errors | Naveen N. Rao | 2013-07-08 | 2 | -0/+7 |
| | * | | | | | | | | | | | mce: acpi/apei: Honour Firmware First for MCA banks listed in APEI HEST CMC | Naveen N. Rao | 2013-07-08 | 4 | -10/+66 |
* | | | | | | | | | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2013-09-04 | 1 | -10/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | x86/acpi: Correct out-of-date comment of __acpi_map_table() | Zhang Yanfei | 2013-07-26 | 1 | -10/+3 |
| | |_|_|_|_|_|_|_|_|_|_|/
| |/| | | | | | | | | | | |
|
* | | | | | | | | | | | | | Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2013-09-04 | 9 | -58/+50 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | x86: Correctly detect hypervisor | Jason Wang | 2013-08-05 | 6 | -28/+25 |
| * | | | | | | | | | | | | | x86, kvm: Switch to use hypervisor_cpuid_base() | Jason Wang | 2013-08-05 | 1 | -15/+9 |
| * | | | | | | | | | | | | | xen: Switch to use hypervisor_cpuid_base() | Jason Wang | 2013-08-05 | 1 | -15/+1 |
| * | | | | | | | | | | | | | x86: Introduce hypervisor_cpuid_base() | Jason Wang | 2013-08-05 | 1 | -0/+15 |
| | |_|_|/ / / / / / / / /
| |/| | | | | | | | | | | |
|
* | | | | | | | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-09-04 | 5 | -19/+22 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|