index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2022-01-20
77
-873
/
+826
|
\
|
*
lib: remove redundant assignment to variable ret
Colin Ian King
2022-01-20
1
-2
/
+0
|
*
ubsan: remove CONFIG_UBSAN_OBJECT_SIZE
Kees Cook
2022-01-20
3
-36
/
+0
|
*
kcov: fix generic Kconfig dependencies if ARCH_WANTS_NO_INSTR
Marco Elver
2022-01-20
2
-1
/
+3
|
*
lib/Kconfig.debug: make TEST_KMOD depend on PAGE_SIZE_LESS_THAN_256KB
Nathan Chancellor
2022-01-20
1
-0
/
+1
|
*
btrfs: use generic Kconfig option for 256kB page size limit
Nathan Chancellor
2022-01-20
1
-2
/
+1
|
*
arch/Kconfig: split PAGE_SIZE_LESS_THAN_256KB from PAGE_SIZE_LESS_THAN_64KB
Nathan Chancellor
2022-01-20
1
-0
/
+4
|
*
configs: introduce debug.config for CI-like setup
Qian Cai
2022-01-20
1
-0
/
+105
|
*
delayacct: track delays from memory compact
wangyong
2022-01-20
5
-2
/
+59
|
*
Documentation/accounting/delay-accounting.rst: add thrashing page cache and d...
wangyong
2022-01-20
1
-28
/
+27
|
*
delayacct: cleanup flags in struct task_delay_info and functions use it
Yang Yang
2022-01-20
1
-17
/
+0
|
*
delayacct: fix incomplete disable operation when switch enable to disable
Yang Yang
2022-01-20
1
-0
/
+18
|
*
delayacct: support swapin delay accounting for swapping without blkio
Yang Yang
2022-01-20
4
-41
/
+43
|
*
panic: remove oops_id
Sebastian Andrzej Siewior
2022-01-20
1
-18
/
+1
|
*
panic: use error_report_end tracepoint on warnings
Marco Elver
2022-01-20
2
-3
/
+7
|
*
fs/adfs: remove unneeded variable make code cleaner
Minghao Chi
2022-01-20
1
-3
/
+1
|
*
FAT: use io_schedule_timeout() instead of congestion_wait()
NeilBrown
2022-01-20
1
-2
/
+3
|
*
hfsplus: use struct_group_attr() for memcpy() region
Kees Cook
2022-01-20
2
-6
/
+10
|
*
nilfs2: remove redundant pointer sbufs
Colin Ian King
2022-01-20
1
-2
/
+2
|
*
fs/binfmt_elf: use PT_LOAD p_align values for static PIE
H.J. Lu
2022-01-20
1
-2
/
+2
|
*
const_structs.checkpatch: add frequently used ops structs
Rikard Falkeborn
2022-01-20
1
-0
/
+23
|
*
checkpatch: improve Kconfig help test
Joe Perches
2022-01-20
1
-26
/
+26
|
*
checkpatch: relax regexp for COMMIT_LOG_LONG_LINE
Jerome Forissier
2022-01-20
1
-1
/
+1
|
*
lib/test_meminit: destroy cache in kmem_cache_alloc_bulk() test
Andrey Konovalov
2022-01-20
1
-0
/
+1
|
*
uuid: remove licence boilerplate text from the header
Andy Shevchenko
2022-01-20
1
-9
/
+0
|
*
uuid: discourage people from using UAPI header in new code
Andy Shevchenko
2022-01-20
1
-0
/
+1
|
*
kunit: replace kernel.h with the necessary inclusions
Andy Shevchenko
2022-01-20
1
-1
/
+1
|
*
test_hash.c: refactor into kunit
Isabella Basso
2022-01-20
3
-143
/
+81
|
*
lib/Kconfig.debug: properly split hash test kernel entries
Isabella Basso
2022-01-20
2
-4
/
+13
|
*
test_hash.c: split test_hash_init
Isabella Basso
2022-01-20
1
-12
/
+54
|
*
test_hash.c: split test_int_hash into arch-specific functions
Isabella Basso
2022-01-20
1
-29
/
+62
|
*
hash.h: remove unused define directive
Isabella Basso
2022-01-20
4
-33
/
+4
|
*
lib/list_debug.c: print more list debugging context in __list_del_entry_valid()
Zhen Lei
2022-01-20
1
-4
/
+4
|
*
list: introduce list_is_head() helper and re-use it in list.h
Andy Shevchenko
2022-01-20
1
-14
/
+22
|
*
kstrtox: uninline everything
Alexey Dobriyan
2022-01-20
1
-0
/
+12
|
*
get_maintainer: don't remind about no git repo when --nogit is used
Randy Dunlap
2022-01-20
1
-1
/
+1
|
*
kernel/sys.c: only take tasklist_lock for get/setpriority(PRIO_PGRP)
Davidlohr Bueso
2022-01-20
1
-8
/
+8
|
*
kthread: dynamically allocate memory to store kthread's full name
Yafang Shao
2022-01-20
3
-2
/
+34
|
*
tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LEN
Yafang Shao
2022-01-20
3
-8
/
+13
|
*
tools/bpf/bpftool/skeleton: replace bpf_probe_read_kernel with bpf_probe_read...
Yafang Shao
2022-01-20
1
-2
/
+2
|
*
samples/bpf/test_overhead_kprobe_kern: replace bpf_probe_read_kernel with bpf...
Yafang Shao
2022-01-20
3
-9
/
+11
|
*
fs/binfmt_elf: replace open-coded string copy with get_task_comm
Yafang Shao
2022-01-20
3
-1
/
+11
|
*
drivers/infiniband: replace open-coded string copy with get_task_comm
Yafang Shao
2022-01-20
2
-2
/
+2
|
*
fs/exec: replace strncpy with strscpy_pad in __get_task_comm
Yafang Shao
2022-01-20
1
-1
/
+2
|
*
fs/exec: replace strlcpy with strscpy_pad in __set_task_comm
Yafang Shao
2022-01-20
1
-1
/
+1
|
*
kernel.h: include a note to discourage people from including it in headers
Andy Shevchenko
2022-01-20
1
-0
/
+9
|
*
include/linux/unaligned: replace kernel.h with the necessary inclusions
Andy Shevchenko
2022-01-20
3
-1
/
+5
|
*
sysctl: remove redundant ret assignment
luo penghao
2022-01-20
1
-1
/
+0
|
*
sysctl: fix duplicate path separator in printed entries
Geert Uytterhoeven
2022-01-20
1
-4
/
+4
|
*
proc: convert the return type of proc_fd_access_allowed() to be boolean
Qi Zheng
2022-01-20
1
-2
/
+2
[next]