index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-30
notifier: repair slips in kernel-doc comments
Lukas Bulwahn
1
-3
/
+3
2022-11-30
Revert "blk-cgroup: Flush stats at blkgs destruction path"
Jens Axboe
1
-20
/
+0
2022-11-30
genirq/irqdesc: Don't try to remove non-existing sysfs files
Yang Yingliang
2
-6
/
+11
2022-11-29
rcu: Make SRCU mandatory
Paul E. McKenney
4
-24
/
+16
2022-11-29
rcu/rcutorture: Use call_rcu_hurry() where needed
Joel Fernandes (Google)
1
-8
/
+8
2022-11-29
rcu/rcuscale: Use call_rcu_hurry() for async reader test
Joel Fernandes (Google)
1
-1
/
+1
2022-11-29
rcu/sync: Use call_rcu_hurry() instead of call_rcu
Joel Fernandes (Google)
1
-1
/
+1
2022-11-29
rcuscale: Add laziness and kfree tests
Joel Fernandes (Google)
1
-2
/
+65
2022-11-29
rcu: Shrinker for lazy rcu
Vineeth Pillai
1
-0
/
+52
2022-11-29
rcu: Refactor code a bit in rcu_nocb_do_flush_bypass()
Joel Fernandes (Google)
1
-8
/
+9
2022-11-29
rcu: Make call_rcu() lazy to save power
Joel Fernandes (Google)
7
-82
/
+237
2022-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
22
-115
/
+263
2022-11-29
Merge tag 'net-6.1-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2
-2
/
+2
2022-11-29
perf: Fix perf_pending_task() UaF
Peter Zijlstra
1
-4
/
+13
2022-11-28
Daniel Borkmann says:
Jakub Kicinski
14
-577
/
+2401
2022-11-28
Merge tag 'trace-v6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
8
-11
/
+35
2022-11-28
tracing/user_events: Fix call print_fmt leak
Beau Belgrave
1
-0
/
+1
2022-11-28
kprobes: Fix check for probe enabled in kill_kprobe()
Li Huafei
1
-8
/
+8
2022-11-27
Merge tag 'perf_urgent_for_v6.1_rc7' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+25
2022-11-25
Merge tag 'pm-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
1
-15
/
+15
2022-11-25
Merge tag 'mm-hotfixes-stable-2022-11-24' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-0
/
+2
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
1
-1
/
+1
2022-11-25
padata: Fix list iterator in padata_do_serial()
Daniel Jordan
1
-2
/
+5
2022-11-25
padata: Always leave BHs disabled when running ->parallel()
Daniel Jordan
1
-3
/
+5
2022-11-24
bpf: Don't mark arguments to fentry/fexit programs as trusted.
Alexei Starovoitov
2
-6
/
+13
2022-11-24
bpf: Add kfunc bpf_rcu_read_lock/unlock()
Yonghong Song
3
-29
/
+148
2022-11-24
bpf: Introduce might_sleep field in bpf_func_proto
Yonghong Song
4
-4
/
+13
2022-11-24
timers: Provide timer_shutdown[_sync]()
Thomas Gleixner
1
-0
/
+66
2022-11-24
timers: Add shutdown mechanism to the internal functions
Thomas Gleixner
1
-8
/
+54
2022-11-24
timers: Split [try_to_]del_timer[_sync]() to prepare for shutdown mode
Thomas Gleixner
1
-51
/
+92
2022-11-24
timers: Silently ignore timers with a NULL function
Thomas Gleixner
1
-5
/
+52
2022-11-24
timers: Rename del_timer() to timer_delete()
Thomas Gleixner
1
-3
/
+3
2022-11-24
timers: Rename del_timer_sync() to timer_delete_sync()
Thomas Gleixner
1
-9
/
+9
2022-11-24
timers: Use del_timer_sync() even on UP
Thomas Gleixner
1
-2
/
+0
2022-11-24
timers: Update kernel-doc for various functions
Thomas Gleixner
1
-58
/
+90
2022-11-24
timers: Replace BUG_ON()s
Thomas Gleixner
1
-5
/
+6
2022-11-24
timers: Get rid of del_singleshot_timer_sync()
Thomas Gleixner
1
-1
/
+1
2022-11-24
perf/core: Don't allow grouping events from different hw pmus
Ravi Bangoria
1
-9
/
+15
2022-11-24
perf: Fix function pointer case
Peter Zijlstra
1
-2
/
+6
2022-11-24
perf: Consider OS filter fail
Peter Zijlstra
1
-2
/
+22
2022-11-24
perf: Fixup SIGTRAP and sample_flags interaction
Peter Zijlstra
1
-1
/
+4
2022-11-23
bpf: Add bpf_task_from_pid() kfunc
David Vernet
1
-1
/
+20
2022-11-24
bpf: Unify and simplify btf_func_proto_check error handling
Stanislav Fomichev
1
-9
/
+5
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
1
-50
/
+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
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
3
-9
/
+7
[prev]
[next]