summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2026-02-08tracing: Move __trace_buffer_{un}lock_*() functions to trace.hSteven Rostedt
2026-02-08tracing: Make tracing_selftest_running global to the tracing subsystemSteven Rostedt
2026-02-08tracing: Make tracing_disabled global for tracing systemSteven Rostedt
2026-02-08tracing: Clean up use of trace_create_maxlat_file()Steven Rostedt
2026-02-08tracing: Move tracing_set_filter_buffering() into trace_events_hist.cSteven Rostedt
2026-02-08tracing: Have all triggers expect a file parameterSteven Rostedt
2026-02-06tracing/kprobes: Skip setup_boot_kprobe_events() when no cmdline eventYaxiong Tian
2026-02-06blktrace: Make init_blk_tracer() asynchronousYaxiong Tian
2026-02-06tracing: Rename `eval_map_wq` and allow other parts of tracing use itYaxiong Tian
2026-01-30tracing: Add kerneldoc to trace_event_buffer_reserve()Steven Rostedt
2026-01-30tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fastSteven Rostedt
2026-01-30srcu: Fix warning to permit SRCU-fast readers in NMI handlersPaul E. McKenney
2026-01-30bpf: Have __bpf_trace_run() use rcu_read_lock_dont_migrate()Steven Rostedt
2026-01-28tracing: Remove duplicate ENABLE_EVENT_STR and DISABLE_EVENT_STR macrosSteven Rostedt
2026-01-28tracing: Up the hist stacktrace size from 16 to 31Steven Rostedt
2026-01-28tracing: Remove notrace from trace_event_raw_event_synth()Steven Rostedt
2026-01-28tracing: Have hist_debug show what function a field usesSteven Rostedt
2026-01-26tracing: Disable trace_printk buffer on warning tooSteven Rostedt
2026-01-26ftrace: Introduce and use ENTRIES_PER_PAGE_GROUP macroGuenter Roeck
2026-01-26tracing: Have show_event_trigger/filter format a bit more in columnsSteven Rostedt
2026-01-26ring-buffer: Use a housekeeping CPU to wake up waitersPetr Tesarik
2026-01-26tracing: Check the return value of tracing_update_buffers()Steven Rostedt
2026-01-26tracing: Add show_event_triggers to expose active event triggersAaron Tomlin
2026-01-26tracing: Add show_event_filters to expose active event filtersAaron Tomlin
2026-01-26tracing: Replace use of system_wq with system_dfl_wqMarco Crivellari
2026-01-26tracing: Add bitmask-list option for human-readable bitmask displayAaron Tomlin
2026-01-26tracing: Remove redundant call to event_trigger_reset_filter() in event_hist_...Steven Rostedt
2026-01-26tracing: Properly process error handling in event_hist_trigger_parse()Miaoqian Lin
2026-01-24Merge tag 'trace-v6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-01-24Merge tag 'timers-urgent-2026-01-24' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-01-24Merge tag 'sched-urgent-2026-01-24' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-01-24Merge tag 'perf-urgent-2026-01-24' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-01-23function_graph: Fix args pointer mismatch in print_graph_retval()Donglin Peng
2026-01-23tracing: Avoid possible signed 64-bit truncationIan Rogers
2026-01-23tracing: Fix crash on synthetic stacktrace field usageSteven Rostedt
2026-01-23sched/fair: Revert force wakeup preemptionVincent Guittot
2026-01-23sched/fair: Disable scheduler feature NEXT_BUDDYMel Gorman
2026-01-21sched/fair: Fix pelt clock sync when entering idleVincent Guittot
2026-01-21perf: Fix refcount warning on event->mmap_count incrementWill Rosenberg
2026-01-21clocksource: Reduce watchdog readout delay limit to prevent false positivesThomas Gleixner
2026-01-20Merge tag 'mm-hotfixes-stable-2026-01-20-13-09' of git://git.kernel.org/pub/s...Linus Torvalds
2026-01-20Merge tag 'dma-mapping-6.19-2026-01-20' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-01-20timekeeping: Adjust the leap state for the correct auxiliary timekeeperThomas Weißschuh
2026-01-19panic: only warn about deprecated panic_print on write accessGal Pressman
2026-01-18Merge tag 'cgroup-for-6.19-rc5-fixes-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-01-18Merge tag 'timers-urgent-2026-01-18' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-01-18Merge tag 'sched-urgent-2026-01-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-01-16Merge tag 'pm-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2026-01-16Merge tag 'printk-for-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-01-16Merge branch 'pm-em'Rafael J. Wysocki