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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-01
crypto: arm/xor - add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-09-01
failcmd: add script file in MAINTAINERS
Breno Leitao
1
-0
/
+1
2024-09-01
crash: fix crash memory reserve exceed system memory bug
Jinjie Ruan
1
-0
/
+3
2024-09-01
fs/procfs: remove build ID-related code duplication in PROCMAP_QUERY
Andrii Nakryiko
1
-15
/
+0
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
2
-7
/
+7
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
scripts/gdb: add 'lx-kasan_mem_to_shadow' command
Kuan-Ying Lee
2
-0
/
+45
2024-09-01
scripts/gdb: add 'lx-stack_depot_lookup' command.
Kuan-Ying Lee
1
-0
/
+27
2024-09-01
scripts/gdb: fix lx-mounts command error
Kuan-Ying Lee
1
-2
/
+2
2024-09-01
scripts/gdb: add iteration function for rbtree
Kuan-Ying Lee
1
-0
/
+12
2024-09-01
scripts/gdb: fix timerlist parsing issue
Kuan-Ying Lee
1
-15
/
+16
2024-09-01
scripts: add macro_checker script to check unused parameters in macros
Julian Sun
1
-0
/
+131
2024-09-01
xz: remove XZ_EXTERN and extern from functions
Lasse Collin
9
-59
/
+34
2024-09-01
riscv: boot: add Image.xz support
Lasse Collin
3
-2
/
+8
2024-09-01
arm64: boot: add Image.xz support
Lasse Collin
1
-1
/
+4
2024-09-01
xz: adjust arch-specific options for better kernel compression
Lasse Collin
3
-9
/
+152
2024-09-01
xz: use 128 MiB dictionary and force single-threaded mode
Lasse Collin
1
-1
/
+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: Documentation/staging/xz.rst: Revise thoroughly
Lasse Collin
1
-93
/
+67
2024-09-01
xz: improve the MicroLZMA kernel-doc in xz.h
Lasse Collin
1
-12
/
+12
2024-09-01
xz: fix kernel-doc formatting errors in xz.h
Lasse Collin
1
-9
/
+10
2024-09-01
xz: fix comments and coding style
Lasse Collin
3
-16
/
+20
2024-09-01
xz: switch from public domain to BSD Zero Clause License (0BSD)
Lasse Collin
13
-52
/
+27
2024-09-01
LICENSES: add 0BSD license text
Lasse Collin
1
-0
/
+23
2024-09-01
MAINTAINERS: add XZ Embedded maintainer
Lasse Collin
1
-0
/
+13
2024-09-01
ocfs2: fix the la space leak when unmounting an ocfs2 volume
Heming Zhao
1
-0
/
+19
2024-09-01
kexec: use atomic_try_cmpxchg_acquire() in kexec_trylock()
Uros Bizjak
1
-1
/
+2
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-09-01
memcg: initiate deprecation of pressure_level
Shakeel Butt
2
-2
/
+9
2024-09-01
memcg: initiate deprecation of oom_control
Shakeel Butt
2
-2
/
+13
2024-09-01
memcg: initiate deprecation of v1 soft limit
Shakeel Butt
2
-2
/
+9
2024-09-01
memcg: initiate deprecation of v1 tcp accounting
Shakeel Butt
2
-0
/
+11
2024-09-01
memcg: make PGPGIN and PGPGOUT v1 only
Shakeel Butt
1
-1
/
+4
2024-09-01
memcg: allocate v1 event percpu only on v1 deployment
Shakeel Butt
3
-20
/
+28
2024-09-01
memcg: make v1 only functions static
Shakeel Butt
2
-8
/
+5
2024-09-01
memcg: move v1 events and statistics code to v1 file
Shakeel Butt
3
-29
/
+55
2024-09-01
memcg: move mem_cgroup_charge_statistics to v1 code
Shakeel Butt
3
-19
/
+20
2024-09-01
memcg: move mem_cgroup_event_ratelimit to v1 code
Shakeel Butt
3
-32
/
+30
2024-09-01
memcg: move v1 only percpu stats in separate struct
Shakeel Butt
3
-9
/
+30
2024-09-01
mm: override mTHP "enabled" defaults at kernel cmdline
Ryan Roberts
3
-8
/
+137
2024-09-01
maple_tree: make write helper functions void
Sidhartha Kumar
1
-31
/
+16
2024-09-01
maple_tree: remove unneeded mas_wr_walk() in mas_store_prealloc()
Sidhartha Kumar
1
-5
/
+13
[prev]
[next]