summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2015-08-22x86/asm: Add MONITORX/MWAITX instruction supportHuang Rui2-0/+46
2015-08-22x86/cpufeatures: Enable cpuid for Intel SHA extensionsTim Chen1-0/+1
2015-08-21x86/asm/tsc: Add rdtscll() merge helperIngo Molnar1-0/+3
2015-08-20pmem: add copy_from_iter_pmem() and clear_pmem()Ross Zwisler1-0/+75
2015-08-20pmem, x86: clean up conditional pmem includesRoss Zwisler1-11/+2
2015-08-20pmem: remove layer when calling arch_has_wmb_pmem()Ross Zwisler1-1/+1
2015-08-20pmem, x86: move x86 PMEM API to new pmem.h headerRoss Zwisler2-71/+92
2015-08-20xen/PMU: Initialization code for Xen PMUBoris Ostrovsky1-0/+123
2015-08-20xen/PMU: Sysfs interface for setting Xen PMU modeBoris Ostrovsky1-0/+6
2015-08-20xen: remove no longer needed p2m.hJuergen Gross1-2/+4
2015-08-20xen: allow more than 512 GB of RAM for 64 bit pv-domainsJuergen Gross1-4/+0
2015-08-20xen: sync with xen headersJuergen Gross1-9/+87
2015-08-20xen/events: Support event channel rebind on ARMJulien Grall1-0/+11
2015-08-20Merge branch 'perf/urgent' into perf/core, to pick up fixes before adding mor...Ingo Molnar5-43/+56
2015-08-19libnvdimm, e820: make CONFIG_X86_PMEM_LEGACY a tristate optionDan Williams1-1/+1
2015-08-18Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesIngo Molnar3-29/+10
2015-08-18Revert "sched/x86_64: Don't save flags on context switch"Andy Lutomirski1-8/+4
2015-08-17x86/smpboot: Remove APIC.wait_for_init_deassert and atomic init_deassertedLen Brown1-2/+0
2015-08-17Merge tag 'v4.2-rc7' into x86/boot, to refresh the branch before merging new ...Ingo Molnar15-132/+112
2015-08-15x86/kvm: Rename VMX's segment access rights definesAndy Lutomirski1-23/+23
2015-08-14pmem: convert to generic memremapDan Williams1-5/+1
2015-08-13Revert x86 sigcontext cleanupsLinus Torvalds2-21/+6
2015-08-13x86/mce: Clear Local MCE opt-in before kexecAshok Raj1-0/+4
2015-08-13x86/mce: Remove unused function declarationsAshok Raj1-4/+0
2015-08-13x86/mce: Kill drain_mcelog_buffer()Borislav Petkov1-1/+1
2015-08-13x86/mce: Remove the MCE ring for Action Optional errorsChen, Gong1-1/+1
2015-08-13x86/mce: Reuse one of the u16 padding fields in 'struct mce'Borislav Petkov1-1/+2
2015-08-13jump_label/x86: Work around asm build bug on older/backported GCCsPeter Zijlstra1-4/+4
2015-08-12locking/qrwlock: Implement queue_write_unlock() using smp_store_release()Will Deacon1-10/+0
2015-08-12Merge branch 'locking/arch-atomic' into locking/core, because it's ready for ...Ingo Molnar3-10/+44
2015-08-10Merge 4.2-rc6 into char-misc-nextGreg Kroah-Hartman3-22/+50
2015-08-06x86/irq: Store irq descriptor in vector arrayThomas Gleixner2-4/+6
2015-08-06x86/irq: Rename VECTOR_UNDEFINED to VECTOR_UNUSEDThomas Gleixner1-1/+1
2015-08-05Drivers: hv: vmbus: Implement a clocksource based on the TSC pageK. Y. Srinivasan1-0/+2
2015-08-05KVM: MMU: introduce the framework to check zero bits on sptesXiao Guangrong1-0/+8
2015-08-05KVM: MMU: introduce rsvd_bits_validateXiao Guangrong1-2/+6
2015-08-05x86/entry: Remove do_notify_resume(), syscall_trace_leave(), and their TIF masksAndy Lutomirski3-18/+0
2015-08-05x86/hweight: Force inlining of __arch_hweight{32,64}()Denys Vlasenko1-5/+8
2015-08-05mshyperv: fix recognition of Hyper-V guest crash MSR'sDenis V. Lunev1-0/+1
2015-08-05Drivers: hv: vmbus: add special crash handlerVitaly Kuznetsov1-0/+2
2015-08-05Drivers: hv: vmbus: add special kexec handlerVitaly Kuznetsov1-0/+2
2015-08-04x86: Add new MSRs and MSR bits used for Intel Skylake PMU supportAndi Kleen2-0/+13
2015-08-04perf/x86: Add a native_perf_sched_clock_from_tsc()Andi Kleen1-0/+1
2015-08-04perf/x86/intel/pt: Add new timing packet enablesAlexander Shishkin1-0/+8
2015-08-03sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()Konstantin Khlebnikov1-2/+2
2015-08-03locking/static_keys: Add a new static_key interfacePeter Zijlstra1-2/+19
2015-08-03Merge branch 'x86/asm' into locking/coreIngo Molnar21-187/+130
2015-08-03locking, arch: use WRITE_ONCE()/READ_ONCE() in smp_store_release()/smp_load_a...Andrey Konovalov1-4/+4
2015-08-03Merge branch 'locking/urgent', tag 'v4.2-rc5' into locking/core, to pick up f...Ingo Molnar13-111/+106
2015-07-31x86/vm86: Rename vm86->v86flags and v86maskBrian Gerst1-2/+2