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-10-11
treewide: use get_random_bytes() when possible
Jason A. Donenfeld
3
-3
/
+3
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
6
-12
/
+12
2022-10-11
treewide: use get_random_{u8,u16}() when possible, part 2
Jason A. Donenfeld
1
-1
/
+1
2022-10-11
treewide: use get_random_{u8,u16}() when possible, part 1
Jason A. Donenfeld
1
-2
/
+2
2022-10-11
treewide: use prandom_u32_max() when possible, part 2
Jason A. Donenfeld
2
-14
/
+5
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
8
-15
/
+15
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
15
-1600
/
+45612
2022-10-10
Merge tag 'dma-mapping-6.1-2022-10-10' of git://git.infradead.org/users/hch/d...
Linus Torvalds
1
-14
/
+2
2022-10-10
Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
6
-11
/
+98
2022-10-10
Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linux
Linus Torvalds
7
-142
/
+536
2022-10-10
Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
4
-12
/
+27
2022-10-10
Merge tag 'printk-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-23
/
+28
2022-10-10
Merge tag 'sched-rt-2022-10-05' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-0
/
+5
2022-10-10
Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+10
2022-10-07
Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
5
-86
/
+555
2022-10-07
Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-3
/
+0
2022-10-07
Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linux
Linus Torvalds
1
-39
/
+70
2022-10-06
Merge tag 'linux-kselftest-kunit-6.1-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
5
-2
/
+41
2022-10-06
lib/test_cpumask: Add for_each_cpu_and(not) tests
Valentin Schneider
1
-0
/
+19
2022-10-06
lib/find_bit: Introduce find_next_andnot_bit()
Valentin Schneider
1
-0
/
+9
2022-10-05
Merge tag 'sound-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
1
-0
/
+44
2022-10-04
Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2
-4
/
+57
2022-10-04
Merge branch 'for-6.1-hash-pointer-init' into for-linus
Petr Mladek
1
-21
/
+26
2022-10-03
once: rename _SLOW to _SLEEPABLE
Jason A. Donenfeld
1
-5
/
+5
2022-10-03
Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
6
-59
/
+329
2022-10-03
kmsan: disable strscpy() optimization under KMSAN
Alexander Potapenko
1
-0
/
+8
2022-10-03
kmsan: add tests for KMSAN
Alexander Potapenko
1
-0
/
+12
2022-10-03
kmsan: add iomap support
Alexander Potapenko
1
-0
/
+44
2022-10-03
kmsan: disable instrumentation of unsupported common kernel code
Alexander Potapenko
1
-0
/
+3
2022-10-03
kmsan: add KMSAN runtime core
Alexander Potapenko
2
-0
/
+51
2022-10-03
instrumented.h: allow instrumenting both sides of copy_from_user()
Alexander Potapenko
2
-4
/
+8
2022-10-03
stackdepot: reserve 5 extra bits in depot_stack_handle_t
Alexander Potapenko
1
-5
/
+24
2022-10-03
mm/hmm/test: use char dev with struct device to get device node
Mika Penttilä
1
-3
/
+10
2022-10-03
kasan: move tests to mm/kasan/
Andrey Konovalov
3
-1596
/
+0
2022-10-03
kasan: add another use-after-free test
Andrey Konovalov
1
-0
/
+24
2022-10-03
kasan: drop CONFIG_KASAN_TAGS_IDENTIFY
Andrey Konovalov
1
-8
/
+0
2022-10-03
once: add DO_ONCE_SLOW() for sleepable contexts
Eric Dumazet
1
-0
/
+30
2022-10-03
zstd: Fixing mixed module-builtin objects
Alexey Kardashevskiy
4
-12
/
+27
2022-10-01
lib/bitmap: add tests for for_each() loops
Yury Norov
1
-1
/
+243
2022-10-01
lib/find_bit: add find_next{,_and}_bit_wrap
Yury Norov
1
-9
/
+3
2022-09-30
lib: stackinit: update reference to kunit-tool
Tales Aparecida
1
-1
/
+1
2022-09-30
lib: overflow: update reference to kunit-tool
Tales Aparecida
1
-1
/
+1
2022-09-30
kunit: add kunit.enable to enable/disable KUnit test
Joe Fradley
3
-0
/
+39
2022-09-29
sbitmap: fix lockup while swapping
Hugh Dickins
1
-1
/
+1
2022-09-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+3
2022-09-29
lib/vsprintf: Initialize vsprintf's pointer hash once the random core is ready.
Sebastian Andrzej Siewior
1
-19
/
+27
2022-09-29
lib/vsprintf: Remove static_branch_likely() from __ptr_to_hashval().
Sebastian Andrzej Siewior
1
-11
/
+8
2022-09-29
Merge branch 'v6.0-rc7'
Peter Zijlstra
5
-29
/
+49
2022-09-28
Kbuild: add Rust support
Miguel Ojeda
1
-0
/
+34
2022-09-28
vsprintf: add new `%pA` format specifier
Gary Guo
1
-0
/
+13
[next]