aboutsummaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* pidns: fix NULL dereference in __task_pid_nr_ns()Eric Dumazet2019-05-021-2/+2
* tick: don't update idle time if cpu offlineLianwei Wang2019-05-021-3/+3
* kernel/gcov/fs.c: remove unnecessary null test before debugfs_removeFabian Frederick2019-05-021-2/+1
* gcov: add support for GCC 4.9Yuan Pengfei2019-05-022-0/+11
* gcov: reuse kbasename helperAndy Shevchenko2019-05-021-4/+3
* kernel/gcov/fs.c: use pr_warn()Andrew Morton2019-05-021-17/+17
* gcov: compile specific gcov implementation based on gcc versionFrantisek Hrbata2019-05-022-1/+61
* gcov: add support for gcc 4.7 gcov formatFrantisek Hrbata2019-05-022-0/+566
* gcov: move gcov structs definitions to a gcc version specific fileFrantisek Hrbata2019-05-024-80/+153
* kernel: replace strict_strto*() with kstrto*()Jingoo Han2019-05-023-9/+9
* arm, pm, vmpressure: add missing slab.h includesTejun Heo2018-12-111-0/+1
* printk: Fix panic caused by passing log_buf_len to command lineHe Zhe2018-12-011-1/+6
* kbuild: fix kernel/bounds.c 'W=1' warningArnd Bergmann2018-12-011-1/+3
* Revert "GCC: Fix up for gcc 5+"Moyster2018-11-303-16/+1
* fix GCC 6.X tautological-compare warningsAlex Tsanis2018-11-302-0/+11
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2018-11-2930-30/+30
* 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