aboutsummaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* rcu: Merge rcu_sched_force_quiescent_state() with rcu_force_quiescent_state()Andreea-Cristina Bernat2017-04-112-19/+9
* rcu: Consolidate kfree_call_rcu() to use rcu_state pointerAndreea-Cristina Bernat2017-04-112-30/+14
* rcu: Replace NR_CPUS with nr_cpu_idsHimangi Saraogi2017-04-111-2/+2
* rcu: Print negatives for stall-warning counter wraparoundPaul E. McKenney2017-04-111-4/+5
* rcu: Stop tracking FSF's postal addressPaul E. McKenney2017-04-1110-20/+20
* rcu: Add ACCESS_ONCE() to ->n_force_qs_lh accessesPaul E. McKenney2017-04-112-3/+3
* rcu: Check both root and current rcu_node when setting up future grace periodPranith Kumar2017-04-111-2/+8
* rcu: Update cpu_needs_another_gp() for futures from non-NOCB CPUsPaul E. McKenney2017-04-113-29/+29
* rcu: Protect ->gp_flags accesses with ACCESS_ONCE()Paul E. McKenney2017-04-111-7/+6
* rcu: Prevent spurious-wakeup DoS attack on rcu_gp_kthread()Paul E. McKenney2017-04-111-3/+8
* rcu: Avoid redundant grace-period kthread wakeupsPaul E. McKenney2017-04-111-3/+5
* rcu: Switch callers from rcu_process_gp_end() to note_gp_changes()Paul E. McKenney2017-04-111-28/+3
* rcu: Flag lockless access to ->gp_flags with ACCESS_ONCE()Paul E. McKenney2017-04-111-1/+1
* rcu: Merge __rcu_process_gp_end() into __note_gp_changes()Paul E. McKenney2017-04-111-42/+6
* rcu: Rename note_new_gpnum() to note_gp_changes()Paul E. McKenney2017-04-111-6/+7
* rcu: Make __note_new_gpnum() check for ends of prior grace periodsPaul E. McKenney2017-04-111-0/+3
* rcu: Move code to apply callback-numbering simplificationsPaul E. McKenney2017-04-111-59/+59
* Optimized task_sched_runtime for upto 20% increase in PerformanceShoaib05972017-04-111-0/+14
* PM / sleep: fix device reference leak in test_suspendJohan Hovold2017-04-111-1/+3
* rcu: Fix soft lockup for rcu_nocb_kthreadDing Tianhong2017-04-111-0/+1
* kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscdMichal Hocko2017-04-111-6/+4
* tracing: Move mutex to protect against resetting of seq dataSteven Rostedt (Red Hat)2017-04-111-7/+8
* perf: Tighten (and fix) the grouping conditionPeter Zijlstra2017-04-111-2/+13
* sched/core: Fix an SMP ordering race in try_to_wake_up() vs. schedule()Peter Zijlstra2017-04-111-0/+19
* sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh2017-04-111-0/+22
* time: Remove CONFIG_TIMER_STATSKees Cook2017-04-116-517/+2
* ANDROID: exec_domains: Disable request_module() call for personalitiesJohn Stultz2017-04-111-1/+8
* UPSTREAM: seccomp: cap SECCOMP_RET_ERRNO data to MAX_ERRNOKees Cook2017-04-111-1/+3
* fix memory leaks in tracing_buffers_splice_read()Al Viro2017-04-111-8/+9
* timers: Use proper base migration in add_timer_on()Tejun Heo2017-04-111-3/+16
* kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSChristoph Hellwig2017-04-112-3/+1
* net: dhcpv6: remove MTK_DHCPV6C_WIFI featureYingjoe Chen2016-12-191-3/+0
* CPU hotplug: Provide lockless versions of callback registration functionsSrivatsa S. Bhat2016-12-111-2/+19
* UPSTREAM: capabilities: ambient capabilitiesAndy Lutomirski2016-11-181-0/+1
* UPSTREAM: perf: Fix race in swevent hashPeter Zijlstra2016-11-171-11/+1
* cgroup: prefer %pK to %pNick Desaulniers2016-11-171-1/+1
* perf: Fix race in swevent hashPeter Zijlstra2016-11-171-8/+0
* BACKPORT: audit: fix a double fetch in audit_log_single_execve_arg()Paul Moore2016-11-171-170/+167
* msm: null pointer dereferencingWish Wu2016-11-172-2/+9
* futex-prevent-requeue-pi-on-same-futex.patch futex: Forbid uaddr == u…Thomas Gleixner2016-09-281-0/+25
* sched: remove migration notification from RT classSteve Muckle2016-09-281-19/+1
* sched: provide per cpu-cgroup option to notify on migrationsSteve Muckle2016-09-281-1/+19
* sched: Reduce overestimating rq->avg_idleJason Low2016-09-181-3/+4
* sched: remove migration notification from RT classSteve Muckle2016-09-181-19/+1
* sched: provide per cpu-cgroup option to notify on migrationsSteve Muckle2016-09-181-1/+19
* cgroup: make serial_nr_cursor available throughout cgroup.cLi Zefan2016-09-181-8/+10
* cgroup: fix memory leak in cgroup_rm_cftypes()Li Zefan2016-09-181-1/+2
* cgroup: add cgroup->serial_nr and implement cgroup_next_sibling()Tejun Heo2016-09-181-0/+62
* cgroup: make cgroup_is_removed() staticTejun Heo2016-09-181-1/+1
* cgroup: implement task_cgroup_path_from_hierarchy()Tejun Heo2016-09-181-0/+32