Age | Commit message (Expand) | Author |
2012-09-21 | KVM: x86: Export svm/vmx exit code and vector code to userspace | Xiao Guangrong |
2012-09-21 | x86/kbuild: archscripts depends on scripts_basic | Jeff Mahoney |
2012-09-20 | um: kill thread->forking | Al Viro |
2012-09-20 | um: let signal_delivered() do SIGTRAP on singlestepping into handler | Al Viro |
2012-09-20 | x86: get rid of TIF_IRET hackery | Al Viro |
2012-09-20 | kprobes/x86: Move skip_singlestep up | Borislav Petkov |
2012-09-20 | KVM: optimize apic interrupt delivery | Gleb Natapov |
2012-09-20 | KVM: MMU: Eliminate pointless temporary 'ac' | Avi Kivity |
2012-09-20 | KVM: MMU: Avoid access/dirty update loop if all is well | Avi Kivity |
2012-09-20 | KVM: MMU: Eliminate eperm temporary | Avi Kivity |
2012-09-20 | KVM: MMU: Optimize is_last_gpte() | Avi Kivity |
2012-09-20 | KVM: MMU: Simplify walk_addr_generic() loop | Avi Kivity |
2012-09-20 | KVM: MMU: Optimize pte permission checks | Avi Kivity |
2012-09-20 | KVM: MMU: Update accessed and dirty bits after guest pagetable walk | Avi Kivity |
2012-09-20 | KVM: MMU: Move gpte_access() out of paging_tmpl.h | Avi Kivity |
2012-09-20 | KVM: MMU: Optimize gpte_access() slightly | Avi Kivity |
2012-09-20 | KVM: MMU: Push clean gpte write protection out of gpte_access() | Avi Kivity |
2012-09-19 | xen/boot: Disable BIOS SMP MP table search. | Konrad Rzeszutek Wilk |
2012-09-19 | x86, microcode, AMD: Fix use after free in free_cache() | Dan Carpenter |
2012-09-19 | arch/x86: Remove unecessary semicolons | Peter Senna Tschudin |
2012-09-19 | Merge tag 'v3.6-rc6' into x86/cleanups | Ingo Molnar |
2012-09-19 | perf/x86: Fix Intel Ivy Bridge support | Stephane Eranian |
2012-09-19 | x86: Use REP BSF unconditionally | Jan Beulich |
2012-09-19 | x86/debug: Dump family, model, stepping of the boot CPU | Borislav Petkov |
2012-09-19 | perf: Fix off by one test in perf_reg_value() | Dan Carpenter |
2012-09-19 | Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Ingo Molnar |
2012-09-19 | Merge tag 'ras_queue_for_3.7' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Ingo Molnar |
2012-09-19 | Merge tag 'v3.6-rc6' into x86/mce | Ingo Molnar |
2012-09-18 | PCI: Provide a default pcibios_update_irq() | Thierry Reding |
2012-09-18 | PCI: Discard __init annotations for pci_fixup_irqs() and related functions | Thierry Reding |
2012-09-18 | x86, fpu: remove cpu_has_xmm check in the fx_finit() | Suresh Siddha |
2012-09-18 | x86, fpu: make eagerfpu= boot param tri-state | Suresh Siddha |
2012-09-18 | x86, fpu: enable eagerfpu by default for xsaveopt | Suresh Siddha |
2012-09-18 | x86, fpu: decouple non-lazy/eager fpu restore from xsave | Suresh Siddha |
2012-09-18 | x86, fpu: use non-lazy fpu restore for processors supporting xsave | Suresh Siddha |
2012-09-18 | x86, fpu: always use kernel_fpu_begin/end() for in-kernel FPU usage | Suresh Siddha |
2012-09-18 | x86, kvm: use kernel_fpu_begin/end() in kvm_load/put_guest_fpu() | Suresh Siddha |
2012-09-18 | x86, fpu: remove unnecessary user_fpu_end() in save_xstate_sig() | Suresh Siddha |
2012-09-18 | x86, fpu: drop_fpu() before restoring new state from sigframe | Suresh Siddha |
2012-09-18 | x86, fpu: Unify signal handling code paths for x86 and x86_64 kernels | Suresh Siddha |
2012-09-18 | x86, fpu: Consolidate inline asm routines for saving/restoring fpu state | Suresh Siddha |
2012-09-18 | x86, signal: Cleanup ifdefs and is_ia32, is_x32 | Suresh Siddha |
2012-09-17 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki |
2012-09-17 | x86, MCE: Remove unused defines | Borislav Petkov |
2012-09-17 | x86, mce: Enable MCA support by default | Borislav Petkov |
2012-09-17 | xen/swiotlb: Fix compile warnings when using plain integer instead of NULL po... | Konrad Rzeszutek Wilk |
2012-09-17 | xen/swiotlb: Use the swiotlb_late_init_with_tbl to init Xen-SWIOTLB late when... | Konrad Rzeszutek Wilk |
2012-09-17 | KVM: make processes waiting on vcpu mutex killable | Michael S. Tsirkin |
2012-09-17 | perf/x86: Add cpumask for uncore pmu | Yan, Zheng |
2012-09-17 | KVM: SVM: Make use of asm.h | Avi Kivity |