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