summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* dynamic_debug: add static inline stub for ddebug_add_moduleRasmus Villemoes2019-03-081-2/+0Star
* dynamic_debug: move pr_err from module.c to ddebug_add_moduleRasmus Villemoes2019-03-081-3/+1Star
* kernel/sys: annotate implicit fall throughMathieu Malaterre2019-03-081-0/+1
* kernel/hung_task.c: Use continuously blocked time when reporting.Tetsuo Handa2019-03-081-1/+1
* kernel/hung_task.c - fix sparse warningsValdis Kletnieks2019-03-081-0/+1
* kernel/panic.c: taint: fix debugfs_simple_attr.cocci warningsYueHaibing2019-03-081-6/+4Star
* Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-03-062-24/+113
|\
| * Merge 5.0-rc6 into driver-core-nextGreg Kroah-Hartman2019-02-1133-144/+409
| |\
| * | async: Add support for queueing on specific NUMA nodeAlexander Duyck2019-01-311-24/+29
| * | workqueue: Provide queue_work_node to queue work near a given NUMA nodeAlexander Duyck2019-01-311-0/+84
* | | Merge tag 'pm-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-03-062-6/+59
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-----. \ \ Merge branches 'pm-core', 'pm-sleep', 'pm-qos', 'pm-domains' and 'pm-em'Rafael J. Wysocki2019-03-042-6/+59
| |\ \ \ \ \ \
| | | | | * | | PM / EM: Expose the Energy Model in debugfsQuentin Perret2019-01-231-0/+57
| | | | |/ / /
| | | * / / / PM: QoS: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-221-6/+2Star
| | | |/ / /
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-067-15/+39
|\ \ \ \ \ \
| * | | | | | kernel: cgroup: add poll file operationJohannes Weiner2019-03-061-0/+12
| * | | | | | mm, compaction: capture a page under direct compactionMel Gorman2019-03-061-0/+3
| * | | | | | mm: remove sysctl_extfrag_handler()Matthew Wilcox2019-03-061-1/+1
| * | | | | | mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-062-8/+10
| * | | | | | PM/Hibernate: exclude all PageOffline() pagesDavid Hildenbrand2019-03-061-2/+7
| * | | | | | PM/Hibernate: use pfn_to_online_page()David Hildenbrand2019-03-061-4/+4
| * | | | | | kexec: export PG_offline to VMCOREINFODavid Hildenbrand2019-03-061-0/+2
* | | | | | | Merge tag 'y2038-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds2019-03-061-0/+3
|\ \ \ \ \ \ \
| * | | | | | | ipc: Fix building compat mode without sysvipcArnd Bergmann2019-03-061-0/+3
* | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-0613-272/+540
|\ \ \ \ \ \ \ \
| * | | | | | | | kthread: Do not use TIMER_IRQSAFESebastian Andrzej Siewior2019-02-281-2/+3
| * | | | | | | | kthread: Convert worker lock to raw spinlockJulia Cartwright2019-02-281-21/+21
| * | | | | | | | sched/fair: Use non-atomic cpumask_{set,clear}_cpu()Viresh Kumar2019-02-132-4/+4
| * | | | | | | | sched/fair: Remove unused 'sd' parameter from select_idle_smt()Viresh Kumar2019-02-111-3/+3
| * | | | | | | | sched/fair: Prune, fix and simplify the nohz_balancer_kick() comment blockValentin Schneider2019-02-111-9/+2Star
| * | | | | | | | sched/fair: Explain LLC nohz kick conditionValentin Schneider2019-02-111-2/+7
| * | | | | | | | sched/fair: Simplify nohz_balancer_kick()Valentin Schneider2019-02-111-6/+2Star
| * | | | | | | | sched/topology: Fix percpu data types in struct sd_data & struct s_dataLuc Van Oostenryck2019-02-111-1/+1
| * | | | | | | | sched/fair: Simplify post_init_entity_util_avg() by calling it with a task_st...Dietmar Eggemann2019-02-113-24/+18Star
| * | | | | | | | sched/fair: Fix O(nr_cgroups) in the load balancing pathVincent Guittot2019-02-111-9/+34
| * | | | | | | | sched/fair: Optimize update_blocked_averages()Vincent Guittot2019-02-111-5/+21
| * | | | | | | | Merge tag 'v5.0-rc6' into sched/core, to pick up fixesIngo Molnar2019-02-1126-114/+282
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | sched/fair: Fix insertion in rq->leaf_cfs_rq_listVincent Guittot2019-02-041-5/+28
| * | | | | | | | sched/fair: Add tmp_alone_branch assertionPeter Zijlstra2019-02-041-55/+71
| * | | | | | | | sched/core: Use READ_ONCE()/WRITE_ONCE() in move_queued_task()/task_rq_lock()Andrea Parri2019-02-042-7/+8
| * | | | | | | | sched/debug: Initialize sd_sysctl_cpus if !CONFIG_CPUMASK_OFFSTACKHidetoshi Seto2019-02-041-0/+4
| * | | | | | | | sched/pelt: Skip updating util_est when utilization is higher than CPU's capa...Vincent Guittot2019-02-042-5/+16
| * | | | | | | | sched/fair: Update scale invariance of PELTVincent Guittot2019-02-047-52/+170
| * | | | | | | | sched/fair: Move the rq_of() helper functionVincent Guittot2019-02-042-13/+16
| * | | | | | | | sched/core: Convert task_struct.stack_refcount to refcount_tElena Reshetova2019-02-041-3/+3
| * | | | | | | | sched/core: Convert task_struct.usage to refcount_tElena Reshetova2019-02-041-2/+2
| * | | | | | | | sched/fair: Convert numa_group.refcount to refcount_tElena Reshetova2019-02-041-6/+6
| * | | | | | | | sched/core: Convert signal_struct.sigcnt to refcount_tElena Reshetova2019-02-041-3/+3
| * | | | | | | | sched/core: Convert sighand_struct.count to refcount_tElena Reshetova2019-02-041-4/+4
| * | | | | | | | sched/fair: Fix unnecessary increase of balance intervalVincent Guittot2019-01-271-13/+27