summary refs log tree commit diff
AgeCommit message (Expand)Author
2022-09-09driver core: remove make_class_name declarationGaosheng Cui
2022-09-09docs: update mediator information in CoC docsShuah Khan
2022-09-09Documentation: stable: Document alternative for referring upstream commit hashSalvatore Bonaccorso
2022-09-07dyndbg: test DECLARE_DYNDBG_CLASSMAP, sysfs nodesJim Cromie
2022-09-07dyndbg: add drm.debug style (drm/parameters/debug) bitmap supportJim Cromie
2022-09-07doc-dyndbg: edit dynamic-debug-howto for brevity, audienceJim Cromie
2022-09-07doc-dyndbg: describe "class CLASS_NAME" query supportJim Cromie
2022-09-07dyndbg: validate class FOO by checking with moduleJim Cromie
2022-09-07dyndbg: add ddebug_attach_module_classesJim Cromie
2022-09-07kernel/module: add __dyndbg_classes sectionJim Cromie
2022-09-07dyndbg: add DECLARE_DYNDBG_CLASSMAP macroJim Cromie
2022-09-07dyndbg: add __pr_debug_cls for testingJim Cromie
2022-09-07dyndbg: add class_id to pr_debug callsitesJim Cromie
2022-09-07dyndbg: gather __dyndbg[] state into struct _ddebug_infoJim Cromie
2022-09-07dyndbg: cleanup auto vars in dynamic_debug_initJim Cromie
2022-09-07dyndbg: drop EXPORTed dynamic_debug_exec_queriesJim Cromie
2022-09-07dyndbg: add test_dynamic_debug moduleJim Cromie
2022-09-07dyndbg: let query-modname override actual module nameJim Cromie
2022-09-07dyndbg: use ESCAPE_SPACE for cat controlJim Cromie
2022-09-07dyndbg: reverse module.callsite walk in cat controlJim Cromie
2022-09-07dyndbg: reverse module walk in cat controlJim Cromie
2022-09-07dyndbg: show both old and new in change-infoJim Cromie
2022-09-07dyndbg: fix module.dyndbg handlingJim Cromie
2022-09-07dyndbg: fix static_branch manipulationJim Cromie
2022-09-01devres: Slightly optimize alloc_dr()Christophe JAILLET
2022-09-01drivers: base: Print error code on synthetic uevent failureBrian Norris
2022-09-01class: use IS_ERR_OR_NULL() helper in class_unregister()Yang Yingliang
2022-09-01driver_core: move from strlcpy with unused retval to strscpyWolfram Sang
2022-09-01cgroup: Implement cgroup_file_show()Tejun Heo
2022-09-01kernfs: Implement kernfs_show()Tejun Heo
2022-09-01kernfs: Factor out kernfs_activate_one()Tejun Heo
2022-09-01kernfs: Add KERNFS_REMOVING flagsTejun Heo
2022-09-01kernfs: Improve kernfs_drain() and always call on removalTejun Heo
2022-09-01kernfs: Skip kernfs_drain_open_files() more aggressivelyTejun Heo
2022-09-01kernfs: Refactor kernfs_get_open_node()Tejun Heo
2022-09-01kernfs: Drop unnecessary "mutex" local variable initializationTejun Heo
2022-09-01kernfs: Simply by replacing kernfs_deref_open_node() with of_on()Tejun Heo
2022-09-01devres: remove devm_ioremap_npChristoph Hellwig
2022-08-21Linux 6.0-rc2Linus Torvalds
2022-08-21Merge tag 'irq-urgent-2022-08-21' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-08-21Merge tag 'perf-urgent-2022-08-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-08-21Merge tag 'trace-v6.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-08-21tracing: Have filter accept "common_cpu" to be consistentSteven Rostedt (Google)
2022-08-21tracing/probes: Have kprobes and uprobes use $COMM tooSteven Rostedt (Google)
2022-08-21tracing/eprobes: Have event probes be consistent with kprobes and uprobesSteven Rostedt (Google)
2022-08-21tracing/eprobes: Fix reading of string fieldsSteven Rostedt (Google)
2022-08-21tracing/eprobes: Do not hardcode $comm as a stringSteven Rostedt (Google)
2022-08-21tracing/eprobes: Do not allow eprobes to use $stack, or % for regsSteven Rostedt (Google)
2022-08-21ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is deadYang Jihong
2022-08-21tracing/perf: Fix double put of trace event when init failsSteven Rostedt (Google)