summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2014-08-25cgroup: fix a typo in comment.Dongsheng Yang
2014-08-25sched: Add function single_task_running to let a task check if it is the only...Tim Chen
2014-08-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-08-24Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar
2014-08-24perf: Add PERF_EVENT_STATE_EXIT state for events with exited taskJiri Olsa
2014-08-24perf: Fix perf_poll to return proper POLLHUP valueJiri Olsa
2014-08-22ftrace: Use current addr when converting to nop in __ftrace_replace_code()Steven Rostedt (Red Hat)
2014-08-22ftrace: Fix function_profiler and function tracer togetherSteven Rostedt (Red Hat)
2014-08-22ftrace: Fix up trampoline accounting with looping on hash opsSteven Rostedt (Red Hat)
2014-08-22ftrace: Update all ftrace_ops for a ftrace_hash_ops updateSteven Rostedt (Red Hat)
2014-08-22cgroup: Display legacy cgroup files on default hierarchyVivek Goyal
2014-08-22ftrace: Allow ftrace_ops to use the hashes from other opsSteven Rostedt (Red Hat)
2014-08-22nohz: Avoid tick's double reprogramming in highres modeViresh Kumar
2014-08-22nohz: Fix spurious periodic tick behaviour in low-res dynticks modeViresh Kumar
2014-08-20sched/fair: Remove double_lock_balance() from load_balance()Kirill Tkhai
2014-08-20sched/fair: Remove double_lock_balance() from active_load_balance_cpu_stop()Kirill Tkhai
2014-08-20sched: Remove double_rq_lock() from __migrate_task()Kirill Tkhai
2014-08-20sched: Teach scheduler to understand TASK_ON_RQ_MIGRATING stateKirill Tkhai
2014-08-20sched: Add wrapper for checking task_struct::on_rqKirill Tkhai
2014-08-20sched/fair: Fix reschedule which is generated on throttled cfs_rqKirill Tkhai
2014-08-20sched: Match declaration with definitionPranith Kumar
2014-08-20sched: Change autogroup_move_group() to use for_each_thread()Oleg Nesterov
2014-08-20sched: Change thread_group_cputime() to use for_each_thread()Oleg Nesterov
2014-08-20sched: s/do_each_thread/for_each_process_thread/ in debug.cOleg Nesterov
2014-08-20sched: s/do_each_thread/for_each_process_thread/ in core.cOleg Nesterov
2014-08-20perf: Handle compat ioctlPawel Moll
2014-08-18cgroup: reject cgroup names with '\n'Alban Crequy
2014-08-18watchdog: Fix print-once on enableUlrich Obergfell
2014-08-18watchdog: Remove unnecessary header fileschai wen
2014-08-17mm: Support compiling out madvise and fadviseJosh Triplett
2014-08-16module: Clean up ro/nx after early module load failuresAndy Lutomirski
2014-08-14Merge tag 'pm+acpi-3.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-08-14timekeeping: Another fix to the VSYSCALL_OLD update_vsyscallJohn Stultz
2014-08-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2014-08-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2014-08-13locking/lockdep: Restrict the use of recursive read_lock() with qrwlockWaiman Long
2014-08-13locking/Documentation: Move locking related docs into Documentation/locking/Davidlohr Bueso
2014-08-13locking/mutexes: Use MUTEX_SPIN_ON_OWNER when appropriateDavidlohr Bueso
2014-08-13locking/mutexes: Refactor optimistic spinning codeDavidlohr Bueso
2014-08-13locking/mcs: Remove obsolete commentDavidlohr Bueso
2014-08-13locking/mutexes: Document quick lock release when unlockingDavidlohr Bueso
2014-08-13locking/mutexes: Standardize arguments in lock/unlock slowpathsDavidlohr Bueso
2014-08-13locking: Remove deprecated smp_mb__() barriersPeter Zijlstra
2014-08-13perf: Do poll_wait() before checking condition in perf_poll()Sebastian Andrzej Siewior
2014-08-13perf: Add queued work to remove orphaned child eventsJiri Olsa
2014-08-13perf: Set owner pointer for kernel eventsJiri Olsa
2014-08-13printk: Add function to return log buffer address and sizeVasant Hegde
2014-08-12sched/numa: Fix numa capacity computationRik van Riel
2014-08-12sched/numa: Fix off-by-one in capacity checkRik van Riel
2014-08-12sched: Rename a misleading variable in build_overlap_sched_groups()Zhihui Zhang