aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2013-08-09x86, ticketlock: Add slowpath logicJeremy Fitzhardinge5-25/+74
2013-08-09x86, pvticketlock: When paravirtualizing ticket locks, increment by 2Jeremy Fitzhardinge2-6/+14
2013-08-09x86, pvticketlock: Use callee-save for lock_spinningJeremy Fitzhardinge4-4/+5
2013-08-09xen, pvticketlocks: Add xen_nopvspin parameter to disable xen pv ticketlocksJeremy Fitzhardinge1-0/+14
2013-08-09xen, pvticketlock: Xen implementation for PV ticket locksJeremy Fitzhardinge1-269/+79
2013-08-09xen: Defer spinlock setup until boot CPU setupJeremy Fitzhardinge1-1/+1
2013-08-09x86, ticketlock: Collapse a layer of functionsJeremy Fitzhardinge1-30/+5
2013-08-09x86, ticketlock: Don't inline _spin_unlock when using paravirt spinlocksRaghavendra K T1-0/+1
2013-08-09x86, spinlock: Replace pv spinlocks with pv ticketlocksJeremy Fitzhardinge6-61/+65
2013-08-09Merge branch 'master' into virtio-nextRusty Russell85-1197/+399
2013-08-07x86, relocs: Move ELF relocation handling to CKees Cook8-40/+97
2013-08-07Merge branch 'pm-cpufreq-ondemand' into pm-cpufreqRafael J. Wysocki1-29/+0
2013-08-07KVM: nVMX: Advertise IA32_PAT in VM exit controlArthur Chunqi Li1-3/+5
2013-08-07KVM: nVMX: Fix up VM_ENTRY_IA32E_MODE control feature reportingJan Kiszka1-1/+5
2013-08-07KVM: nEPT: Advertise WB type EPTPJan Kiszka1-2/+2
2013-08-07nVMX: Keep arch.pat in sync on L1-L2 switchesJan Kiszka1-3/+6
2013-08-07nEPT: Miscelleneous cleanupsNadav Har'El1-4/+2
2013-08-07nEPT: Some additional commentsNadav Har'El1-0/+13
2013-08-07Advertise the support of EPT to the L1 guest, through the appropriate MSR.Nadav Har'El1-2/+18
2013-08-07nEPT: Nested INVEPTNadav Har'El4-0/+77
2013-08-07nEPT: MMU context for nested EPTNadav Har'El3-1/+69
2013-08-07nEPT: Add nEPT violation/misconfigration supportYang Zhang4-14/+95
2013-08-07nEPT: correctly check if remote tlb flush is needed for shadowed EPT tablesGleb Natapov1-4/+4
2013-08-07nEPT: Redefine EPT-specific link_shadow_page()Yang Zhang2-5/+11
2013-08-07nEPT: Add EPT tables support to paging_tmpl.hNadav Har'El2-1/+41
2013-08-07nEPT: Support shadow paging for guest paging without A/D bitsGleb Natapov1-3/+13
2013-08-07nEPT: make guest's A/D bits depends on guest's paging modeGleb Natapov1-8/+22
2013-08-07nEPT: Move common code to paging_tmpl.hNadav Har'El2-67/+69
2013-08-07nEPT: Fix wrong test in kvm_set_cr3Nadav Har'El1-11/+0
2013-08-07nEPT: Fix cr3 handling in nested exit and entryNadav Har'El1-0/+26
2013-08-07nEPT: Support LOAD_IA32_EFER entry/exit controls for L1Nadav Har'El1-7/+16
2013-08-07KVM: MMU: fix check the reserved bits on the gpte of L2Xiao Guangrong1-2/+1
2013-08-07KVM: nVMX: correctly set tr base on nested vmexit emulationGleb Natapov1-1/+1
2013-08-06x86/jump-label: Show where and what was wrong on errorsSteven Rostedt1-3/+18
2013-08-06x86/jump-label: Add safety checks to jump label conversionsSteven Rostedt1-4/+28
2013-08-06x86/jump-label: Do not bother updating nops if they are correctSteven Rostedt1-1/+24
2013-08-06x86/jump-label: Use best default nops for inital jump label callsSteven Rostedt1-2/+7
2013-08-06x86, asmlinkage, vdso: Mark vdso variables __visibleAndi Kleen1-1/+1
2013-08-06x86, asmlinkage, power: Make various symbols used by the suspend asm code vis...Andi Kleen2-10/+10
2013-08-06x86, asmlinkage: Make 64bit checksum functions visibleAndi Kleen1-1/+1
2013-08-06x86, asmlinkage, paravirt: Add __visible/asmlinkage to xen paravirt opsAndi Kleen3-11/+12
2013-08-06x86, asmlinkage, apm: Make APM data structure used from assembler visibleAndi Kleen1-1/+1
2013-08-06x86, asmlinkage: Make syscall tables visibleAndi Kleen2-2/+2
2013-08-06x86, asmlinkage: Make several variables used from assembler/linker script vis...Andi Kleen10-13/+14
2013-08-06x86, asmlinkage: Make kprobes code visible and fix assembler codeAndi Kleen3-10/+7
2013-08-06x86, asmlinkage: Make various syscalls asmlinkageAndi Kleen2-5/+5
2013-08-06x86, asmlinkage: Make 32bit/64bit __switch_to visibleAndi Kleen3-4/+4
2013-08-06x86, asmlinkage: Make _*_start_kernel visibleAndi Kleen3-5/+7
2013-08-06x86, asmlinkage: Make all interrupt handlers asmlinkage / __visibleAndi Kleen6-81/+77
2013-08-06x86, asmlinkage: Change dotraplinkage into __visible on 32bitAndi Kleen1-5/+1