summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai
2014-09-19sched, time: Fix lock inversion in thread_group_cputime()Rik van Riel
2014-09-19smp: Add new wake_up_all_idle_cpus() functionChuansheng Liu
2014-09-19sched: Add new API wake_up_if_idle() to wake up the idle cpuChuansheng Liu
2014-09-19sched/numa: Use select_idle_sibling() to select a destination for task_numa_m...Rik van Riel
2014-09-09sched: Reduce contention in update_cfs_rq_blocked_load()Jason Low
2014-09-09sched: Migrate waking tasksLai Jiangshan
2014-09-08sched, time: Atomically increment stime & utimeRik van Riel
2014-09-08time, signal: Protect resource use statistics with seqlockRik van Riel
2014-09-08exit: Always reap resource stats in __exit_signal()Rik van Riel
2014-09-08Merge tag 'v3.17-rc4' into sched/core, to prevent conflicts with upcoming pat...Ingo Molnar
2014-09-07Merge tag 'pm+acpi-3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-09-07Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-09-07Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-09-07sched/deadline: Fix a precision problem in the microseconds rangexiaofeng.yan
2014-09-06timekeeping: Update timekeeper before updating vsyscall and pvclockThomas Gleixner
2014-09-06compat: nanosleep: Clarify error handlingThomas Gleixner
2014-09-05sched/fair: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat
2014-09-04nohz: Restore NMI safe local irq work for local nohz kickFrederic Weisbecker
2014-09-03Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar
2014-09-03PM / sleep: Fix test_suspend= command line optionRafael J. Wysocki
2014-09-01Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-08-29kexec: create a new config option CONFIG_KEXEC_FILE for new syscallVivek Goyal
2014-08-29resource: fix the case of null pointer accessVivek Goyal
2014-08-28rcu: Make nocb leader kthreads process pending callbacks after spawningPranith Kumar
2014-08-27Merge tag 'trace-fixes-v3.17-rc1-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-08-25trace: Fix epoll hang when we race with new entriesJosef Bacik
2014-08-25Merge tag 'trace-fixes-v3.17-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-08-25irq: Export handle_fasteoi_irqVincent Stehlé
2014-08-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
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-22ftrace: Allow ftrace_ops to use the hashes from other opsSteven Rostedt (Red Hat)
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-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