index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2022-12-01
PM: hibernate: Complain about memory map mismatches during resume
Xueqin Luo
-2
/
+6
2022-12-01
exit: Expose "oops_count" to sysfs
Kees Cook
-2
/
+20
2022-12-01
exit: Put an upper limit on how often we can oops
Jann Horn
-0
/
+42
2022-12-01
panic: Separate sysctl logic from CONFIG_SMP
Kees Cook
-1
/
+3
2022-12-01
block: bdev & blktrace: use consistent function doc. notation
Randy Dunlap
-2
/
+2
2022-12-01
clockevents: Repair kernel-doc for clockevent_delta2ns()
Lukas Bulwahn
-1
/
+1
2022-12-01
printk: use strscpy() to instead of strlcpy()
Xu Panda
-1
/
+1
2022-12-01
vdso/timens: Refactor copy-pasted find_timens_vvar_page() helper into one copy
Jann Horn
-0
/
+18
2022-11-30
bpf: Fix a compilation failure with clang lto build
Yonghong Song
-7
/
+4
2022-11-30
kernel/user: Allow user_struct::locked_vm to be usable for iommufd
Jason Gunthorpe
-0
/
+1
2022-11-30
acct: fix potential integer overflow in encode_comp_t()
Zheng Yejian
-0
/
+2
2022-11-30
acct: fix accuracy loss for input value of encode_comp_t()
Zheng Yejian
-2
/
+2
2022-11-30
vmcoreinfo: warn if we exceed vmcoreinfo data size
Stephen Brennan
-0
/
+3
2022-11-30
percpu_counter: add percpu_counter_sum_all interface
Shakeel Butt
-0
/
+5
2022-11-30
mm: convert mm's rss stats into percpu_counter
Shakeel Butt
-1
/
+15
2022-11-30
bpf: Tighten ptr_to_btf_id checks.
Alexei Starovoitov
-3
/
+14
2022-12-01
mm, slob: rename CONFIG_SLOB to CONFIG_SLOB_DEPRECATED
Vlastimil Babka
-2
/
+3
2022-11-30
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
-0
/
+2
2022-11-30
Merge branches 'doc.2022.10.20a', 'fixes.2022.10.21a', 'lazy.2022.11.30a', 's...
Paul E. McKenney
-153
/
+545
2022-11-30
workqueue: Make queue_rcu_work() use call_rcu_hurry()
Uladzislau Rezki
-1
/
+1
2022-11-30
notifier: repair slips in kernel-doc comments
Lukas Bulwahn
-3
/
+3
2022-11-30
Revert "blk-cgroup: Flush stats at blkgs destruction path"
Jens Axboe
-20
/
+0
2022-11-30
genirq/irqdesc: Don't try to remove non-existing sysfs files
Yang Yingliang
-6
/
+11
2022-11-29
rcu: Make SRCU mandatory
Paul E. McKenney
-24
/
+16
2022-11-29
rcu/rcutorture: Use call_rcu_hurry() where needed
Joel Fernandes (Google)
-8
/
+8
2022-11-29
rcu/rcuscale: Use call_rcu_hurry() for async reader test
Joel Fernandes (Google)
-1
/
+1
2022-11-29
rcu/sync: Use call_rcu_hurry() instead of call_rcu
Joel Fernandes (Google)
-1
/
+1
2022-11-29
rcuscale: Add laziness and kfree tests
Joel Fernandes (Google)
-2
/
+65
2022-11-29
rcu: Shrinker for lazy rcu
Vineeth Pillai
-0
/
+52
2022-11-29
rcu: Refactor code a bit in rcu_nocb_do_flush_bypass()
Joel Fernandes (Google)
-8
/
+9
2022-11-29
rcu: Make call_rcu() lazy to save power
Joel Fernandes (Google)
-82
/
+237
2022-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-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
2022-11-29
perf: Fix perf_pending_task() UaF
Peter Zijlstra
-4
/
+13
2022-11-28
Daniel Borkmann says:
Jakub Kicinski
-577
/
+2401
2022-11-28
Merge tag 'trace-v6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
-11
/
+35
2022-11-28
tracing/user_events: Fix call print_fmt leak
Beau Belgrave
-0
/
+1
2022-11-28
kprobes: Fix check for probe enabled in kill_kprobe()
Li Huafei
-8
/
+8
2022-11-27
Merge tag 'perf_urgent_for_v6.1_rc7' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-2
/
+25
2022-11-25
Merge tag 'pm-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
-15
/
+15
2022-11-25
Merge tag 'mm-hotfixes-stable-2022-11-24' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
-0
/
+2
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
-1
/
+1
2022-11-25
padata: Fix list iterator in padata_do_serial()
Daniel Jordan
-2
/
+5
2022-11-25
padata: Always leave BHs disabled when running ->parallel()
Daniel Jordan
-3
/
+5
2022-11-24
bpf: Don't mark arguments to fentry/fexit programs as trusted.
Alexei Starovoitov
-6
/
+13
2022-11-24
bpf: Add kfunc bpf_rcu_read_lock/unlock()
Yonghong Song
-29
/
+148
2022-11-24
bpf: Introduce might_sleep field in bpf_func_proto
Yonghong Song
-4
/
+13
2022-11-24
timers: Provide timer_shutdown[_sync]()
Thomas Gleixner
-0
/
+66
2022-11-24
timers: Add shutdown mechanism to the internal functions
Thomas Gleixner
-8
/
+54
2022-11-24
timers: Split [try_to_]del_timer[_sync]() to prepare for shutdown mode
Thomas Gleixner
-51
/
+92
[prev]
[next]