summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | tracing: Remove unused TRACE_SEQ_BUF_USEDAlex Shi2020-01-221-3/+0
| * | | ring-buffer: Remove abandoned macro RB_MISSED_FLAGSAlex Shi2020-01-221-2/+0
| * | | ftrace: Remove NR_TO_INIT macroAlex Shi2020-01-211-3/+0
| * | | ftrace: Remove abandoned macrosAlex Shi2020-01-211-2/+0
| * | | tracing: Allow trace_printk() to nest in other tracing codeSteven Rostedt (VMware)2020-01-161-5/+19
| * | | ring-buffer: Fix kernel doc for rb_update_event()Steven Rostedt (VMware)2020-01-141-3/+3
| * | | ring-bufer: kernel-doc warning fixesFabian Frederick2020-01-141-0/+3
| * | | tracing: trigger: Replace unneeded RCU-list traversalsMasami Hiramatsu2020-01-132-16/+45
| * | | tracing/boot: Add function tracer filter optionsMasami Hiramatsu2020-01-131-0/+40
| * | | tracing/boot: Add cpu_mask option supportMasami Hiramatsu2020-01-132-13/+43
| * | | tracing/boot: Add instance node supportMasami Hiramatsu2020-01-131-5/+38
| * | | tracing/boot: Add synthetic event supportMasami Hiramatsu2020-01-132-0/+52
| * | | tracing/boot Add kprobe event supportMasami Hiramatsu2020-01-132-0/+51
| * | | tracing/boot: Add per-event settingsMasami Hiramatsu2020-01-132-1/+61
| * | | tracing/boot: Add boot-time tracingMasami Hiramatsu2020-01-134-5/+128
| * | | tracing: Add NULL trace-array check in print_synth_event()Masami Hiramatsu2020-01-131-1/+1
| * | | tracing: Accept different type for synthetic event fieldsMasami Hiramatsu2020-01-131-2/+5
| * | | tracing: kprobes: Register to dynevent earlier stageMasami Hiramatsu2020-01-131-4/+15
| * | | tracing: kprobes: Output kprobe event to printk bufferMasami Hiramatsu2020-01-133-31/+31
| * | | tracing: Apply soft-disabled and filter to tracepoints printkMasami Hiramatsu2020-01-131-0/+7
| * | | tracing: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)2020-01-1315-126/+126
| * | | tracing: Rename trace_buffer to array_bufferSteven Rostedt (VMware)2020-01-1317-193/+193
| * | | perf: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)2020-01-133-65/+65
* | | | Merge branch 'work.recursive_removal' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-02-053-6/+6
|\ \ \ \
| * | | | simple_recursive_removal(): kernel-side rm -rf for ramfs-style filesystemsAl Viro2019-12-113-6/+6
* | | | | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-048-89/+87
* | | | | Merge tag 'kgdb-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds2020-02-035-32/+19
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | kdb: Use for_each_console() helperAndy Shevchenko2020-01-311-6/+3
| * | | | kdb: remove redundant assignment to pointer bpColin Ian King2020-01-311-1/+0
| * | | | kdb: Get rid of confusing diag msg from "rd" if current task has no regsDouglas Anderson2020-01-311-15/+13
| * | | | kdb: Gid rid of implicit setting of the current task / regsDouglas Anderson2020-01-313-9/+2
| * | | | kdb: kdb_current_task shouldn't be exportedDouglas Anderson2020-01-311-1/+0
| * | | | kdb: kdb_current_regs should be privateDouglas Anderson2020-01-311-0/+1
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-01-311-0/+1
|\ \ \ \ \
| * | | | | kcov: ignore fault-inject and stacktraceDmitry Vyukov2020-01-311-0/+1
* | | | | | Merge tag 'modules-for-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-01-311-9/+13
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | module: avoid setting info->name early in case we can fall back to info->mod-...Jessica Yu2020-01-201-5/+4
| * | | | | modsign: print module name along with error messageJessica Yu2020-01-151-1/+1
| * | | | | kernel/module: Fix memleak in module_add_modinfo_attrs()YueHaibing2020-01-081-0/+2
| * | | | | modules: lockdep: Suppress suspicious RCU usage warningMasami Hiramatsu2019-12-091-3/+6
| | |/ / / | |/| | |
* | | | | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2020-01-301-2/+2
|\ \ \ \ \
| * | | | | mm/mmu_notifier: Rename struct mmu_notifier_mm to mmu_notifier_subscriptionsJason Gunthorpe2020-01-141-2/+2
* | | | | | Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds2020-01-303-1/+116
|\ \ \ \ \ \
| * | | | | | prctl: PR_{G,S}ET_IO_FLUSHER to support controlling memory reclaimMike Christie2020-01-281-0/+25
| * | | | | | sched.h: Annotate sighand_struct with __rcuMadhuparna Bhowmik2020-01-261-1/+1
| * | | | | | pid: Implement pidfd_getfd syscallSargun Dhillon2020-01-131-0/+90
| |/ / / / /
* | | | | | Merge tag 'linux-kselftest-5.6-rc1-kunit' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-01-301-1/+3
|\ \ \ \ \ \
| * | | | | | kunit: allow kunit tests to be loaded as a moduleAlan Maguire2020-01-101-1/+3
| |/ / / / /
* | | | | | Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li...Linus Torvalds2020-01-294-66/+23
|\ \ \ \ \ \
| * | | | | | y2038: rename itimerval to __kernel_old_itimervalArnd Bergmann2019-12-181-9/+9