summaryrefslogtreecommitdiff
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | | | | KVM: MMU: fast invalidate all mmio sptesXiao Guangrong2013-06-27
| * | | | | | | | | | | | | | | | | | | KVM: MMU: make return value of mmio page fault handler more readableXiao Guangrong2013-06-27
| * | | | | | | | | | | | | | | | | | | KVM: MMU: store generation-number into mmio spteXiao Guangrong2013-06-27
| * | | | | | | | | | | | | | | | | | | KVM: MMU: retain more available bits on mmio spteXiao Guangrong2013-06-20
| * | | | | | | | | | | | | | | | | | | KVM: x86: handle idiv overflow at kvm_write_tscMarcelo Tosatti2013-06-12
| * | | | | | | | | | | | | | | | | | | KVM: MMU: reduce KVM_REQ_MMU_RELOAD when root page is zappedGleb Natapov2013-06-05
| * | | | | | | | | | | | | | | | | | | KVM: MMU: reclaim the zapped-obsolete page firstXiao Guangrong2013-06-05
| * | | | | | | | | | | | | | | | | | | KVM: MMU: collapse TLB flushes when zap all pagesXiao Guangrong2013-06-05
| * | | | | | | | | | | | | | | | | | | KVM: MMU: zap pages in batchXiao Guangrong2013-06-05
| * | | | | | | | | | | | | | | | | | | KVM: MMU: do not reuse the obsolete pageXiao Guangrong2013-06-05
| * | | | | | | | | | | | | | | | | | | KVM: MMU: add tracepoint for kvm_mmu_invalidate_all_pagesXiao Guangrong2013-06-05
| * | | | | | | | | | | | | | | | | | | KVM: MMU: show mmu_valid_gen in shadow page related tracepointsXiao Guangrong2013-06-05
| * | | | | | | | | | | | | | | | | | | KVM: x86: use the fast way to invalidate all pagesXiao Guangrong2013-06-05
| * | | | | | | | | | | | | | | | | | | KVM: MMU: fast invalidate all pagesXiao Guangrong2013-06-05
| * | | | | | | | | | | | | | | | | | | KVM: MMU: drop unnecessary kvm_reload_remote_mmusXiao Guangrong2013-06-05
| * | | | | | | | | | | | | | | | | | | KVM: x86: drop calling kvm_mmu_zap_all in emulator_fix_hypercallXiao Guangrong2013-06-05
| * | | | | | | | | | | | | | | | | | | KVM: x86 emulator: convert XADD to fastopAvi Kivity2013-05-21
| * | | | | | | | | | | | | | | | | | | KVM: x86 emulator: drop unused old-style inline emulationAvi Kivity2013-05-21
| * | | | | | | | | | | | | | | | | | | KVM: x86 emulator: convert DIV/IDIV to fastopAvi Kivity2013-05-21
| * | | | | | | | | | | | | | | | | | | KVM: x86 emulator: convert single-operand MUL/IMUL to fastopAvi Kivity2013-05-21
| * | | | | | | | | | | | | | | | | | | KVM: x86 emulator: Switch fastop src operand to RDXAvi Kivity2013-05-21
| * | | | | | | | | | | | | | | | | | | KVM: x86 emulator: switch MUL/DIV to DstXaccAvi Kivity2013-05-21
| * | | | | | | | | | | | | | | | | | | KVM: x86 emulator: decode extended accumulator explicityAvi Kivity2013-05-21
| * | | | | | | | | | | | | | | | | | | KVM: x86 emulator: add support for writing back the source operandAvi Kivity2013-05-21
| * | | | | | | | | | | | | | | | | | | KVM: get rid of $(addprefix ../../../virt/kvm/, ...) in MakefilesMarc Zyngier2013-05-19
| * | | | | | | | | | | | | | | | | | | KVM: MMU: clenaup locking in mmu_free_roots()Gleb Natapov2013-05-16
| * | | | | | | | | | | | | | | | | | | KVM: x86: limit difference between kvmclock updatesMarcelo Tosatti2013-05-15
| * | | | | | | | | | | | | | | | | | | KVM: x86: Remove support for reporting coalesced APIC IRQsJan Kiszka2013-05-14
| * | | | | | | | | | | | | | | | | | | KVM: MMU: Use kvm_mmu_sync_roots() in kvm_mmu_load()Takuya Yoshikawa2013-05-12
| | |_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge tag 'stable/for-linus-3.11-rc0-tag-two' of git://git.kernel.org/pub/scm...Linus Torvalds2013-07-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | xen/time: remove blocked time accounting from xen "clockchip"Laszlo Ersek2013-06-28
| * | | | | | | | | | | | | | | | | | xen/time: Free onlined per-cpu data structure if we want to online it again.Konrad Rzeszutek Wilk2013-06-10
| * | | | | | | | | | | | | | | | | | xen/time: Check that the per_cpu data structure has data before freeing.Konrad Rzeszutek Wilk2013-06-10
| * | | | | | | | | | | | | | | | | | xen/time: Don't leak interrupt name when offlining.Konrad Rzeszutek Wilk2013-06-10
| * | | | | | | | | | | | | | | | | | xen/time: Encapsulate the struct clock_event_device in another structure.Konrad Rzeszutek Wilk2013-06-10
| * | | | | | | | | | | | | | | | | | xen/spinlock: Don't leak interrupt name when offlining.Konrad Rzeszutek Wilk2013-06-10
| * | | | | | | | | | | | | | | | | | xen/smp: Don't leak interrupt name when offlining.Konrad Rzeszutek Wilk2013-06-10
| * | | | | | | | | | | | | | | | | | xen/smp: Set the per-cpu IRQ number to a valid default.Konrad Rzeszutek Wilk2013-06-10
| * | | | | | | | | | | | | | | | | | xen/smp: Introduce a common structure to contain the IRQ name and interrupt l...Konrad Rzeszutek Wilk2013-06-10
| * | | | | | | | | | | | | | | | | | xen/smp: Coalesce the free_irq calls in one function.Konrad Rzeszutek Wilk2013-06-10
| | | | | | | | | | | | | | | | | | |
| \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge tags 'modules-next-for-linus' and 'virtio-next-for-linus' of git://git....Linus Torvalds2013-07-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | lguest: rename i386_head.SDaniel Baluta2013-05-20
| |/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | Merge tag 'please-pull-mce-therm' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | x86 thermal: Disable power limit notification interrupt by defaultFenghua Yu2013-06-14
| * | | | | | | | | | | | | | | | | | x86 thermal: Delete power-limit-notification console messagesFenghua Yu2013-06-14
| | |_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds2013-07-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | x86: mm: Remove general hugetlb code from x86.Steve Capper2013-06-14
| * | | | | | | | | | | | | | | | | x86: mm: Remove x86 version of huge_pmd_share.Steve Capper2013-06-14
* | | | | | | | | | | | | | | | | | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-07-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | x86/UV: Add GRU distributed mode mappingsDimitri Sivanich2013-05-30