summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-09-27bpf: Check flags for branch stack in bpf_read_branch_records helperJiri Olsa1-0/+3
2022-09-27perf, hw_breakpoint: Fix use-after-free if perf_event_open() failsMarco Elver1-3/+1
2022-09-27perf: Use sample_flags for raw_dataNamhyung Kim1-1/+2
2022-09-27perf: Use sample_flags for addrNamhyung Kim1-0/+5
2022-09-21perf/core: Convert snprintf() to scnprintf()Jules Irenge1-3/+3
2022-09-13perf/bpf: Always use perf callchains if existNamhyung Kim2-4/+12
2022-09-13perf: Use sample_flags for callchainNamhyung Kim1-1/+1
2022-09-07perf: Add a few assertionsPeter Zijlstra1-0/+2
2022-09-07perf: Consolidate branch sample filter helpersAnshuman Khandual1-7/+2
2022-09-06perf: Use sample_flags for txnKan Liang1-0/+3
2022-09-06perf: Use sample_flags for data_srcKan Liang1-0/+3
2022-09-06perf: Use sample_flags for weightKan Liang1-0/+3
2022-09-06perf: Use sample_flags for branch stackKan Liang1-2/+2
2022-09-06perf: Add sample_flags to indicate the PMU-filled sample dataKan Liang1-6/+11
2022-08-30perf/hw_breakpoint: Optimize toggle_bp_slot() for CPU-independent task targetsMarco Elver1-31/+124
2022-08-30perf/hw_breakpoint: Optimize max_bp_pinned_slots() for CPU-independent task t...Marco Elver1-4/+53
2022-08-30perf/hw_breakpoint: Introduce bp_slots_histogramMarco Elver1-33/+63
2022-08-30perf/hw_breakpoint: Reduce contention with large number of tasksMarco Elver1-28/+133
2022-08-30locking/percpu-rwsem: Add percpu_is_write_locked() and percpu_is_read_locked()Marco Elver1-0/+6
2022-08-30perf/hw_breakpoint: Remove useless code related to flexible breakpointsMarco Elver1-40/+17
2022-08-30perf/hw_breakpoint: Make hw_breakpoint_weight() inlinableMarco Elver1-1/+3
2022-08-30perf/hw_breakpoint: Optimize constant number of breakpoint slotsMarco Elver1-33/+61
2022-08-30perf/hw_breakpoint: Mark data __ro_after_initMarco Elver1-3/+3
2022-08-30perf/hw_breakpoint: Optimize list of per-task breakpointsMarco Elver1-21/+35
2022-08-30perf/hw_breakpoint: Clean up headersMarco Elver1-10/+9
2022-08-30perf/hw_breakpoint: Provide hw_breakpoint_is_used() and use in testMarco Elver2-1/+40
2022-08-30perf/hw_breakpoint: Add KUnit test for constraints accountingMarco Elver2-0/+324
2022-08-21Merge tag 'trace-v6.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-21/+119
2022-08-21tracing: Have filter accept "common_cpu" to be consistentSteven Rostedt (Google)1-0/+1
2022-08-21tracing/probes: Have kprobes and uprobes use $COMM tooSteven Rostedt (Google)1-2/+3
2022-08-21tracing/eprobes: Have event probes be consistent with kprobes and uprobesSteven Rostedt (Google)1-6/+64
2022-08-21tracing/eprobes: Fix reading of string fieldsSteven Rostedt (Google)1-0/+21
2022-08-21tracing/eprobes: Do not hardcode $comm as a stringSteven Rostedt (Google)1-2/+3
2022-08-21tracing/eprobes: Do not allow eprobes to use $stack, or % for regsSteven Rostedt (Google)1-8/+13
2022-08-21ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is deadYang Jihong1-0/+10
2022-08-21tracing/perf: Fix double put of trace event when init failsSteven Rostedt (Google)1-3/+4
2022-08-21tracing: React to error return from traceprobe_parse_event_name()Lukas Bulwahn1-1/+1
2022-08-18Merge tag 'net-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-1/+1
2022-08-17net: Fix suspicious RCU usage in bpf_sk_reuseport_detach()David Howells1-1/+1
2022-08-14Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+0
2022-08-13Merge tag 'timers-urgent-2022-08-13' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-3/+4
2022-08-13Merge tag 'io_uring-6.0-2022-08-13' of git://git.kernel.dk/linux-blockLinus Torvalds1-25/+0
2022-08-12xen: remove XEN_SCRUB_PAGES in xen.configLukas Bulwahn1-1/+0
2022-08-11Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds6-23/+51
2022-08-10bpf: Shut up kern_sys_bpf warning.Alexei Starovoitov1-0/+8
2022-08-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski5-17/+40
2022-08-10net: refactor bpf_sk_reuseport_detach()Hawkins Jiawei1-6/+3
2022-08-10Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-35/+150
2022-08-10bpf: Only allow sleepable program for resched-able iteratorHou Tao1-1/+10
2022-08-10bpf: Acquire map uref in .init_seq_private for hash map iteratorHou Tao1-0/+2