summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-11-15workqueue: Add RCU annotation for pwq list walkSebastian Andrzej Siewior1-1/+2
2019-11-15ftrace: Add helper find_direct_entry() to consolidate codeSteven Rostedt (VMware)1-30/+29
2019-11-15ftrace: Add another check for match in register_ftrace_direct()Steven Rostedt (VMware)1-1/+6
2019-11-15ftrace: Fix accounting bug with direct->count in register_ftrace_direct()Steven Rostedt (VMware)1-2/+1
2019-11-15futex: Prevent robust futex exit raceYang Tao1-7/+51
2019-11-15Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-3/+4
2019-11-15tracing: Increase SYNTH_FIELDS_MAX for synthetic_eventsArtem Bityutskiy1-1/+1
2019-11-15y2038: allow disabling time32 system callsArnd Bergmann1-0/+23
2019-11-15y2038: itimer: change implementation to timespec64Arnd Bergmann1-62/+96
2019-11-15y2038: move itimer reset into itimer.cArnd Bergmann1-2/+13
2019-11-15y2038: use compat_{get,set}_itimer on alphaArnd Bergmann1-2/+2
2019-11-15y2038: itimer: compat handling to itimer.cArnd Bergmann2-31/+35
2019-11-15y2038: time: avoid timespec usage in settimeofday()Arnd Bergmann1-11/+9
2019-11-15y2038: syscalls: change remaining timeval to __kernel_old_timevalArnd Bergmann2-2/+2
2019-11-15y2038: rusage: use __kernel_old_timevalArnd Bergmann1-2/+2
2019-11-15y2038: uapi: change __kernel_time_t to __kernel_old_time_tArnd Bergmann1-3/+3
2019-11-15y2038: remove CONFIG_64BIT_TIMEArnd Bergmann2-3/+3
2019-11-15perf/core: Provide a kernel-internal interface to pause perf_eventLike Xu1-0/+18
2019-11-15perf/core: Provide a kernel-internal interface to recalibrate event periodLike Xu1-7/+21
2019-11-15kernel/module.c: wakeup processes in module_wq on module unloadKonstantin Khorenko1-0/+2
2019-11-15sched/uclamp: Fix incorrect conditionQais Yousef1-1/+1
2019-11-15genirq: Fix function documentation of __irq_alloc_descs()luanshi1-1/+1
2019-11-15irq_work: Fix IRQ_WORK_BUSY bit clearingFrederic Weisbecker1-0/+1
2019-11-14ftrace: Add modify_ftrace_direct()Steven Rostedt (VMware)1-0/+78
2019-11-14tracing: Add missing "inline" in stub function of latency_fsnotify()Steven Rostedt (VMware)1-1/+1
2019-11-14cgroup: fix incorrect WARN_ON_ONCE() in cgroup_setup_root()Tejun Heo1-1/+1
2019-11-14tracing: Remove stray tab in TRACE_EVAL_MAP_FILE's help textBorislav Petkov1-2/+2
2019-11-14tracing: Use seq_buf_hex_dump() to dump buffersPiotr Maziarz2-0/+45
2019-11-14tracing/kprobe: Check whether the non-suffixed symbol is notraceMasami Hiramatsu1-3/+24
2019-11-14tracing: use kvcalloc for tgid_map array allocationYuming Han1-1/+1
2019-11-14tracing/hwlat: Fix a few trivial nitsSrivatsa S. Bhat (VMware)1-2/+2
2019-11-14tracing: Use generic type for comparator functionAndy Shevchenko4-15/+13
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