aboutsummaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Finally eradicate CONFIG_HOTPLUGStephen Rothwell2017-12-221-1/+0
* sched/idle: Optimize the generic idle loopGaurav Jindal (Gaurav Jindal)2017-12-221-1/+4
* log: Initial dmesg pruningNathan Chancellor2017-12-183-4/+4
* cpuset: Add allow_attach hook for cpusets on android.Riley Andrews2017-12-111-0/+18
* cpuset: Make cpusets restore on hotplugRiley Andrews2017-12-111-15/+33
* clocksource: Fix abs() usage w/ 64bit valuesJohn Stultz2017-12-061-1/+1
* sched/cputime: Fix invalid gtime in procHiroshi Shimamoto2017-12-061-0/+3
* seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computingAndy Lutomirski2017-12-051-19/+45
* sched/idle: Move cpu/idle.c to sched/idle.cNicolas Pitre2017-12-054-2/+1
* PM: convert do_each_thread to for_each_process_threadMichal Hocko2017-12-051-8/+8
* perf: Optimize group_sched_in()Peter Zijlstra2017-12-051-1/+1
* workqueue: allow work_on_cpu() to be called recursivelyLai Jiangshan2017-12-051-10/+22
* workqueue: move flush_scheduled_work() to workqueue.hLai Jiangshan2017-12-051-30/+0
* kernel/workqueue.c: pr_warning/pr_warn & printk/pr_infoFabian Frederick2017-12-051-3/+3
* workqueue: simplify wq_update_unbound_numa() by jumping to use_dfl_pwq if the...Daeseok Youn2017-12-051-6/+2
* workqueue: wake regular worker if need_more_worker() when rescuer leave the poolLai Jiangshan2017-12-051-2/+2
* workqueue: alloc struct worker on its local nodeLai Jiangshan2017-12-051-4/+4
* workqueue: reuse the already calculated pwq in try_to_grab_pending()Lai Jiangshan2017-12-051-1/+1
* workqueue: stronger test in process_one_work()Lai Jiangshan2017-12-051-7/+1
* workqueue: remove useless WARN_ON_ONCE()Lai Jiangshan2017-12-051-2/+0
* workqueue: sanity check pool->cpu in wq_worker_sleeping()Lai Jiangshan2017-12-051-1/+1
* 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