index
:
blaster4385/linux-IllusionX
main
v6.12.1
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-21
lib/find_bit: optimize find_next_bit() functions
Yury Norov
1
-49
/
+70
2022-09-21
lib/find_bit: create find_first_zero_bit_le()
Yury Norov
1
-0
/
+16
2022-09-21
lib/find_bit: introduce FIND_FIRST_BIT() macro
Yury Norov
1
-25
/
+24
2022-09-20
lib/cpumask: add FORCE_NR_CPUS config option
Yury Norov
1
-0
/
+9
2022-09-19
flex_proportions: Disable preemption entering the write section.
Sebastian Andrzej Siewior
1
-0
/
+2
2022-09-19
mm/debug: Provide VM_WARN_ON_IRQS_ENABLED()
Thomas Gleixner
1
-0
/
+3
2022-09-14
fortify: Adjust KUnit test for modular build
Kees Cook
1
-2
/
+1
2022-09-13
ASoC: Merge tag 'v6.0-rc4' into asoc-6.1
Mark Brown
6
-31
/
+48
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
[prev]
[next]