Age | Commit message (Expand) | Author |
2014-01-02 | KVM: nVMX: Unconditionally uninit the MMU on nested vmexit | Jan Kiszka |
2013-12-31 | crypto: aesni - fix build on x86 (32bit) | Andy Shevchenko |
2013-12-30 | KVM: x86: Fix APIC map calculation after re-enabling | Jan Kiszka |
2013-12-29 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2013-12-29 | x86/efi: Delete superfluous global variables | Matt Fleming |
2013-12-29 | x86: Reserve setup_data ranges late after parsing memmap cmdline | Dave Young |
2013-12-29 | x86: Export x86 boot_params to sysfs | Dave Young |
2013-12-29 | x86: Add xloadflags bit for EFI runtime support on kexec | Dave Young |
2013-12-29 | x86/efi: Pass necessary EFI data for kexec via setup_data | Dave Young |
2013-12-27 | x86: Slightly tweak the access_ok() C variant for better code | H. Peter Anvin |
2013-12-27 | x86: Replace assembly access_ok() with a C variant | Linus Torvalds |
2013-12-24 | Merge 3.13-rc5 into staging-next | Greg Kroah-Hartman |
2013-12-21 | efi: Export EFI runtime memory mapping to sysfs | Dave Young |
2013-12-21 | efi: Export more EFI table variables to sysfs | Dave Young |
2013-12-21 | x86/efi: Cleanup efi_enter_virtual_mode() function | Dave Young |
2013-12-21 | x86/efi: Fix off-by-one bug in EFI Boot Services reservation | Dave Young |
2013-12-21 | x86/efi: Add a wrapper function efi_map_region_fixed() | Dave Young |
2013-12-21 | x86/efi: Remove unused variables in __map_region() | Dave Young |
2013-12-21 | ACPI, APEI, GHES: Do not report only correctable errors with SCI | Chen, Gong |
2013-12-20 | x86, x32: Use __kernel_long_t/__kernel_ulong_t in x86-64 stat.h | H.J. Lu |
2013-12-20 | KVM: MMU: handle invalid root_hpa at __direct_map | Marcelo Tosatti |
2013-12-20 | KVM: VMX: Do not skip the instruction if handle_dr injects a fault | Jan Kiszka |
2013-12-20 | crypto: aesni - AVX and AVX2 version of AESNI-GCM encode and decode | Tim Chen |
2013-12-20 | crypto: arch - use crypto_memneq instead of memcmp | Daniel Borkmann |
2013-12-20 | stackprotector: Unify the HAVE_CC_STACKPROTECTOR logic between architectures | Kees Cook |
2013-12-19 | x86, idle: Add memory barriers around clflush in mwait_play_dead() | H. Peter Anvin |
2013-12-19 | x86, idle: Use static_cpu_has() for CLFLUSH workaround, add barriers | H. Peter Anvin |
2013-12-19 | x86, acpi, idle: Restructure the mwait idle routines | Peter Zijlstra |
2013-12-19 | x86 idle: Repair large-server 50-watt idle-power regression | Len Brown |
2013-12-19 | Merge branch 'master' into for-next | Jiri Kosina |
2013-12-19 | x86/mm/numa: Fix 32-bit kernel NUMA boot | Lans Zhang |
2013-12-19 | Merge tag 'v3.13-rc4' into x86/mm | Ingo Molnar |
2013-12-18 | mm: fix TLB flush race between migration, and change_protection_range | Rik van Riel |
2013-12-18 | mm: numa: serialise parallel get_user_page against THP migration | Mel Gorman |
2013-12-18 | x86, realmode: Pointer walk cleanups, pull out invariant use of __pa() | H. Peter Anvin |
2013-12-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2013-12-18 | KVM: nVMX: Support direct APIC access from L2 | Jan Kiszka |
2013-12-17 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2013-12-17 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2013-12-17 | lib: introduce arch optimized hash library | Francesco Fusco |
2013-12-17 | perf/x86: enable Haswell Celeron RAPL support | Stephane Eranian |
2013-12-16 | x86: replace futex_atomic_cmpxchg_inatomic() with user_atomic_cmpxchg_inatomic | Qiaowei Ren |
2013-12-16 | x86: add user_atomic_cmpxchg_inatomic at uaccess.h | Qiaowei Ren |
2013-12-16 | Merge tag 'v3.13-rc4' into perf/core | Ingo Molnar |
2013-12-16 | Merge tag 'ras_for_3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/... | Ingo Molnar |
2013-12-15 | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds |
2013-12-13 | Merge branch 'pci/yijing-dev_is_pci' into next | Bjorn Helgaas |
2013-12-13 | PCI: Drop "irq" param from *_restore_msi_irqs() | DuanZhenzhong |
2013-12-13 | KVM: x86: Add comment on vcpu_enter_guest()'s return value | Takuya Yoshikawa |
2013-12-13 | KVM: Use cond_resched() directly and remove useless kvm_resched() | Takuya Yoshikawa |