aboutsummaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* workqueue: use schedule_timeout_interruptible() instead of open codeLai Jiangshan2017-12-051-2/+1
* workqueue: remove the empty check in too_many_workers()Lai Jiangshan2017-12-051-7/+0
* workqueue: use "pool->cpu < 0" to stand for an unbound poolLai Jiangshan2017-12-051-1/+1
* workqueue: Provide destroy_delayed_work_on_stack()Thomas Gleixner2017-12-051-0/+7
* workqueue: fix pool ID allocation leakage and remove BUILD_BUG_ON() in init_w...Li Bin2017-12-051-6/+9
* workqueue: Fix workqueue stall issue after cpu down failureSe Wang (Patrick) Oh2017-12-051-9/+15
* workqueue: clear POOL_DISASSOCIATED in rebind_workers()Lai Jiangshan2017-12-051-4/+1
* tracing: do not leak kernel addressesNick Desaulniers2017-12-031-1/+1
* Revert "power: make sync on suspend optional"Moyster2017-12-012-7/+0
* timer/debug: Change /proc/timer_list from 0444 to 0400Ingo Molnar2017-12-011-1/+1
* tracing: Erase irqsoff trace with empty writeBo Yan2017-11-061-2/+8
* tracing: Apply trace_clock changes to instance max bufferBaohong Liu2017-11-061-1/+1
* workqueue: implicit ordered attribute should be overridableTejun Heo2017-11-061-4/+9
* kernel/extable.c: mark core_kernel_text notraceMarcin Nowakowski2017-11-061-1/+1
* workqueue: restore WQ_UNBOUND/max_active==1 to be orderedTejun Heo2017-11-061-0/+10
* fork: make whole stack_canary randomJann Horn2017-10-141-1/+1
* CHROMIUM: remove Android's cgroup generic permissions checksDmitry Torokhov2017-09-302-50/+3
* misc: replace __FUNCTION__ by __function__Moyster2017-09-233-4/+4
* drivers: merged Android Binder from 4.9Lukas06102017-09-161-9/+0
* lib: vsprintf: whitelist stack tracesDave Weinstein2017-09-141-1/+1
* perf/core: Fix group {cpu,task} validationMark Rutland2017-09-111-20/+19
* hrtimer: Prevent enqueue of hrtimer on dead CPUMichael Bohan2017-09-111-1/+2
* hrtimer: Consider preemption when migrating hrtimer cpu_basesMichael Bohan2017-09-111-1/+3
* sched: Micro-optimize the smart wake-affine logicPeter Zijlstra2017-09-113-2/+8
* sched: Implement smarter wake-affine logicMichael Wang2017-09-111-0/+47
* sched: reinitialize rq->next_balance when a CPU is hot-addedPaul Walmsley2017-09-111-0/+1
* PM / suspend: Remove unnecessary !!Viresh Kumar2017-09-111-1/+1
* 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