summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-03-041-7/+11
|\
| * x86/asm: Tidy up TSS limit codeAndy Lutomirski2017-03-011-7/+11
* | Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-035-1/+6
|\ \
| * | sched/headers, x86/apic: Remove the <linux/pm.h> header inclusion from <asm/a...Ingo Molnar2017-03-031-1/+0
| * | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-022-0/+4
| * | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
| * | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | | Merge tag 'pm-turbostat-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-03-022-1/+11
|\ \ \ | |/ / |/| |
| * | Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...Rafael J. Wysocki2017-03-012-1/+11
| |\ \
| | * | x86: intel-family.h: Add GEMINI_LAKE SOCLen Brown2017-03-011-0/+1
| | * | x86 msr_index.h: Define MSR_MISC_FEATURE_CONTROLLen Brown2017-03-011-0/+1
| | * | x86 msr-index.h: Define Atom specific core ratio MSR locationsLen Brown2017-03-011-0/+6
| | * | tools/power turbostat: Baytrail c-state supportLen Brown2017-03-011-0/+2
| | * | x86: msr-index.h: Remove unused MSR_NHM_SNB_PKG_CST_CFG_CTLLen Brown2017-03-011-1/+0
| | * | x86: msr-index.h: Define MSR_PKG_CST_CONFIG_CONTROLLen Brown2017-03-011-0/+1
* | | | mm, x86: fix HIGHMEM64 && PARAVIRT build config for native_pud_clear()Dave Jiang2017-02-271-1/+2
* | | | mm: add arch-independent testcases for RODATAJinbum Park2017-02-271-10/+0
* | | | scripts/spelling.txt: add "an union" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* | | | kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez2017-02-271-1/+8
* | | | Merge tag 'platform-drivers-x86-v4.11-1' of git://git.infradead.org/linux-pla...Linus Torvalds2017-02-251-0/+6
|\ \ \ \
| * | | | platform/x86: intel_pmc_ipc: read s0ix residency APIShanth Murthy2017-02-241-0/+6
* | | | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2017-02-251-158/+0
|\ \ \ \ \
| * | | | | arch/x86/platform/atom: Move pmc_atom to drivers/platform/x86Irina Tirdea2017-01-261-158/+0
* | | | | | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-253-14/+4
|\ \ \ \ \ \
| * | | | | | treewide: Consolidate get_dma_ops() implementationsBart Van Assche2017-01-241-8/+1
| * | | | | | treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche2017-01-242-5/+2
| * | | | | | treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-243-5/+5
| |/ / / / /
* | | | | / mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox2017-02-246-0/+215
| |_|_|_|/ |/| | | |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-02-229-21/+127
|\ \ \ \ \
| * | | | | x86/paravirt: Change vcp_is_preempted() arg type to longWaiman Long2017-02-212-2/+2
| * | | | | x86/kvm/vmx: Defer TR reload after VM exitAndy Lutomirski2017-02-211-0/+48
| * | | | | x86/asm/64: Drop __cacheline_aligned from struct x86_hw_tssAndy Lutomirski2017-02-211-1/+1
| * | | | | x86/asm: Define the kernel TSS limit in a macroAndy Lutomirski2017-02-212-9/+11
| * | | | | KVM: x86: remove code for lazy FPU handlingPaolo Bonzini2017-02-171-3/+0
| * | | | | KVM: x86: do not scan IRR twice on APICv vmentryPaolo Bonzini2017-02-151-1/+1
| * | | | | kvmclock: export kvmclock clocksource and data pointersMarcelo Tosatti2017-02-081-0/+6
| * | | | | KVM: x86: add KVM_HC_CLOCK_PAIRING hypercallMarcelo Tosatti2017-02-071-0/+9
| * | | | | kvm: x86: mmu: Rename EPT_VIOLATION_READ/WRITE/INSTR constantsJunaid Shahid2017-01-271-6/+6
| * | | | | Merge branch 'x86/cpufeature' of git://git.kernel.org/pub/scm/linux/kernel/gi...Radim Krčmář2017-01-176-4/+45
| |\ \ \ \ \
| * | | | | | KVM: x86: add VCPU stat for KVM_REQ_EVENT processingPaolo Bonzini2017-01-091-0/+1
| * | | | | | kvm: svm: Use the hardware provided GPA instead of page walkTom Lendacky2017-01-092-0/+4
| * | | | | | kvm: x86: mmu: Lockless access tracking for Intel CPUs without EPT A bits.Junaid Shahid2017-01-092-4/+8
| * | | | | | kvm: x86: mmu: Do not use bit 63 for tracking special SPTEsJunaid Shahid2017-01-092-2/+14
| * | | | | | kvm: x86: mmu: Use symbolic constants for EPT Violation Exit QualificationsJunaid Shahid2017-01-091-0/+16
| * | | | | | kvm: x86: reduce collisions in mmu_page_hashDavid Matlack2017-01-091-1/+1
| * | | | | | kvm: x86: export maximum number of mmu_page_hash collisionsDavid Matlack2017-01-091-0/+1
| * | | | | | KVM: x86: decouple irqchip_in_kernel() and pic_irqchip()Radim Krčmář2017-01-091-1/+7
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'char-misc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-02-222-0/+159
|\ \ \ \ \ \
| * | | | | | hv: export current Hyper-V clocksourceVitaly Kuznetsov2017-02-101-0/+3
| * | | | | | Drivers: hv: Fix the bug in generating the guest IDK. Y. Srinivasan2017-02-101-2/+2