aboutsummaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* asmlinkage Make __stack_chk_failed and memcmp visibleAndi Kleen2018-11-291-1/+1
* GCC: Fix up for gcc 5+mydongistiny2018-11-293-1/+16
* UPSTREAM: perf/hwbp: Simplify the perf-hwbp code, fix documentationLinus Torvalds2018-11-271-23/+7
* BACKPORT: futex: Remove requirement for lock_page() in get_futex_key()Mel Gorman2018-05-161-7/+91
* BACKPORT: futex: Prevent overflow by strengthen input validationLi Jinyue2018-04-131-0/+3
* BACKPORT: audit: consistently record PIDs with task_tgid_nr()Paul Moore2017-12-282-7/+13
* perf: Use hrtimers for event multiplexingStephane Eranian2017-12-261-7/+106
* cpu: Defer smpboot kthread unparking until CPU known to schedulerPaul E. McKenney2017-12-261-3/+31
* arm64: use the new *_relaxed macros for lower power usagefranciscofranco2017-12-256-18/+20
* 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