summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | drivers/hv: Move struct hv_message into UAPI Hyper-V x86 headerAndrey Smetanin2015-12-161-0/+76
| * | | | | | | | | | drivers/hv: Move HV_SYNIC_STIMER_COUNT into Hyper-V UAPI x86 headerAndrey Smetanin2015-12-161-0/+2
| * | | | | | | | | | KVM: x86: MMU: Remove unused parameter parent_pte from kvm_mmu_get_page()Takuya Yoshikawa2015-11-262-15/+9Star
| * | | | | | | | | | KVM: x86: MMU: Use for_each_rmap_spte macro instead of pte_list_walk()Takuya Yoshikawa2015-11-261-21/+6Star
| * | | | | | | | | | KVM: x86: MMU: Move parent_pte handling from kvm_mmu_get_page() to link_shado...Takuya Yoshikawa2015-11-262-18/+11Star
| * | | | | | | | | | KVM: x86: MMU: Move initialization of parent_ptes out from kvm_mmu_alloc_page()Takuya Yoshikawa2015-11-251-7/+7
| * | | | | | | | | | KVM: x86: MMU: Consolidate BUG_ON checks for reverse-mapped sptesTakuya Yoshikawa2015-11-251-9/+17
| * | | | | | | | | | KVM: x86: MMU: Remove is_rmap_spte() and use is_shadow_present_pte()Takuya Yoshikawa2015-11-252-10/+5Star
| * | | | | | | | | | KVM: x86: MMU: Make mmu_set_spte() return emulate valueTakuya Yoshikawa2015-11-252-18/+19
| * | | | | | | | | | KVM: x86: MMU: Add helper function to clear a bit in unsync child bitmapTakuya Yoshikawa2015-11-251-18/+18
| * | | | | | | | | | KVM: x86: MMU: Remove unused parameter of __direct_map()Takuya Yoshikawa2015-11-251-8/+4Star
| * | | | | | | | | | KVM: x86: MMU: Encapsulate the type of rmap-chain head in a new structTakuya Yoshikawa2015-11-253-104/+113
| * | | | | | | | | | KVM: x86: MMU: always set accessed bit in shadow PTEsPaolo Bonzini2015-11-252-8/+5Star
| * | | | | | | | | | KVM: x86: correctly print #AC in tracesPaolo Bonzini2015-11-251-1/+1
| * | | | | | | | | | KVM: svm: add support for RDTSCPPaolo Bonzini2015-11-251-1/+23
| * | | | | | | | | | KVM: x86: expose MSR_TSC_AUX to userspacePaolo Bonzini2015-11-251-5/+6
| * | | | | | | | | | kvm/x86: Hyper-V kvm exitAndrey Smetanin2015-11-253-0/+27
| * | | | | | | | | | kvm/x86: Hyper-V synthetic interrupt controllerAndrey Smetanin2015-11-257-7/+434
| * | | | | | | | | | kvm/x86: per-vcpu apicv deactivation supportAndrey Smetanin2015-11-257-47/+63
| * | | | | | | | | | kvm/x86: split ioapic-handled and EOI exit bitmapsAndrey Smetanin2015-11-258-18/+20
| * | | | | | | | | | kvm/irqchip: kvm_arch_irq_routing_update renaming splitAndrey Smetanin2015-11-251-1/+1
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-01-125-93/+41Star
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/xen: don't reset vcpu_info on a cancelled suspendOuyang Zhaowei (Charles)2016-01-041-1/+2
| * | | | | | | | | | xen/x86: convert remaining timespec to timespec64 in xen_pvclock_gtod_notifyStefano Stabellini2015-12-211-2/+2
| * | | | | | | | | | xen/x86: support XENPF_settime64Stefano Stabellini2015-12-211-7/+28
| * | | | | | | | | | xen: introduce XENPF_settime64Stefano Stabellini2015-12-211-4/+4
| * | | | | | | | | | xen: rename dom0_op to platform_opStefano Stabellini2015-12-214-9/+9
| * | | | | | | | | | xen: move xen_setup_runstate_info and get_runstate_snapshot to drivers/xen/ti...Stefano Stabellini2015-12-211-75/+1Star
* | | | | | | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-01-126-3/+107
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86/platform/calgary: Constify cal_chipset_ops structuresJulia Lawall2015-11-292-3/+3
| * | | | | | | | | | | x86/pm: Introduce quirk framework to save/restore extra MSR registers around ...Chen Yu2015-11-264-0/+104
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-01-1213-53/+127
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86/mm: Micro-optimise clflush_cache_range()Chris Wilson2016-01-081-4/+6
| * | | | | | | | | | | x86/mm/pat: Change free_memtype() to support shrinking caseToshi Kani2016-01-052-10/+44
| * | | | | | | | | | | x86/mm/pat: Add untrack_pfn_moved for mremapToshi Kani2016-01-051-0/+10
| * | | | | | | | | | | x86/mm: Drop WARN from multi-BAR checkLaura Abbott2015-12-291-2/+2
| * | | | | | | | | | | x86/LDT: Print the real LDT base addressJan Beulich2015-12-291-1/+1
| * | | | | | | | | | | x86/mm/64: Enable SWIOTLB if system has SRAT memory regions above MAX_DMA32_PFNIgor Mammedov2015-12-061-1/+1
| * | | | | | | | | | | x86/mm: Introduce max_possible_pfnIgor Mammedov2015-12-062-0/+4
| * | | | | | | | | | | x86/mm/ptdump: Make (debugfs)/kernel_page_tables read-onlyBorislav Petkov2015-12-041-1/+1
| * | | | | | | | | | | x86/mm/mtrr: Mark the 'range_new' static variable in mtrr_calc_range_state() ...Rasmus Villemoes2015-12-041-2/+9
| * | | | | | | | | | | x86/mm: Turn CONFIG_X86_PTDUMP into a moduleKees Cook2015-11-234-33/+50
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-123-94/+87Star
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86/fpu: Put a few variables in .init.dataRasmus Villemoes2015-11-272-4/+4
| * | | | | | | | | | | x86/fpu: Get rid of xstate_fault()Borislav Petkov2015-11-241-53/+52Star
| * | | | | | | | | | | x86/fpu: Add an XSTATE_OP() macroBorislav Petkov2015-11-241-37/+31Star
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-1213-74/+129
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86: Replace RDRAND forced-reseed with simple sanity checkLen Brown2015-11-251-13/+12Star
| * | | | | | | | | | | x86/MSR: Chop off lower 32-bit valueBorislav Petkov2015-11-241-1/+1
| * | | | | | | | | | | x86/cpu: Fix MSR value truncation issueBorislav Petkov2015-11-241-1/+1