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
2022-03-24
mm/page_owner.c: record tgid
Yixuan Cao
1
-6
/
+9
2022-03-24
mm/page_owner: record task command name
Waiman Long
1
-4
/
+10
2022-03-24
mm/page_owner: print memcg information
Waiman Long
1
-0
/
+42
2022-03-24
mm/page_owner: use scnprintf() to avoid excessive buffer overrun check
Waiman Long
1
-11
/
+3
2022-03-24
lib/vsprintf: avoid redundant work with 0 size
Waiman Long
1
-3
/
+5
2022-03-24
Documentation/vm/page_owner.rst: fix unexpected indentation warns
Shuah Khan
1
-3
/
+3
2022-03-24
Documentation/vm/page_owner.rst: update the documentation
Shenghong Han
1
-2
/
+21
2022-03-24
tools/vm/page_owner_sort.c: delete invalid duplicate code
Yixuan Cao
1
-2
/
+0
2022-03-24
tools/vm/page_owner_sort.c: two trivial fixes
Shenghong Han
1
-3
/
+2
2022-03-24
tools/vm/page_owner_sort.c: support sorting pid and time
Chongxi Zhao
1
-29
/
+148
2022-03-24
tools/vm/page_owner_sort.c: add switch between culling by stacktrace and txt
Yinan Zhang
1
-3
/
+20
2022-03-24
tools/vm/page_owner_sort.c: support sorting by stack trace
Sean Anderson
1
-9
/
+14
2022-03-24
tools/vm/page_owner_sort.c: sort by stacktrace before culling
Sean Anderson
1
-4
/
+6
2022-03-24
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
34
-303
/
+311
2022-03-24
Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2020
-36565
/
+120737
2022-03-24
Merge tag 'vfio-v5.18-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
40
-358
/
+3558
2022-03-24
Merge tag 'hyperv-next-signed-20220322' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
8
-27
/
+42
2022-03-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
143
-2516
/
+6279
2022-03-24
Merge tag 'tomoyo-pr-20220322' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1
Linus Torvalds
1
-2
/
+2
2022-03-24
Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...
Linus Torvalds
66
-111
/
+111
2022-03-24
Merge tag 'prlimit-tasklist_lock-for-v5.18' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
4
-63
/
+72
2022-03-24
Merge tag 'fs.rt.v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...
Linus Torvalds
1
-2
/
+18
2022-03-24
Merge tag 'fs.v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner...
Linus Torvalds
1
-70
/
+78
2022-03-23
Revert "ubsan, kcsan: Don't combine sanitizer with kcov on clang"
Marco Elver
2
-23
/
+0
2022-03-23
kernel/resource: fix kfree() of bootmem memory again
Miaohe Lin
1
-33
/
+8
2022-03-23
kcov: properly handle subsequent mmap calls
Aleksandr Nogikh
1
-19
/
+15
2022-03-23
kcov: split ioctl handling into locked and unlocked parts
Aleksandr Nogikh
1
-31
/
+37
2022-03-23
panic: move panic_print before kmsg dumpers
Guilherme G. Piccoli
2
-4
/
+13
2022-03-23
panic: add option to dump all CPUs backtraces in panic_print
Guilherme G. Piccoli
3
-0
/
+6
2022-03-23
docs: sysctl/kernel: add missing bit to panic_print
Guilherme G. Piccoli
1
-0
/
+1
2022-03-23
taskstats: remove unneeded dead assignment
Lukas Bulwahn
1
-2
/
+3
2022-03-23
kasan: no need to unset panic_on_warn in end_report()
Tiezhu Yang
1
-9
/
+1
2022-03-23
ubsan: no need to unset panic_on_warn in ubsan_epilogue()
Tiezhu Yang
1
-9
/
+1
2022-03-23
panic: unset panic_on_warn inside panic()
Tiezhu Yang
1
-9
/
+11
2022-03-23
docs: kdump: add scp example to write out the dump file
Tiezhu Yang
1
-0
/
+4
2022-03-23
docs: kdump: update description about sysfs file system support
Tiezhu Yang
1
-3
/
+3
2022-03-23
arm64: mm: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdef
Jisheng Zhang
1
-6
/
+3
2022-03-23
x86/setup: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdef
Jisheng Zhang
1
-7
/
+3
2022-03-23
riscv: mm: init: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdef
Jisheng Zhang
1
-4
/
+2
2022-03-23
kexec: make crashk_res, crashk_low_res and crash_notes symbols always visible
Jisheng Zhang
1
-6
/
+6
2022-03-23
cgroup: use irqsave in cgroup_rstat_flush_locked().
Sebastian Andrzej Siewior
1
-2
/
+11
2022-03-23
fat: use pointer to simple type in put_user()
Helge Deller
1
-1
/
+1
2022-03-23
minix: fix bug when opening a file with O_DIRECT
Qinghua Jin
1
-1
/
+2
2022-03-23
fs/pipe.c: local vars have to match types of proper pipe_inode_info fields
Andrei Vagin
1
-2
/
+2
2022-03-23
fs/pipe: use kvcalloc to allocate a pipe_buffer array
Andrei Vagin
1
-5
/
+4
2022-03-23
init/main.c: return 1 from handled __setup() functions
Randy Dunlap
1
-2
/
+4
2022-03-23
init.h: improve __setup and early_param documentation
Randy Dunlap
1
-2
/
+9
2022-03-23
init: use ktime_us_delta() to make initcall_debug log more precise
Mark-PK Tsai
1
-6
/
+2
2022-03-23
checkpatch: use python3 to find codespell dictionary
Sagar Patel
1
-2
/
+2
2022-03-23
checkpatch: add early_param exception to blank line after struct/function test
Joe Perches
1
-1
/
+1
[prev]
[next]