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
2023-10-18
minmax: allow min()/max()/clamp() if the arguments have the same signedness.
David Laight
1
-28
/
+32
2023-10-18
minmax: add umin(a, b) and umax(a, b)
David Laight
1
-0
/
+17
2023-10-18
kernel/signal: remove unnecessary NULL values from ucounts
Li kunyu
1
-1
/
+1
2023-10-18
ocfs2: annotate struct ocfs2_replay_map with __counted_by
Kees Cook
1
-1
/
+1
2023-10-18
kstrtox: remove strtobool()
Christophe JAILLET
1
-5
/
+0
2023-10-18
extract and use FILE_LINE macro
Alexey Dobriyan
4
-8
/
+8
2023-10-04
crash_core.c: remove unneeded functions
Baoquan He
2
-22
/
+0
2023-10-04
riscv: kdump: use generic interface to simplify crashkernel reservation
Baoquan He
5
-143
/
+27
2023-10-04
arm64: kdump: use generic interface to simplify crashkernel reservation
Baoquan He
3
-132
/
+21
2023-10-04
x86: kdump: use generic interface to simplify crashkernel reservation code
Baoquan He
3
-137
/
+56
2023-10-04
crash_core: move crashk_*res definition into crash_core.c
Baoquan He
4
-21
/
+24
2023-10-04
crash_core: add generic function to do reservation
Baoquan He
2
-1
/
+134
2023-10-04
crash_core: change parse_crashkernel() to support crashkernel=,high|low parsing
Baoquan He
2
-3
/
+39
2023-10-04
crash_core: change the prototype of function parse_crashkernel()
Baoquan He
14
-17
/
+32
2023-10-04
crash_core.c: remove unnecessary parameter of function
Baoquan He
1
-4
/
+4
2023-10-04
fs: ocfs2: replace strlcpy with sysfs_emit
Azeem Shaikh
1
-2
/
+1
2023-10-04
minmax: fix header inclusions
Andy Shevchenko
1
-1
/
+2
2023-10-04
pid: pid_ns_ctl_handler: remove useless comment
Rong Tao
1
-6
/
+0
2023-10-04
minmax: deduplicate __unconst_integer_typeof()
Andy Shevchenko
1
-23
/
+3
2023-10-04
kthread: add kthread_stop_put
Andreas Gruenbacher
13
-46
/
+38
2023-10-04
taskstats: fill_stats_for_tgid: use for_each_thread()
Oleg Nesterov
1
-3
/
+2
2023-10-04
getrusage: use __for_each_thread()
Oleg Nesterov
1
-3
/
+1
2023-10-04
getrusage: add the "signal_struct *sig" local variable
Oleg Nesterov
1
-18
/
+19
2023-10-04
signal: complete_signal: use __for_each_thread()
Oleg Nesterov
1
-3
/
+2
2023-10-04
fs/proc: do_task_stat: use __for_each_thread()
Oleg Nesterov
1
-3
/
+4
2023-10-04
scsi: qla2xxx: use DEFINE_SHOW_STORE_ATTRIBUTE() helper for debugfs
Xingui Yang
1
-52
/
+7
2023-10-04
scsi: hisi_sas: use DEFINE_SHOW_STORE_ATTRIBUTE() helper for debugfs
Xingui Yang
1
-128
/
+9
2023-10-04
seq_file: add helper macro to define attribute for rw file
Xingui Yang
1
-0
/
+15
2023-10-04
panic: use atomic_try_cmpxchg in panic() and nmi_panic()
Uros Bizjak
1
-9
/
+13
2023-10-04
__kill_pgrp_info: simplify the calculation of return value
Oleg Nesterov
1
-6
/
+11
2023-10-04
kill task_struct->thread_group
Oleg Nesterov
4
-6
/
+0
2023-10-04
change thread_group_empty() to use task_struct->thread_node
Oleg Nesterov
1
-1
/
+2
2023-10-04
change next_thread() to use __next_thread() ?: group_leader
Oleg Nesterov
1
-3
/
+2
2023-10-04
introduce __next_thread(), fix next_tid() vs exec() race
Oleg Nesterov
2
-4
/
+13
2023-10-04
ocfs2: correct range->len in ocfs2_trim_fs()
Yuanheng Zhang
1
-1
/
+1
2023-10-04
compiler.h: unify __UNIQUE_ID
Nick Desaulniers
3
-11
/
+1
2023-10-04
docs: fix link s390/zfcpdump.rst
Costa Shulyupin
1
-1
/
+1
2023-10-01
Linux 6.6-rc4
Linus Torvalds
1
-1
/
+1
2023-10-01
Merge tag 'kbuild-fixes-v6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
7
-15
/
+41
2023-10-01
Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...
Linus Torvalds
38
-169
/
+455
2023-10-01
Merge tag 'char-misc-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
6
-212
/
+102
2023-10-01
Merge tag 'tty-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2
-4
/
+5
2023-10-01
Merge tag 'x86-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-7
/
+26
2023-10-01
Merge tag 'timers-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+5
2023-10-01
Merge tag 'sched-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+1
2023-10-01
Merge tag 'perf-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-7
/
+17
2023-10-01
kbuild: remove stale code for 'source' symlink in packaging scripts
Masahiro Yamada
2
-4
/
+0
2023-10-01
modpost: Don't let "driver"s reference .exit.*
Uwe Kleine-König
1
-2
/
+13
2023-10-01
vmlinux.lds.h: remove unused CPU_KEEP and CPU_DISCARD macros
Masahiro Yamada
1
-7
/
+0
2023-10-01
modpost: add missing else to the "of" check
Mauricio Faria de Oliveira
1
-1
/
+1
[next]