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-04-24
cpumask: Introduce cpumask_first_and_and()
Dawei Li
1
-0
/
+12
2024-04-24
ubsan: Remove 1-element array usage in debug reporting
Kees Cook
1
-1
/
+1
2024-04-24
string_kunit: Move strtomem KUnit test to string_kunit.c
Kees Cook
2
-53
/
+54
2024-04-24
string.h: Introduce memtostr() and memtostr_pad()
Kees Cook
1
-0
/
+26
2024-04-23
Merge 6.9-rc5 into tty-next
Greg Kroah-Hartman
4
-14
/
+33
2024-04-22
s390: Stop using weak symbols for __iowrite64_copy()
Jason Gunthorpe
1
-4
/
+3
2024-04-22
x86: Stop using weak symbols for __iowrite32_copy()
Jason Gunthorpe
1
-3
/
+3
2024-04-19
Merge tag 'hardening-v6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+16
2024-04-19
string: Convert KUnit test names to standard convention
Kees Cook
1
-36
/
+36
2024-04-19
string: Merge strcat KUnit tests into string_kunit.c
Kees Cook
4
-110
/
+82
2024-04-19
string: Prepare to merge strcat KUnit tests into string_kunit.c
Kees Cook
1
-6
/
+6
2024-04-19
string: Merge strscpy KUnit tests into string_kunit.c
Kees Cook
4
-149
/
+120
2024-04-19
string: Prepare to merge strscpy_kunit.c into string_kunit.c
Kees Cook
1
-25
/
+26
2024-04-19
Merge tag 'bootconfig-fixes-v6.9-rc4' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-9
/
+13
2024-04-18
string_kunit: Add test cases for str*cmp functions
Ivan Orlov
1
-0
/
+155
2024-04-18
bootconfig: Fix the kerneldoc of _xbc_exit()
Masami Hiramatsu (Google)
1
-1
/
+2
2024-04-16
bpf, tests: Fix typos in comments
Chen Pei
1
-1
/
+1
2024-04-15
ubsan: Add awareness of signed integer overflow traps
Kees Cook
1
-2
/
+16
2024-04-15
net: dqs: make struct dql more cache efficient
Breno Leitao
1
-4
/
+9
2024-04-14
bootconfig: use memblock_free_late to free xbc memory to buddy
Qiang Zhang
1
-8
/
+11
2024-04-12
watchdog/softlockup: Low-overhead detection of interrupt storm
Bitao Hu
1
-0
/
+14
2024-04-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-5
/
+6
2024-04-11
Merge tag 'net-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-2
/
+3
2024-04-10
Merge tag 'hardening-v6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2024-04-09
lib: Add one-byte emulation function
Paul E. McKenney
2
-0
/
+46
2024-04-09
kfifo: add kfifo_dma_out_prepare_mapped()
Jiri Slaby (SUSE)
1
-12
/
+22
2024-04-09
kfifo: pass offset to setup_sgl_buf() instead of a pointer
Jiri Slaby (SUSE)
1
-4
/
+7
2024-04-09
kfifo: rename l to len_to_end in setup_sgl()
Jiri Slaby (SUSE)
1
-4
/
+4
2024-04-09
kfifo: remove support for physically non-contiguous memory
Jiri Slaby (SUSE)
1
-33
/
+5
2024-04-09
kfifo: add kfifo_out_linear{,_ptr}()
Jiri Slaby (SUSE)
1
-0
/
+26
2024-04-09
kfifo: drop __kfifo_dma_out_finish_r()
Jiri Slaby (SUSE)
1
-8
/
+0
2024-04-09
vdso: Fix powerpc build U64_MAX undeclared error
Adrian Hunter
1
-1
/
+1
2024-04-08
vdso: Make delta calculation overflow safe
Adrian Hunter
1
-1
/
+16
2024-04-08
vdso: Add CONFIG_GENERIC_VDSO_OVERFLOW_PROTECT
Adrian Hunter
1
-0
/
+7
2024-04-08
vdso: Consolidate nanoseconds calculation
Adrian Hunter
1
-24
/
+19
2024-04-08
vdso: Consolidate vdso_calc_delta()
Adrian Hunter
1
-1
/
+8
2024-04-08
lib: checksum: hide unused expected_csum_ipv6_magic[]
Arnd Bergmann
1
-2
/
+3
2024-04-05
stackdepot: rename pool_index to pool_index_plus_1
Peter Collingbourne
1
-2
/
+2
2024-04-05
bpf, kconfig: Fix DEBUG_INFO_BTF_MODULES Kconfig definition
Andrii Nakryiko
1
-2
/
+3
2024-04-04
mm/slub, kunit: Use inverted data to corrupt kmem cache
Guenter Roeck
1
-1
/
+1
2024-04-03
ubsan: fix unused variable warning in test module
Arnd Bergmann
1
-1
/
+1
2024-04-01
lib/bitmap: add compile-time test for __assign_bit() optimization
Alexander Lobakin
1
-8
/
+10
2024-04-01
bitmap: introduce generic optimized bitmap_size()
Alexander Lobakin
1
-2
/
+0
2024-04-01
lib/test_bitmap: use pr_info() for non-error messages
Alexander Potapenko
1
-5
/
+5
2024-04-01
lib/test_bitmap: add tests for bitmap_{read,write}()
Alexander Potapenko
1
-7
/
+172
2024-03-25
Merge tag 'v6.9-rc1' into sched/core, to pick up fixes and to refresh the branch
Ingo Molnar
45
-1137
/
+1782
2024-03-23
Merge tag 'hardening-v6.9-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-15
/
+21
2024-03-22
overflow: Change DEFINE_FLEX to take __counted_by member
Kees Cook
1
-0
/
+19
2024-03-22
Merge tag 'fbdev-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-6
/
+9
2024-03-21
Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
1
-1
/
+1
[prev]
[next]