summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-07-0311-91/+57
|\
| * rapidio: add modular build option for the subsystem coreAlexandre Bounine2013-07-031-2/+2
| * x86: kill TIF_DEBUGOleg Nesterov2013-07-031-3/+1
| * mm/x86: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-035-52/+4
| * mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-032-2/+2
| * mm: make __free_pages_bootmem() only available at boot timeJiang Liu2013-07-031-16/+2
| * mm: accurately calculate zone->managed_pages for highmem zonesJiang Liu2013-07-031-0/+6
| * mm/x86: use free_reserved_area() to simplify codeJiang Liu2013-07-032-14/+5
| * mm: soft-dirty bits for user memory changes trackingPavel Emelyanov2013-07-033-2/+35
* | Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-031-5/+2
|\ \
| * | x86/PCI: Increase info->res_num before checking pci_use_crsYijing Wang2013-05-281-5/+2
* | | Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-034-3/+12
|\ \ \
| * \ \ Merge branch 'acpi-pm'Rafael J. Wysocki2013-06-284-3/+12
| |\ \ \
| | * | | x86 / ACPI / sleep: Provide registration for acpi_suspend_lowlevel.Konrad Rzeszutek Wilk2013-06-194-3/+12
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-07-0312-391/+567
|\ \ \ \ \
| * | | | | KVM: Fix RTC interrupt coalescing trackingGleb Natapov2013-06-272-24/+35
| * | | | | kvm: Add a tracepoint write_tsc_offsetYoshihiro YUNOMAE2013-06-274-2/+37
| * | | | | KVM: MMU: Inform users of mmio generation wraparoundTakuya Yoshikawa2013-06-271-1/+3
| * | | | | KVM: MMU: document fast invalidate all pagesXiao Guangrong2013-06-271-0/+3
| * | | | | KVM: MMU: document write_flooding_countXiao Guangrong2013-06-271-0/+1
| * | | | | KVM: MMU: document clear_spte_countXiao Guangrong2013-06-272-3/+18
| * | | | | KVM: MMU: drop kvm_mmu_zap_mmio_sptesXiao Guangrong2013-06-272-22/+1
| * | | | | KVM: MMU: init kvm generation close to mmio wrap-around valueXiao Guangrong2013-06-271-1/+6
| * | | | | KVM: MMU: add tracepoint for check_mmio_spteXiao Guangrong2013-06-272-2/+31
| * | | | | KVM: MMU: fast invalidate all mmio sptesXiao Guangrong2013-06-276-14/+61
| * | | | | KVM: MMU: make return value of mmio page fault handler more readableXiao Guangrong2013-06-273-12/+21
| * | | | | KVM: MMU: store generation-number into mmio spteXiao Guangrong2013-06-273-17/+60
| * | | | | KVM: MMU: retain more available bits on mmio spteXiao Guangrong2013-06-202-3/+9
| * | | | | KVM: x86: handle idiv overflow at kvm_write_tscMarcelo Tosatti2013-06-121-3/+20
| * | | | | KVM: MMU: reduce KVM_REQ_MMU_RELOAD when root page is zappedGleb Natapov2013-06-051-1/+7
| * | | | | KVM: MMU: reclaim the zapped-obsolete page firstXiao Guangrong2013-06-053-4/+20
| * | | | | KVM: MMU: collapse TLB flushes when zap all pagesXiao Guangrong2013-06-051-3/+30
| * | | | | KVM: MMU: zap pages in batchXiao Guangrong2013-06-051-24/+11
| * | | | | KVM: MMU: do not reuse the obsolete pageXiao Guangrong2013-06-051-0/+3
| * | | | | KVM: MMU: add tracepoint for kvm_mmu_invalidate_all_pagesXiao Guangrong2013-06-052-0/+21
| * | | | | KVM: MMU: show mmu_valid_gen in shadow page related tracepointsXiao Guangrong2013-06-051-10/+12
| * | | | | KVM: x86: use the fast way to invalidate all pagesXiao Guangrong2013-06-052-17/+2
| * | | | | KVM: MMU: fast invalidate all pagesXiao Guangrong2013-06-053-0/+93
| * | | | | KVM: MMU: drop unnecessary kvm_reload_remote_mmusXiao Guangrong2013-06-051-4/+1
| * | | | | KVM: x86: drop calling kvm_mmu_zap_all in emulator_fix_hypercallXiao Guangrong2013-06-051-7/+0
| * | | | | KVM: x86 emulator: convert XADD to fastopAvi Kivity2013-05-211-7/+3
| * | | | | KVM: x86 emulator: drop unused old-style inline emulationAvi Kivity2013-05-211-198/+0
| * | | | | KVM: x86 emulator: convert DIV/IDIV to fastopAvi Kivity2013-05-211-25/+26
| * | | | | KVM: x86 emulator: convert single-operand MUL/IMUL to fastopAvi Kivity2013-05-211-19/+16
| * | | | | KVM: x86 emulator: Switch fastop src operand to RDXAvi Kivity2013-05-211-13/+13
| * | | | | KVM: x86 emulator: switch MUL/DIV to DstXaccAvi Kivity2013-05-211-7/+8
| * | | | | KVM: x86 emulator: decode extended accumulator explicityAvi Kivity2013-05-211-0/+24
| * | | | | KVM: x86 emulator: add support for writing back the source operandAvi Kivity2013-05-211-21/+27
| * | | | | KVM: get rid of $(addprefix ../../../virt/kvm/, ...) in MakefilesMarc Zyngier2013-05-191-6/+7
| * | | | | KVM: MMU: clenaup locking in mmu_free_roots()Gleb Natapov2013-05-161-2/+5
OpenPOWER on IntegriCloud