summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-09-30pidns: fix free_pid() to handle the first fork failureOleg Nesterov
2013-09-30kernel/kmod.c: check for NULL in call_usermodehelper_exec()Tetsuo Handa
2013-09-30PM / hibernate: Fix user space driven resume regressionRafael J. Wysocki
2013-09-28Merge branches 'sched-urgent-for-linus', 'timers-urgent-for-linus' and 'x86-u...Linus Torvalds
2013-09-28kernel/params: fix handling of signed integer typesJean Delvare
2013-09-28Merge branch 'context_tracking/fixes' of git://git.kernel.org/pub/scm/linux/k...Ingo Molnar
2013-09-27arm: Fix build error with context tracking callsFrederic Weisbecker
2013-09-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-09-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-09-25rcu: Consistent rcu_is_watching() namingPaul E. McKenney
2013-09-25rcu: Change EXPORT_SYMBOL() to EXPORT_SYMBOL_GPL()Paul E. McKenney
2013-09-25rcu: Is it safe to enter an RCU read-side critical section?Paul E. McKenney
2013-09-25rcu: Throttle invoke_rcu_core() invocations due to non-lazy callbacksPaul E. McKenney
2013-09-25rcu: Throttle rcu_try_advance_all_cbs() executionPaul E. McKenney
2013-09-25rcu: Remove redundant code from rcu_cleanup_after_idle()Paul E. McKenney
2013-09-25sched: Prepare for per-cpu preempt_countPeter Zijlstra
2013-09-25sched: Extract the basic add/sub preempt_count modifiersPeter Zijlstra
2013-09-25sched: Create more preempt_count accessorsPeter Zijlstra
2013-09-25sched: Add NEED_RESCHED to the preempt_countPeter Zijlstra
2013-09-25sched: Introduce preempt_count accessor functionsPeter Zijlstra
2013-09-25sched, idle: Fix the idle polling state logicPeter Zijlstra
2013-09-25sched, rcu: Make RCU use resched_cpu()Peter Zijlstra
2013-09-25sched: Micro-optimize by dropping unnecessary task_rq() callsMichael S. Tsirkin
2013-09-25kernel/reboot.c: re-enable the function of variable reboot_defaultChuansheng Liu
2013-09-25audit: fix endless wait in audit_log_start()Konstantin Khlebnikov
2013-09-25watchdog: update watchdog_thresh properlyMichal Hocko
2013-09-25watchdog: update watchdog attributes atomicallyMichal Hocko
2013-09-23rcu: Fix CONFIG_RCU_NOCB_CPU_ALL panic on machines with sparse CPU maskKirill Tkhai
2013-09-23rcu: Avoid sparse warnings in rcu_nocb_wake trace eventPaul E. McKenney
2013-09-23rcu: Track rcu_nocb_kthread()'s sleeping and awakeningPaul E. McKenney
2013-09-23rcu: Distinguish between NOCB and non-NOCB rcu_callback trace eventsPaul E. McKenney
2013-09-23rcu: Add tracing for rcuo no-CBs CPU wakeup handshakePaul E. McKenney
2013-09-23rcu: Add tracing of normal (non-NOCB) grace-period requestsPaul E. McKenney
2013-09-23rcu: Add tracing to rcu_gp_kthread()Paul E. McKenney
2013-09-23rcu: Flag lockless access to ->gp_flags with ACCESS_ONCE()Paul E. McKenney
2013-09-23rcu: Prevent spurious-wakeup DoS attack on rcu_gp_kthread()Paul E. McKenney
2013-09-23rcu: Improve grace-period start logicPaul E. McKenney
2013-09-23rcu: Have rcutiny tracepoints use tracepoint_string()Paul E. McKenney
2013-09-23rcu: Reject memory-order-induced stall-warning false positivesPaul E. McKenney
2013-09-23rcu: Micro-optimize rcu_cpu_has_callbacks()Paul E. McKenney
2013-09-23rcu: Silence unused-variable warningsPaul E. McKenney
2013-09-23rcu: Replace __get_cpu_var() usesChristoph Lameter
2013-09-23rcu: Fix dubious "if" condition in __call_rcu_nocb_enqueue()Paul E. McKenney
2013-09-23rcu: Convert local functions to staticPaul E. McKenney
2013-09-23hung_task: Change sysctl_hung_task_check_count to 'int'Li Zefan
2013-09-20rcu: Use proper cpp macro for ->gp_flagsPaul E. McKenney
2013-09-20sched/balancing: Periodically decay max cost of idle balanceJason Low
2013-09-20sched/balancing: Consider max cost of idle balance per sched domainJason Low
2013-09-20sched: Reduce overestimating rq->avg_idleJason Low
2013-09-20sched/balancing: Prevent the reselection of a previous env.dst_cpu if some ta...Vladimir Davydov