aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-11-13perf/core: Fix missing static inline on perf_cgroup_switch()Ben Dooks (Codethink)1-1/+1
2019-11-13perf/core: Consistently fail fork on allocation failuresAlexander Shishkin1-1/+1
2019-11-13perf/aux: Disallow aux_output for kernel eventsAlexander Shishkin1-0/+7
2019-11-13perf/core: Reattach a misplaced commentAlexander Shishkin1-4/+3
2019-11-13perf/aux: Fix the aux_output group inheritance fixAlexander Shishkin1-1/+1
2019-11-13perf/core: Disallow uncore-cgroup eventsPeter Zijlstra1-0/+9
2019-11-13sched/pelt: Fix update of blocked PELT orderingVincent Guittot1-9/+20
2019-11-13sched/core: Avoid spurious lock dependenciesPeter Zijlstra1-1/+2
2019-11-12Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+26
2019-11-12cgroup: use cgrp->kn->id as the cgroup IDTejun Heo4-55/+29
2019-11-12kernfs: use 64bit inos if ino_t is 64bitTejun Heo1-4/+17
2019-11-12kernfs: combine ino/id lookup functions into kernfs_find_and_get_node_by_id()Tejun Heo1-1/+1
2019-11-12kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo4-40/+34
2019-11-12sched/Kconfig: Fix spelling mistake in user-visible help textSrivatsa S. Bhat (VMware)1-1/+1
2019-11-12time: Fix spelling mistake in commentMukesh Ojha1-1/+1
2019-11-12time: Optimize ns_to_timespec64()Arnd Bergmann1-9/+12
2019-11-12ntp/y2038: Remove incorrect time_t truncationArnd Bergmann1-1/+1
2019-11-11cpuidle: Use nanoseconds as the unit of timeRafael J. Wysocki1-1/+1
2019-11-11Merge branch 'for-5.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-1/+1
2019-11-11kheaders: explain why include/config/autoconf.h is excluded from md5sumMasahiro Yamada1-2/+9
2019-11-11kheaders: remove the last bashism to allow sh to run itMasahiro Yamada2-7/+8
2019-11-11kheaders: optimize header copy for in-tree buildsMasahiro Yamada1-7/+9
2019-11-11kheaders: optimize md5sum calculation for in-tree buildsMasahiro Yamada1-16/+16
2019-11-11kheaders: remove unneeded 'cat' command piped to 'head' / 'tail'Masahiro Yamada1-4/+4
2019-11-11dma-debug: increase HASH_SIZEEric Dumazet1-2/+2
2019-11-11dma-debug: reorder struct dma_debug_entry fieldsEric Dumazet1-7/+7
2019-11-11dma-mapping: merge the generic remapping helpers into dma-directChristoph Hellwig2-61/+48
2019-11-11dma-direct: provide mmap and get_sgtable method overridesChristoph Hellwig4-47/+75
2019-11-11stacktrace: Get rid of unneeded '!!' patternJiri Slaby1-2/+2
2019-11-11irq_work: Slightly simplify IRQ_WORK_PENDING clearingFrederic Weisbecker1-4/+3
2019-11-11irq_work: Fix irq_work_claim() memory orderingFrederic Weisbecker1-15/+7
2019-11-11irq_work: Convert flags to atomic_tFrederic Weisbecker4-12/+12
2019-11-11sched/core: Further clarify sched_class::set_next_task()Peter Zijlstra6-11/+17
2019-11-11sched/fair: Use mul_u32_u32()Peter Zijlstra1-2/+1
2019-11-11sched/core: Simplify sched_class::pick_next_task()Peter Zijlstra7-35/+16
2019-11-11sched/core: Optimize pick_next_task()Peter Zijlstra4-5/+8
2019-11-11sched/core: Make pick_next_task_idle() more consistentPeter Zijlstra2-4/+5
2019-11-11sched/fair: Better document newidle_balance()Peter Zijlstra1-0/+5
2019-11-11Merge tag 'v5.4-rc7' into sched/core, to pick up fixesIngo Molnar46-350/+836
2019-11-11Merge tag 'v5.4-rc7' into perf/core, to pick up fixesIngo Molnar17-89/+224
2019-11-10Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+3
2019-11-10Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-59/+113
2019-11-10Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-11-10Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+4
2019-11-10audit_get_nd(): don't unlock parent too earlyAl Viro1-1/+1
2019-11-10cgroup: don't put ERR_PTR() into fc->rootAl Viro1-2/+3
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-5/+39
2019-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-4/+7
2019-11-08sched: Fix pick_next_task() vs 'change' pattern racePeter Zijlstra7-58/+112
2019-11-08sched/core: Fix compilation error when cgroup not selectedQais Yousef1-1/+1