summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-01-2012-199/+377
|\
| * sched/preempt: Fix up missed PREEMPT_NEED_RESCHED foldingPeter Zijlstra2014-01-131-1/+1
| * Merge branch 'x86/idle' into sched/coreIngo Molnar2014-01-134-46/+45
| |\
| | * x86, idle: Add memory barriers around clflush in mwait_play_dead()H. Peter Anvin2013-12-191-0/+2
| | * x86, idle: Use static_cpu_has() for CLFLUSH workaround, add barriersH. Peter Anvin2013-12-191-1/+4
| | * x86, acpi, idle: Restructure the mwait idle routinesPeter Zijlstra2013-12-193-46/+40
| * | sched/clock, x86: Avoid a runtime condition in native_sched_clock()Peter Zijlstra2014-01-131-1/+6
| * | sched/clock, x86: Use a static_key for sched_clock_stablePeter Zijlstra2014-01-134-6/+6
| * | sched/clock, x86: Rewrite cyc2ns() to avoid the need to disable IRQsPeter Zijlstra2014-01-134-56/+276
| * | sched/clock, x86: Move some cyc2ns() code aroundPeter Zijlstra2014-01-132-110/+61
| * | sched/clock, x86: Use mul_u64_u32_shr() for native_sched_clock()Peter Zijlstra2014-01-131-4/+3
| * | sched: Add new scheduler syscalls to support an extended scheduling parameter...Dario Faggioli2014-01-132-0/+4
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-01-202-1/+680
|\ \ \
| * \ \ Merge branch 'perf/urgent' into perf/coreIngo Molnar2014-01-1614-33/+130
| |\ \ \
| * | | | perf/x86/intel: Add Intel RAPL PP1 energy counter supportStephane Eranian2014-01-121-7/+24
| * | | | perf/x86: enable Haswell Celeron RAPL supportStephane Eranian2013-12-171-0/+1
| * | | | Merge tag 'v3.13-rc4' into perf/coreIngo Molnar2013-12-1644-358/+120
| |\ \ \ \
| * | | | | perf/x86: Add RAPL hrtimer supportStephane Eranian2013-11-271-2/+72
| * | | | | perf/x86: Add Intel RAPL PMU supportStephane Eranian2013-11-272-1/+592
* | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-01-204-18/+28
|\ \ \ \ \ \
| * | | | | | x86/irq: Fix kbuild warning in smp_irq_move_cleanup_interrupt()Prarit Bhargava2014-01-131-1/+1
| * | | | | | x86/irq: Fix do_IRQ() interrupt warning for cpu hotplug retriggered irqsPrarit Bhargava2014-01-124-17/+27
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'core-stackprotector-for-linus' of git://git.kernel.org/pub/scm/...Linus Torvalds2014-01-202-21/+4
|\ \ \ \ \ \
| * | | | | | stackprotector: Unify the HAVE_CC_STACKPROTECTOR logic between architecturesKees Cook2013-12-202-21/+4
* | | | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-01-201-1/+42
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'v3.13-rc8' into core/lockingIngo Molnar2014-01-138-12/+53
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | arch: Introduce smp_load_acquire(), smp_store_release()Peter Zijlstra2014-01-121-1/+42
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-01-192-8/+63
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | perf/x86/amd/ibs: Fix waking up from S3 for AMD family 10hRobert Richter2014-01-161-8/+45
| * | | | | | x86, mm, perf: Allow recursive faults from interruptsPeter Zijlstra2014-01-161-0/+18
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-01-181-4/+10
|\ \ \ \ \ \ \
| * | | | | | | bpf: do not use reciprocal divideEric Dumazet2014-01-161-4/+10
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-01-181-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | kvm: x86: fix apic_base enable checkAndrew Jones2014-01-151-1/+1
| |/ / / / /
* | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-01-161-4/+4
|\ \ \ \ \ \
| * | | | | | seqlock: Use raw_ prefix instead of _no_lockdepJohn Stultz2014-01-121-4/+4
| |/ / / / /
* | | | | | x86, fpu, amd: Clear exceptions in AMD FXSAVE workaroundLinus Torvalds2014-01-121-6/+7
* | | | | | ftrace/x86: Load ftrace_ops in parameter not the variable holding itSteven Rostedt2014-01-092-3/+3
|/ / / / /
* | | | | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-01-022-6/+5
|\ \ \ \ \
| * | | | | KVM: nVMX: Unconditionally uninit the MMU on nested vmexitJan Kiszka2014-01-021-2/+1
| * | | | | KVM: x86: Fix APIC map calculation after re-enablingJan Kiszka2013-12-301-4/+4
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-12-291-1/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | x86 idle: Repair large-server 50-watt idle-power regressionLen Brown2013-12-191-1/+2
| |/ / /
* | | | mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel2013-12-191-2/+9
* | | | mm: numa: serialise parallel get_user_page against THP migrationMel Gorman2013-12-191-0/+13
| |/ / |/| |
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-12-172-0/+12
|\ \ \
| * | | math64: Add mul_u64_u32_shr()Peter Zijlstra2013-12-111-0/+1
| * | | sched: Remove PREEMPT_NEED_RESCHED from generic codePeter Zijlstra2013-12-111-0/+11
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-12-171-3/+12
|\ \ \ \ | |_|/ / |/| | |
| * | | perf/x86: Fix constraint table end marker bugMaria Dimakopoulou2013-12-051-3/+12