aboutsummaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* nohz: Avoid tick's double reprogramming in highres modeViresh Kumar2017-05-241-0/+4
* nohz: Fix spurious periodic tick behaviour in low-res dynticks modeViresh Kumar2017-05-241-0/+4
* nohz: Get timekeeping max deferment outside jiffies_lockFrederic Weisbecker2017-05-241-1/+2
* kernel: Only expose su when daemon is runningTom Marshall2017-05-213-0/+39
* UPSTREAM: tracing: Fix trace_printk() to print when not using bprintk()Joe Maples2017-05-201-1/+1
* perf: don't leave group_entry on sibling list (use-after-free)John Dias2017-05-071-0/+7
* um: fix buildMister Oyster2017-05-041-0/+2
* BACKPORT: trace: resolve stack corruption due to string copyAmey Telawane2017-05-021-1/+1
* tracing: do not leak kernel addressesNick Desaulniers2017-05-021-1/+1
* sched: Disabled Gentle Fair Sleepers for better UI performanceCristoforo Cataldo2017-04-251-1/+1
* drivers:lmk: Fix double delete issueHong-Mei Li2017-04-171-0/+3
* alarmtimer: fix log and indentMister Oyster2017-04-161-3/+6
* mtk: alarmtimer: get rid of xlog and debugMister Oyster2017-04-131-29/+4
* Set the device to wake up 1 1/2 minutes beforeMarcos Marado2017-04-131-1/+2
* power: Remove HAS_WAKELOCK config and document WAKELOCKDylan Reid2017-04-131-5/+6
* wakeup_reason: use vsnprintf instead of snsprintf for vargs.Ruchi Kandoi2017-04-131-1/+1
* power: wakeup_reason: fix suspend time reportingAmit Pundir2017-04-131-16/+25
* alarmtimer: Export symbols of functions declared in linux/alarmtimer.hMarcus Gelderie2017-04-131-1/+9
* alarmtimer: Export symbols of alarmtimer_get_rtcdevPramod Gurav2017-04-131-1/+1
* UPSTREAM: seccomp: always propagate NO_NEW_PRIVS on tsyncJann Horn2017-04-131-11/+11
* f2fs: avoid hungtask problem caused by losing wake_upYunlei He2017-04-131-0/+1
* 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