Age | Commit message (Expand) | Author |
2013-08-09 | x86, ticketlock: Add slowpath logic | Jeremy Fitzhardinge |
2013-08-09 | x86, pvticketlock: When paravirtualizing ticket locks, increment by 2 | Jeremy Fitzhardinge |
2013-08-09 | x86, pvticketlock: Use callee-save for lock_spinning | Jeremy Fitzhardinge |
2013-08-09 | xen, pvticketlocks: Add xen_nopvspin parameter to disable xen pv ticketlocks | Jeremy Fitzhardinge |
2013-08-09 | xen, pvticketlock: Xen implementation for PV ticket locks | Jeremy Fitzhardinge |
2013-08-09 | xen: Defer spinlock setup until boot CPU setup | Jeremy Fitzhardinge |
2013-08-09 | x86, ticketlock: Collapse a layer of functions | Jeremy Fitzhardinge |
2013-08-09 | x86, ticketlock: Don't inline _spin_unlock when using paravirt spinlocks | Raghavendra K T |
2013-08-09 | x86, spinlock: Replace pv spinlocks with pv ticketlocks | Jeremy Fitzhardinge |
2013-08-09 | Merge branch 'master' into virtio-next | Rusty Russell |
2013-08-07 | x86, relocs: Move ELF relocation handling to C | Kees Cook |
2013-08-07 | Merge branch 'pm-cpufreq-ondemand' into pm-cpufreq | Rafael J. Wysocki |
2013-08-07 | KVM: nVMX: Advertise IA32_PAT in VM exit control | Arthur Chunqi Li |
2013-08-07 | KVM: nVMX: Fix up VM_ENTRY_IA32E_MODE control feature reporting | Jan Kiszka |
2013-08-07 | KVM: nEPT: Advertise WB type EPTP | Jan Kiszka |
2013-08-07 | nVMX: Keep arch.pat in sync on L1-L2 switches | Jan Kiszka |
2013-08-07 | nEPT: Miscelleneous cleanups | Nadav Har'El |
2013-08-07 | nEPT: Some additional comments | Nadav Har'El |
2013-08-07 | Advertise the support of EPT to the L1 guest, through the appropriate MSR. | Nadav Har'El |
2013-08-07 | nEPT: Nested INVEPT | Nadav Har'El |
2013-08-07 | nEPT: MMU context for nested EPT | Nadav Har'El |
2013-08-07 | nEPT: Add nEPT violation/misconfigration support | Yang Zhang |
2013-08-07 | nEPT: correctly check if remote tlb flush is needed for shadowed EPT tables | Gleb Natapov |
2013-08-07 | nEPT: Redefine EPT-specific link_shadow_page() | Yang Zhang |
2013-08-07 | nEPT: Add EPT tables support to paging_tmpl.h | Nadav Har'El |
2013-08-07 | nEPT: Support shadow paging for guest paging without A/D bits | Gleb Natapov |
2013-08-07 | nEPT: make guest's A/D bits depends on guest's paging mode | Gleb Natapov |
2013-08-07 | nEPT: Move common code to paging_tmpl.h | Nadav Har'El |
2013-08-07 | nEPT: Fix wrong test in kvm_set_cr3 | Nadav Har'El |
2013-08-07 | nEPT: Fix cr3 handling in nested exit and entry | Nadav Har'El |
2013-08-07 | nEPT: Support LOAD_IA32_EFER entry/exit controls for L1 | Nadav Har'El |
2013-08-07 | KVM: MMU: fix check the reserved bits on the gpte of L2 | Xiao Guangrong |
2013-08-07 | KVM: nVMX: correctly set tr base on nested vmexit emulation | Gleb Natapov |
2013-08-06 | x86/jump-label: Show where and what was wrong on errors | Steven Rostedt |
2013-08-06 | x86/jump-label: Add safety checks to jump label conversions | Steven Rostedt |
2013-08-06 | x86/jump-label: Do not bother updating nops if they are correct | Steven Rostedt |
2013-08-06 | x86/jump-label: Use best default nops for inital jump label calls | Steven Rostedt |
2013-08-06 | x86, asmlinkage, vdso: Mark vdso variables __visible | Andi Kleen |
2013-08-06 | x86, asmlinkage, power: Make various symbols used by the suspend asm code vis... | Andi Kleen |
2013-08-06 | x86, asmlinkage: Make 64bit checksum functions visible | Andi Kleen |
2013-08-06 | x86, asmlinkage, paravirt: Add __visible/asmlinkage to xen paravirt ops | Andi Kleen |
2013-08-06 | x86, asmlinkage, apm: Make APM data structure used from assembler visible | Andi Kleen |
2013-08-06 | x86, asmlinkage: Make syscall tables visible | Andi Kleen |
2013-08-06 | x86, asmlinkage: Make several variables used from assembler/linker script vis... | Andi Kleen |
2013-08-06 | x86, asmlinkage: Make kprobes code visible and fix assembler code | Andi Kleen |
2013-08-06 | x86, asmlinkage: Make various syscalls asmlinkage | Andi Kleen |
2013-08-06 | x86, asmlinkage: Make 32bit/64bit __switch_to visible | Andi Kleen |
2013-08-06 | x86, asmlinkage: Make _*_start_kernel visible | Andi Kleen |
2013-08-06 | x86, asmlinkage: Make all interrupt handlers asmlinkage / __visible | Andi Kleen |
2013-08-06 | x86, asmlinkage: Change dotraplinkage into __visible on 32bit | Andi Kleen |