summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-11-15Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2019-11-15tracing: Increase SYNTH_FIELDS_MAX for synthetic_eventsArtem Bityutskiy
2019-11-15y2038: allow disabling time32 system callsArnd Bergmann
2019-11-15y2038: itimer: change implementation to timespec64Arnd Bergmann
2019-11-15y2038: move itimer reset into itimer.cArnd Bergmann
2019-11-15y2038: use compat_{get,set}_itimer on alphaArnd Bergmann
2019-11-15y2038: itimer: compat handling to itimer.cArnd Bergmann
2019-11-15y2038: time: avoid timespec usage in settimeofday()Arnd Bergmann
2019-11-15y2038: syscalls: change remaining timeval to __kernel_old_timevalArnd Bergmann
2019-11-15y2038: rusage: use __kernel_old_timevalArnd Bergmann
2019-11-15y2038: uapi: change __kernel_time_t to __kernel_old_time_tArnd Bergmann
2019-11-15y2038: remove CONFIG_64BIT_TIMEArnd Bergmann
2019-11-15perf/core: Provide a kernel-internal interface to pause perf_eventLike Xu
2019-11-15perf/core: Provide a kernel-internal interface to recalibrate event periodLike Xu
2019-11-15kernel/module.c: wakeup processes in module_wq on module unloadKonstantin Khorenko
2019-11-15sched/uclamp: Fix incorrect conditionQais Yousef
2019-11-15genirq: Fix function documentation of __irq_alloc_descs()luanshi
2019-11-15irq_work: Fix IRQ_WORK_BUSY bit clearingFrederic Weisbecker
2019-11-14ftrace: Add modify_ftrace_direct()Steven Rostedt (VMware)
2019-11-14tracing: Add missing "inline" in stub function of latency_fsnotify()Steven Rostedt (VMware)
2019-11-14cgroup: fix incorrect WARN_ON_ONCE() in cgroup_setup_root()Tejun Heo
2019-11-14tracing: Remove stray tab in TRACE_EVAL_MAP_FILE's help textBorislav Petkov
2019-11-14tracing: Use seq_buf_hex_dump() to dump buffersPiotr Maziarz
2019-11-14tracing/kprobe: Check whether the non-suffixed symbol is notraceMasami Hiramatsu
2019-11-14tracing: use kvcalloc for tgid_map array allocationYuming Han
2019-11-14tracing/hwlat: Fix a few trivial nitsSrivatsa S. Bhat (VMware)
2019-11-14tracing: Use generic type for comparator functionAndy Shevchenko
2019-11-14fgraph: Fix function type mismatches of ftrace_graph_return using ftrace_stubSteven Rostedt (VMware)
2019-11-13tracing: Adding NULL checks for trace_array descriptor pointerDivya Indi
2019-11-13tracing: Verify if trace array exists before destroying it.Divya Indi
2019-11-13tracing: Declare newly exported APIs in include/linux/trace.hDivya Indi
2019-11-13tracing: Make internal ftrace events staticBen Dooks
2019-11-13tracing: Use CONFIG_PREEMPTIONSebastian Andrzej Siewior
2019-11-13preemptirq_delay_test: Add the burst feature and a sysfs triggerViktor Rosendahl (BMW)
2019-11-13ftrace: Implement fs notification for tracing_max_latencyViktor Rosendahl (BMW)
2019-11-13ftrace: Add information on number of page groups allocatedSteven Rostedt (VMware)
2019-11-13ftrace/x86: Add a counter to test function_graph with directSteven Rostedt (VMware)
2019-11-13ftrace: Add ftrace_find_direct_func()Steven Rostedt (VMware)
2019-11-13ftrace: Add register_ftrace_direct()Steven Rostedt (VMware)
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