index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-29
tracing/user_events: Fixup enable faults asyncly
Beau Belgrave
1
-6
/
+114
2023-03-29
tracing/user_events: Use remote writes for event enablement
Beau Belgrave
2
-138
/
+453
2023-03-29
tracing/user_events: Track fork/exec/exit for mm lifetime
Beau Belgrave
2
-0
/
+4
2023-03-29
tracing/user_events: Split header into uapi and kernel
Beau Belgrave
1
-5
/
+0
2023-03-29
tracing: Add "fields" option to show raw trace event fields
Steven Rostedt (Google)
4
-2
/
+177
2023-03-29
Merge branch 'slab/for-6.4/slob-removal' into slab/for-next
Vlastimil Babka
1
-1
/
+0
2023-03-29
mm/slob: remove CONFIG_SLOB
Vlastimil Babka
1
-1
/
+0
2023-03-28
lazy tlb: shoot lazies, non-refcounting lazy tlb mm reference handling scheme
Nicholas Piggin
1
-0
/
+65
2023-03-28
lazy tlb: introduce lazy tlb mm refcount helper functions
Nicholas Piggin
4
-11
/
+20
2023-03-28
kthread: simplify kthread_use_mm refcounting
Nicholas Piggin
1
-9
/
+5
2023-03-28
fprobe: Skip exit_handler if entry_handler returns !0
Masami Hiramatsu (Google)
2
-7
/
+22
2023-03-28
fprobe: Add nr_maxactive to specify rethook_node pool size
Masami Hiramatsu (Google)
1
-1
/
+4
2023-03-28
fprobe: Pass entry_data to handlers
Masami Hiramatsu (Google)
2
-8
/
+15
2023-03-28
dma-debug: add cacheline to user/kernel space dump messages
Desnes Nunes
1
-58
/
+64
2023-03-28
dma-debug: small dma_debug_entry's comment and variable name updates
Desnes Nunes
1
-4
/
+5
2023-03-28
dma-direct: cleanup parameters to dma_direct_optimal_gfp_mask
Petr Tesarik
1
-8
/
+7
2023-03-27
rcutorture: Add RCU Tasks Trace and SRCU deadlock scenarios
Paul E. McKenney
1
-1
/
+35
2023-03-27
rcutorture: Add SRCU deadlock scenarios
Paul E. McKenney
1
-0
/
+151
2023-03-27
locking/lockdep: Improve the deadlock scenario print for sync and read lock
Boqun Feng
1
-16
/
+32
2023-03-27
locking: Reduce the number of locks in ww_mutex stress tests
Boqun Feng
1
-1
/
+1
2023-03-27
rcu: Annotate SRCU's update-side lockdep dependencies
Boqun Feng
2
-0
/
+4
2023-03-27
locking/lockdep: Introduce lock_sync()
Boqun Feng
1
-0
/
+34
2023-03-26
Merge tag 'sched_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-11
/
+47
2023-03-26
Merge tag 'core_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+3
2023-03-25
bpf: Use bpf_mem_cache_alloc/free for bpf_local_storage
Martin KaFai Lau
1
-15
/
+115
2023-03-25
bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage_elem
Martin KaFai Lau
4
-12
/
+89
2023-03-25
bpf: Add a few bpf mem allocator functions
Martin KaFai Lau
1
-9
/
+50
2023-03-25
bpf: Treat KF_RELEASE kfuncs as KF_TRUSTED_ARGS
David Vernet
2
-2
/
+2
2023-03-25
bpf: Remove now-unnecessary NULL checks for KF_RELEASE kfuncs
David Vernet
2
-9
/
+0
2023-03-25
bpf: Only invoke kptr dtor following non-NULL xchg
David Vernet
1
-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
1
-5
/
+0
2023-03-24
kheaders: Use array declaration instead of char
Kees Cook
1
-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
/
+1
2023-03-24
bpf: Check IS_ERR for the bpf_map_get() return value
Martin KaFai Lau
2
-4
/
+4
2023-03-24
module: already_uses() - reduce pr_debug output volume
Jim Cromie
1
-3
/
+1
2023-03-24
module: add section-size to move_module pr_debug
Jim Cromie
1
-2
/
+2
2023-03-24
module: add symbol-name to pr_debug Absolute symbol
Jim Cromie
1
-2
/
+2
2023-03-24
module: in layout_sections, move_module: add the modname
Jim Cromie
1
-3
/
+3
2023-03-24
module: fold usermode helper kmod into modules directory
Luis Chamberlain
3
-2
/
+3
2023-03-24
module: merge remnants of setup_load_info() to elf validation
Luis Chamberlain
1
-33
/
+27
2023-03-24
module: move more elf validity checks to elf_validity_check()
Luis Chamberlain
1
-35
/
+44
2023-03-24
module: add stop-grap sanity check on module memcpy()
Luis Chamberlain
1
-4
/
+22
2023-03-24
module: add sanity check for ELF module section
Luis Chamberlain
1
-9
/
+53
2023-03-24
module: rename check_module_license_and_versions() to check_export_symbol_ver...
Luis Chamberlain
1
-2
/
+2
2023-03-24
module: converge taint work together
Luis Chamberlain
1
-28
/
+24
2023-03-24
module: move signature taint to module_augment_kernel_taints()
Luis Chamberlain
1
-9
/
+9
2023-03-24
module: move tainting until after a module hits our linked list
Luis Chamberlain
1
-12
/
+10
2023-03-24
module: split taint adding with info checking
Luis Chamberlain
1
-22
/
+40
2023-03-24
module: split taint work out of check_modinfo_livepatch()
Luis Chamberlain
1
-5
/
+6
2023-03-24
module: rename set_license() to module_license_taint_check()
Luis Chamberlain
1
-3
/
+2
[prev]
[next]