index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
|
|
|
|
|
Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2022-01-16
17
-247
/
+800
|
\
\
\
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
tracing: Add ustring operation to filtering string pointers
Steven Rostedt
2022-01-14
1
-24
/
+57
|
*
|
|
|
|
|
|
|
tracing/osnoise: Properly unhook events if start_per_cpu_kthreads() fails
Nikita Yushchenko
2022-01-13
1
-4
/
+16
|
*
|
|
|
|
|
|
|
tracing: Remove duplicate warnings when calling trace_create_file()
Yuntao Wang
2022-01-13
1
-9
/
+3
|
*
|
|
|
|
|
|
|
tracing/kprobes: 'nmissed' not showed correctly for kretprobe
Xiangyang Zhang
2022-01-13
1
-1
/
+4
|
*
|
|
|
|
|
|
|
tracing: Add test for user space strings when filtering on string pointers
Steven Rostedt
2022-01-13
1
-3
/
+63
|
*
|
|
|
|
|
|
|
tracing: Have syscall trace events use trace_event_buffer_lock_reserve()
Steven Rostedt
2022-01-13
1
-4
/
+2
|
*
|
|
|
|
|
|
|
ftrace: Add test to make sure compiled time sorts work
Steven Rostedt (VMware)
2022-01-13
2
-0
/
+37
|
*
|
|
|
|
|
|
|
scripts: ftrace - move the sort-processing in ftrace_init
Yinan Liu
2022-01-13
1
-2
/
+9
|
*
|
|
|
|
|
|
|
tracing/probes: check the return value of kstrndup() for pbuf
Xiaoke Wang
2022-01-13
1
-0
/
+2
|
*
|
|
|
|
|
|
|
tracing/uprobes: Check the return value of kstrdup() for tu->filename
Xiaoke Wang
2022-01-13
1
-0
/
+5
|
*
|
|
|
|
|
|
|
tracing: Account bottom half disabled sections.
Sebastian Andrzej Siewior
2022-01-13
2
-2
/
+8
|
*
|
|
|
|
|
|
|
tracing: Add helper functions to simplify event_command.parse() callback hand...
Tom Zanussi
2022-01-10
2
-0
/
+366
|
*
|
|
|
|
|
|
|
tracing: Remove ops param from event_command reg()/unreg() callbacks
Tom Zanussi
2022-01-10
4
-28
/
+20
|
*
|
|
|
|
|
|
|
tracing: Change event_trigger_ops func() to trigger()
Tom Zanussi
2022-01-10
4
-26
/
+37
|
*
|
|
|
|
|
|
|
tracing: Change event_command func() to parse()
Tom Zanussi
2022-01-10
4
-39
/
+44
|
*
|
|
|
|
|
|
|
tracing: Use trace_iterator_reset() in tracing_read_pipe()
Steven Rostedt (VMware)
2021-12-11
1
-2
/
+1
|
*
|
|
|
|
|
|
|
tracing: Use memset_startat helper in trace_iterator_reset()
Xiu Jianfeng
2021-12-11
1
-8
/
+1
|
*
|
|
|
|
|
|
|
tracing: Do not let synth_events block other dyn_event systems during create
Beau Belgrave
2021-12-11
1
-6
/
+7
|
*
|
|
|
|
|
|
|
tracing: Iterate trace_[ku]probe objects directly
Jiri Olsa
2021-12-11
2
-24
/
+12
|
*
|
|
|
|
|
|
|
tracing: Make trace_marker{,_raw} stream-like
John Keeping
2021-12-07
1
-10
/
+8
|
*
|
|
|
|
|
|
|
tracing: Switch to kvfree_rcu() API
Uladzislau Rezki (Sony)
2021-12-06
2
-4
/
+2
|
*
|
|
|
|
|
|
|
tracing: Fix synth_event_add_val() kernel-doc comment
Qiujun Huang
2021-12-06
1
-1
/
+1
|
*
|
|
|
|
|
|
|
tracing/uprobes: Use trace_event_buffer_reserve() helper
Steven Rostedt (VMware)
2021-12-06
1
-7
/
+4
|
*
|
|
|
|
|
|
|
tracing/kprobes: Do not open code event reserve logic
Steven Rostedt (VMware)
2021-12-06
1
-18
/
+7
|
*
|
|
|
|
|
|
|
tracing: Have eprobes use filtering logic of trace events
Steven Rostedt (VMware)
2021-12-06
1
-11
/
+5
|
*
|
|
|
|
|
|
|
tracing: Disable preemption when using the filter buffer
Steven Rostedt (VMware)
2021-12-06
2
-27
/
+36
|
*
|
|
|
|
|
|
|
tracing: Use __this_cpu_read() in trace_event_buffer_lock_reserver()
Steven Rostedt (VMware)
2021-12-06
1
-1
/
+1
|
*
|
|
|
|
|
|
|
tracing: Add '__rel_loc' using trace event macros
Masami Hiramatsu
2021-12-06
1
-0
/
+3
|
*
|
|
|
|
|
|
|
tracing: Support __rel_loc relative dynamic data location attribute
Masami Hiramatsu
2021-12-06
4
-6
/
+59
|
*
|
|
|
|
|
|
|
tracing: Fix spelling mistake "aritmethic" -> "arithmetic"
Colin Ian King
2021-12-06
1
-1
/
+1
*
|
|
|
|
|
|
|
|
Merge tag 'livepatching-for-5.17' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-01-16
4
-19
/
+19
|
\
\
\
\
\
\
\
\
\
|
*
\
\
\
\
\
\
\
\
Merge branch 'for-5.17/kallsyms' into for-linus
Petr Mladek
2022-01-14
2
-0
/
+3
|
|
\
\
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
|
|
livepatch: Avoid CPU hogging with cond_resched
David Vernet
2022-01-07
2
-0
/
+3
|
*
|
|
|
|
|
|
|
|
|
livepatch: Fix missing unlock on error in klp_enable_patch()
Yang Yingliang
2022-01-04
1
-1
/
+3
|
*
|
|
|
|
|
|
|
|
|
livepatch: Fix kobject refcount bug on klp_init_patch_early failure path
David Vernet
2022-01-04
1
-18
/
+13
|
*
|
|
|
|
|
|
|
|
|
Documentation: livepatch: Add livepatch API page
David Vernet
2021-12-23
1
-3
/
+3
|
|
/
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2022-01-15
10
-20
/
+78
|
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
mm/mempolicy: wire up syscall set_mempolicy_home_node
Aneesh Kumar K.V
2022-01-15
1
-0
/
+1
|
*
|
|
|
|
|
|
|
|
|
dma/pool: create dma atomic pool only if dma zone has managed pages
Baoquan He
2022-01-15
1
-2
/
+2
|
*
|
|
|
|
|
|
|
|
|
mm/pagealloc: sysctl: change watermark_scale_factor max limit to 30%
Suren Baghdasaryan
2022-01-15
1
-1
/
+2
|
*
|
|
|
|
|
|
|
|
|
mm: move anon_vma declarations to linux/mm_inline.h
Arnd Bergmann
2022-01-15
1
-0
/
+1
|
*
|
|
|
|
|
|
|
|
|
mm: add a field to store names for private anonymous memory
Colin Cross
2022-01-15
2
-0
/
+65
|
*
|
|
|
|
|
|
|
|
|
trace/hwlat: make use of the helper function kthread_run_on_cpu()
Cai Huoqing
2022-01-15
1
-5
/
+1
|
*
|
|
|
|
|
|
|
|
|
trace/osnoise: make use of the helper function kthread_run_on_cpu()
Cai Huoqing
2022-01-15
1
-2
/
+1
|
*
|
|
|
|
|
|
|
|
|
rcutorture: make use of the helper function kthread_run_on_cpu()
Cai Huoqing
2022-01-15
1
-5
/
+2
|
*
|
|
|
|
|
|
|
|
|
ring-buffer: make use of the helper function kthread_run_on_cpu()
Cai Huoqing
2022-01-15
1
-5
/
+2
|
*
|
|
|
|
|
|
|
|
|
kthread: add the helper function kthread_run_on_cpu()
Cai Huoqing
2022-01-15
1
-0
/
+1
|
|
|
_
|
_
|
_
|
_
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
|
Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-01-13
1
-223
/
+569
|
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
genirq/msi: Populate sysfs entry only once
Thomas Gleixner
2022-01-10
1
-6
/
+5
[prev]
[next]