Age | Commit message (Expand) | Author |
2023-12-29 | ring-buffer: Fix wake ups when buffer_percent is set to 100 | Steven Rostedt (Google) |
2023-12-22 | eventfs: Fix file and directory uid and gid ownership | Steven Rostedt (Google) |
2023-12-21 | tracing / synthetic: Disable events after testing in synth_event_gen_test_init() | Steven Rostedt (Google) |
2023-12-21 | eventfs: Have event files and directories default to parent uid and gid | Steven Rostedt (Google) |
2023-12-20 | tracing/synthetic: fix kernel-doc warnings | Randy Dunlap |
2023-12-18 | ring-buffer: Fix slowpath of interrupted event | Steven Rostedt (Google) |
2023-12-15 | ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMI | Steven Rostedt (Google) |
2023-12-15 | ring-buffer: Have rb_time_cmpxchg() set the msb counter too | Steven Rostedt (Google) |
2023-12-15 | ring-buffer: Fix 32-bit rb_time_read() race with rb_time_cmpxchg() | Mathieu Desnoyers |
2023-12-15 | ring-buffer: Fix a race in rb_time_cmpxchg() for 32 bit archs | Steven Rostedt (Google) |
2023-12-15 | ring-buffer: Remove useless update to write_stamp in rb_try_to_discard() | Steven Rostedt (Google) |
2023-12-15 | ring-buffer: Do not try to put back write_stamp | Steven Rostedt (Google) |
2023-12-13 | tracing: Fix uaf issue when open the hist or hist_debug file | Zheng Yejian |
2023-12-12 | tracing: Add size check when printing trace_marker output | Steven Rostedt (Google) |
2023-12-12 | ring-buffer: Have saved event hold the entire event | Steven Rostedt (Google) |
2023-12-12 | ring-buffer: Do not update before stamp when switching sub-buffers | Steven Rostedt (Google) |
2023-12-12 | tracing: Update snapshot buffer on resize if it is allocated | Steven Rostedt (Google) |
2023-12-12 | ring-buffer: Fix memory leak of free page | Steven Rostedt (Google) |
2023-12-12 | eventfs: Fix events beyond NAME_MAX blocking tasks | Beau Belgrave |
2023-12-12 | tracing: Have large events show up as '[LINE TOO BIG]' instead of nothing | Steven Rostedt (Google) |
2023-12-12 | ring-buffer: Fix writing to the buffer with max_data_size | Steven Rostedt (Google) |
2023-12-06 | ring-buffer: Test last update in 32bit version of __rb_time_read() | Steven Rostedt (Google) |
2023-12-06 | ring-buffer: Force absolute timestamp on discard of event | Steven Rostedt (Google) |
2023-12-05 | tracing: Fix a possible race when disabling buffered events | Petr Pavlu |
2023-12-05 | tracing: Fix a warning when allocating buffered events fails | Petr Pavlu |
2023-12-05 | tracing: Fix incomplete locking when disabling buffered events | Petr Pavlu |
2023-12-05 | tracing: Disable snapshot buffer when stopping instance tracers | Steven Rostedt (Google) |
2023-12-05 | tracing: Stop current tracer when resizing buffer | Steven Rostedt (Google) |
2023-12-05 | tracing: Always update snapshot buffer size | Steven Rostedt (Google) |
2023-11-22 | MAINTAINERS: TRACING: Add Mathieu Desnoyers as Reviewer | Mathieu Desnoyers |
2023-11-22 | eventfs: Make sure that parent->d_inode is locked in creating files/dirs | Steven Rostedt (Google) |
2023-11-22 | eventfs: Do not allow NULL parent to eventfs_start_creating() | Steven Rostedt (Google) |
2023-11-22 | eventfs: Move taking of inode_lock into dcache_dir_open_wrapper() | Steven Rostedt (Google) |
2023-11-22 | eventfs: Use GFP_NOFS for allocation when eventfs_mutex is held | Steven Rostedt (Google) |
2023-11-20 | eventfs: Do not invalidate dentry in create_file/dir_dentry() | Steven Rostedt (Google) |
2023-11-20 | eventfs: Remove expectation that ei->is_freed means ei->dentry == NULL | Steven Rostedt (Google) |
2023-11-19 | Linux 6.7-rc2v6.7-rc2 | Linus Torvalds |
2023-11-19 | Merge tag 'kbuild-fixes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2023-11-19 | Merge tag 'irq_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2023-11-19 | Merge tag 'x86_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2023-11-19 | Merge tag 'timers_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-11-19 | Merge tag 'sched_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2023-11-19 | Merge tag 'locking_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds |
2023-11-19 | Merge tag 'perf_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2023-11-18 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds |
2023-11-18 | Merge tag 'parisc-for-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2023-11-18 | Merge tag 'xfs-6.7-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2023-11-18 | Merge tag 'nfsd-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l... | Linus Torvalds |
2023-11-18 | Merge tag '6.7-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds |
2023-11-18 | prctl: Disable prctl(PR_SET_MDWE) on parisc | Helge Deller |