aboutsummaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* perf: Cure event->pending_disable racePeter Zijlstra2017-04-131-3/+3
* sched/fair: Optimize find_idlest_cpu() when there is no choiceMorten Rasmussen2017-04-131-0/+4
* idle: Implement a per-cpu idle-polling modeVikram Mulukutla2017-04-131-2/+25
* idle: exit the cpu_idle_poll loop if cpu_idle_force_poll is clearedVikram Mulukutla2017-04-131-1/+1
* idle: Add a memory barrier after setting cpu_idle_force_pollVikram Mulukutla2017-04-131-0/+3
* kernel: trace: fix misleading-indentation warningNathan Chancellor2017-04-131-1/+1
* sysctl: fix maybe-uninitialized warningsNathan Chancellor2017-04-131-2/+2
* kernel/panic.c: add missing \nJiri Slaby2017-04-131-1/+1
* mtk: squashed security updatesMoyster2017-04-111-1/+1
* Get rid of __cpuinitMoyster2017-04-1119-42/+42
* Power: Report suspend times from last_suspend_timejinqian2017-04-111-0/+36
* perf: Do not double freePeter Zijlstra2017-04-111-1/+6
* kernel: support task's adj rbtreeYi-wei Zhao2017-04-112-0/+2
* perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' racePeter Zijlstra2017-04-111-4/+57
* BACKPORT: perf: Fix event->ctx lockingJohn Dias2017-04-111-37/+207
* perf: protect group_leader from races that cause ctx double-freeJohn Dias2017-04-111-0/+15
* 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