aboutsummaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* audit: Fix sleep in atomicJan Kara2017-08-311-2/+14
* cputime: Fix jiffies based cputime assumption on steal accountingFrederic Weisbecker2017-08-311-5/+11
* BACKPORT: FROMLIST: pids: make task_tgid_nr_ns() safeOleg Nesterov2017-08-311-7/+4
* sched/loadavg: Avoid loadavg spikes caused by delayed NO_HZ accountingMatt Fleming2017-08-311-2/+2
* sched/topology: Fix overlapping sched_group_maskPeter Zijlstra2017-08-311-1/+17
* sched/topology: Optimize build_group_mask()Lauro Ramos Venancio2017-08-311-2/+2
* alarmtimer: don't rate limit one-shot timersGreg Hackmann2017-08-311-1/+2
* alarmtimer: Rate limit periodic intervalsThomas Gleixner2017-08-311-0/+8
* Revert "proc: smaps: Allow smaps access for CAP_SYS_RESOURCE"Daniel Mentz2017-07-111-2/+1
* uksm: remove Mtk aksm & uksm (because its fugly)Mister Oyster2017-07-041-2/+2
* printk: use rcuidle console tracepointSergey Senozhatsky2017-07-041-1/+1
* padata: avoid race in reorderingJason A. Donenfeld2017-07-041-2/+3
* futex: Add missing error handling to FUTEX_REQUEUE_PIPeter Zijlstra2017-07-041-0/+2
* futex: Fix potential use-after-free in FUTEX_REQUEUE_PIPeter Zijlstra2017-07-041-9/+11
* 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