summaryrefslogtreecommitdiffstats
path: root/kernel/notifier.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-12-10tracing: Add .percent suffix option to histogram valuesMasami Hiramatsu (Google)2-15/+78
2022-12-10tracing: Allow multiple hitcount values in histogramsTom Zanussi1-3/+9
2022-12-09ftrace/x86: Add back ftrace_expected for ftrace bug reportsSteven Rostedt (Google)1-0/+2
2022-11-29tracing: Update MAINTAINERS file for new patchwork and mailing listSteven Rostedt (Google)1-0/+9
2022-11-28tracing/user_events: Fix call print_fmt leakBeau Belgrave1-0/+1
2022-11-24ftrace: Avoid needless updates of the ftrace function callSteven Rostedt (Google)1-2/+15
2022-11-24tracing: Optimize event type allocation with IDAZheng Yejian2-51/+16
2022-11-24tracing: Make tracepoint_print_iter staticXiu Jianfeng2-3/+1
2022-11-24tracing/perf: Use strndup_user instead of kzalloc/strncpy_from_userChuang Wang1-10/+6
2022-11-24Documentation/osnoise: Add osnoise/options documentationDaniel Bristot de Oliveira1-0/+12
2022-11-24tracing/osnoise: Add OSNOISE_WORKLOAD optionDaniel Bristot de Oliveira1-6/+22
2022-11-24tracing/osnoise: Add osnoise/options fileDaniel Bristot de Oliveira1-0/+170
2022-11-24ring_buffer: Remove unused "event" parameterSong Chen4-11/+8
2022-11-24tracing: Add trace_trigger kernel command line optionSteven Rostedt (Google)2-2/+89
2022-11-24tracing: Add __cpumask to denote a trace event field that is a cpumask_tSteven Rostedt (Google)11-9/+91
2022-11-24ftrace: Clean comments related to FTRACE_OPS_FL_PER_CPUZheng Yejian1-7/+3
2022-11-24tracing: Free buffers when a used dynamic event is removedSteven Rostedt (Google)2-1/+12
2022-11-24tracing: Add tracing_reset_all_online_cpus_unlocked() functionSteven Rostedt (Google)4-4/+12
2022-11-24tracing: Fix race where histograms can be called before the eventSteven Rostedt (Google)1-0/+3
2022-11-23tracing/osnoise: Fix duration typeDaniel Bristot de Oliveira1-3/+3
2022-11-23tracing/user_events: Fix memory leak in user_event_create()Xiu Jianfeng1-1/+3
2022-11-22tracing/hist: add in missing * in comment blocksColin Ian King1-2/+2
2022-11-21Linux 6.1-rc6v6.1-rc6Linus Torvalds1-1/+1
2022-11-20tracing: Fix race where eprobes can be called before the eventSteven Rostedt (Google)1-0/+3
2022-11-19iommu/vt-d: Set SRE bit only when hardware has SRS capTina Zhang1-2/+3
2022-11-19iommu/vt-d: Preset Access bit for IOVA in FL non-leaf paging entriesTina Zhang1-5/+3
2022-11-19Input: i8042 - fix leaking of platform device on module removalChen Jun1-4/+0
2022-11-18arm64/mm: fix incorrect file_map_count for non-leaf pmd/pudLiu Shixin1-2/+2
2022-11-18io_uring: disallow self-propelled ring pollingPavel Begunkov1-0/+2
2022-11-18dm integrity: clear the journal on suspendMikulas Patocka1-0/+13
2022-11-18dm integrity: flush the journal on suspendMikulas Patocka1-6/+1
2022-11-18dm bufio: Fix missing decrement of no_sleep_enabled if dm_bufio_client_create...Zhihao Cheng1-0/+2
2022-11-18dm ioctl: fix misbehavior if list_versions races with module loadingMikulas Patocka1-2/+2
2022-11-18gpu: host1x: Avoid trying to use GART on Tegra20Robin Murphy2-0/+8
2022-11-18tracing: Fix potential null-pointer-access of entry in list 'tr->err_log'Zheng Yejian1-4/+5
2022-11-18tracing: Remove unused __bad_type_size() methodQiujun Huang1-2/+0
2022-11-18tracing/eprobe: Fix eprobe filter to make a filter correctlyMasami Hiramatsu (Google)1-1/+1
2022-11-18tracing/eprobe: Fix warning in filter creationRafael Mendonca1-1/+1
2022-11-18kprobes: Skip clearing aggrprobe's post_handler in kprobe-on-ftrace caseLi Huafei1-1/+7
2022-11-18rethook: fix a potential memleak in rethook_alloc()Yi Yang1-1/+3
2022-11-18tracing/eprobe: Fix memory leak of filter stringRafael Mendonca1-0/+1
2022-11-18tracing: kprobe: Fix potential null-ptr-deref on trace_array in kprobe_event_...Shang XiaoJing1-0/+4
2022-11-18tracing: kprobe: Fix potential null-ptr-deref on trace_event_file in kprobe_e...Shang XiaoJing1-16/+28
2022-11-18tracing: Fix wild-memory-access in register_synth_event()Shang XiaoJing1-3/+2
2022-11-17tracing: Fix memory leak in test_gen_synth_cmd() and test_empty_synth_event()Shang XiaoJing1-10/+6
2022-11-17ftrace: Fix null pointer dereference in ftrace_add_mod()Xiu Jianfeng1-0/+1
2022-11-17ring_buffer: Do not deactivate non-existant pagesDaniil Tatianin1-2/+2
2022-11-17ftrace: Optimize the allocation for mcount entriesWang Wensheng1-1/+1
2022-11-17ftrace: Fix the possible incorrect kernel messageWang Wensheng1-1/+1
2022-11-17io_uring: fix multishot recv request leaksPavel Begunkov1-9/+7