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-06-24
lib/sort: remove unused pr_fmt macro
Kuan-Wei Chiu
1
-2
/
+0
2024-06-24
cpumask: make core headers including cpumask_types.h where possible
Yury Norov
10
-10
/
+10
2024-06-24
cpumask: cleanup core headers inclusion
Yury Norov
10
-10
/
+0
2024-06-24
sched: drop sched.h dependency on cpumask
Yury Norov
1
-2
/
+3
2024-06-24
cpumask: split out include/linux/cpumask_types.h
Yury Norov
3
-55
/
+68
2024-06-24
sched: avoid using ilog2() in sched.h
Yury Norov
1
-1
/
+1
2024-06-24
MAINTAINERS: add linux/nodemask_types.h to BITMAP API
Yury Norov
1
-0
/
+1
2024-06-24
scripts/decode_stacktrace.sh: better support to ARM32 module stack trace
Xiong Nandi
1
-0
/
+3
2024-06-24
scripts/decode_stacktrace.sh: wrap nm with UTIL_PREFIX and UTIL_SUFFIX
Xiong Nandi
1
-1
/
+2
2024-06-24
bcachefs: remove heap-related macros and switch to generic min_heap
Kuan-Wei Chiu
5
-155
/
+90
2024-06-24
bcache: remove heap-related macros and switch to generic min_heap
Kuan-Wei Chiu
11
-217
/
+263
2024-06-24
lib/test_min_heap: add test for heap_del()
Kuan-Wei Chiu
1
-0
/
+36
2024-06-24
lib min_heap: update min_heap_push() to use min_heap_sift_up()
Kuan-Wei Chiu
1
-8
/
+1
2024-06-24
lib min_heap: rename min_heapify() to min_heap_sift_down()
Kuan-Wei Chiu
3
-9
/
+9
2024-06-24
lib min_heap: update min_heap_push() and min_heap_pop() to return bool values
Kuan-Wei Chiu
1
-4
/
+8
2024-06-24
lib min_heap: add min_heap_del()
Kuan-Wei Chiu
1
-0
/
+24
2024-06-24
lib min_heap: add min_heap_sift_up()
Kuan-Wei Chiu
1
-0
/
+20
2024-06-24
lib min_heap: add args for min_heap_callbacks
Kuan-Wei Chiu
5
-52
/
+54
2024-06-24
lib min_heap: add min_heap_full()
Kuan-Wei Chiu
1
-0
/
+10
2024-06-24
lib min_heap: add min_heap_peek()
Kuan-Wei Chiu
1
-0
/
+10
2024-06-24
lib min_heap: add min_heap_init()
Kuan-Wei Chiu
1
-0
/
+15
2024-06-24
lib min_heap: add type safe interface
Kuan-Wei Chiu
5
-47
/
+70
2024-06-24
bcachefs: fix typo
Kuan-Wei Chiu
1
-1
/
+1
2024-06-24
bcache: fix typo
Kuan-Wei Chiu
1
-1
/
+1
2024-06-24
perf/core: fix several typos
Kuan-Wei Chiu
1
-4
/
+4
2024-06-24
include/linux/jhash.h: fix typos
Wei-Hsin Yeh
1
-3
/
+3
2024-06-24
fork: use this_cpu_try_cmpxchg() in try_release_thread_stack_to_cache()
Uros Bizjak
1
-3
/
+4
2024-06-24
ocfs2: strict bound check before memcmp in ocfs2_xattr_find_entry()
Ferry Meng
1
-5
/
+10
2024-06-24
ocfs2: add bounds checking to ocfs2_xattr_find_entry()
Ferry Meng
1
-4
/
+8
2024-06-24
backtracetest: add MODULE_DESCRIPTION()
Jeff Johnson
1
-0
/
+1
2024-06-25
drm/i915/psr: enable sink for eDP1.5 Panel Replay
Jouni Högander
1
-6
/
+30
2024-06-25
drm/i915/psr: Inform Panel Replay source support on eDP as well
Jouni Högander
1
-2
/
+4
2024-06-25
drm/i915/psr: Check panel ALPM capability for eDP Panel Replay
Jouni Högander
1
-0
/
+7
2024-06-24
mm/memory: don't require head page for do_set_pmd()
Andrew Bresticker
1
-1
/
+2
2024-06-24
mm/page_alloc: Separate THP PCP into movable and non-movable categories
yangge
2
-7
/
+11
2024-06-24
nfs: drop the incorrect assertion in nfs_swap_rw()
Christoph Hellwig
1
-2
/
+0
2024-06-24
mm/migrate: make migrate_pages_batch() stats consistent
Zi Yan
1
-0
/
+5
2024-06-24
MAINTAINERS: TPM DEVICE DRIVER: update the W-tag
Jarkko Sakkinen
1
-1
/
+1
2024-06-24
selftests/mm:fix test_prctl_fork_exec return failure
aigourensheng
1
-16
/
+22
2024-06-24
mm: convert page type macros to enum
Stephen Brennan
1
-9
/
+12
2024-06-24
ocfs2: fix DIO failure due to insufficient transaction credits
Jan Kara
4
-0
/
+26
2024-06-24
kasan: fix bad call to unpoison_slab_object
Andrey Konovalov
1
-1
/
+1
2024-06-24
mm: handle profiling for fake memory allocations during compaction
Suren Baghdasaryan
1
-2
/
+9
2024-06-24
mm/slab: fix 'variable obj_exts set but not used' warning
Suren Baghdasaryan
1
-3
/
+4
2024-06-24
/proc/pid/smaps: add mseal info for vma
Jeff Xu
4
-5
/
+9
2024-06-24
mm: fix incorrect vbq reference in purge_fragmented_block
Zhaoyang Huang
1
-6
/
+15
2024-06-24
sched_ext: Drop tools_clean target from the top-level Makefile
Tejun Heo
1
-7
/
+1
2024-06-24
io_uring: signal SQPOLL task_work with TWA_SIGNAL_NO_IPI
Jens Axboe
1
-2
/
+2
2024-06-24
io_uring: remove dead struct io_submit_state member
Jens Axboe
1
-1
/
+0
2024-06-25
selftests/bpf: add test validating uprobe/uretprobe stack traces
Andrii Nakryiko
2
-0
/
+282
[prev]
[next]