summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* move x86 specific oops=panic to generic codeOlaf Hering2011-03-231-10/+0Star
* add the common dma_addr_t typedef to include/linux/types.hFUJITA Tomonori2011-03-231-8/+0Star
* mm: NUMA aware alloc_thread_info_node()Eric Dumazet2011-03-231-2/+8
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-03-224-39/+21Star
|\
| * xen: update mask_rw_pte after kernel page tables init changesStefano Stabellini2011-03-191-3/+5
| * xen: set max_pfn_mapped to the last pfn mappedStefano Stabellini2011-03-191-6/+7
| * x86: Cleanup highmap after brk is concludedYinghai Lu2011-03-193-30/+9Star
* | introduce sys_syncfs to sync a single file systemSage Weil2011-03-214-1/+6
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2011-03-181-9/+6Star
|\ \
| * | PCI/lpc: irq and pci_ids patch for Intel DH89xxCC DeviceIDsSeth Heasley2011-02-081-9/+6Star
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-03-1860-227/+224Star
|\ \ \ | | |/ | |/|
| * | x86: Flush TLB if PGD entry is changed in i386 PAE modeShaohua Li2011-03-182-10/+4Star
| * | x86, dumpstack: Correct stack dump info when frame pointer is availableNamhyung Kim2011-03-189-30/+33
| * | x86: Clean up csum-copy_64.S a bitIngo Molnar2011-03-181-120/+120
| * | x86: Fix common misspellingsLucas De Marchi2011-03-1850-67/+67
| * | Merge branch 'linus' into x86/urgentIngo Molnar2011-03-18142-3070/+5035
| |\ \
| * | | x86: Use PentiumPro-optimized partial_csum() on VIA C7Jon Nettleton2011-03-171-1/+1
* | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-03-182-67/+47Star
|\ \ \ \
| * | | | perf, x86: Use INTEL_*_CONSTRAINT() for all PEBS event constraintsLin Ming2011-03-162-50/+47Star
| * | | | perf, x86: Clean up SandyBridge PEBS eventsLin Ming2011-03-161-22/+5Star
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-03-182-2/+2
|\ \ \ \
| * \ \ \ Merge branch 'master' into for-nextJiri Kosina2011-02-1564-666/+1262
| |\ \ \ \
| * | | | | x86: Fix printk typo WARINGPaul Bolle2011-02-111-1/+1
| * | | | | Kill off warning: ‘inline’ is not at beginning of declarationJesper Juhl2011-01-191-1/+1
* | | | | | Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-03-1813-279/+307
|\ \ \ \ \ \
| * | | | | | KVM: unbreak userspace that does not sets tss addressGleb Natapov2011-03-171-0/+13
| * | | | | | KVM: MMU: cleanup pte write pathXiao Guangrong2011-03-173-56/+32Star
| * | | | | | KVM: MMU: introduce a common function to get no-dirty-logged slotXiao Guangrong2011-03-171-20/+17Star
| * | | | | | KVM: fix rcu usage in init_rmode_* functionsXiao Guangrong2011-03-171-4/+8
| * | | | | | KVM: fix kvmclock regression due to missing clock updateNikola Ciprich2011-03-171-1/+1
| * | | | | | KVM: emulator: Fix permission checking in io permission bitmapGleb Natapov2011-03-171-3/+2Star
| * | | | | | KVM: emulator: Fix io permission checking for 64bit guestGleb Natapov2011-03-173-21/+35
| * | | | | | KVM: SVM: Load %gs earlier if CONFIG_X86_32_LAZY_GS=nAvi Kivity2011-03-171-0/+5
| * | | | | | KVM: x86: Remove useless regs_page pointer from kvm_lapicTakuya Yoshikawa2011-03-173-7/+5Star
| * | | | | | KVM: MMU: remove unused macrosXiao Guangrong2011-03-172-8/+0Star
| * | | | | | KVM: MMU: cleanup page alloc and freeXiao Guangrong2011-03-171-5/+5
| * | | | | | KVM: MMU: do not record gfn in kvm_mmu_pte_writeXiao Guangrong2011-03-173-7/+2Star
| * | | | | | KVM: MMU: move mmu pages calculated out of mmu lockXiao Guangrong2011-03-171-5/+5
| * | | | | | KVM: MMU: set spte accessed bit properlyXiao Guangrong2011-03-171-1/+1
| * | | | | | KVM: MMU: fix kvm_mmu_slot_remove_write_access dropping intermediate W bitsXiao Guangrong2011-03-171-2/+7
| * | | | | | KVM: better readability of efer_reserved_bitsLai Jiangshan2011-03-171-2/+3
| * | | | | | KVM: Clear async page fault hash after switching to real modeLai Jiangshan2011-03-171-1/+3
| * | | | | | KVM: VMX: Initialize vm86 TSS only once.Gleb Natapov2011-03-171-22/+6Star
| * | | | | | KVM: VMX: update live TR selector if it changes in real modeGleb Natapov2011-03-171-0/+1
| * | | | | | KVM: VMX: add the __noclone attribute to vmx_vcpu_runLai Jiangshan2011-03-171-1/+1
| * | | | | | KVM: x86: Convert tsc_write_lock to raw_spinlockJan Kiszka2011-03-172-4/+4
| * | | | | | KVM: remove isr_ack logic from PICGleb Natapov2011-03-172-27/+2Star
| * | | | | | KVM: VMX: fix detection of BIOS disabling VMXJoseph Cihula2011-03-171-2/+8
| * | | | | | KVM: Convert kvm_lock to raw_spinlockJan Kiszka2011-03-173-5/+5
| * | | | | | KVM: SVM: check for progress after IRET interceptionAvi Kivity2011-03-171-1/+9