- 6bb69c9 KVM: MMU: simplify last_pte_bitmap by Paolo Bonzini · 9 years ago
- 50c9e6f KVM: MMU: coalesce more page zapping in mmu_sync_children by Paolo Bonzini · 9 years ago
- 2a74003a KVM: MMU: move zap/flush to kvm_mmu_get_page by Paolo Bonzini · 9 years ago
- 1f50f1b KVM: MMU: invert return value of mmu.sync_page and *kvm_sync_page* by Paolo Bonzini · 9 years ago
- 9a43c5d KVM: MMU: cleanup __kvm_sync_page and its callers by Paolo Bonzini · 9 years ago
- df748f8 KVM: MMU: use kvm_sync_page in kvm_sync_pages by Paolo Bonzini · 9 years ago
- 35a7051 KVM: MMU: move TLB flush out of __kvm_sync_page by Paolo Bonzini · 9 years ago
- b8c67b7 KVM: MMU: introduce kvm_mmu_flush_or_zap by Paolo Bonzini · 9 years ago
- 0e4d441 KVM: i8254: drop local copy of mul_u64_u32_div by Paolo Bonzini · 9 years ago
- e23d3fe KVM: MMU: check kvm_mmu_pages and mmu_page_path indices by Xiao Guangrong · 9 years ago
- 0a47cd8 KVM: MMU: Fix ubsan warnings by Paolo Bonzini · 9 years ago
- 798e88b KVM: MMU: cleanup handle_abnormal_pfn by Paolo Bonzini · 9 years ago
- 8f22372 KVM: VMX: use vmcs_clear/set_bits for debug register exits by Paolo Bonzini · 9 years ago
- a0aace5 KVM: i8254: turn kvm_kpit_state.reinject into atomic_t by Radim Krčmář · 9 years ago
- ab4c147 KVM: i8254: move PIT timer function initialization by Radim Krčmář · 9 years ago
- 34f3941 KVM: i8254: don't assume layout of kvm_kpit_state by Radim Krčmář · 9 years ago
- 4a2095d KVM: i8254: remove pointless dereference of PIT by Radim Krčmář · 9 years ago
- a3e1311 KVM: i8254: remove pit and kvm from kvm_kpit_state by Radim Krčmář · 9 years ago
- 08e5ccf KVM: i8254: refactor kvm_free_pit by Radim Krčmář · 9 years ago
- 10d2482 KVM: i8254: refactor kvm_create_pit by Radim Krčmář · 9 years ago
- 71474e2 KVM: i8254: remove notifiers from PIT discard policy by Radim Krčmář · 9 years ago
- b39c90b KVM: i8254: remove unnecessary uses of PIT state lock by Radim Krčmář · 9 years ago
- 09edea7 KVM: i8254: pass struct kvm_pit instead of kvm in PIT by Radim Krčmář · 9 years ago
- b69d920 KVM: i8254: tone down WARN_ON pit.state_lock by Radim Krčmář · 9 years ago
- ddf5450 KVM: i8254: use atomic_t instead of pit.inject_lock by Radim Krčmář · 9 years ago
- fd700a0 KVM: i8254: add kvm_pit_reset_reinject by Radim Krčmář · 9 years ago
- f6e0a0c KVM: i8254: simplify atomics in kvm_pit_ack_irq by Radim Krčmář · 9 years ago
- 7dd0fdf KVM: i8254: change PIT discard tick policy by Radim Krčmář · 9 years ago
- 13d268c KVM: MMU: apply page track notifier by Xiao Guangrong · 9 years ago
- 5c520e9 KVM: MMU: simplify mmu_need_write_protect by Xiao Guangrong · 9 years ago
- 56ca57f KVM: MMU: use page track for non-leaf shadow pages by Xiao Guangrong · 9 years ago
- 0eb05bf KVM: page track: add notifier support by Xiao Guangrong · 9 years ago
- e5691a8 KVM: MMU: clear write-flooding on the fast path of tracked page by Xiao Guangrong · 9 years ago
- 3d0c27a KVM: MMU: let page fault handler be aware tracked page by Xiao Guangrong · 9 years ago
- f29d4d7 KVM: page track: introduce kvm_slot_page_track_{add,remove}_page by Xiao Guangrong · 9 years ago
- 21ebbed KVM: page track: add the framework of guest page tracking by Xiao Guangrong · 9 years ago
- aeecee2 KVM: MMU: introduce kvm_mmu_slot_gfn_write_protect by Xiao Guangrong · 9 years ago
- 547ffae KVM: MMU: introduce kvm_mmu_gfn_{allow,disallow}_lpage by Xiao Guangrong · 9 years ago
- 92f94f1 KVM: MMU: rename has_wrprotected_page to mmu_gfn_lpage_is_disallowed by Xiao Guangrong · 9 years ago
- 4d99ba8 kvm: x86: Check dest_map->vector to match eoi signals for rtc by Joerg Roedel · 9 years ago
- 9daa500 kvm: x86: Track irq vectors in ioapic->rtc_status.dest_map by Joerg Roedel · 9 years ago
- 9e4aabe kvm: x86: Convert ioapic->rtc_status.dest_map to a struct by Joerg Roedel · 9 years ago
- d74c0e6 KVM: x86: use list_last_entry by Geliang Tang · 9 years ago
- 652fc08 KVM: x86: use list_for_each_entry* by Geliang Tang · 9 years ago
- e9ee956 KVM: x86: MMU: Move handle_mmio_page_fault() call to kvm_mmu_page_fault() by Takuya Yoshikawa · 9 years ago
- ded5874 KVM: x86: MMU: Consolidate quickly_check_mmio_pf() and is_mmio_page_fault() by Takuya Yoshikawa · 9 years ago
- 3ae13fa KVM: x86: pass kvm_get_time_scale arguments in hertz by Paolo Bonzini · 9 years ago
- 83326e4 kvm/x86: Hyper-V VMBus hypercall userspace exit by Andrey Smetanin · 9 years ago
- b2fdc25 kvm/x86: Reject Hyper-V hypercall continuation by Andrey Smetanin · 9 years ago
- 0d9c055 kvm/x86: Pass return code of kvm_emulate_hypercall by Andrey Smetanin · 9 years ago
- 18f0986 drivers/hv: Move VMBus hypercall codes into Hyper-V UAPI header by Andrey Smetanin · 9 years ago
- 8ed6d76 kvm/x86: Rename Hyper-V long spin wait hypercall by Andrey Smetanin · 9 years ago
- 4e422bd KVM: x86: fix missed hardware breakpoints by Paolo Bonzini · 9 years ago
- 4efd805 KVM: x86: fix *NULL on invalid low-prio irq by Radim Krčmář · 9 years ago
- 78db6a5 KVM: x86: rewrite handling of scaled TSC for kvmclock by Paolo Bonzini · 9 years ago
- 4941b8c KVM: x86: rename argument to kvm_set_tsc_khz by Paolo Bonzini · 9 years ago
- 6f05485 KVM: VMX: Fix guest debugging while in L2 by Jan Kiszka · 9 years ago
- 5bb1601 KVM: VMX: Factor out is_exception_n helper by Jan Kiszka · 9 years ago
- bce87cc KVM: x86: consolidate different ways to test for in-kernel LAPIC by Paolo Bonzini · 9 years ago
- 1e3161b4 KVM: x86: consolidate "has lapic" checks into irq.c by Paolo Bonzini · 9 years ago
- f8543d6 KVM: APIC: remove unnecessary double checks on APIC existence by Paolo Bonzini · 9 years ago
- b6ce978 KVM/VMX: Add host irq information in trace event when updating IRTE for posted interrupts by Feng Wu · 9 years ago
- 6228a0d KVM: x86: Add lowest-priority support for vt-d posted-interrupts by Feng Wu · 9 years ago
- 52004014 KVM: x86: Use vector-hashing to deliver lowest-priority interrupts by Feng Wu · 9 years ago
- 23a1c25 KVM: Recover IRTE to remapped mode if the interrupt is not single-destination by Feng Wu · 9 years ago
- b51012d KVM: x86: introduce do_shl32_div32 by Paolo Bonzini · 9 years ago
- 080fe20 mm, hugetlb: don't require CMA for runtime gigantic pages by Vlastimil Babka · 9 years ago
- 2c92341 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
- d517be5 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 29d14f0 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 7425637 x86/mm/pat: Avoid truncation when converting cpa->numpages to address by Matt Fleming · 9 years ago
- 8f04b85 perf/x86: De-obfuscate code by Peter Zijlstra · 9 years ago
- e01d871 perf/x86: Fix uninitialized value usage by Peter Zijlstra · 9 years ago
- 3625c2c x86/mm: Fix types used in pgprot cacheability flags translations by Jan Beulich · 9 years ago
- cbe09bd crypto: chacha20-ssse3 - Align stack pointer to 64 bytes by Eli Cooper · 9 years ago
- 3f4a267 pmem: add wb_cache_pmem() to the PMEM API by Ross Zwisler · 9 years ago
- 404a474 Merge branch 'uaccess' (batched user access infrastructure) by Linus Torvalds · 9 years ago
- eae2177 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
- d434215 Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
- 0e1eb0a perf/x86: add Intel SkyLake uncore IMC PMU support by Stephane Eranian · 9 years ago
- 22c43f36 x86/platform/quark: Print boundaries correctly by Andy Shevchenko · 9 years ago
- e1c7e32 dma-mapping: always provide the dma_map_ops based implementation by Christoph Hellwig · 9 years ago
- c6d3085 UBSAN: run-time undefined behavior sanity checker by Andrey Ryabinin · 9 years ago
- 978e30c kexec: move some memembers and definitions within the scope of CONFIG_KEXEC_FILE by Xunlei Pang · 9 years ago
- 2b4015e Merge tag 'platform-drivers-x86-v4.5-1' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 by Linus Torvalds · 9 years ago
- 378f956 platform/x86: Add Intel Telemetry Core Driver by Souvik Kumar Chakravarty · 9 years ago
- fdca4f1 platform:x86: add Intel P-Unit mailbox IPC driver by Qipeng Zha · 9 years ago
- d394f2d x86/platform/UV: Remove EFI memmap quirk for UV2+ by Alex Thorlton · 9 years ago
- b000de5 x86/platform/intel-mid: Join string and fix SoC name by Andy Shevchenko · 9 years ago
- 3fda5bb x86/platform/intel-mid: Enable 64-bit build by Andy Shevchenko · 9 years ago
- a200dcb Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 9 years ago
- 0cbeafb Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
- a016af2 Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 9 years ago
- da48d09 Kconfig: remove HAVE_LATENCYTOP_SUPPORT by Will Deacon · 9 years ago
- 3565fce mm, x86: get_user_pages() for dax mappings by Dan Williams · 9 years ago
- 5c7fb56 mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmd by Dan Williams · 9 years ago
- f25748e3 mm, dax: convert vmf_insert_pfn_pmd() to pfn_t by Dan Williams · 9 years ago
- 01c8f1c mm, dax, gpu: convert vm_insert_mixed to pfn_t by Dan Williams · 9 years ago
- 69660fd x86, mm: introduce _PAGE_DEVMAP by Dan Williams · 9 years ago
- 4b94ffd x86, mm: introduce vmem_altmap to augment vmemmap_populate() by Dan Williams · 9 years ago