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-09-01
lib/percpu_counter: add missing __percpu qualifier to a cast
Uros Bizjak
1
-1
/
+1
2024-09-01
lib/bcd: optimize _bin2bcd() for improved performance
Kuan-Wei Chiu
1
-1
/
+3
2024-09-01
fault-inject: improve build for CONFIG_FAULT_INJECTION=n
Jani Nikula
1
-0
/
+1
2024-09-01
lib/rhashtable: cleanup fallback check in bucket_table_alloc()
Davidlohr Bueso
1
-1
/
+1
2024-09-01
lockdep: upper limit LOCKDEP_CHAINS_BITS
J. R. Okajima
1
-1
/
+1
2024-09-01
lib: checksum: use ARRAY_SIZE() to improve assert_setup_correct()
Thorsten Blum
1
-6
/
+3
2024-09-01
lib/lru_cache: fix spelling mistake "colision"->"collision"
Deshan Zhang
1
-5
/
+5
2024-09-01
closures: use seq_putc() in debug_show()
Markus Elfring
1
-1
/
+1
2024-09-01
dyndbg: use seq_putc() in ddebug_proc_show()
Markus Elfring
1
-2
/
+2
2024-09-01
xz: remove XZ_EXTERN and extern from functions
Lasse Collin
6
-30
/
+22
2024-09-01
xz: adjust arch-specific options for better kernel compression
Lasse Collin
1
-2
/
+12
2024-09-01
xz: add RISC-V BCJ filter
Lasse Collin
4
-3
/
+114
2024-09-01
xz: Add ARM64 BCJ filter
Lasse Collin
3
-3
/
+61
2024-09-01
xz: optimize for-loop conditions in the BCJ decoders
Lasse Collin
1
-5
/
+18
2024-09-01
xz: cleanup CRC32 edits from 2018
Lasse Collin
2
-5
/
+1
2024-09-01
xz: fix comments and coding style
Lasse Collin
2
-11
/
+12
2024-09-01
xz: switch from public domain to BSD Zero Clause License (0BSD)
Lasse Collin
10
-42
/
+22
2024-09-01
kcov: don't instrument lib/find_bit.c
Andrey Konovalov
1
-0
/
+1
2024-09-01
lib: test_objpool: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-1
/
+2
2024-09-01
mul_u64_u64_div_u64: basic sanity test
Nicolas Pitre
4
-1
/
+118
2024-09-01
mul_u64_u64_div_u64: make it precise always
Nicolas Pitre
1
-43
/
+65
2024-08-29
Merge tag 'random-6.11-rc6-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+4
2024-08-26
random: vDSO: reject unknown getrandom() flags
Yann Droneaud
1
-0
/
+4
2024-08-17
Merge tag 'bcachefs-2024-08-16' of git://evilpiepirate.org/bcachefs
Linus Torvalds
1
-0
/
+2
2024-08-15
kunit/overflow: Fix UB in overflow_allocation_test
Ivan Orlov
1
-2
/
+1
2024-08-13
lib/generic-radix-tree.c: Fix rare race in __genradix_ptr_alloc()
Kent Overstreet
1
-0
/
+2
2024-07-28
minmax: don't use max() in situations that want a C constant expression
Linus Torvalds
1
-1
/
+1
2024-07-28
minmax: make generic MIN() and MAX() macros available everywhere
Linus Torvalds
2
-1
/
+2
2024-07-27
Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
1
-26
/
+4
2024-07-27
Merge tag 'mm-hotfixes-stable-2024-07-26-14-33' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-1
/
+2
2024-07-26
decompress_bunzip2: fix rare decompression failure
Ross Lagerwall
1
-1
/
+2
2024-07-26
Merge tag 'bitmap-6.11-rc1' of https://github.com:/norov/linux
Linus Torvalds
3
-0
/
+3
2024-07-25
Merge tag 'printk-for-6.11-trivial' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-0
/
+2
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+16
2024-07-24
Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-0
/
+256
2024-07-22
Merge tag 'for-6.11/block-20240722' of git://git.kernel.dk/linux
Linus Torvalds
1
-7
/
+29
2024-07-21
Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...
Linus Torvalds
50
-62
/
+231
2024-07-21
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
7
-9
/
+39
2024-07-19
Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-0
/
+3
2024-07-19
random: introduce generic vDSO getrandom() implementation
Jason A. Donenfeld
2
-0
/
+256
2024-07-19
Merge tag 'v6.11-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
10
-17
/
+15
2024-07-19
sbitmap: fix io hung due to race on sbitmap_word::cleared
Yang Yang
1
-7
/
+29
2024-07-18
Merge tag 'slab-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...
Linus Torvalds
2
-3
/
+1
2024-07-18
Merge tag 'bootconfig-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-11
/
+9
2024-07-18
Merge tag 'drm-next-2024-07-18' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-10
/
+12
2024-07-16
Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
5
-23
/
+155
2024-07-16
Merge tag 'linux_kselftest-kunit-6.11-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
14
-368
/
+871
2024-07-16
Merge tag 'sysctl-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+0
2024-07-16
Merge tag 'hardening-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+1
2024-07-15
Merge tag 'timers-core-2024-07-14' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-10
/
+10
[next]