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
2024-03-04
lib/test_vmalloc.c: fix typo in function name
Martin Kaiser
1
-2
/
+2
2024-03-04
lib/stackdepot: off by one in depot_fetch_stack()
Dan Carpenter
1
-1
/
+1
2024-02-29
lib/string_helpers: Add flags param to string_get_size()
Andy Shevchenko
2
-22
/
+70
2024-02-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-131
/
+141
2024-02-29
lib: stackinit: Adjust target string to 8 bytes for m68k
Kees Cook
1
-3
/
+16
2024-02-29
fortify: Improve buffer overflow reporting
Kees Cook
2
-6
/
+7
2024-02-29
fortify: Add KUnit tests for runtime overflows
Kees Cook
2
-2
/
+607
2024-02-29
fortify: Provide KUnit counters for failure testing
Kees Cook
2
-0
/
+43
2024-02-29
fortify: Allow KUnit test to build without FORTIFY
Kees Cook
2
-1
/
+15
2024-02-29
fortify: Split reporting and avoid passing string pointer
Kees Cook
1
-3
/
+20
2024-02-29
overflow: Introduce wrapping_assign_add() and wrapping_assign_sub()
Kees Cook
1
-0
/
+43
2024-02-29
overflow: Introduce wrapping_add(), wrapping_sub(), and wrapping_mul()
Kees Cook
1
-4
/
+20
2024-02-29
Merge tag 'net-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2
-8
/
+13
2024-02-29
kunit: Fix again checksum tests on big endian CPUs
Christophe Leroy
1
-8
/
+9
2024-02-28
locking/rwsem: Make DEBUG_RWSEMS and PREEMPT_RT mutually exclusive
Waiman Long
1
-2
/
+2
2024-02-27
lib: memcpy_kunit: Fix an invalid format specifier in an assertion msg
David Gow
1
-2
/
+2
2024-02-27
lib/cmdline: Fix an invalid format specifier in an assertion msg
David Gow
1
-1
/
+1
2024-02-27
kunit: test: Log the correct filter string in executor_test
David Gow
1
-1
/
+1
2024-02-27
kunit: Setup DMA masks on the kunit device
Maxime Ripard
1
-0
/
+4
2024-02-27
kunit: make kunit_bus_type const
Ricardo B. Marliere
1
-1
/
+1
2024-02-27
kunit: Mark filter* params as rw
Lucas De Marchi
1
-3
/
+3
2024-02-27
Merge 6.8-rc6 into tty-next
Greg Kroah-Hartman
1
-0
/
+1
2024-02-23
crash: split vmcoreinfo exporting code out from crash_core.c
Baoquan He
1
-1
/
+1
2024-02-23
mm,page_owner: maintain own list of stack_records structs
Oscar Salvador
1
-0
/
+8
2024-02-23
lib/stackdepot: move stack_record struct definition into the header
Oscar Salvador
1
-43
/
+0
2024-02-23
lib/stackdepot: fix first entry having a 0-handle
Oscar Salvador
1
-7
/
+9
2024-02-23
merge mm-hotfixes-stable into mm-nonmm-stable to pick up stackdepot changes
Andrew Morton
1
-123
/
+127
2024-02-23
stackdepot: use variable size records for non-evictable entries
Marco Elver
1
-123
/
+127
2024-02-22
netlink: add nla be16/32 types to minlen array
Florian Westphal
1
-0
/
+4
2024-02-22
lib/Kconfig.debug: update Clang version check in CONFIG_KCOV
Nathan Chancellor
1
-1
/
+1
2024-02-22
lib: dhry: add missing closing parenthesis
Geert Uytterhoeven
1
-1
/
+1
2024-02-22
lib: dhry: use ktime_ms_delta() helper
Geert Uytterhoeven
1
-1
/
+1
2024-02-22
lib: dhry: remove unneeded <linux/mutex.h>
Geert Uytterhoeven
1
-1
/
+0
2024-02-22
flex_proportions: remove unused fprop_local_single
Kemeng Shi
1
-77
/
+0
2024-02-22
lib/sort: optimize heapsort with double-pop variation
Kuan-Wei Chiu
1
-4
/
+14
2024-02-22
lib/sort: optimize heapsort for equal elements in sift-down path
Kuan-Wei Chiu
1
-1
/
+1
2024-02-22
treewide: update LLVM Bugzilla links
Nathan Chancellor
3
-3
/
+3
2024-02-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-29
/
+44
2024-02-22
XArray: add cmpxchg order test
Daniel Gomez
1
-0
/
+54
2024-02-22
test_xarray: add tests for advanced multi-index use
Luis Chamberlain
1
-0
/
+176
2024-02-22
maple_tree: avoid duplicate variable init in mast_spanning_rebalance()
Lukas Bulwahn
1
-2
/
+0
2024-02-22
Merge series 'Use Maple Trees for simple_offset utilities' of https://lore.ke...
Christian Brauner
2
-0
/
+137
2024-02-21
maple_tree: fix comment describing mas_node_count_gfp()
Sidhartha Kumar
1
-2
/
+2
2024-02-21
test_maple_tree: testing the cyclic allocation
Liam R. Howlett
1
-0
/
+44
2024-02-21
maple_tree: Add mtree_alloc_cyclic()
Chuck Lever
1
-0
/
+93
2024-02-20
string: Allow 2-argument strscpy()
Kees Cook
1
-4
/
+2
2024-02-20
string: Redefine strscpy_pad() as a macro
Kees Cook
1
-34
/
+0
2024-02-20
ubsan: Reintroduce signed overflow sanitizer
Kees Cook
4
-1
/
+123
2024-02-20
lib/Kconfig.debug: TEST_IOV_ITER depends on MMU
Guenter Roeck
1
-0
/
+1
2024-02-20
treewide: replace or remove redundant def_bool in Kconfig files
Masahiro Yamada
1
-1
/
+1
[prev]
[next]