summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | sched/fair: Remove double_lock_balance() from load_balance()Kirill Tkhai2014-08-201-52/+99
| * | | | | | | | sched/fair: Remove double_lock_balance() from active_load_balance_cpu_stop()Kirill Tkhai2014-08-201-16/+44
| * | | | | | | | sched: Remove double_rq_lock() from __migrate_task()Kirill Tkhai2014-08-201-8/+15
| * | | | | | | | sched: Teach scheduler to understand TASK_ON_RQ_MIGRATING stateKirill Tkhai2014-08-202-3/+15
| * | | | | | | | sched: Add wrapper for checking task_struct::on_rqKirill Tkhai2014-08-206-68/+76
| * | | | | | | | sched/fair: Fix reschedule which is generated on throttled cfs_rqKirill Tkhai2014-08-201-3/+3
| * | | | | | | | sched: Match declaration with definitionPranith Kumar2014-08-201-1/+1
| * | | | | | | | sched: Change autogroup_move_group() to use for_each_thread()Oleg Nesterov2014-08-201-4/+1
| * | | | | | | | sched: Change thread_group_cputime() to use for_each_thread()Oleg Nesterov2014-08-201-8/+2
| * | | | | | | | sched: s/do_each_thread/for_each_process_thread/ in debug.cOleg Nesterov2014-08-201-4/+2
| * | | | | | | | sched: s/do_each_thread/for_each_process_thread/ in core.cOleg Nesterov2014-08-201-7/+6
| * | | | | | | | sched/numa: Fix numa capacity computationRik van Riel2014-08-121-3/+8
| * | | | | | | | sched/numa: Fix off-by-one in capacity checkRik van Riel2014-08-121-1/+1
| * | | | | | | | sched: Rename a misleading variable in build_overlap_sched_groups()Zhihui Zhang2014-08-121-7/+6
| * | | | | | | | sched/fair: Allow calculate_imbalance() to move idle cpusPeter Zijlstra2014-08-121-6/+5
| * | | | | | | | sched/fair: Make update_sd_pick_busiest() return 'true' on a busier sdRik van Riel2014-08-121-12/+37
| * | | | | | | | sched/fair: Make calculate_imbalance() independentPeter Zijlstra2014-08-121-1/+1
* | | | | | | | | Merge branch 'perf-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-131-6/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | watchdog: Fix print-once on enableUlrich Obergfell2014-08-181-1/+4
| * | | | | | | | | watchdog: Remove unnecessary header fileschai wen2014-08-181-5/+0
| |/ / / / / / / /
* | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-131-23/+31
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | perf: Fix perf bug in fork()Peter Zijlstra2014-10-032-3/+6
| * | | | | | | | | perf: Fix unclone_ctx() vs. lockingPeter Zijlstra2014-10-031-23/+31
* | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-10-132-15/+145
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Revert "perf: Do not allow optimized switch for non-cloned events"Jiri Olsa2014-09-241-1/+1
| * | | | | | | | | | perf: Fix child event initial state setupJiri Olsa2014-09-241-1/+2
| * | | | | | | | | | perf: Do not POLLHUP event if it has childrenJiri Olsa2014-09-241-1/+20
| * | | | | | | | | | perf: Do not check PERF_EVENT_STATE_EXIT on syscall read pathJiri Olsa2014-09-161-2/+1
| * | | | | | | | | | perf/core: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat2014-09-091-1/+1
| * | | | | | | | | | perf/callchain: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat2014-09-091-1/+1
| * | | | | | | | | | Merge tag 'v3.17-rc4' into perf/core, to pick up fixesIngo Molnar2014-09-0914-128/+281
| |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2014-08-2467-1717/+4265
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / | | |/| | | | | | | |
| * | | | | | | | | | perf: Add PERF_EVENT_STATE_EXIT state for events with exited taskJiri Olsa2014-08-241-1/+9
| * | | | | | | | | | perf: Fix perf_poll to return proper POLLHUP valueJiri Olsa2014-08-241-1/+1
| * | | | | | | | | | perf: Do poll_wait() before checking condition in perf_poll()Sebastian Andrzej Siewior2014-08-131-3/+1
| * | | | | | | | | | perf: Add queued work to remove orphaned child eventsJiri Olsa2014-08-131-1/+86
| * | | | | | | | | | perf: Set owner pointer for kernel eventsJiri Olsa2014-08-131-6/+26
* | | | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-137-228/+250
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | locking/lockdep: Revert qrwlock recusive stuffPeter Zijlstra2014-10-031-6/+0
| * | | | | | | | | | | locking/rwsem: Avoid double checking before try acquiring write lockJason Low2014-10-031-9/+11
| * | | | | | | | | | | locking/rwsem: Move EXPORT_SYMBOL() lines to follow function definitionDavidlohr Bueso2014-09-161-4/+3
| * | | | | | | | | | | locking/semaphore: Resolve some shadow warningsMark Rustad2014-09-041-6/+6
| * | | | | | | | | | | locking/lockdep: Restrict the use of recursive read_lock() with qrwlockWaiman Long2014-08-131-0/+6
| * | | | | | | | | | | locking/Documentation: Move locking related docs into Documentation/locking/Davidlohr Bueso2014-08-132-2/+2
| * | | | | | | | | | | locking/mutexes: Use MUTEX_SPIN_ON_OWNER when appropriateDavidlohr Bueso2014-08-131-1/+1
| * | | | | | | | | | | locking/mutexes: Refactor optimistic spinning codeDavidlohr Bueso2014-08-131-182/+214
| * | | | | | | | | | | locking/mcs: Remove obsolete commentDavidlohr Bueso2014-08-131-3/+0
| * | | | | | | | | | | locking/mutexes: Document quick lock release when unlockingDavidlohr Bueso2014-08-131-2/+9
| * | | | | | | | | | | locking/mutexes: Standardize arguments in lock/unlock slowpathsDavidlohr Bueso2014-08-131-3/+4
| * | | | | | | | | | | locking: Remove deprecated smp_mb__() barriersPeter Zijlstra2014-08-131-16/+0
| | |_|_|_|/ / / / / / | |/| | | | | | | | |