summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-01-25kdb: Fix a potential buffer overflow in kdb_local()Christophe JAILLET1-2/+0
2024-01-25bpf: Reject variable offset alu on PTR_TO_FLOW_KEYSHao Sun1-0/+4
2024-01-25bpf: Fix re-attachment branch in bpf_tracing_prog_attachJiri Olsa1-0/+9
2024-01-25tick-sched: Fix idle and iowait sleeptime accounting vs CPU hotplugHeiko Carstens1-0/+5
2024-01-25dma-mapping: clear dev->dma_mem to NULL after freeing itJoakim Zhang1-1/+3
2024-01-25dma-mapping: Add dma_release_coherent_memory to DMA APIMark-PK Tsai1-2/+8
2024-01-25bpf: Fix verification of indirect var-off stack accessAndrei Matei1-10/+4
2024-01-25bpf: fix check for attempt to corrupt spilled pointerAndrii Nakryiko1-1/+1
2024-01-25bpf: enforce precision of R0 on callback returnAndrii Nakryiko1-0/+7
2024-01-25bpf: Add crosstask check to __bpf_get_stackJordan Rome1-1/+10
2024-01-25bpf, lpm: Fix check prefixlen before walking trieFlorian Lehner1-0/+3
2024-01-25kprobes: Fix to handle forcibly unoptimized kprobes on freeing_listMasami Hiramatsu (Google)1-13/+10
2024-01-25ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMISteven Rostedt (Google)1-0/+6
2024-01-25tracing: Fix uaf issue when open the hist or hist_debug fileZheng Yejian3-4/+15
2024-01-25tracing: Add size check when printing trace_marker outputSteven Rostedt (Google)1-2/+4
2024-01-25tracing: Have large events show up as '[LINE TOO BIG]' instead of nothingSteven Rostedt (Google)1-1/+5
2024-01-15tracing/kprobes: Fix symbol counting logic by looking at modules as wellAndrii Nakryiko1-0/+2
2024-01-15kallsyms: Make module_kallsyms_on_each_symbol generally availableJiri Olsa1-2/+0
2024-01-05bpf: Fix prog_array_map_poke_run map poke updateJiri Olsa1-48/+10
2024-01-05ring-buffer: Fix slowpath of interrupted eventSteven Rostedt (Google)1-53/+24
2024-01-05ring-buffer: Remove useless update to write_stamp in rb_try_to_discard()Steven Rostedt (Google)1-36/+11
2024-01-05tracing: Fix blocked reader of snapshot bufferSteven Rostedt (Google)2-4/+19
2024-01-05ring-buffer: Fix wake ups when buffer_percent is set to 100Steven Rostedt (Google)1-2/+7
2024-01-05tracing / synthetic: Disable events after testing in synth_event_gen_test_init()Steven Rostedt (Google)1-0/+11
2023-12-23tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbolsFrancis Laniel2-0/+75
2023-12-20ring-buffer: Do not try to put back write_stampSteven Rostedt (Google)1-23/+6
2023-12-20ring-buffer: Fix a race in rb_time_cmpxchg() for 32 bit archsSteven Rostedt (Google)1-1/+3
2023-12-20ring-buffer: Fix writing to the buffer with max_data_sizeSteven Rostedt (Google)1-1/+6
2023-12-20ring-buffer: Have saved event hold the entire eventSteven Rostedt (Google)1-2/+3
2023-12-20ring-buffer: Do not update before stamp when switching sub-buffersSteven Rostedt (Google)1-8/+1
2023-12-20tracing: Update snapshot buffer on resize if it is allocatedSteven Rostedt (Google)1-2/+2
2023-12-20ring-buffer: Fix memory leak of free pageSteven Rostedt (Google)1-0/+2
2023-12-20perf: Fix perf_event_validate_size() lockdep splatMark Rutland1-0/+10
2023-12-20cred: switch to using atomic_long_tJens Axboe1-32/+32
2023-12-13perf: Fix perf_event_validate_size()Peter Zijlstra1-23/+38
2023-12-13perf/core: Add a new read format to get a number of lost samplesNamhyung Kim2-4/+22
2023-12-13tracing: Stop current tracer when resizing bufferSteven Rostedt (Google)1-3/+7
2023-12-13tracing: Set actual size after ring buffer resizeZheng Yejian1-8/+11
2023-12-13ring-buffer: Force absolute timestamp on discard of eventSteven Rostedt (Google)1-11/+8
2023-12-13kallsyms: Make kallsyms_on_each_symbol generally availableJiri Olsa1-2/+0
2023-12-13tracing: Fix a possible race when disabling buffered eventsPetr Pavlu1-4/+8
2023-12-13tracing: Fix incomplete locking when disabling buffered eventsPetr Pavlu1-8/+4
2023-12-13tracing: Disable snapshot buffer when stopping instance tracersSteven Rostedt (Google)1-76/+34
2023-12-13tracing: Always update snapshot buffer sizeSteven Rostedt (Google)1-2/+1
2023-12-13kprobes: consistent rcu api usage for kretprobe holderJP Kobryn1-2/+2
2023-12-13tracing: Fix a warning when allocating buffered events failsPetr Pavlu1-6/+5
2023-12-13hrtimers: Push pending hrtimers away from outgoing CPU earlierThomas Gleixner2-22/+19
2023-12-08Revert "workqueue: remove unused cancel_work()"Andrey Grodzovsky1-0/+9
2023-12-08rcu: Avoid tracing a few functions executed in stop machinePatrick Wang1-4/+4
2023-12-03lockdep: Fix block chain corruptionPeter Zijlstra1-1/+2