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
2023-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-4
/
+6
2023-05-25
module: error out early on concurrent load of the same module file
Linus Torvalds
-15
/
+43
2023-05-25
workqueue: Disable per-cpu CPU hog detection when wq_cpu_intensive_thresh_us ...
Zqiang
-0
/
+3
2023-05-25
Merge tag 'net-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-4
/
+6
2023-05-25
bpf: drop unnecessary bpf_capable() check in BPF_MAP_FREEZE command
Andrii Nakryiko
-4
/
+5
2023-05-24
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-4
/
+6
2023-05-24
cgroup: Update out-of-date comment in cgroup_migrate()
Xiu Jianfeng
-3
/
+3
2023-05-24
workqueue: Fix WARN_ON_ONCE() triggers in worker_enter_idle()
Zqiang
-5
/
+12
2023-05-24
PM: hibernate: Correct spelling mistake in a comment
Wang Honghui
-1
/
+1
2023-05-24
x86/pci/xen: populate MSI sysfs entries
Maximilian Heyne
-2
/
+2
2023-05-24
trace: Convert trace/seq to use copy_splice_read()
David Howells
-1
/
+1
2023-05-24
genirq: Use a maple tree for interrupt descriptor management
Shanker Donthineni
-26
/
+33
2023-05-24
genirq: Encapsulate sparse bitmap handling
Shanker Donthineni
-12
/
+22
2023-05-24
genirq: Use hlist for managing resend handlers
Shanker Donthineni
-17
/
+35
2023-05-23
module: Remove preempt_disable() from module reference counting.
Sebastian Andrzej Siewior
-7
/
+0
2023-05-23
sysctl: Refactor base paths registrations
Joel Granados
-21
/
+9
2023-05-23
tracing: Rename stacktrace field to common_stacktrace
Steven Rostedt (Google)
-7
/
+13
2023-05-23
tracing/histograms: Allow variables to have some modifiers
Steven Rostedt (Google)
-7
/
+16
2023-05-23
tracing/user_events: Document user_event_mm one-shot list usage
Beau Belgrave
-1
/
+22
2023-05-23
tracing/user_events: Rename link fields for clarity
Beau Belgrave
-18
/
+22
2023-05-23
tracing/user_events: Remove RCU lock while pinning pages
Linus Torvalds
-6
/
+7
2023-05-23
tracing/user_events: Split up mm alloc and attach
Linus Torvalds
-11
/
+18
2023-05-23
bpf: Support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commands
Andrii Nakryiko
-13
/
+28
2023-05-23
cpu/hotplug: Fix off by one in cpuhp_bringup_mask()
Thomas Gleixner
-3
/
+3
2023-05-23
tracing/timerlat: Always wakeup the timerlat thread
Daniel Bristot de Oliveira
-0
/
+2
2023-05-23
bpf: Validate BPF object in BPF_OBJ_PIN before calling LSM
Andrii Nakryiko
-6
/
+5
2023-05-23
tracing/user_events: Use long vs int for atomic bit ops
Beau Belgrave
-7
/
+8
2023-05-22
cgroup: always put cset in cgroup_css_set_put_fork
John Sperbeck
-9
/
+8
2023-05-22
module: Fix use-after-free bug in read_file_mod_stats()
Harshit Mogalapalli
-1
/
+3
2023-05-22
cgroup: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
-2
/
+2
2023-05-22
cgroup: fix missing cpus_read_{lock,unlock}() in cgroup_transfer_tasks()
Qi Zheng
-2
/
+2
2023-05-22
capability: fix kernel-doc warnings in capability.c
Gaosheng Cui
-0
/
+2
2023-05-22
bpf: fix a memory leak in the LRU and LRU_PERCPU hash maps
Anton Protopopov
-2
/
+4
2023-05-20
cgroup/cpuset: remove unneeded header files
Miaohe Lin
-21
/
+0
2023-05-20
sched/psi: Avoid resetting the min update period when it is unnecessary
Yang Yang
-5
/
+10
2023-05-19
bpf: Add kfunc filter function to 'struct btf_kfunc_id_set'
Aditi Ghag
-14
/
+58
2023-05-19
bpf: Show target_{obj,btf}_id in tracing link fdinfo
Yafang Shao
-2
/
+9
2023-05-19
bpf: Fix mask generation for 32-bit narrow loads of 64-bit fields
Will Deacon
-1
/
+1
2023-05-19
lockdep: Add lock_set_cmp_fn() annotation
Kent Overstreet
-31
/
+87
2023-05-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-39
/
+107
2023-05-18
x86/hibernate: Declare global functions in suspend.h
Arnd Bergmann
-5
/
+0
2023-05-18
Merge tag 'probes-fixes-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-17
/
+60
2023-05-17
workqueue: Track and monitor per-workqueue CPU time usage
Tejun Heo
-0
/
+3
2023-05-17
workqueue: Report work funcs that trigger automatic CPU_INTENSIVE mechanism
Tejun Heo
-0
/
+93
2023-05-17
workqueue: Automatically mark CPU-hogging work items CPU_INTENSIVE
Tejun Heo
-5
/
+68
2023-05-17
workqueue: Improve locking rule description for worker fields
Tejun Heo
-7
/
+14
2023-05-17
workqueue: Move worker_set/clr_flags() upwards
Tejun Heo
-54
/
+54
2023-05-17
workqueue: Re-order struct worker fields
Tejun Heo
-6
/
+5
2023-05-17
workqueue: Add pwq->stats[] and a monitoring script
Tejun Heo
-1
/
+23
2023-05-18
fprobe: add recursion detection in fprobe_exit_handler
Ze Gao
-0
/
+14
[prev]
[next]