summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTOREChris Wilson2021-02-161-1/+1
* | | | | | | | | | | | | | Merge branch 'for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2021-02-221-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | workqueue: Use %s instead of function nameStephen Zhang2021-01-271-2/+2
| | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2021-02-222-44/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | cpuset: fix typos in commentsAubrey Li2021-01-151-3/+3
| * | | | | | | | | | | | | | cgroup: cgroup.{procs,threads} factor out common partsMichal Koutný2021-01-151-41/+14
* | | | | | | | | | | | | | | Merge tag 'trace-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-02-2227-564/+770
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | kprobes: Fix to delay the kprobes jump optimizationMasami Hiramatsu2021-02-191-10/+21
| * | | | | | | | | | | | | | | tracing: Make hash-ptr option defaultSteven Rostedt (VMware)2021-02-121-1/+2
| * | | | | | | | | | | | | | | tracing: Add ptr-hash option to show the hashed pointer valueMasami Hiramatsu2021-02-112-0/+4
| * | | | | | | | | | | | | | | tracing: Show real address for trace event argumentsMasami Hiramatsu2021-02-113-2/+83
| * | | | | | | | | | | | | | | tracing: Add a backward-compatibility check for synthetic event creationTom Zanussi2021-02-091-19/+74
| * | | | | | | | | | | | | | | tracing: Update synth command errorsTom Zanussi2021-02-091-11/+19
| * | | | | | | | | | | | | | | tracing: Rework synthetic event command parsingTom Zanussi2021-02-091-102/+143
| * | | | | | | | | | | | | | | tracing/dynevent: Delegate parsing to create functionMasami Hiramatsu2021-02-099-73/+120
| * | | | | | | | | | | | | | | kprobes: Warn if the kprobe is reregisteredMasami Hiramatsu2021-02-091-5/+8
| * | | | | | | | | | | | | | | tracepoints: Code clean upSteven Rostedt (VMware)2021-02-091-56/+35
| * | | | | | | | | | | | | | | tracing: Do not create "enable" or "filter" files for ftrace event subsystemSteven Rostedt (VMware)2021-02-051-9/+13
| * | | | | | | | | | | | | | | kernel: trace: preemptirq_delay_test: add cpu affinitySong Chen2021-02-022-0/+18
| * | | | | | | | | | | | | | | tracepoint: Do not fail unregistering a probe due to memory failureSteven Rostedt (VMware)2021-02-021-16/+64
| * | | | | | | | | | | | | | | tracing: Remove definition of DEBUG in trace_mmiotrace.cTom Rix2021-02-021-2/+0
| * | | | | | | | | | | | | | | tracing: Fix a kernel doc warningBean Huo2021-02-021-0/+1
| * | | | | | | | | | | | | | | tracing: Fix spelling of controlling in uprobesBhaskar Chowdhury2021-02-021-1/+1
| * | | | | | | | | | | | | | | tracing: Fix spelling mistake in Kconfig "infinit" -> "infinite"Colin Ian King2021-02-021-1/+1
| * | | | | | | | | | | | | | | tracing: Use in_serving_softirq() to deduct softirq status.Sebastian Andrzej Siewior2021-02-021-2/+1
| * | | | | | | | | | | | | | | tracing: Inline tracing_gen_ctx_flags()Sebastian Andrzej Siewior2021-02-022-55/+2
| * | | | | | | | | | | | | | | tracing: Merge irqflags + preempt counter.Sebastian Andrzej Siewior2021-02-0216-301/+269
| * | | | | | | | | | | | | | | ring-buffer: Drop unneeded check in ring_buffer_resize()Qiujun Huang2021-02-021-5/+1
| * | | | | | | | | | | | | | | ring-buffer: Remove cpu_buffer argument from the rb_inc_page()Qiujun Huang2021-02-021-19/+16
| * | | | | | | | | | | | | | | tracing: Remove get/put_cpu() from function_trace_initQiujun Huang2021-02-021-2/+1
| * | | | | | | | | | | | | | | tracing: Update trace_ignore_this_task() kernel-doc commentQiujun Huang2021-02-021-1/+2
* | | | | | | | | | | | | | | | Merge tag 'kgdb-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2021-02-224-63/+34
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | kgdb: Remove kgdb_schedule_breakpoint()Daniel Thompson2021-02-111-26/+0
| * | | | | | | | | | | | | | | | kdb: Make memory allocations more robustSumit Garg2021-02-081-1/+1
| * | | | | | | | | | | | | | | | kdb: kdb_support: Fix debugging information problemStephen Zhang2021-02-042-33/+30
| * | | | | | | | | | | | | | | | kernel: debug: fix typo issuewengjianfeng2021-02-041-2/+2
| * | | | | | | | | | | | | | | | kgdb: rectify kernel-doc for kgdb_unregister_io_module()Lukas Bulwahn2021-02-041-1/+1
| | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge tag 'printk-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-02-223-15/+31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge branch 'printk-rework' into for-linusPetr Mladek2021-02-222-11/+19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | printk: avoid prb_first_valid_seq() where possibleJohn Ogness2021-02-121-10/+18
| | * | | | | | | | | | | | | | | printk: rectify kernel-doc for prb_rec_init_wr()Lukas Bulwahn2021-01-261-1/+1
| * | | | | | | | | | | | | | | | printk: fix deadlock when kernel panicMuchun Song2021-02-101-4/+12
* | | | | | | | | | | | | | | | | Merge tag 'seccomp-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-211-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | seccomp: Improve performace by optimizing rmb()wanghongzhe2021-02-101-1/+1
| * | | | | | | | | | | | | | | | | seccomp: Add missing return in non-void functionPaul Cercueil2021-01-111-0/+2
| | |_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge tag 'integrity-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-02-211-0/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | ima: Free IMA measurement buffer after kexec syscallLakshmi Ramasubramanian2021-02-101-0/+5
| | |_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge tag 'audit-pr-20210215' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-212-10/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | audit: Make audit_filter_syscall() return voidYang Yang2021-01-271-8/+8
| * | | | | | | | | | | | | | | | audit: Remove leftover reference to the audit_taskletDavidlohr Bueso2021-01-151-1/+1