summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* sched/wait: assert the wait_queue_head lock is held in __wake_up_commonChristoph Hellwig2018-08-221-0/+2
* kernel: tracepoints: add support for relative referencesArd Biesheuvel2018-08-221-23/+26
* init: allow initcall tables to be emitted using relative referencesArd Biesheuvel2018-08-221-7/+9
* module: use relative references for __ksymtab entriesArd Biesheuvel2018-08-221-6/+26
* kernel/hung_task.c: allow to set checking interval separately from timeoutDmitry Vyukov2018-08-223-2/+27
* kernel/crash_core.c: print timestamp using time64_tArnd Bergmann2018-08-221-1/+1
* userns: use irqsave variant of refcount_dec_and_lock()Anna-Maria Gleixner2018-08-221-4/+1
* userns: use refcount_t for reference counting instead atomic_tSebastian Andrzej Siewior2018-08-221-4/+4
* proc/kcore: add vmcoreinfo note to /proc/kcoreOmar Sandoval2018-08-221-2/+2
* crash_core: use VMCOREINFO_SYMBOL_ARRAY() for swapper_pg_dirOmar Sandoval2018-08-221-1/+1
* mm: zero out the vma in vma_init()Andrew Morton2018-08-221-1/+2
* Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-08-2039-492/+566
|\
| * tracing: Fix SPDX format headers to use C++ style commentsSteven Rostedt (VMware)2018-08-168-8/+8
| * tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)2018-08-1620-102/+20
| * tracing: Add SPDX License format to bpf_trace.cSteven Rostedt (VMware)2018-08-161-4/+1
| * blktrace: Add SPDX License format headerSteven Rostedt (VMware)2018-08-161-13/+1
| * tracing: Add -mcount-nop option supportVasily Gorbik2018-08-152-0/+7
| * Uprobe: Additional argument arch_uprobe to uprobe_write_opcode()Ravi Bangoria2018-08-131-4/+5
| * Uprobes: Simplify uprobe_register() bodyRavi Bangoria2018-08-131-33/+36
| * tracepoints: Free early tracepoints after RCU is initializedSteven Rostedt (VMware)2018-08-101-0/+32
| * uprobes: Use synchronize_rcu() not synchronize_sched()Steven Rostedt (VMware)2018-08-101-1/+1
| * tracing: Fix synchronizing to event changes with tracepoint_synchronize_unreg...Steven Rostedt (VMware)2018-08-104-14/+17
| * ftrace: Remove unused pointer ftrace_swapper_pidColin Ian King2018-08-101-2/+0
| * tracing: More reverting of "tracing: Centralize preemptirq tracepoints and un...Steven Rostedt (VMware)2018-08-103-50/+38
| * tracing/irqsoff: Handle preempt_count for different configsSteven Rostedt (VMware)2018-08-101-29/+37
| * tracing: Partial revert of "tracing: Centralize preemptirq tracepoints and un...Steven Rostedt (VMware)2018-08-102-28/+22
| * tracing: irqsoff: Account for additional preempt_disableJoel Fernandes (Google)2018-08-061-0/+26
| * trace: Use rcu_dereference_raw for hooks from trace-event subsystemJoel Fernandes (Google)2018-08-031-2/+2
| * tracing/kprobes: Fix within_notrace_func() to check only notrace functionsMasami Hiramatsu2018-08-021-3/+5
| * ftrace: Use true and false for boolean values in ops_references_rec()Gustavo A. R. Silva2018-08-011-5/+5
| * ring-buffer: Make ring_buffer_record_is_set_on() return boolSteven Rostedt (VMware)2018-08-011-1/+1
| * ring-buffer: Make ring_buffer_record_is_on() return boolSteven Rostedt (VMware)2018-08-011-1/+1
| * tracing: Make tracer_tracing_is_on() return boolSteven Rostedt (VMware)2018-08-012-2/+2
| * tracing: Do a WARN_ON() if start_thread() in hwlat is called when thread existsSteven Rostedt (VMware)2018-08-011-1/+1
| * ftrace: Add missing check for existing hwlat threadErica Bugden2018-08-011-0/+3
| * tracing: Do not call start/stop() functions when tracing_on does not changeSteven Rostedt (VMware)2018-08-011-1/+3
| * tracing: Centralize preemptirq tracepoints and unify their usageJoel Fernandes (Google)2018-07-316-202/+162
| * tracepoint: Make rcuidle tracepoint callers use SRCUJoel Fernandes (Google)2018-07-301-1/+15
| * lockdep: Use this_cpu_ptr instead of get_cpu_var statsJoel Fernandes (Google)2018-07-301-9/+1
| * selftest/ftrace: Move kprobe selftest function to separate compile unitFrancis Deslauriers2018-07-304-11/+23
| * tracing: kprobes: Prohibit probing on notrace functionMasami Hiramatsu2018-07-302-9/+58
| * tracing: preemptirq_delay_run() can be statickbuild test robot2018-07-271-1/+1
| * tracing/kprobes: Simplify the logic of enable_trace_kprobe()Steven Rostedt (VMware)2018-07-271-18/+24
| * tracing: Remove orphaned function ftrace_nr_registered_ops()Masami Hiramatsu2018-07-261-24/+0
| * tracing: Remove orphaned function using_ftrace_ops_list_func().Masami Hiramatsu2018-07-262-6/+0
| * tracing: Make unregister_trigger() staticSteven Rostedt (VMware)2018-07-262-6/+3
| * lib: Add module for testing preemptoff/irqsoff latency tracersJoel Fernandes (Google)2018-07-263-0/+88
| * tracing/irqsoff: Split reset into separate functionsJoel Fernandes (Google)2018-07-261-3/+19
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2018-08-202-7/+6
|\ \
| * \ Merge branch 'for-4.19/upstream' into for-linusJiri Kosina2018-08-201-7/+0
| |\ \