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
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-29
kexec_file: fix incorrect temp_start value in locate_mem_hole_top_down()
Yuntao Wang
1
-2
/
+2
2023-12-29
kexec: modify the meaning of the end parameter in kimage_is_destination_range()
Yuntao Wang
1
-4
/
+4
2023-12-20
crash_core: remove duplicated including of kexec.h
Wang Jinchao
1
-1
/
+0
2023-12-20
kexec: use ALIGN macro instead of open-coding it
Yuntao Wang
1
-2
/
+2
2023-12-20
fork: remove redundant TASK_UNINTERRUPTIBLE
Kevin Hao
1
-1
/
+1
2023-12-20
kexec_file: print out debugging message if required
Baoquan He
2
-6
/
+13
2023-12-20
kexec_file: add kexec_file flag to control debug printing
Baoquan He
2
-0
/
+5
2023-12-12
merge mm-hotfixes-stable into mm-nonmm-stable to pick up depended-upon changes
Andrew Morton
2
-6
/
+5
2023-12-12
crash_core: fix the check for whether crashkernel is from high memory
Yuntao Wang
1
-5
/
+5
2023-12-12
kexec: drop dependency on ARCH_SUPPORTS_KEXEC from CRASH_DUMP
Ignat Korchagin
1
-1
/
+0
2023-12-10
softlockup: serialized softlockup's log
Li Zhe
1
-0
/
+3
2023-12-10
kexec_file: load kernel at top of system RAM if required
Baoquan He
1
-0
/
+2
2023-12-10
resource: add walk_system_ram_res_rev()
Baoquan He
1
-0
/
+57
2023-12-10
sched: fair: move unused stub functions to header
Arnd Bergmann
2
-13
/
+11
2023-12-10
kexec: use atomic_try_cmpxchg in crash_kexec
Uros Bizjak
1
-2
/
+3
2023-12-10
__ptrace_unlink: kill the obsolete "FIXME" code
Oleg Nesterov
1
-12
/
+1
2023-12-10
kernel/signal.c: simplify force_sig_info_to_task(), kill recalc_sigpending_an...
Oleg Nesterov
1
-13
/
+4
2023-12-10
arch: remove ARCH_TASK_STRUCT_ALLOCATOR
Heiko Carstens
1
-6
/
+0
2023-12-10
arch: remove ARCH_THREAD_STACK_ALLOCATOR
Heiko Carstens
1
-20
/
+0
2023-12-10
introduce for_other_threads(p, t)
Oleg Nesterov
1
-7
/
+4
2023-12-10
kernel/reboot: explicitly notify if halt occurred instead of power off
Dongmin Lee
1
-2
/
+15
2023-12-06
Merge branch 'master' into mm-hotfixes-stable
Andrew Morton
4
-12
/
+20
2023-12-06
kernel/Kconfig.kexec: drop select of KEXEC for CRASH_DUMP
Baoquan He
1
-1
/
+0
2023-12-03
Merge tag 'probes-fixes-v6.7-rc3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-11
/
+16
2023-12-01
rethook: Use __rcu pointer for rethook::handler
Masami Hiramatsu (Google)
1
-9
/
+14
2023-12-01
kprobes: consistent rcu api usage for kretprobe holder
JP Kobryn
1
-2
/
+2
2023-12-01
Merge tag 'net-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-0
/
+2
2023-11-26
bpf: Add missed allocation hint for bpf_mem_cache_alloc_flags()
Hou Tao
1
-0
/
+2
2023-11-26
Merge tag 'locking-urgent-2023-11-26' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+2
2023-11-24
lockdep: Fix block chain corruption
Peter Zijlstra
1
-1
/
+2
2023-11-23
Merge tag 'net-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-136
/
+266
2023-11-20
bpf: keep track of max number of bpf_loop callback iterations
Eduard Zingerman
1
-2
/
+17
2023-11-20
bpf: widening for callback iterators
Eduard Zingerman
1
-2
/
+22
2023-11-20
bpf: verify callbacks as if they are called unknown number of times
Eduard Zingerman
1
-99
/
+175
2023-11-20
bpf: extract setup_func_entry() utility function
Eduard Zingerman
1
-36
/
+48
2023-11-20
bpf: extract __check_reg_arg() utility function
Eduard Zingerman
1
-6
/
+13
2023-11-19
Merge tag 'timers_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-22
/
+19
2023-11-19
Merge tag 'sched_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-38
/
+135
2023-11-19
Merge tag 'locking_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-3
/
+6
2023-11-19
Merge tag 'perf_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+17
2023-11-18
Merge tag 'parisc-for-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+4
2023-11-18
prctl: Disable prctl(PR_SET_MDWE) on parisc
Helge Deller
1
-0
/
+4
2023-11-17
Merge tag 'audit-pr-20231116' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2023-11-16
Merge tag 'net-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2
-29
/
+66
2023-11-15
bpf: Do not allocate percpu memory at init stage
Yonghong Song
2
-7
/
+21
2023-11-15
perf/core: Fix cpuctx refcounting
Peter Zijlstra
1
-0
/
+17
2023-11-15
futex: Fix hardcoded flags
Peter Zijlstra
1
-3
/
+6
2023-11-14
audit: don't WARN_ON_ONCE(!current->mm) in audit_exe_compare()
Paul Moore
1
-1
/
+1
2023-11-14
sched/fair: Fix the decision for load balance
Keisuke Nishimura
1
-3
/
+7
2023-11-14
sched: psi: fix unprivileged polling against cgroups
Johannes Weiner
1
-12
/
+0
[next]