summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2019-11-15genirq: Fix function documentation of __irq_alloc_descs()luanshi-1/+1
2019-11-15irq_work: Fix IRQ_WORK_BUSY bit clearingFrederic Weisbecker-0/+1
2019-11-14ftrace: Add modify_ftrace_direct()Steven Rostedt (VMware)-0/+78
2019-11-14tracing: Add missing "inline" in stub function of latency_fsnotify()Steven Rostedt (VMware)-1/+1
2019-11-14cgroup: fix incorrect WARN_ON_ONCE() in cgroup_setup_root()Tejun Heo-1/+1
2019-11-14tracing: Remove stray tab in TRACE_EVAL_MAP_FILE's help textBorislav Petkov-2/+2
2019-11-14tracing: Use seq_buf_hex_dump() to dump buffersPiotr Maziarz-0/+45
2019-11-14tracing/kprobe: Check whether the non-suffixed symbol is notraceMasami Hiramatsu-3/+24
2019-11-14tracing: use kvcalloc for tgid_map array allocationYuming Han-1/+1
2019-11-14tracing/hwlat: Fix a few trivial nitsSrivatsa S. Bhat (VMware)-2/+2
2019-11-14tracing: Use generic type for comparator functionAndy Shevchenko-15/+13
2019-11-14fgraph: Fix function type mismatches of ftrace_graph_return using ftrace_stubSteven Rostedt (VMware)-3/+8
2019-11-13tracing: Adding NULL checks for trace_array descriptor pointerDivya Indi-0/+5
2019-11-13tracing: Verify if trace array exists before destroying it.Divya Indi-4/+17
2019-11-13tracing: Declare newly exported APIs in include/linux/trace.hDivya Indi-3/+1
2019-11-13tracing: Make internal ftrace events staticBen Dooks-2/+2
2019-11-13tracing: Use CONFIG_PREEMPTIONSebastian Andrzej Siewior-0/+2
2019-11-13preemptirq_delay_test: Add the burst feature and a sysfs triggerViktor Rosendahl (BMW)-22/+128
2019-11-13ftrace: Implement fs notification for tracing_max_latencyViktor Rosendahl (BMW)-6/+98
2019-11-13ftrace: Add information on number of page groups allocatedSteven Rostedt (VMware)-6/+31
2019-11-13ftrace/x86: Add a counter to test function_graph with directSteven Rostedt (VMware)-0/+4
2019-11-13ftrace: Add ftrace_find_direct_func()Steven Rostedt (VMware)-1/+78
2019-11-13ftrace: Add register_ftrace_direct()Steven Rostedt (VMware)-5/+272
2019-11-13time: Rename tsk->real_start_time to ->start_boottimePeter Zijlstra-1/+1
2019-11-13locking/lockdep: Update the comment for __lock_release()Dan Carpenter-3/+1
2019-11-13perf/aux: Allow using AUX data in perf samplesAlexander Shishkin-3/+207
2019-11-13perf/core: Fix unlock balance in perf_init_event()Qian Cai-1/+1
2019-11-13Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar-4/+19
2019-11-13perf/core: Fix missing static inline on perf_cgroup_switch()Ben Dooks (Codethink)-1/+1
2019-11-13perf/core: Consistently fail fork on allocation failuresAlexander Shishkin-1/+1
2019-11-13perf/aux: Disallow aux_output for kernel eventsAlexander Shishkin-0/+7
2019-11-13perf/core: Reattach a misplaced commentAlexander Shishkin-4/+3
2019-11-13perf/aux: Fix the aux_output group inheritance fixAlexander Shishkin-1/+1
2019-11-13perf/core: Disallow uncore-cgroup eventsPeter Zijlstra-0/+9
2019-11-13sched/pelt: Fix update of blocked PELT orderingVincent Guittot-9/+20
2019-11-13sched/core: Avoid spurious lock dependenciesPeter Zijlstra-1/+2
2019-11-12Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+26
2019-11-12cgroup: use cgrp->kn->id as the cgroup IDTejun Heo-55/+29
2019-11-12kernfs: use 64bit inos if ino_t is 64bitTejun Heo-4/+17
2019-11-12kernfs: combine ino/id lookup functions into kernfs_find_and_get_node_by_id()Tejun Heo-1/+1
2019-11-12kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo-40/+34
2019-11-12sched/Kconfig: Fix spelling mistake in user-visible help textSrivatsa S. Bhat (VMware)-1/+1
2019-11-12time: Fix spelling mistake in commentMukesh Ojha-1/+1
2019-11-12time: Optimize ns_to_timespec64()Arnd Bergmann-9/+12
2019-11-12ntp/y2038: Remove incorrect time_t truncationArnd Bergmann-1/+1
2019-11-11cpuidle: Use nanoseconds as the unit of timeRafael J. Wysocki-1/+1
2019-11-11Merge branch 'for-5.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2019-11-11kheaders: explain why include/config/autoconf.h is excluded from md5sumMasahiro Yamada-2/+9
2019-11-11kheaders: remove the last bashism to allow sh to run itMasahiro Yamada-7/+8
2019-11-11kheaders: optimize header copy for in-tree buildsMasahiro Yamada-7/+9