summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-02-12tracing: Show real address for trace event argumentsMasami Hiramatsu3-2/+83
2021-02-09tracing: Add a backward-compatibility check for synthetic event creationTom Zanussi1-19/+74
2021-02-09tracing: Update synth command errorsTom Zanussi1-11/+19
2021-02-09tracing: Rework synthetic event command parsingTom Zanussi1-102/+143
2021-02-09tracing/dynevent: Delegate parsing to create functionMasami Hiramatsu9-73/+120
2021-02-09kprobes: Warn if the kprobe is reregisteredMasami Hiramatsu1-5/+8
2021-02-09tracepoints: Code clean upSteven Rostedt (VMware)1-56/+35
2021-02-06tracing: Do not create "enable" or "filter" files for ftrace event subsystemSteven Rostedt (VMware)1-9/+13
2021-02-03kernel: trace: preemptirq_delay_test: add cpu affinitySong Chen2-0/+18
2021-02-03tracepoint: Do not fail unregistering a probe due to memory failureSteven Rostedt (VMware)1-16/+64
2021-02-03tracing: Remove definition of DEBUG in trace_mmiotrace.cTom Rix1-2/+0
2021-02-03tracing: Fix a kernel doc warningBean Huo1-0/+1
2021-02-03tracing: Fix spelling of controlling in uprobesBhaskar Chowdhury1-1/+1
2021-02-03tracing: Fix spelling mistake in Kconfig "infinit" -> "infinite"Colin Ian King1-1/+1
2021-02-03tracing: Use in_serving_softirq() to deduct softirq status.Sebastian Andrzej Siewior1-2/+1
2021-02-03tracing: Inline tracing_gen_ctx_flags()Sebastian Andrzej Siewior2-55/+2
2021-02-03tracing: Merge irqflags + preempt counter.Sebastian Andrzej Siewior16-301/+269
2021-02-03ring-buffer: Drop unneeded check in ring_buffer_resize()Qiujun Huang1-5/+1
2021-02-03ring-buffer: Remove cpu_buffer argument from the rb_inc_page()Qiujun Huang1-19/+16
2021-02-03tracing: Remove get/put_cpu() from function_trace_initQiujun Huang1-2/+1
2021-02-03tracing: Update trace_ignore_this_task() kernel-doc commentQiujun Huang1-1/+2
2021-01-30kretprobe: Avoid re-registration of the same kretprobe earlierWang ShaoBo1-0/+4
2021-01-29tracing/kprobe: Fix to support kretprobe events on unloaded modulesMasami Hiramatsu2-13/+31
2021-01-29tracing: Use pause-on-trace with the latency tracersViktor Rosendahl1-0/+4
2021-01-29fgraph: Initialize tracing_graph_pause at task creationSteven Rostedt (VMware)1-2/+0
2021-01-24Merge tag 'irq_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-1/+2
2021-01-24Merge tag 'sched_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-33/+129
2021-01-24Merge tag 'timers_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-4/+3
2021-01-24Merge tag 'x86_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+7
2021-01-24Merge tag 'for-linus-2021-01-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-6/+5
2021-01-22sched: Relax the set_cpus_allowed_ptr() semanticsPeter Zijlstra1-11/+10
2021-01-22sched: Fix CPU hotplug / tighten is_per_cpu_kthread()Peter Zijlstra1-4/+35
2021-01-22sched: Prepare to use balance_push in ttwu()Peter Zijlstra2-5/+7
2021-01-22workqueue: Restrict affinity change to rescuerPeter Zijlstra1-6/+3
2021-01-22workqueue: Tag bound workers with KTHREAD_IS_PER_CPUPeter Zijlstra1-2/+9
2021-01-22kthread: Extract KTHREAD_IS_PER_CPUPeter Zijlstra2-1/+27
2021-01-22sched: Don't run cpu-online with balance_push() enabledPeter Zijlstra1-2/+14
2021-01-22workqueue: Use cpu_possible_mask instead of cpu_active_mask to break affinityLai Jiangshan1-1/+1
2021-01-22sched/core: Print out straggler tasks in sched_cpu_dying()Valentin Schneider1-1/+23
2021-01-21Merge tag 'printk-for-5.11-printk-rework-fixup' of git://git.kernel.org/pub/s...Linus Torvalds2-12/+30
2021-01-21Merge branch 'printk-rework' into for-linusPetr Mladek2-12/+30
2021-01-20Merge tag 'net-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds7-13/+24
2021-01-20bpf: Fix signed_{sub,add32}_overflows type handlingDaniel Borkmann1-3/+3
2021-01-20Merge tag 'task_work-2021-01-19' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+3
2021-01-20bpf: Fix helper bpf_map_peek_elem_proto pointing to wrong callbackMircea Cirjaliu1-1/+1
2021-01-19printk: fix buffer overflow potential for print_text()John Ogness1-9/+27
2021-01-16Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski6-9/+20
2021-01-15printk: fix kmsg_dump_get_buffer length calulationsJohn Ogness1-2/+2
2021-01-15printk: ringbuffer: fix line countingJohn Ogness1-1/+1
2021-01-14bpf: Support PTR_TO_MEM{,_OR_NULL} register spillingGilad Reti1-0/+2