summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-01-18audit: add feature audit_lost resetRichard Guy Briggs
2017-01-18Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-01-18Merge branch 'rcu-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-01-18cpu/hotplug: Remove unused but set variable in _cpu_down()Tobias Klauser
2017-01-17Merge tag 'modules-for-v4.10-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-17tracing: Process constants for (un)likely() profilerSteven Rostedt (VMware)
2017-01-17taint/module: Fix problems when out-of-kernel driver defines true or falseLarry Finger
2017-01-17uprobe: Find last occurrence of ':' when parsing uprobe PATH:OFFSETKenny Yu
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-01-16rcu: update: Make RCU_EXPEDITE_BOOT be the defaultSebastian Andrzej Siewior
2017-01-16rcu: Abstract the dynticks snapshot operationPaul E. McKenney
2017-01-16rcu: Abstract the dynticks momentary-idle operationPaul E. McKenney
2017-01-16bpf, trace: make ctx access checks more robustDaniel Borkmann
2017-01-16bpf: rework prog_digest into prog_tagDaniel Borkmann
2017-01-16cpu/hotplug: Provide dynamic range for prepare stageThomas Gleixner
2017-01-16Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar
2017-01-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2017-01-15cgroup: call subsys->*attach() only for subsystems which are actually affecte...Tejun Heo
2017-01-15cgroup: track migration context in cgroup_mgctxTejun Heo
2017-01-15cgroup: cosmetic update to cgroup_taskset_add()Tejun Heo
2017-01-15Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2017-01-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-01-14locktorture: Fix potential memory leak with rw lock testYang Shi
2017-01-14rcu: Narrow early boot window of illegal synchronous grace periodsPaul E. McKenney
2017-01-14rcu: Remove cond_resched() from Tiny synchronize_sched()Paul E. McKenney
2017-01-14locking/atomic, kref: Add KREF_INIT()Peter Zijlstra
2017-01-14locking/ww_mutex: Add kselftests for ww_mutex stressChris Wilson
2017-01-14locking/ww_mutex: Add kselftests for resolving ww_mutex cyclic deadlocksChris Wilson
2017-01-14locking/ww_mutex: Add kselftests for ww_mutex ABBA deadlock detectionChris Wilson
2017-01-14locking/ww_mutex: Add kselftests for ww_mutex AA deadlock detectionChris Wilson
2017-01-14locking/ww_mutex: Begin kselftests for ww_mutexChris Wilson
2017-01-14locking/ww_mutex: Add ww_mutex to locktorture testChris Wilson
2017-01-14locking/mutex, sched/wait: Add mutex_lock_io()Tejun Heo
2017-01-14sched/core: Separate out io_schedule_prepare() and io_schedule_finish()Tejun Heo
2017-01-14sched/core: move IO scheduling accounting from io_schedule_timeout() into sch...Tejun Heo
2017-01-14sched/fair: Explain why MIN_SHARES isn't scaled in calc_cfs_shares()Dietmar Eggemann
2017-01-14sched/core: Fix group_entity's share updateVincent Guittot
2017-01-14sched/completions: Fix complete_all() semanticsPeter Zijlstra
2017-01-14sched/deadline: Show leftover runtime and abs deadline in /proc/*/schedTommaso Cucinotta
2017-01-14sched/clock: Provide better clock continuityPeter Zijlstra
2017-01-14sched/clock: Delay switching sched_clock to stablePeter Zijlstra
2017-01-14sched/clock: Update static_key usagePeter Zijlstra
2017-01-14sched/clock, clocksource: Add optional cs::mark_unstable() methodThomas Gleixner
2017-01-14sched/core: Add debugging code to catch missing update_rq_clock() callsMatt Fleming
2017-01-14sched/core: Add missing update_rq_clock() call in set_user_nice()Peter Zijlstra
2017-01-14sched/core: Add missing update_rq_clock() call for task_hot()Peter Zijlstra
2017-01-14sched/core: Add missing update_rq_clock() in detach_task_cfs_rq()Peter Zijlstra
2017-01-14sched/core: Add missing update_rq_clock() in post_init_entity_util_avg()Peter Zijlstra
2017-01-14sched/fair: Push rq lock pin/unpin into idle_balance()Matt Fleming