aboutsummaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* futex: Move futex_init() to core_initcallYang Yang2017-07-041-1/+1
* sched/debug: Don't dump sched debug info in SysRq-WRabin Vincent2017-07-041-1/+2
* sysctl: fix proc_doulongvec_ms_jiffies_minmax()Eric Dumazet2017-07-041-0/+1
* tick/broadcast: Prevent NULL pointer dereferenceThomas Gleixner2017-07-041-0/+3
* ring-buffer: Have ring_buffer_iter_empty() return true when emptySteven Rostedt (VMware)2017-06-171-2/+14
* tracing: Allocate the snapshot buffer before enabling probeSteven Rostedt (VMware)2017-06-171-3/+5
* ring-buffer: Fix return value check in test_ringbuffer()Wei Yongjun2017-06-171-4/+4
* ptrace: fix PTRACE_LISTEN race corrupting task->statebsegall@google.com2017-06-171-4/+10
* perf/core: Fix event inheritance on fork()Peter Zijlstra2017-06-171-2/+3
* locking/static_keys: Add static_key_{en,dis}able() helpersPeter Zijlstra2017-06-171-4/+2
* hotplug: Make register and unregister notifier API symmetricMichal Hocko2017-06-171-2/+1
* locking/rtmutex: Prevent dequeue vs. unlock raceThomas Gleixner2017-06-171-2/+66
* Revert "jiffies conversions: Use compile time constants when possible"Mister Oyster2017-06-021-12/+94
* fs: add dirtytime_expire_seconds sysctlTheodore Ts'o2017-05-291-0/+8
* sched: add bit_wait_io for 3.18 ext4 backportTheodore Ts'o2017-05-271-0/+9
* 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