summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2011-03-23x86: allow CONFIG_ISA_DMA_API to be disabledDavid Rientjes2-4/+12
2011-03-23x86: only compile floppy driver if CONFIG_ISA_DMA_API is enabledDavid Rientjes1-1/+1
2011-03-23x86: only compile 8237A if CONFIG_ISA_DMA_API is enabledDavid Rientjes1-1/+2
2011-03-23move x86 specific oops=panic to generic codeOlaf Hering1-10/+0
2011-03-23add the common dma_addr_t typedef to include/linux/types.hFUJITA Tomonori1-8/+0
2011-03-23mm: NUMA aware alloc_thread_info_node()Eric Dumazet1-2/+8
2011-03-22Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-39/+21
2011-03-21introduce sys_syncfs to sync a single file systemSage Weil4-1/+6
2011-03-19xen: update mask_rw_pte after kernel page tables init changesStefano Stabellini1-3/+5
2011-03-19xen: set max_pfn_mapped to the last pfn mappedStefano Stabellini1-6/+7
2011-03-19x86: Cleanup highmap after brk is concludedYinghai Lu3-30/+9
2011-03-18Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds1-9/+6
2011-03-18Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds60-227/+224
2011-03-18Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-67/+47
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2011-03-18x86: Flush TLB if PGD entry is changed in i386 PAE modeShaohua Li2-10/+4
2011-03-18x86, dumpstack: Correct stack dump info when frame pointer is availableNamhyung Kim9-30/+33
2011-03-18x86: Clean up csum-copy_64.S a bitIngo Molnar1-120/+120
2011-03-18x86: Fix common misspellingsLucas De Marchi50-67/+67
2011-03-18Merge branch 'linus' into x86/urgentIngo Molnar142-3070/+5035
2011-03-18Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds13-279/+307
2011-03-18Merge branches 'stable/irq.fairness' and 'stable/irq.ween_of_nr_irqs' of git:...Linus Torvalds1-12/+29
2011-03-18Merge branches 'stable/hvc-console', 'stable/gntalloc.v6' and 'stable/balloon...Linus Torvalds1-2/+1
2011-03-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds2-4/+1
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds1-1/+1
2011-03-17KVM: unbreak userspace that does not sets tss addressGleb Natapov1-0/+13
2011-03-17KVM: MMU: cleanup pte write pathXiao Guangrong3-56/+32
2011-03-17KVM: MMU: introduce a common function to get no-dirty-logged slotXiao Guangrong1-20/+17
2011-03-17KVM: fix rcu usage in init_rmode_* functionsXiao Guangrong1-4/+8
2011-03-17KVM: fix kvmclock regression due to missing clock updateNikola Ciprich1-1/+1
2011-03-17KVM: emulator: Fix permission checking in io permission bitmapGleb Natapov1-3/+2
2011-03-17KVM: emulator: Fix io permission checking for 64bit guestGleb Natapov3-21/+35
2011-03-17KVM: SVM: Load %gs earlier if CONFIG_X86_32_LAZY_GS=nAvi Kivity1-0/+5
2011-03-17KVM: x86: Remove useless regs_page pointer from kvm_lapicTakuya Yoshikawa3-7/+5
2011-03-17KVM: MMU: remove unused macrosXiao Guangrong2-8/+0
2011-03-17KVM: MMU: cleanup page alloc and freeXiao Guangrong1-5/+5
2011-03-17KVM: MMU: do not record gfn in kvm_mmu_pte_writeXiao Guangrong3-7/+2
2011-03-17KVM: MMU: move mmu pages calculated out of mmu lockXiao Guangrong1-5/+5
2011-03-17KVM: MMU: set spte accessed bit properlyXiao Guangrong1-1/+1
2011-03-17KVM: MMU: fix kvm_mmu_slot_remove_write_access dropping intermediate W bitsXiao Guangrong1-2/+7
2011-03-17KVM: better readability of efer_reserved_bitsLai Jiangshan1-2/+3
2011-03-17KVM: Clear async page fault hash after switching to real modeLai Jiangshan1-1/+3
2011-03-17KVM: VMX: Initialize vm86 TSS only once.Gleb Natapov1-22/+6
2011-03-17KVM: VMX: update live TR selector if it changes in real modeGleb Natapov1-0/+1
2011-03-17KVM: VMX: add the __noclone attribute to vmx_vcpu_runLai Jiangshan1-1/+1
2011-03-17KVM: x86: Convert tsc_write_lock to raw_spinlockJan Kiszka2-4/+4
2011-03-17KVM: remove isr_ack logic from PICGleb Natapov2-27/+2
2011-03-17KVM: VMX: fix detection of BIOS disabling VMXJoseph Cihula1-2/+8
2011-03-17KVM: Convert kvm_lock to raw_spinlockJan Kiszka3-5/+5
2011-03-17KVM: SVM: check for progress after IRET interceptionAvi Kivity1-1/+9