aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-11-14fgraph: Fix function type mismatches of ftrace_graph_return using ftrace_stubSteven Rostedt (VMware)1-3/+8
2019-11-13tracing: Adding NULL checks for trace_array descriptor pointerDivya Indi2-0/+5
2019-11-13tracing: Verify if trace array exists before destroying it.Divya Indi2-4/+17
2019-11-13tracing: Declare newly exported APIs in include/linux/trace.hDivya Indi1-3/+1
2019-11-13tracing: Make internal ftrace events staticBen Dooks1-2/+2
2019-11-13tracing: Use CONFIG_PREEMPTIONSebastian Andrzej Siewior1-0/+2
2019-11-13preemptirq_delay_test: Add the burst feature and a sysfs triggerViktor Rosendahl (BMW)2-22/+128
2019-11-13ftrace: Implement fs notification for tracing_max_latencyViktor Rosendahl (BMW)3-6/+98
2019-11-13ftrace: Add information on number of page groups allocatedSteven Rostedt (VMware)3-6/+31
2019-11-13ftrace/x86: Add a counter to test function_graph with directSteven Rostedt (VMware)1-0/+4
2019-11-13ftrace: Add ftrace_find_direct_func()Steven Rostedt (VMware)1-1/+78
2019-11-13ftrace: Add register_ftrace_direct()Steven Rostedt (VMware)2-5/+272
2019-11-13time: Rename tsk->real_start_time to ->start_boottimePeter Zijlstra1-1/+1
2019-11-13locking/lockdep: Update the comment for __lock_release()Dan Carpenter1-3/+1
2019-11-13perf/aux: Allow using AUX data in perf samplesAlexander Shishkin3-3/+207
2019-11-13perf/core: Fix unlock balance in perf_init_event()Qian Cai1-1/+1
2019-11-13Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-4/+19
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