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
2023-01-19
x86/nmi: Accumulate NMI-progress evidence in exc_nmi()
Paul E. McKenney
1
-0
/
+11
2023-01-19
Documentation: Avoid duplicate Kconfig inclusion
Peter Foley
1
-2
/
+0
2023-01-18
maple_tree: remove GFP_ZERO from kmem_cache_alloc() and kmem_cache_alloc_bulk()
Liam Howlett
1
-37
/
+43
2023-01-18
maple_tree: refine mab_calc_split function
Vernon Yang
1
-3
/
+2
2023-01-18
maple_tree: refine ma_state init from mas_start()
Vernon Yang
1
-3
/
+3
2023-01-18
maple_tree: use macro MA_ROOT_PARENT instead of number
Vernon Yang
1
-2
/
+1
2023-01-18
maple_tree: use mt_node_max() instead of direct operations mt_max[]
Vernon Yang
1
-2
/
+2
2023-01-18
maple_tree: remove extra return statement
Vernon Yang
1
-3
/
+0
2023-01-18
maple_tree: remove extra space and blank line
Vernon Yang
1
-10
/
+4
2023-01-18
lib/test_vmalloc.c: add parameter use_huge for fix_size_alloc_test
Qinglin Pan
1
-1
/
+7
2023-01-18
Sync with v6.2-rc4
Andrew Morton
1
-1
/
+0
2023-01-18
genirq/affinity: Only build SMP-only helper functions on SMP kernels
Ingo Molnar
1
-3
/
+4
2023-01-17
genirq/affinity: Move group_cpus_evenly() into lib/
Ming Lei
2
-0
/
+429
2023-01-17
btf, scripts: Exclude Rust CUs with pahole
Martin Rodriguez Reboredo
1
-0
/
+9
2023-01-16
Merge tag 'mm-hotfixes-stable-2023-01-16-15-23' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-1
/
+1
2023-01-16
lib/scatterlist: Fix to calculate the last_pg properly
Yishai Hadas
1
-10
/
+15
2023-01-13
lockref: stop doing cpu_relax in the cmpxchg loop
Mateusz Guzik
1
-1
/
+0
2023-01-13
ubsan: Fix objtool UACCESS warns
Peter Zijlstra
1
-1
/
+4
2023-01-11
lib/win_minmax: use /* notation for regular comments
Randy Dunlap
1
-1
/
+1
2023-01-11
kobject: Fix slab-out-of-bounds in fill_kobj_path()
Wang Hai
1
-2
/
+10
2023-01-08
iov_iter: move iter_ubuf check inside restore WARN
Keith Busch
1
-2
/
+2
2023-01-08
iov: add import_ubuf()
Jens Axboe
1
-0
/
+11
2023-01-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-1
/
+1
2023-01-06
lib/mpi: Fix buffer overrun when SG is too long
Herbert Xu
1
-1
/
+2
2023-01-05
lib/scatterlist: Fix to merge contiguous pages into the last SG properly
Yishai Hadas
1
-1
/
+1
2022-12-30
crypto: lib/blake2s - Split up test function to halve stack usage
Herbert Xu
1
-3
/
+22
2022-12-26
kunit: alloc_string_stream_fragment error handling bug fix
YoungJun.park
1
-1
/
+3
2022-12-21
test_maple_tree: add test for mas_spanning_rebalance() on insufficient data
Liam Howlett
1
-0
/
+23
2022-12-21
maple_tree: fix mas_spanning_rebalance() on insufficient data
Liam Howlett
1
-1
/
+3
2022-12-20
Merge tag 'spdx-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2
-22
/
+2
2022-12-20
Merge tag 'asm-generic-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-8
/
+8
2022-12-19
Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
1
-2
/
+27
2022-12-19
Merge tag 'zstd-linus-v6.2' of https://github.com/terrelln/linux
Linus Torvalds
38
-2443
/
+6689
2022-12-19
Merge tag 'mm-nonmm-stable-2022-12-17-20-32' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2
-9
/
+14
2022-12-19
Merge tag 'mm-stable-2022-12-17-2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-1
/
+2
2022-12-16
Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-11
/
+18
2022-12-16
Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+3
2022-12-15
fault-injection: make stacktrace filter works as expected
Wei Yongjun
1
-3
/
+9
2022-12-15
fault-injection: make some stack filter attrs more readable
Wei Yongjun
1
-4
/
+4
2022-12-15
fault-injection: skip stacktrace filtering by default
Wei Yongjun
1
-1
/
+1
2022-12-15
fault-injection: allow stacktrace filter for x86-64
Wei Yongjun
1
-1
/
+0
2022-12-15
mm: use stack_depot for recording kmemleak's backtrace
Zhaoyang Huang
1
-0
/
+1
2022-12-15
maple_tree: fix mas_find_rev() comment
Liam Howlett
1
-1
/
+1
2022-12-14
Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+1
2022-12-14
Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
4
-0
/
+1177
2022-12-14
Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
10
-343
/
+1075
2022-12-14
Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-0
/
+136
2022-12-13
Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
4
-11
/
+34
2022-12-13
Merge branch 'zstd-next' into zstd-linus
Nick Terrell
38
-2443
/
+6689
2022-12-13
Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
7
-27
/
+18
[prev]
[next]