aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAge
...
| * | | | | x86/paravirt: Remove paravirt ops pmd_update[_defer] and pte_update_deferJuergen Gross2015-11-25
| * | | | | x86/paravirt: Remove unused pv_apic_ops structureJuergen Gross2015-11-19
| * | | | | x86/tsc: Remove unused tsc_pre_init() hookThomas Gleixner2015-11-19
| * | | | | x86: Remove unused function cpu_has_ht_siblings()Juergen Gross2015-11-17
| * | | | | x86/paravirt: Kill some unused patching functionsBorislav Petkov2015-11-07
* | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-11
|\ \ \ \ \ \
| * | | | | | x86/vsdo: Fix build on PARAVIRT_CLOCK=y, KVM_GUEST=nAndy Lutomirski2016-01-06
| * | | | | | x86/vdso: Remove pvclock fixmap machineryAndy Lutomirski2015-12-11
| * | | | | | x86/vdso: Get pvclock data from the vvar VMA instead of the fixmapAndy Lutomirski2015-12-11
| * | | | | | x86/asm: Add asm macros for static keys/jump labelsAndy Lutomirski2015-11-24
| * | | | | | x86/asm: Error out if asm/jump_label.h is included inappropriatelyAndy Lutomirski2015-11-24
| * | | | | | x86/entry, x86/paravirt: Remove the unused usergs_sysret32 PV opBoris Ostrovsky2015-11-23
| * | | | | | x86/paravirt: Remove the unused irq_enable_sysexit pv opBoris Ostrovsky2015-11-23
| * | | | | | x86/xen: Avoid fast syscall path for Xen PV guestsBoris Ostrovsky2015-11-23
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-01-11
|\ \ \ \ \ \
| * | | | | | x86/irq: Export functions to allow MSI domains in modulesJake Oshins2015-12-20
| * | | | | | x86/nmi: Save regs in crash dump on external NMIHidehiro Kawai2015-12-19
| * | | | | | x86/apic: Introduce apic_extnmi command line parameterHidehiro Kawai2015-12-19
| * | | | | | Merge branch 'linus' into x86/apicThomas Gleixner2015-12-19
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | x86/apic: Provide default send single IPI wrapperThomas Gleixner2015-11-05
| * | | | | | x86/apic: Implement default single target IPI functionThomas Gleixner2015-11-05
| * | | | | | x86/apic: Add a single-target IPI function to the apicLinus Torvalds2015-11-05
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-01-11
|\ \ \ \ \ \
| * | | | | | x86/RAS: Remove mce.usable_addrBorislav Petkov2015-11-24
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-01-11
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'v4.4-rc5' into perf/core, to pick up fixesIngo Molnar2015-12-14
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | x86, tracing, perf: Add trace point for MSR accessesAndi Kleen2015-12-06
| * | | | | | x86/headers: Don't include asm/processor.h in asm/atomic.hAndi Kleen2015-12-06
| * | | | | | perf/x86/intel/pt: Add interface to stop Intel PT loggingTakao Indoh2015-11-23
| * | | | | | x86: Add an inlined __copy_from_user_nmi() variantAndi Kleen2015-11-23
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-01-11
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | locking/pvqspinlock, x86: Optimize the PV unlock code pathWaiman Long2015-11-23
| |/ / / /
* | | | | x86/paravirt: Prevent rtc_cmos platform device init on PV guestsDavid Vrabel2015-12-19
* | | | | x86/xen: Avoid fast syscall path for Xen PV guestsBoris Ostrovsky2015-12-19
| |/ / / |/| | |
* | | | x86/mm: Fix regression with huge pages on PAEKirill A. Shutemov2015-12-04
|/ / /
* | | Merge branch 'pm-tools'Rafael J. Wysocki2015-11-16
|\ \ \ | |_|/ |/| |
| * | x86: remove unused definition of MSR_NHM_PLATFORM_INFOLen Brown2015-11-13
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-11-15
|\ \ \
| * | | x86/irq: Probe for PIC presence before allocating descs for legacy IRQsVitaly Kuznetsov2015-11-07
| | |/ | |/|
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-11-12
|\ \ \
| * | | KVM: x86: rename update_db_bp_intercept to update_bp_interceptPaolo Bonzini2015-11-10
| * | | KVM: x86: work around infinite loop in microcode when #AC is deliveredEric Northup2015-11-10
| * | | KVM: VMX: Enable and initialize VMX TSC scalingHaozhong Zhang2015-11-10
| * | | KVM: x86: Move TSC scaling logic out of call-back read_l1_tsc()Haozhong Zhang2015-11-10
| * | | KVM: x86: Move TSC scaling logic out of call-back adjust_tsc_offset()Haozhong Zhang2015-11-10
| * | | KVM: x86: Replace call-back compute_tsc_offset() with a common functionHaozhong Zhang2015-11-10
| * | | KVM: x86: Replace call-back set_tsc_khz() with a common functionHaozhong Zhang2015-11-10
| * | | KVM: x86: Add a common TSC scaling functionHaozhong Zhang2015-11-10
| * | | KVM: x86: Add a common TSC scaling ratio field in kvm_vcpu_archHaozhong Zhang2015-11-10
| * | | KVM: x86: Collect information for setting TSC scaling ratioHaozhong Zhang2015-11-10