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