summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-12-30ftrace: Fix modification of direct_function hash while in useSteven Rostedt (Google)1-53/+47
2023-12-29tracing: Fix blocked reader of snapshot bufferSteven Rostedt (Google)2-4/+19
2023-12-29ring-buffer: Fix wake ups when buffer_percent is set to 100Steven Rostedt (Google)1-2/+7
2023-12-21tracing / synthetic: Disable events after testing in synth_event_gen_test_init()Steven Rostedt (Google)1-0/+11
2023-12-20tracing/synthetic: fix kernel-doc warningsRandy Dunlap1-2/+2
2023-12-19ring-buffer: Fix slowpath of interrupted eventSteven Rostedt (Google)1-55/+24
2023-12-15ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMISteven Rostedt (Google)1-0/+6
2023-12-15ring-buffer: Have rb_time_cmpxchg() set the msb counter tooSteven Rostedt (Google)1-0/+2
2023-12-15ring-buffer: Fix 32-bit rb_time_read() race with rb_time_cmpxchg()Mathieu Desnoyers1-2/+2
2023-12-15ring-buffer: Fix a race in rb_time_cmpxchg() for 32 bit archsSteven Rostedt (Google)1-1/+3
2023-12-15ring-buffer: Remove useless update to write_stamp in rb_try_to_discard()Steven Rostedt (Google)1-36/+11
2023-12-15ring-buffer: Do not try to put back write_stampSteven Rostedt (Google)1-23/+6
2023-12-14tracing: Fix uaf issue when open the hist or hist_debug fileZheng Yejian3-4/+15
2023-12-13tracing: Add size check when printing trace_marker outputSteven Rostedt (Google)1-2/+4
2023-12-13ring-buffer: Have saved event hold the entire eventSteven Rostedt (Google)1-2/+3
2023-12-13ring-buffer: Do not update before stamp when switching sub-buffersSteven Rostedt (Google)1-8/+1
2023-12-13tracing: Update snapshot buffer on resize if it is allocatedSteven Rostedt (Google)1-2/+2
2023-12-13ring-buffer: Fix memory leak of free pageSteven Rostedt (Google)1-0/+2
2023-12-13tracing: Have large events show up as '[LINE TOO BIG]' instead of nothingSteven Rostedt (Google)1-1/+5
2023-12-13ring-buffer: Fix writing to the buffer with max_data_sizeSteven Rostedt (Google)1-1/+6
2023-12-06ring-buffer: Test last update in 32bit version of __rb_time_read()Steven Rostedt (Google)1-2/+2
2023-12-06ring-buffer: Force absolute timestamp on discard of eventSteven Rostedt (Google)1-11/+8
2023-12-06tracing: Fix a possible race when disabling buffered eventsPetr Pavlu1-4/+8
2023-12-06tracing: Fix a warning when allocating buffered events failsPetr Pavlu1-6/+5
2023-12-06tracing: Fix incomplete locking when disabling buffered eventsPetr Pavlu1-8/+4
2023-12-06tracing: Disable snapshot buffer when stopping instance tracersSteven Rostedt (Google)1-76/+34
2023-12-06tracing: Stop current tracer when resizing bufferSteven Rostedt (Google)1-3/+7
2023-12-06tracing: Always update snapshot buffer sizeSteven Rostedt (Google)1-2/+1
2023-11-20Merge tag 'timers_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-22/+19
2023-11-20Merge tag 'sched_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-38/+135
2023-11-20Merge tag 'locking_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-3/+6
2023-11-20Merge tag 'perf_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+17
2023-11-19Merge tag 'parisc-for-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+4
2023-11-18prctl: Disable prctl(PR_SET_MDWE) on pariscHelge Deller1-0/+4
2023-11-17Merge tag 'audit-pr-20231116' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2023-11-16Merge tag 'net-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-29/+66
2023-11-15bpf: Do not allocate percpu memory at init stageYonghong Song2-7/+21
2023-11-15perf/core: Fix cpuctx refcountingPeter Zijlstra1-0/+17
2023-11-15futex: Fix hardcoded flagsPeter Zijlstra1-3/+6
2023-11-15audit: don't WARN_ON_ONCE(!current->mm) in audit_exe_compare()Paul Moore1-1/+1
2023-11-15sched/fair: Fix the decision for load balanceKeisuke Nishimura1-3/+7
2023-11-15sched: psi: fix unprivileged polling against cgroupsJohannes Weiner1-12/+0
2023-11-15sched/eevdf: Fix vruntime adjustment on reweightAbel Wu1-23/+128
2023-11-11hrtimers: Push pending hrtimers away from outgoing CPU earlierThomas Gleixner2-22/+19
2023-11-11Merge tag 'probes-fixes-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-5/+6
2023-11-11tracing/kprobes: Fix the order of argument descriptionsYujie Liu1-1/+1
2023-11-10Merge tag 'dma-mapping-6.7-2023-11-10' of git://git.infradead.org/users/hch/d...Linus Torvalds4-10/+81
2023-11-10tracing: fprobe-event: Fix to check tracepoint event and returnMasami Hiramatsu (Google)1-4/+5
2023-11-10bpf: fix control-flow graph checking in privileged modeAndrii Nakryiko1-15/+8
2023-11-10bpf: fix precision backtracking instruction iterationAndrii Nakryiko1-2/+19