summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* arch/x86/mm/numa.c: use for_each_memblock()Emil Medve2014-06-051-3/+3
* mm: x86 pgtable: require X86_64 for soft-dirty trackerCyrill Gorcunov2014-06-053-50/+6Star
* mm: x86 pgtable: drop unneeded preprocessor ifdefCyrill Gorcunov2014-06-052-18/+0Star
* arch/x86/kernel/pci-dma.c: fix dma_generic_alloc_coherent() when CONFIG_DMA_C...Akinobu Mita2014-06-051-1/+6
* cma: add placement specifier for "cma=" kernel parameterAkinobu Mita2014-06-051-1/+1
* x86: enable DMA CMA with swiotlbAkinobu Mita2014-06-055-9/+17
* x86: make dma_alloc_coherent() return zeroed memory if CMA is enabledAkinobu Mita2014-06-051-2/+2
* x86, mm: probe memory block size for generic x86 64bitYinghai Lu2014-06-051-4/+30
* x86: define _PAGE_NUMA by reusing software bits on the PMD and PTE levelsMel Gorman2014-06-054-36/+55
* x86: require x86-64 for automatic NUMA balancingMel Gorman2014-06-051-1/+1
* hugetlb: restrict hugepage_migration_support() to x86_64Naoya Horiguchi2014-06-052-10/+4Star
* Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-06-041-7/+5Star
|\
| * Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Rob Herring2014-05-201-0/+3
| |\
| * \ Merge branch 'dt-bus-name' into for-nextRob Herring2014-05-1431-85/+201
| |\ \
| * | | x86: use FDT accessors for FDT blob header dataRob Herring2014-04-301-7/+5Star
* | | | Merge tag 'pm+acpi-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-06-042-45/+49
|\ \ \ \
| * \ \ \ Merge branch 'acpica'Rafael J. Wysocki2014-06-032-45/+49
| |\ \ \ \
| | * | | | ACPICA: Clean up redudant definitions already defined elsewhereLv Zheng2014-05-271-16/+0Star
| | * | | | ACPICA: Linux headers: Add <asm/acenv.h> to remove mis-ordered inclusion of <...Lv Zheng2014-05-272-45/+65
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds2014-06-0417-292/+505
|\ \ \ \ \ \
| * | | | | | KVM: x86: MOV CR/DR emulation should ignore modNadav Amit2014-05-271-5/+8
| * | | | | | KVM: lapic: sync highest ISR to hardware apic on EOIPaolo Bonzini2014-05-271-19/+43
| * | | | | | KVM: vmx: DR7 masking on task switch emulation is wrongNadav Amit2014-05-221-1/+1
| * | | | | | x86: fix page fault tracing when KVM guest support enabledDave Hansen2014-05-222-1/+6
| * | | | | | KVM: x86: get CPL from SS.DPLPaolo Bonzini2014-05-223-42/+18Star
| * | | | | | KVM: x86: check CS.DPL against RPL during task switchPaolo Bonzini2014-05-221-14/+17
| * | | | | | KVM: x86: drop set_rflags callbackPaolo Bonzini2014-05-222-7/+0Star
| * | | | | | KVM: x86: use new CS.RPL as CPL during task switchPaolo Bonzini2014-05-221-27/+33
| * | | | | | KVM: x86: Fix CR3 reserved bits check in long modeJan Kiszka2014-05-121-4/+5
| * | | | | | kvm: x86: emulate monitor and mwait instructions as nopGabriel L. Somlo2014-05-083-12/+38
| * | | | | | kvm/x86: implement hv EOI assistMichael S. Tsirkin2014-05-071-0/+4
| * | | | | | KVM: x86: Mark bit 7 in long-mode PDPTE according to 1GB pages supportNadav Amit2014-05-072-2/+13
| * | | | | | KVM: vmx: handle_dr does not handle RSP correctlyNadav Amit2014-05-071-1/+1
| * | | | | | KVM: nVMX: move vmclear and vmptrld pre-checks to nested_vmx_check_vmptrBandan Das2014-05-061-46/+37Star
| * | | | | | KVM: nVMX: fail on invalid vmclear/vmptrld pointerBandan Das2014-05-061-0/+12
| * | | | | | KVM: nVMX: additional checks on vmxon regionBandan Das2014-05-062-0/+68
| * | | | | | KVM: nVMX: rearrange get_vmx_mem_addressBandan Das2014-05-061-53/+53
| * | | | | | KVM: x86: improve the usability of the 'kvm_pio' tracepointUlrich Obergfell2014-05-052-6/+18
| * | | | | | KVM: x86: expose invariant tsc cpuid bit (v2)Marcelo Tosatti2014-04-291-1/+7
| * | | | | | KVM: MMU: flush tlb out of mmu lock when write-protect the sptesXiao Guangrong2014-04-233-6/+64
| * | | | | | KVM: MMU: flush tlb if the spte can be locklessly modifiedXiao Guangrong2014-04-231-1/+2
| * | | | | | KVM: MMU: lazily drop large spteXiao Guangrong2014-04-232-18/+24
| * | | | | | KVM: MMU: properly check last spte in fast_page_fault()Xiao Guangrong2014-04-231-4/+6
| * | | | | | Revert "KVM: Simplify kvm->tlbs_dirty handling"Xiao Guangrong2014-04-231-4/+3Star
| * | | | | | KVM: x86: Processor mode may be determined incorrectlyNadav Amit2014-04-231-1/+1
| * | | | | | KVM: x86: IN instruction emulation should ignore REP-prefixNadav Amit2014-04-231-1/+2
| * | | | | | KVM: x86: Fix CR3 reserved bitsNadav Amit2014-04-233-29/+6Star
| * | | | | | KVM: x86: Fix wrong/stuck PMU when guest does not use PMINadav Amit2014-04-231-2/+5
| * | | | | | KVM: nVMX: Advertise support for interrupt acknowledgementBandan Das2014-04-221-2/+3
| * | | | | | KVM: nVMX: Ack and write vector info to intr_info if L1 asks us toBandan Das2014-04-222-0/+19