summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-11-13time: Rename tsk->real_start_time to ->start_boottimePeter Zijlstra
2019-11-13locking/lockdep: Update the comment for __lock_release()Dan Carpenter
2019-11-13perf/aux: Allow using AUX data in perf samplesAlexander Shishkin
2019-11-13perf/core: Fix unlock balance in perf_init_event()Qian Cai
2019-11-13Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2019-11-13perf/core: Fix missing static inline on perf_cgroup_switch()Ben Dooks (Codethink)
2019-11-13perf/core: Consistently fail fork on allocation failuresAlexander Shishkin
2019-11-13perf/aux: Disallow aux_output for kernel eventsAlexander Shishkin
2019-11-13perf/core: Reattach a misplaced commentAlexander Shishkin
2019-11-13perf/aux: Fix the aux_output group inheritance fixAlexander Shishkin
2019-11-13perf/core: Disallow uncore-cgroup eventsPeter Zijlstra
2019-11-13sched/pelt: Fix update of blocked PELT orderingVincent Guittot
2019-11-13sched/core: Avoid spurious lock dependenciesPeter Zijlstra
2019-11-12Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-11-12cgroup: use cgrp->kn->id as the cgroup IDTejun Heo
2019-11-12kernfs: use 64bit inos if ino_t is 64bitTejun Heo
2019-11-12kernfs: combine ino/id lookup functions into kernfs_find_and_get_node_by_id()Tejun Heo
2019-11-12kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo
2019-11-12sched/Kconfig: Fix spelling mistake in user-visible help textSrivatsa S. Bhat (VMware)
2019-11-12time: Fix spelling mistake in commentMukesh Ojha
2019-11-12time: Optimize ns_to_timespec64()Arnd Bergmann
2019-11-12ntp/y2038: Remove incorrect time_t truncationArnd Bergmann
2019-11-11cpuidle: Use nanoseconds as the unit of timeRafael J. Wysocki
2019-11-11Merge branch 'for-5.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-11-11kheaders: explain why include/config/autoconf.h is excluded from md5sumMasahiro Yamada
2019-11-11kheaders: remove the last bashism to allow sh to run itMasahiro Yamada
2019-11-11kheaders: optimize header copy for in-tree buildsMasahiro Yamada
2019-11-11kheaders: optimize md5sum calculation for in-tree buildsMasahiro Yamada
2019-11-11kheaders: remove unneeded 'cat' command piped to 'head' / 'tail'Masahiro Yamada
2019-11-11dma-debug: increase HASH_SIZEEric Dumazet
2019-11-11dma-debug: reorder struct dma_debug_entry fieldsEric Dumazet
2019-11-11dma-mapping: merge the generic remapping helpers into dma-directChristoph Hellwig
2019-11-11dma-direct: provide mmap and get_sgtable method overridesChristoph Hellwig
2019-11-11stacktrace: Get rid of unneeded '!!' patternJiri Slaby
2019-11-11irq_work: Slightly simplify IRQ_WORK_PENDING clearingFrederic Weisbecker
2019-11-11irq_work: Fix irq_work_claim() memory orderingFrederic Weisbecker
2019-11-11irq_work: Convert flags to atomic_tFrederic Weisbecker
2019-11-11sched/core: Further clarify sched_class::set_next_task()Peter Zijlstra
2019-11-11sched/fair: Use mul_u32_u32()Peter Zijlstra
2019-11-11sched/core: Simplify sched_class::pick_next_task()Peter Zijlstra
2019-11-11sched/core: Optimize pick_next_task()Peter Zijlstra
2019-11-11sched/core: Make pick_next_task_idle() more consistentPeter Zijlstra
2019-11-11sched/fair: Better document newidle_balance()Peter Zijlstra
2019-11-11Merge tag 'v5.4-rc7' into sched/core, to pick up fixesIngo Molnar
2019-11-11Merge tag 'v5.4-rc7' into perf/core, to pick up fixesIngo Molnar
2019-11-10Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2019-11-10Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-11-10Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-11-10Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-11-10audit_get_nd(): don't unlock parent too earlyAl Viro