summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-18Merge tag 'trace-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2024-03-18Merge tag 'sysctl-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds
2024-03-18Merge tag 'for-linus-6.9-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-03-18Merge tag 'f2fs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-03-18Merge tag 'ovl-fixes-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-03-18Merge tag 'vfs-6.9-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-03-18Merge tag 'irq-urgent-2024-03-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-03-18Merge tag 'sound-fix-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-03-18tracing: Add __string_src() helper to help compilers not to get confusedSteven Rostedt (Google)
2024-03-18tracing: Use strcmp() in __assign_str() WARN_ON() checkSteven Rostedt (Google)
2024-03-18tracepoints: Use WARN() and not WARN_ON() for warningsSteven Rostedt (Google)
2024-03-18tracing: Use div64_u64() instead of do_div()Thorsten Blum
2024-03-18tracing: Support to dump instance traces by ftrace_dump_on_oopsHuang Yiwei
2024-03-18tracing: Remove second parameter to __assign_rel_str()Steven Rostedt (Google)
2024-03-18tracing: Add warning if string in __assign_str() does not match __string()Steven Rostedt (Google)
2024-03-18tracing: Add __string_len() exampleSteven Rostedt (Google)
2024-03-18tracing: Remove __assign_str_len()Steven Rostedt (Google)
2024-03-18ftrace: Fix most kernel-doc warningsRandy Dunlap
2024-03-18tracing: Decrement the snapshot if the snapshot trigger fails to registerSteven Rostedt (Google)
2024-03-18tracing: Fix snapshot counter going between two tracers that use itSteven Rostedt (Google)
2024-03-18tracing: Use EVENT_NULL_STR macro instead of open coding "(null)"Steven Rostedt (Google)
2024-03-18tracing: Use ? : shortcut in trace macrosSteven Rostedt (Google)
2024-03-18tracing: Do not calculate strlen() twice for __string() fieldsSteven Rostedt (Google)
2024-03-18tracing: Rework __assign_str() and __string() to not duplicate getting the st...Steven Rostedt (Google)
2024-03-18cxl/trace: Properly initialize cxl_poison region nameAlison Schofield
2024-03-18net: hns3: tracing: fix hclgevf trace event stringsSteven Rostedt (Google)
2024-03-18drm/i915: Add missing ; to __assign_str() macros in tracepoint codeSteven Rostedt (Google)
2024-03-18NFSD: Fix nfsd_clid_class use of __string_len() macroSteven Rostedt (Google)
2024-03-18tracing: Use init_utsname()->releaseJohn Garry
2024-03-18tracing/user_events: Document multi-format flagBeau Belgrave
2024-03-18selftests/user_events: Test multi-format eventsBeau Belgrave
2024-03-18tracing/user_events: Introduce multi-format eventsBeau Belgrave
2024-03-18tracing/user_events: Prepare find/delete for same name eventsBeau Belgrave
2024-03-18tracing: Add snapshot refcountVincent Donnefort
2024-03-18ring-buffer: Make wake once of ring_buffer_wait() more robustSteven Rostedt (Google)
2024-03-18fscache: Fix error handling in fscache_begin_operation()David Howells
2024-03-18fs,block: get holder during claimChristian Brauner
2024-03-17Merge tag 'i3c/for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/...Linus Torvalds
2024-03-17Merge tag 'efi-fixes-for-v6.9-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-03-17Merge tag 'timers-urgent-2024-03-17' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-03-17Merge tag 'perf-urgent-2024-03-17' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-03-17Merge tag 'linux-watchdog-6.9-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds
2024-03-17Merge tag 'pcmcia-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds
2024-03-17Merge tag 'input-for-v6.9-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-03-17ovl: relax WARN_ON in ovl_verify_area()Amir Goldstein
2024-03-17ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page in concurrent en...linke li
2024-03-17ring-buffer: Zero ring-buffer sub-buffersVincent Donnefort
2024-03-17tracing: Move saved_cmdline code into trace_sched_switch.cSteven Rostedt (Google)
2024-03-17tracing: Move open coded processing of tgid_map into helper functionSteven Rostedt (Google)
2024-03-17tracing: Have saved_cmdlines arrays all in one allocationSteven Rostedt (Google)