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