index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tools/vm/page_owner_sort.c: fix the instructions for use
Yixuan Cao
2022-03-24
1
-1
/
+1
*
mm/page_owner.c: record tgid
Yixuan Cao
2022-03-24
1
-6
/
+9
*
mm/page_owner: record task command name
Waiman Long
2022-03-24
1
-4
/
+10
*
mm/page_owner: print memcg information
Waiman Long
2022-03-24
1
-0
/
+42
*
mm/page_owner: use scnprintf() to avoid excessive buffer overrun check
Waiman Long
2022-03-24
1
-11
/
+3
*
lib/vsprintf: avoid redundant work with 0 size
Waiman Long
2022-03-24
1
-3
/
+5
*
Documentation/vm/page_owner.rst: fix unexpected indentation warns
Shuah Khan
2022-03-24
1
-3
/
+3
*
Documentation/vm/page_owner.rst: update the documentation
Shenghong Han
2022-03-24
1
-2
/
+21
*
tools/vm/page_owner_sort.c: delete invalid duplicate code
Yixuan Cao
2022-03-24
1
-2
/
+0
*
tools/vm/page_owner_sort.c: two trivial fixes
Shenghong Han
2022-03-24
1
-3
/
+2
*
tools/vm/page_owner_sort.c: support sorting pid and time
Chongxi Zhao
2022-03-24
1
-29
/
+148
*
tools/vm/page_owner_sort.c: add switch between culling by stacktrace and txt
Yinan Zhang
2022-03-24
1
-3
/
+20
*
tools/vm/page_owner_sort.c: support sorting by stack trace
Sean Anderson
2022-03-24
1
-9
/
+14
*
tools/vm/page_owner_sort.c: sort by stacktrace before culling
Sean Anderson
2022-03-24
1
-4
/
+6
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2022-03-24
34
-303
/
+311
|
\
|
*
Revert "ubsan, kcsan: Don't combine sanitizer with kcov on clang"
Marco Elver
2022-03-23
2
-23
/
+0
|
*
kernel/resource: fix kfree() of bootmem memory again
Miaohe Lin
2022-03-23
1
-33
/
+8
|
*
kcov: properly handle subsequent mmap calls
Aleksandr Nogikh
2022-03-23
1
-19
/
+15
|
*
kcov: split ioctl handling into locked and unlocked parts
Aleksandr Nogikh
2022-03-23
1
-31
/
+37
|
*
panic: move panic_print before kmsg dumpers
Guilherme G. Piccoli
2022-03-23
2
-4
/
+13
|
*
panic: add option to dump all CPUs backtraces in panic_print
Guilherme G. Piccoli
2022-03-23
3
-0
/
+6
|
*
docs: sysctl/kernel: add missing bit to panic_print
Guilherme G. Piccoli
2022-03-23
1
-0
/
+1
|
*
taskstats: remove unneeded dead assignment
Lukas Bulwahn
2022-03-23
1
-2
/
+3
|
*
kasan: no need to unset panic_on_warn in end_report()
Tiezhu Yang
2022-03-23
1
-9
/
+1
|
*
ubsan: no need to unset panic_on_warn in ubsan_epilogue()
Tiezhu Yang
2022-03-23
1
-9
/
+1
|
*
panic: unset panic_on_warn inside panic()
Tiezhu Yang
2022-03-23
1
-9
/
+11
|
*
docs: kdump: add scp example to write out the dump file
Tiezhu Yang
2022-03-23
1
-0
/
+4
|
*
docs: kdump: update description about sysfs file system support
Tiezhu Yang
2022-03-23
1
-3
/
+3
|
*
arm64: mm: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdef
Jisheng Zhang
2022-03-23
1
-6
/
+3
|
*
x86/setup: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdef
Jisheng Zhang
2022-03-23
1
-7
/
+3
|
*
riscv: mm: init: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdef
Jisheng Zhang
2022-03-23
1
-4
/
+2
|
*
kexec: make crashk_res, crashk_low_res and crash_notes symbols always visible
Jisheng Zhang
2022-03-23
1
-6
/
+6
|
*
cgroup: use irqsave in cgroup_rstat_flush_locked().
Sebastian Andrzej Siewior
2022-03-23
1
-2
/
+11
|
*
fat: use pointer to simple type in put_user()
Helge Deller
2022-03-23
1
-1
/
+1
|
*
minix: fix bug when opening a file with O_DIRECT
Qinghua Jin
2022-03-23
1
-1
/
+2
|
*
fs/pipe.c: local vars have to match types of proper pipe_inode_info fields
Andrei Vagin
2022-03-23
1
-2
/
+2
|
*
fs/pipe: use kvcalloc to allocate a pipe_buffer array
Andrei Vagin
2022-03-23
1
-5
/
+4
|
*
init/main.c: return 1 from handled __setup() functions
Randy Dunlap
2022-03-23
1
-2
/
+4
|
*
init.h: improve __setup and early_param documentation
Randy Dunlap
2022-03-23
1
-2
/
+9
|
*
init: use ktime_us_delta() to make initcall_debug log more precise
Mark-PK Tsai
2022-03-23
1
-6
/
+2
|
*
checkpatch: use python3 to find codespell dictionary
Sagar Patel
2022-03-23
1
-2
/
+2
|
*
checkpatch: add early_param exception to blank line after struct/function test
Joe Perches
2022-03-23
1
-1
/
+1
|
*
checkpatch: add --fix option for some TRAILING_STATEMENTS
Joe Perches
2022-03-23
1
-2
/
+16
|
*
checkpatch: prefer MODULE_LICENSE("GPL") over MODULE_LICENSE("GPL v2")
Joe Perches
2022-03-23
1
-0
/
+7
|
*
lib: bitmap: fix many kernel-doc warnings
Randy Dunlap
2022-03-23
1
-7
/
+17
|
*
lib/Kconfig.debug: add ARCH dependency for FUNCTION_ALIGN option
Feng Tang
2022-03-23
1
-1
/
+2
|
*
bitfield: add explicit inclusions to the example
Andy Shevchenko
2022-03-23
1
-0
/
+3
|
*
ilog2: force inlining of __ilog2_u32() and __ilog2_u64()
Christophe Leroy
2022-03-23
1
-2
/
+2
|
*
include: drop pointless __compiler_offsetof indirection
Rasmus Villemoes
2022-03-23
2
-7
/
+1
|
*
Kconfig.debug: make DEBUG_INFO selectable from a choice
Kees Cook
2022-03-23
1
-65
/
+74
[prev]
[next]