aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-06-22Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 4-3/+53
2015-06-22Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-4/+4
2015-06-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 19-456/+592
2015-06-22Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-7/+7
2015-06-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-13/+37
2015-06-22Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 11-17/+894
2015-06-22Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 13-380/+481
2015-06-22Merge branches 'x86/apic', 'x86/asm', 'x86/mm' and 'x86/platform' into x86/co...Gravatar Ingo Molnar 15-28/+897
2015-06-19sched/deadline: Remove needless parameter in dl_runtime_exceeded()Gravatar Zhiqiang Zhang 1-2/+2
2015-06-19sched: Remove superfluous resetting of the p->dl_throttled flagGravatar Wanpeng Li 1-1/+0
2015-06-19sched/deadline: Drop duplicate init_sched_dl_class() declarationGravatar Wanpeng Li 1-1/+0
2015-06-19sched/deadline: Reduce rq lock contention by eliminating locking of non-feasi...Gravatar Wanpeng Li 1-1/+14
2015-06-19sched/deadline: Make init_sched_dl_class() __initGravatar Wanpeng Li 1-1/+1
2015-06-19sched/deadline: Optimize pull_dl_task()Gravatar Wanpeng Li 1-1/+27
2015-06-19sched/preempt: Add static_key() to preempt_notifiersGravatar Peter Zijlstra 1-5/+23
2015-06-19sched/preempt: Fix preempt notifiers documentation about hlist_del() within u...Gravatar Mathieu Desnoyers 1-1/+1
2015-06-19sched/stop_machine: Fix deadlock between multiple stop_two_cpus()Gravatar Peter Zijlstra 2-37/+27
2015-06-19sched/debug: Add sum_sleep_runtime to /proc/<pid>/schedGravatar Srikar Dronamraju 1-0/+1
2015-06-19sched/debug: Replace vruntime with wait_sum in /proc/sched_debugGravatar Srikar Dronamraju 1-2/+2
2015-06-19sched/debug: Properly format runnable tasks in /proc/sched_debugGravatar Srikar Dronamraju 1-2/+4
2015-06-19locking/qrwlock: Don't contend with readers when setting _QW_WAITINGGravatar Waiman Long 1-4/+24
2015-06-19perf: Fix ring_buffer_attach() RCU sync, againGravatar Oleg Nesterov 1-7/+7
2015-06-17Merge tag 'trace-fix-filter-4.1-rc8' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+9
2015-06-17tracing: Have filter check for balanced opsGravatar Steven Rostedt 1-2/+9
2015-06-16genirq: Prevent crash in irq_move_irq()Gravatar Jiang Liu 1-1/+8
2015-06-16genirq: Enhance irq_data_to_desc() to support hierarchy irqdomainGravatar Jiang Liu 1-2/+0
2015-06-14Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 2-6/+19
2015-06-11Merge tag 'trace-rb-bm-fix-4.1-rc7' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2015-06-11ring-buffer-benchmark: Fix the wrong sched_priority of producerGravatar Wang Long 1-1/+1
2015-06-10sched, numa: do not hint for NUMA balancing on VM_MIXEDMAP mappingsGravatar Mel Gorman 1-1/+1
2015-06-09x86/mpx: Clean up the code by not passing a task pointer around when unnecessaryGravatar Dave Hansen 1-4/+4
2015-06-07perf/x86/intel: Introduce PERF_RECORD_LOST_SAMPLESGravatar Kan Liang 1-0/+33
2015-06-07perf/x86/intel: Handle multiple records in the PEBS bufferGravatar Yan, Zheng 2-12/+3
2015-06-07sched/numa: Only consider less busy nodes as numa balancing destinationsGravatar Rik van Riel 1-2/+28
2015-06-07Revert 095bebf61a46 ("sched/numa: Do not move past the balance point if unbal...Gravatar Rik van Riel 1-26/+15
2015-06-07sched/fair: Prevent throttling in early pick_next_task_fair()Gravatar Ben Segall 1-11/+14
2015-06-07preempt: Use preempt_schedule_context() as the official tracing preemption pointGravatar Frederic Weisbecker 1-5/+3
2015-06-07sched: Make preempt_schedule_context() function-tracing safeGravatar Frederic Weisbecker 1-2/+9
2015-06-07lockdep: Fix a race between /proc/lock_stat and module unloadGravatar Peter Zijlstra 2-6/+19
2015-06-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-1/+16
2015-06-04compat: cleanup coding in compat_get_bitmap() and compat_put_bitmap()Gravatar Helge Deller 1-2/+4
2015-06-03Merge branch 'locking/core' into x86/core, to prepare for dependent patchGravatar Ingo Molnar 11-13/+870
2015-06-03lockdep: Do not break user-visible stringGravatar Borislav Petkov 1-2/+1
2015-06-03Merge branches 'x86/mm', 'x86/build', 'x86/apic' and 'x86/platform' into x86/...Gravatar Ingo Molnar 2-0/+45
2015-06-02Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 13-380/+481
2015-06-02Merge branch 'linus' into sched/core, to resolve conflictGravatar Ingo Molnar 4-11/+13
2015-05-29Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+3
2015-05-27Merge branches 'array.2015.05.27a', 'doc.2015.05.27a', 'fixes.2015.05.27a', '...Gravatar Paul E. McKenney 8-200/+300
2015-05-27rcutorture: Test SRCU cleanup code pathGravatar Paul E. McKenney 1-19/+58
2015-05-27rcutorture: Replace barriers with smp_store_release() and smp_load_acquire()Gravatar Paul E. McKenney 1-11/+13