| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | x86, microcode, AMD: Fix broken ucode patch size check | Andreas Herrmann | 2012-08-22 | 1 | -3/+4 |
| * | | | x86/alternatives: Fix p6 nops on non-modular kernels | Avi Kivity | 2012-08-22 | 1 | -1/+1 |
| * | | | x86/fixup_irq: Use cpu_online_mask instead of cpu_all_mask | Liu, Chuansheng | 2012-08-22 | 1 | -1/+1 |
| * | | | x86/spinlocks: Fix comment in spinlock.h | Richard Weinberger | 2012-08-22 | 1 | -2/+1 |
| * | | | mm: hugetlbfs: correctly populate shared pmd | Michal Hocko | 2012-08-21 | 1 | -5/+16 |
| * | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2012-08-20 | 8 | -14/+52 |
| |\ \ \ |
|
| | * | | | x32: Use compat shims for {g,s}etsockopt | Mike Frysinger | 2012-08-18 | 1 | -2/+4 |
| | * | | | Revert "x86-64/efi: Use EFI to deal with platform wall clock" | H. Peter Anvin | 2012-08-14 | 2 | -10/+30 |
| | * | | | x86, apic: fix broken legacy interrupts in the logical apic mode | Suresh Siddha | 2012-08-14 | 1 | -0/+10 |
| | * | | | x86, build: Globally set -fno-pic | Andrew Boie | 2012-08-10 | 3 | -2/+6 |
| | * | | | x86, avx: don't use avx instructions with "noxsave" boot param | Suresh Siddha | 2012-08-08 | 1 | -0/+2 |
| | |/ / |
|
| * | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-08-20 | 3 | -144/+165 |
| |\ \ \ |
|
| | * | | | perf/x86: disable PEBS on a guest entry. | Gleb Natapov | 2012-08-13 | 1 | -1/+9 |
| | * | | | perf/x86: Add Intel Westmere-EX uncore support | Yan, Zheng | 2012-08-13 | 2 | -33/+68 |
| | * | | | perf/x86: Fixes for Nehalem-EX uncore driver | Yan, Zheng | 2012-08-13 | 2 | -109/+87 |
| | * | | | perf, x86: Fix uncore_types_exit section mismatch | Borislav Petkov | 2012-08-13 | 1 | -1/+1 |
| | |/ / |
|
| * | | | Merge tag 'stable/for-linus-3.6-rc1-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2012-08-16 | 1 | -0/+5 |
| |\ \ \
| | |/ /
| |/| /
| | |/ |
|
| | * | xen/p2m: Reserve 8MB of _brk space for P2M leafs when populating back. | Konrad Rzeszutek Wilk | 2012-08-02 | 1 | -0/+5 |
* | | | x86: KVM guest: merge CONFIG_KVM_CLOCK into CONFIG_KVM_GUEST | Marcelo Tosatti | 2012-08-23 | 5 | -20/+12 |
* | | | KVM: introduce readonly memslot | Xiao Guangrong | 2012-08-22 | 3 | -0/+11 |
* | | | KVM: introduce gfn_to_pfn_memslot_atomic | Xiao Guangrong | 2012-08-22 | 1 | -4/+1 |
* | | | KVM: x86: fix possible infinite loop caused by reexecute_instruction | Xiao Guangrong | 2012-08-22 | 1 | -1/+11 |
* | | | KVM guest: disable stealtime on reboot to avoid mem corruption | Florian Westphal | 2012-08-15 | 1 | -0/+1 |
* | | | KVM: x86: drop parameter validation in ioapic/pic | Michael S. Tsirkin | 2012-08-14 | 1 | -9/+9 |
* | | | KVM: VMX: Advertize RDTSC exiting to nested guests | Avi Kivity | 2012-08-13 | 1 | -1/+1 |
* | | | KVM: VMX: restore MSR_IA32_DEBUGCTLMSR after VMEXIT | Gleb Natapov | 2012-08-13 | 1 | -0/+6 |
* | | | KVM: Correct vmrun to vmcall typo | Raghavendra K T | 2012-08-13 | 1 | -1/+1 |
* | | | KVM: x86: fix pvclock guest stopped flag reporting | Marcelo Tosatti | 2012-08-13 | 2 | -3/+12 |
* | | | KVM: correctly detect APIC SW state in kvm_apic_post_state_restore() | Gleb Natapov | 2012-08-09 | 3 | -5/+8 |
* | | | KVM: inline kvm_apic_present() and kvm_lapic_enabled() | Gleb Natapov | 2012-08-06 | 2 | -92/+96 |
* | | | KVM: use jump label to optimize checking for in kernel local apic presence | Gleb Natapov | 2012-08-06 | 3 | -29/+41 |
* | | | KVM: use jump label to optimize checking for SW enabled apic in spurious inte... | Gleb Natapov | 2012-08-06 | 1 | -8/+31 |
* | | | KVM: use jump label to optimize checking for HW enabled APIC in APIC_BASE MSR | Gleb Natapov | 2012-08-06 | 3 | -1/+30 |
* | | | KVM: mark apic enabled on start up | Gleb Natapov | 2012-08-06 | 1 | -1/+2 |
* | | | KVM: use kvm_lapic_set_base() to change apic_base | Gleb Natapov | 2012-08-06 | 1 | -5/+4 |
* | | | KVM: clean up kvm_(set|get)_apic_base | Gleb Natapov | 2012-08-06 | 1 | -8/+2 |
* | | | KVM: do not release the error page | Xiao Guangrong | 2012-08-06 | 3 | -10/+5 |
* | | | KVM: do not release the error pfn | Xiao Guangrong | 2012-08-06 | 3 | -13/+6 |
* | | | KVM: introduce KVM_PFN_ERR_HWPOISON | Xiao Guangrong | 2012-08-06 | 1 | -1/+1 |
* | | | KVM: introduce KVM_PFN_ERR_FAULT | Xiao Guangrong | 2012-08-06 | 1 | -1/+1 |
* | | | KVM: Push rmap into kvm_arch_memory_slot | Takuya Yoshikawa | 2012-08-06 | 3 | -28/+34 |
* | | | KVM: MMU: Use gfn_to_rmap() instead of directly reading rmap array | Takuya Yoshikawa | 2012-08-06 | 2 | -4/+3 |
* | | | KVM: Stop checking rmap to see if slot is being created | Takuya Yoshikawa | 2012-08-06 | 1 | -2/+2 |
* | | | Merge remote-tracking branch 'upstream' into next | Avi Kivity | 2012-08-05 | 90 | -2020/+5769 |
|\ \ \
| |/ / |
|
| * | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2012-08-03 | 5 | -15/+14 |
| |\ \ |
|
| | | \ | |
| | | \ | |
| | *-. \ | Merge branches 'delete-gts-bfs', 'misc', 'novell-bugzilla-757888-numa' and 'o... | Len Brown | 2012-08-03 | 193 | -4040/+11247 |
| | |\ \ \ |
|
| | | | * | | ACPI: Only count valid srat memory structures | Thomas Renninger | 2012-08-03 | 1 | -7/+8 |
| | * | | | | ACPI/x86: revert 'x86, acpi: Call acpi_enter_sleep_state via an asmlinkage C ... | Len Brown | 2012-07-30 | 4 | -8/+6 |
| | |/ / / |
|
| * | | | | Merge git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2012-08-03 | 3 | -7/+34 |
| |\ \ \ \ |
|
| | * | | | | KVM: VMX: Fix ds/es corruption on i386 with preemption | Avi Kivity | 2012-08-01 | 1 | -7/+13 |