summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Merge tag 'probes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds2023-09-0212-169/+585
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tracing/fprobe-event: Assume fprobe is a return event by $retvalMasami Hiramatsu (Google)2023-08-231-14/+44
| * | | | | | | | | tracing/probes: Add string type check with BTFMasami Hiramatsu (Google)2023-08-232-3/+89
| * | | | | | | | | tracing/probes: Support BTF field access from $retvalMasami Hiramatsu (Google)2023-08-232-102/+86
| * | | | | | | | | tracing/probes: Support BTF based data structure field accessMasami Hiramatsu (Google)2023-08-233-28/+216
| * | | | | | | | | tracing/probes: Add a function to search a member of a struct/unionMasami Hiramatsu (Google)2023-08-232-0/+73
| * | | | | | | | | tracing/probes: Move finding func-proto API and getting func-param API to tra...Masami Hiramatsu (Google)2023-08-234-40/+72
| * | | | | | | | | tracing/probes: Support BTF argument on module functionsMasami Hiramatsu (Google)2023-08-237-49/+74
| * | | | | | | | | tracing/eprobe: Iterate trace_eprobe directlyChuang Wang2023-08-231-9/+9
| * | | | | | | | | kernel: kprobes: Use struct_size()Ruan Jinjie2023-08-231-4/+2
* | | | | | | | | | Merge tag 'trace-v6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2023-09-024-21/+37
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | tracing/filters: Fix coding style issuesValentin Schneider2023-09-011-2/+4
| * | | | | | | | | tracing/filters: Change parse_pred() cpulist ternary into an if blockValentin Schneider2023-09-011-2/+6
| * | | | | | | | | tracing/filters: Fix double-free of struct filter_pred.maskValentin Schneider2023-09-011-0/+1
| * | | | | | | | | tracing/filters: Fix error-handling of cpulist parsing bufferValentin Schneider2023-09-011-2/+8
| * | | | | | | | | tracing: Zero the pipe cpumask on alloc to avoid spurious -EBUSYBrian Foster2023-09-011-2/+2
| * | | | | | | | | ftrace: Use LIST_HEAD to initialize clear_hashRuan Jinjie2023-09-011-3/+1
| * | | | | | | | | ftrace: Use within_module to check rec->ip within specified module.Levi Yun2023-09-011-4/+2
| * | | | | | | | | tracing: Fix race issue between cpu buffer write and swapZheng Yejian2023-09-011-5/+12
| * | | | | | | | | tracing: Remove extra space at the end of hwlat_detector/modeMikhail Kobuk2023-09-011-1/+1
* | | | | | | | | | Merge tag 'timers-urgent-2023-09-02' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-09-021-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | tick/rcu: Fix false positive "softirq work is pending" messagesPaul Gortmaker2023-08-301-1/+1
* | | | | | | | | | | Merge tag 'smp-urgent-2023-09-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-09-021-1/+23
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | cpu/hotplug: Prevent self deadlock on CPU hot-unplugThomas Gleixner2023-08-301-1/+23
* | | | | | | | | | | | Merge tag 'sched-urgent-2023-09-02' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-09-021-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | sched/fair: Make update_entity_lag() staticHao Jia2023-08-291-1/+1
* | | | | | | | | | | | cgroup: fix build when CGROUP_SCHED is not enabledLinus Torvalds2023-09-021-14/+14
| |_|_|/ / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge tag 'trace-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-09-018-148/+389
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | tracing/user_events: Optimize safe list traversalsEric Vaughn2023-08-221-7/+8
| * | | | | | | | | | | tracing: Remove unused function declarationsYue Haibing2023-08-221-2/+0
| * | | | | | | | | | | tracing/filters: Further optimise scalar vs cpumask comparisonValentin Schneider2023-08-221-6/+20
| * | | | | | | | | | | tracing/filters: Optimise CPU vs cpumask filtering when the user mask is a si...Valentin Schneider2023-08-221-2/+7
| * | | | | | | | | | | tracing/filters: Optimise scalar vs cpumask filtering when the user mask is a...Valentin Schneider2023-08-221-1/+6
| * | | | | | | | | | | tracing/filters: Optimise cpumask vs cpumask filtering when user mask is a si...Valentin Schneider2023-08-221-1/+34
| * | | | | | | | | | | tracing/filters: Enable filtering the CPU common field by a cpumaskValentin Schneider2023-08-221-0/+14
| * | | | | | | | | | | tracing/filters: Enable filtering a scalar field by a cpumaskValentin Schneider2023-08-221-11/+81
| * | | | | | | | | | | tracing/filters: Enable filtering a cpumask field by another cpumaskValentin Schneider2023-08-221-2/+95
| * | | | | | | | | | | tracing/filters: Dynamically allocate filter_pred.regexValentin Schneider2023-08-221-25/+39
| * | | | | | | | | | | eventfs: Move tracing/events to eventfsAjay Kaher2023-07-312-33/+34
| * | | | | | | | | | | tracing: Require all trace events to have a TRACE_SYSTEMSteven Rostedt (Google)2023-07-301-7/+8
| * | | | | | | | | | | tracing: Set actual size after ring buffer resizeZheng Yejian2023-07-301-8/+11
| * | | | | | | | | | | tracing: Add free_trace_iter_content() helper functionSteven Rostedt (Google)2023-07-301-11/+22
| * | | | | | | | | | | tracing: Remove unnecessary copying of tr->current_traceSteven Rostedt (Google)2023-07-301-19/+3
| * | | | | | | | | | | ring_buffer: Use try_cmpxchg instead of cmpxchgUros Bizjak2023-07-301-14/+6
| * | | | | | | | | | | tracing: Add back FORTIFY_SOURCE logic to kernel_stack event structureSteven Rostedt (Google)2023-07-304-22/+24
* | | | | | | | | | | | Merge tag 'wq-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2023-09-012-717/+901
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | workqueue: fix data race with the pwq->stats[] incrementMirsad Goran Todorovac2023-08-291-1/+1
| * | | | | | | | | | | | workqueue: Rename rescuer kworkerAaron Tomlin2023-08-141-1/+1
| * | | | | | | | | | | | workqueue: Make default affinity_scope dynamically updatableTejun Heo2023-08-071-6/+39
| * | | | | | | | | | | | workqueue: Implement non-strict affinity scope for unbound workqueuesTejun Heo2023-08-071-2/+72