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-03-28
fprobe: Skip exit_handler if entry_handler returns !0
Masami Hiramatsu (Google)
-7
/
+22
2023-03-28
fprobe: Add nr_maxactive to specify rethook_node pool size
Masami Hiramatsu (Google)
-1
/
+4
2023-03-28
fprobe: Pass entry_data to handlers
Masami Hiramatsu (Google)
-8
/
+15
2023-03-28
dma-debug: add cacheline to user/kernel space dump messages
Desnes Nunes
-58
/
+64
2023-03-28
dma-debug: small dma_debug_entry's comment and variable name updates
Desnes Nunes
-4
/
+5
2023-03-28
dma-direct: cleanup parameters to dma_direct_optimal_gfp_mask
Petr Tesarik
-8
/
+7
2023-03-27
rcutorture: Add RCU Tasks Trace and SRCU deadlock scenarios
Paul E. McKenney
-1
/
+35
2023-03-27
rcutorture: Add SRCU deadlock scenarios
Paul E. McKenney
-0
/
+151
2023-03-27
locking/lockdep: Improve the deadlock scenario print for sync and read lock
Boqun Feng
-16
/
+32
2023-03-27
locking: Reduce the number of locks in ww_mutex stress tests
Boqun Feng
-1
/
+1
2023-03-27
rcu: Annotate SRCU's update-side lockdep dependencies
Boqun Feng
-0
/
+4
2023-03-27
locking/lockdep: Introduce lock_sync()
Boqun Feng
-0
/
+34
2023-03-26
Merge tag 'sched_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-11
/
+47
2023-03-26
Merge tag 'core_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-2
/
+3
2023-03-25
bpf: Use bpf_mem_cache_alloc/free for bpf_local_storage
Martin KaFai Lau
-15
/
+115
2023-03-25
bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage_elem
Martin KaFai Lau
-12
/
+89
2023-03-25
bpf: Add a few bpf mem allocator functions
Martin KaFai Lau
-9
/
+50
2023-03-25
bpf: Treat KF_RELEASE kfuncs as KF_TRUSTED_ARGS
David Vernet
-2
/
+2
2023-03-25
bpf: Remove now-unnecessary NULL checks for KF_RELEASE kfuncs
David Vernet
-9
/
+0
2023-03-25
bpf: Only invoke kptr dtor following non-NULL xchg
David Vernet
-0
/
+3
2023-03-25
Merge tag 'xfs-6.3-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
-5
/
+0
2023-03-24
kheaders: Use array declaration instead of char
Kees Cook
-5
/
+5
2023-03-24
Merge tag 'mm-hotfixes-stable-2023-03-24-17-09' of git://git.kernel.org/pub/s...
Linus Torvalds
-1
/
+1
2023-03-24
bpf: Check IS_ERR for the bpf_map_get() return value
Martin KaFai Lau
-4
/
+4
2023-03-24
module: already_uses() - reduce pr_debug output volume
Jim Cromie
-3
/
+1
2023-03-24
module: add section-size to move_module pr_debug
Jim Cromie
-2
/
+2
2023-03-24
module: add symbol-name to pr_debug Absolute symbol
Jim Cromie
-2
/
+2
2023-03-24
module: in layout_sections, move_module: add the modname
Jim Cromie
-3
/
+3
2023-03-24
module: fold usermode helper kmod into modules directory
Luis Chamberlain
-2
/
+3
2023-03-24
module: merge remnants of setup_load_info() to elf validation
Luis Chamberlain
-33
/
+27
2023-03-24
module: move more elf validity checks to elf_validity_check()
Luis Chamberlain
-35
/
+44
2023-03-24
module: add stop-grap sanity check on module memcpy()
Luis Chamberlain
-4
/
+22
2023-03-24
module: add sanity check for ELF module section
Luis Chamberlain
-9
/
+53
2023-03-24
module: rename check_module_license_and_versions() to check_export_symbol_ver...
Luis Chamberlain
-2
/
+2
2023-03-24
module: converge taint work together
Luis Chamberlain
-28
/
+24
2023-03-24
module: move signature taint to module_augment_kernel_taints()
Luis Chamberlain
-9
/
+9
2023-03-24
module: move tainting until after a module hits our linked list
Luis Chamberlain
-12
/
+10
2023-03-24
module: split taint adding with info checking
Luis Chamberlain
-22
/
+40
2023-03-24
module: split taint work out of check_modinfo_livepatch()
Luis Chamberlain
-5
/
+6
2023-03-24
module: rename set_license() to module_license_taint_check()
Luis Chamberlain
-3
/
+2
2023-03-24
module: move check_modinfo() early to early_mod_check()
Luis Chamberlain
-4
/
+4
2023-03-24
module: move early sanity checks into a helper
Luis Chamberlain
-17
/
+26
2023-03-24
module: add a for_each_modinfo_entry()
Luis Chamberlain
-4
/
+4
2023-03-24
module: rename next_string() to module_next_tag_pair()
Luis Chamberlain
-3
/
+5
2023-03-24
module: move get_modinfo() helpers all above
Luis Chamberlain
-52
/
+48
2023-03-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-21
/
+20
2023-03-24
kernel/ksysfs.c: use sysfs_emit for sysfs show handlers
Thomas Weißschuh
-11
/
+11
2023-03-24
Merge tag 'net-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-2
/
+11
2023-03-24
trace,smp: Trace all smp_function_call*() invocations
Peter Zijlstra
-30
/
+36
2023-03-24
trace: Add trace_ipi_send_cpu()
Peter Zijlstra
-6
/
+5
[prev]
[next]