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
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-12
Merge 6.0-rc5 into driver-core-next
Greg Kroah-Hartman
5
-28
/
+46
2022-09-12
sbitmap: fix batched wait_cnt accounting
Keith Busch
1
-14
/
+23
2022-09-11
lib: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-09-11
llist: use try_cmpxchg in llist_add_batch and llist_del_first
Uros Bizjak
1
-8
/
+4
2022-09-11
lib/cmdline: avoid page fault in next_arg
Neel Natu
1
-1
/
+1
2022-09-08
sbitmap: Use atomic_long_try_cmpxchg in __sbitmap_queue_get_batch
Uros Bizjak
1
-5
/
+5
2022-09-08
sbitmap: Avoid leaving waitqueue in invalid state in __sbq_wake_up()
Jan Kara
1
-3
/
+15
2022-09-07
kunit/memcpy: Avoid pathological compile-time string size
Kees Cook
1
-1
/
+1
2022-09-07
lib: Improve the is_signed_type() kunit test
Bart Van Assche
1
-1
/
+6
2022-09-07
fortify: Add KUnit test for FORTIFY_SOURCE internals
Kees Cook
3
-0
/
+87
2022-09-07
string: Introduce strtomem() and strtomem_pad()
Kees Cook
1
-4
/
+55
2022-09-07
overflow: Split up kunit tests for smaller stack frames
Kees Cook
1
-27
/
+51
2022-09-07
overflow: Allow mixed type arguments
Kees Cook
1
-29
/
+72
2022-09-07
dyndbg: test DECLARE_DYNDBG_CLASSMAP, sysfs nodes
Jim Cromie
1
-15
/
+110
2022-09-07
dyndbg: add drm.debug style (drm/parameters/debug) bitmap support
Jim Cromie
1
-0
/
+212
2022-09-07
dyndbg: validate class FOO by checking with module
Jim Cromie
1
-8
/
+68
2022-09-07
dyndbg: add ddebug_attach_module_classes
Jim Cromie
1
-1
/
+31
2022-09-07
kernel/module: add __dyndbg_classes section
Jim Cromie
1
-0
/
+7
2022-09-07
dyndbg: gather __dyndbg[] state into struct _ddebug_info
Jim Cromie
1
-9
/
+31
2022-09-07
dyndbg: cleanup auto vars in dynamic_debug_init
Jim Cromie
1
-16
/
+17
2022-09-07
dyndbg: drop EXPORTed dynamic_debug_exec_queries
Jim Cromie
1
-29
/
+0
2022-09-07
dyndbg: add test_dynamic_debug module
Jim Cromie
3
-0
/
+81
2022-09-07
dyndbg: let query-modname override actual module name
Jim Cromie
1
-4
/
+7
2022-09-07
dyndbg: use ESCAPE_SPACE for cat control
Jim Cromie
1
-1
/
+1
2022-09-07
dyndbg: reverse module.callsite walk in cat control
Jim Cromie
1
-6
/
+6
2022-09-07
dyndbg: reverse module walk in cat control
Jim Cromie
1
-1
/
+1
2022-09-07
dyndbg: show both old and new in change-info
Jim Cromie
1
-5
/
+6
2022-09-07
dyndbg: fix static_branch manipulation
Jim Cromie
1
-2
/
+3
2022-09-07
netlink: introduce NLA_POLICY_MAX_BE
Florian Westphal
1
-4
/
+27
2022-09-05
lib/string_helpers: Introduce parse_int_array_user()
Cezary Rojewski
1
-0
/
+44
2022-09-05
Merge 6.0-rc4 into tty-next
Greg Kroah-Hartman
6
-31
/
+48
2022-09-04
Revert "sbitmap: fix batched wait_cnt accounting"
Jens Axboe
1
-17
/
+14
2022-09-01
sbitmap: fix batched wait_cnt accounting
Keith Busch
1
-14
/
+17
2022-09-01
devres: remove devm_ioremap_np
Christoph Hellwig
1
-15
/
+0
2022-09-01
kernel/panic: Drop unblank_screen call
Daniel Vetter
1
-3
/
+0
2022-08-31
testing/selftests: Add tests for the is_signed_type() macro
Bart Van Assche
3
-0
/
+61
2022-08-31
Merge tag 'v6.0-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
1
-1
/
+0
2022-08-30
perf/hw_breakpoint: Add KUnit test for constraints accounting
Marco Elver
1
-0
/
+10
2022-08-28
Merge tag 'bitmap-6.0-rc3' of github.com:/norov/linux
Linus Torvalds
3
-24
/
+37
2022-08-26
sbitmap: remove unnecessary code in __sbitmap_queue_get_batch
Liu Song
1
-3
/
+2
2022-08-26
crypto: lib - remove unneeded selection of XOR_BLOCKS
Eric Biggers
1
-1
/
+0
2022-08-25
Merge tag 'net-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-3
/
+9
2022-08-25
lib/vnsprintf: add const modifier for param 'bitmap'
Jian Shen
1
-2
/
+2
2022-08-24
lib/cpumask_kunit: log mask contents
Sander Vanheule
1
-20
/
+31
2022-08-24
lib/test_cpumask: follow KUnit style guidelines
Sander Vanheule
3
-3
/
+6
2022-08-24
lib/test_cpumask: fix cpu_possible_mask last test
Sander Vanheule
1
-1
/
+1
2022-08-24
lib/test_cpumask: drop cpu_possible_mask full test
Sander Vanheule
1
-1
/
+0
2022-08-24
ratelimit: Fix data-races in ___ratelimit().
Kuniyuki Iwashima
1
-3
/
+9
2022-08-23
sbitmap: fix possible io hung due to lost wakeup
Yu Kuai
1
-22
/
+33
2022-08-19
crypto: lib - remove __HAVE_ARCH_CRYPTO_MEMNEQ
Eric Biggers
1
-4
/
+0
[prev]
[next]