index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-23
ftrace: Avoid needless updates of the ftrace function call
Steven Rostedt (Google)
1
-2
/
+15
2022-11-23
tracing: Optimize event type allocation with IDA
Zheng Yejian
2
-51
/
+16
2022-11-23
tracing: Make tracepoint_print_iter static
Xiu Jianfeng
2
-3
/
+1
2022-11-23
tracing/perf: Use strndup_user instead of kzalloc/strncpy_from_user
Chuang Wang
1
-10
/
+6
2022-11-23
Documentation/osnoise: Add osnoise/options documentation
Daniel Bristot de Oliveira
1
-0
/
+12
2022-11-23
tracing/osnoise: Add OSNOISE_WORKLOAD option
Daniel Bristot de Oliveira
1
-6
/
+22
2022-11-23
tracing/osnoise: Add osnoise/options file
Daniel Bristot de Oliveira
1
-0
/
+170
2022-11-23
ring_buffer: Remove unused "event" parameter
Song Chen
4
-11
/
+8
2022-11-23
tracing: Add trace_trigger kernel command line option
Steven Rostedt (Google)
2
-2
/
+89
2022-11-23
tracing: Add __cpumask to denote a trace event field that is a cpumask_t
Steven Rostedt (Google)
11
-9
/
+91
2022-11-23
ftrace: Clean comments related to FTRACE_OPS_FL_PER_CPU
Zheng Yejian
1
-7
/
+3
2022-11-23
tracing: Free buffers when a used dynamic event is removed
Steven Rostedt (Google)
2
-1
/
+12
2022-11-23
tracing: Add tracing_reset_all_online_cpus_unlocked() function
Steven Rostedt (Google)
4
-4
/
+12
2022-11-23
tracing: Fix race where histograms can be called before the event
Steven Rostedt (Google)
1
-0
/
+3
2022-11-22
tracing/osnoise: Fix duration type
Daniel Bristot de Oliveira
1
-3
/
+3
2022-11-22
tracing/user_events: Fix memory leak in user_event_create()
Xiu Jianfeng
1
-1
/
+3
2022-11-22
tracing/hist: add in missing * in comment blocks
Colin Ian King
1
-2
/
+2
2022-11-20
Linux 6.1-rc6
Linus Torvalds
1
-1
/
+1
2022-11-20
tracing: Fix race where eprobes can be called before the event
Steven Rostedt (Google)
1
-0
/
+3
2022-11-19
iommu/vt-d: Set SRE bit only when hardware has SRS cap
Tina Zhang
1
-2
/
+3
2022-11-19
iommu/vt-d: Preset Access bit for IOVA in FL non-leaf paging entries
Tina Zhang
1
-5
/
+3
2022-11-18
Input: i8042 - fix leaking of platform device on module removal
Chen Jun
1
-4
/
+0
2022-11-18
arm64/mm: fix incorrect file_map_count for non-leaf pmd/pud
Liu Shixin
1
-2
/
+2
2022-11-18
io_uring: disallow self-propelled ring polling
Pavel Begunkov
1
-0
/
+2
2022-11-18
dm integrity: clear the journal on suspend
Mikulas Patocka
1
-0
/
+13
2022-11-18
dm integrity: flush the journal on suspend
Mikulas Patocka
1
-6
/
+1
2022-11-18
dm bufio: Fix missing decrement of no_sleep_enabled if dm_bufio_client_create failed
Zhihao Cheng
1
-0
/
+2
2022-11-18
dm ioctl: fix misbehavior if list_versions races with module loading
Mikulas Patocka
1
-2
/
+2
2022-11-18
gpu: host1x: Avoid trying to use GART on Tegra20
Robin Murphy
2
-0
/
+8
2022-11-17
tracing: Fix potential null-pointer-access of entry in list 'tr->err_log'
Zheng Yejian
1
-4
/
+5
2022-11-17
tracing: Remove unused __bad_type_size() method
Qiujun Huang
1
-2
/
+0
2022-11-18
tracing/eprobe: Fix eprobe filter to make a filter correctly
Masami Hiramatsu (Google)
1
-1
/
+1
2022-11-18
tracing/eprobe: Fix warning in filter creation
Rafael Mendonca
1
-1
/
+1
2022-11-18
kprobes: Skip clearing aggrprobe's post_handler in kprobe-on-ftrace case
Li Huafei
1
-1
/
+7
2022-11-18
rethook: fix a potential memleak in rethook_alloc()
Yi Yang
1
-1
/
+3
2022-11-18
tracing/eprobe: Fix memory leak of filter string
Rafael Mendonca
1
-0
/
+1
2022-11-18
tracing: kprobe: Fix potential null-ptr-deref on trace_array in kprobe_event_gen_test_exit()
Shang XiaoJing
1
-0
/
+4
2022-11-18
tracing: kprobe: Fix potential null-ptr-deref on trace_event_file in kprobe_event_gen_test_exit()
Shang XiaoJing
1
-16
/
+28
2022-11-17
tracing: Fix wild-memory-access in register_synth_event()
Shang XiaoJing
1
-3
/
+2
2022-11-17
tracing: Fix memory leak in test_gen_synth_cmd() and test_empty_synth_event()
Shang XiaoJing
1
-10
/
+6
2022-11-17
ftrace: Fix null pointer dereference in ftrace_add_mod()
Xiu Jianfeng
1
-0
/
+1
2022-11-17
ring_buffer: Do not deactivate non-existant pages
Daniil Tatianin
1
-2
/
+2
2022-11-17
ftrace: Optimize the allocation for mcount entries
Wang Wensheng
1
-1
/
+1
2022-11-17
ftrace: Fix the possible incorrect kernel message
Wang Wensheng
1
-1
/
+1
2022-11-17
io_uring: fix multishot recv request leaks
Pavel Begunkov
1
-9
/
+7
2022-11-17
io_uring: fix multishot accept request leaks
Pavel Begunkov
4
-8
/
+8
2022-11-17
io_uring: fix tw losing poll events
Pavel Begunkov
1
-0
/
+7
2022-11-17
io_uring: update res mask in io_poll_check_events
Pavel Begunkov
1
-0
/
+3
2022-11-17
scsi: iscsi: Fix possible memory leak when device_register() failed
Zhou Guanghui
1
-15
/
+16
2022-11-17
scsi: zfcp: Fix double free of FSF request when qdio send fails
Benjamin Block
1
-1
/
+1
[next]