summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | 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-103-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-291-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-293-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-291-1/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | kunit: allow kunit tests to be loaded as a moduleAlan Maguire2020-01-091-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
| * | | | | | | | | y2038: remove obsolete jiffies conversion functionsArnd Bergmann2019-12-181-53/+5
| * | | | | | | | | tsacct: add 64-bit btime fieldArnd Bergmann2019-12-181-0/+1
| * | | | | | | | | acct: stop using get_seconds()Arnd Bergmann2019-12-182-4/+8
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'printk-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-01-291-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | printk: fix exclusive_console replayingJohn Ogness2020-01-021-2/+2
* | | | | | | | | | Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-292-7/+7
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | nsfs: clean-up ns_get_path() signature to return intAleksa Sarai2019-12-082-7/+7
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-01-291-1/+0
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | |
| * | | | | | | | | rcu: Forgive slow expedited grace periods at boot timePaul E. McKenney2020-01-251-1/+0
* | | | | | | | | | Merge tag 'for-linus-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-01-281-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Revert "um: Enable CONFIG_CONSTRUCTORS"Johannes Berg2020-01-191-1/+1
| | |_|_|_|_|/ / / / | |/| | | | | | | |
OpenPOWER on IntegriCloud