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
2020-10-16
161
-1724
/
+2390
|
\
|
*
lib, uaccess: add failure injection to usercopy functions
Albert van der Linde
2020-10-16
4
-2
/
+22
|
*
lib, include/linux: add usercopy failure capability
Albert van der Linde
2020-10-16
6
-1
/
+76
|
*
ROMFS: support inode blocks calculation
Libing Zhou
2020-10-16
1
-0
/
+1
|
*
ubsan: introduce CONFIG_UBSAN_LOCAL_BOUNDS for Clang
George Popescu
2020-10-16
2
-1
/
+23
|
*
sched.h: drop in_ubsan field when UBSAN is in trap mode
Elena Petrova
2020-10-16
1
-1
/
+1
|
*
scripts/gdb/tasks: add headers and improve spacing format
Ritesh Harjani
2020-10-16
1
-4
/
+5
|
*
scripts/gdb/proc: add struct mount & struct super_block addr in lx-mounts com...
Ritesh Harjani
2020-10-16
1
-8
/
+7
|
*
kernel/relay.c: drop unneeded initialization
Sudip Mukherjee
2020-10-16
1
-1
/
+1
|
*
panic: dump registers on panic_on_warn
Alexey Kardashevskiy
2020-10-16
1
-6
/
+6
|
*
rapidio: fix the missed put_device() for rio_mport_add_riodev
Jing Xiangfeng
2020-10-16
1
-1
/
+4
|
*
rapidio: fix error handling path
Souptick Joarder
2020-10-16
1
-6
/
+7
|
*
nilfs2: fix some kernel-doc warnings for nilfs2
Wang Hai
2020-10-16
4
-7
/
+6
|
*
autofs: harden ioctl table
Matthew Wilcox
2020-10-16
1
-2
/
+6
|
*
ramfs: fix nommu mmap with gaps in the page cache
Matthew Wilcox (Oracle)
2020-10-16
1
-1
/
+1
|
*
mm: remove the now-unnecessary mmget_still_valid() hack
Jann Horn
2020-10-16
8
-107
/
+29
|
*
mm/gup: take mmap_lock in get_dump_page()
Jann Horn
2020-10-16
1
-6
/
+10
|
*
binfmt_elf, binfmt_elf_fdpic: use a VMA list snapshot
Jann Horn
2020-10-16
4
-120
/
+138
|
*
coredump: rework elf/elf_fdpic vma_dump_size() into common helper
Jann Horn
2020-10-16
4
-199
/
+106
|
*
coredump: refactor page range dumping into common helper
Jann Horn
2020-10-16
4
-35
/
+41
|
*
coredump: let dump_emit() bail out on short writes
Jann Horn
2020-10-16
1
-11
/
+11
|
*
binfmt_elf_fdpic: stop using dump_emit() on user pointers on !MMU
Jann Horn
2020-10-16
2
-37
/
+28
|
*
tools/testing/selftests: add self-test for verifying load alignment
Chris Kennelly
2020-10-16
3
-2
/
+76
|
*
fs/binfmt_elf: use PT_LOAD p_align values for suitable start address
Chris Kennelly
2020-10-16
1
-0
/
+25
|
*
checkpatch: add new warnings to author signoff checks.
Dwaipayan Ray
2020-10-16
1
-16
/
+77
|
*
checkpatch: fix false positive on empty block comment lines
Ćukasz Stelmach
2020-10-16
1
-1
/
+1
|
*
checkpatch: fix multi-statement macro checks for while blocks.
Dwaipayan Ray
2020-10-16
1
-3
/
+4
|
*
checkpatch: emit a warning on embedded filenames
Joe Perches
2020-10-16
1
-0
/
+6
|
*
checkpatch: extend author Signed-off-by check for split From: header
Dwaipayan Ray
2020-10-16
1
-0
/
+4
|
*
checkpatch: allow not using -f with files that are in git
Joe Perches
2020-10-16
1
-0
/
+14
|
*
checkpatch: warn on self-assignments
Joe Perches
2020-10-16
1
-0
/
+11
|
*
const_structs.checkpatch: add pinctrl_ops and pinmux_ops
Rikard Falkeborn
2020-10-16
1
-0
/
+2
|
*
checkpatch: warn if trace_printk and friends are called
Nicolas Boichat
2020-10-16
1
-0
/
+6
|
*
const_structs.checkpatch: add phy_ops
Rikard Falkeborn
2020-10-16
1
-0
/
+1
|
*
checkpatch: add test for comma use that should be semicolon
Joe Perches
2020-10-16
1
-0
/
+11
|
*
checkpatch: move repeated word test
Joe Perches
2020-10-16
1
-36
/
+36
|
*
checkpatch: add --kconfig-prefix
Jerome Forissier
2020-10-16
1
-4
/
+8
|
*
bitops: use the same mechanism for get_count_order[_long]
Wei Yang
2020-10-16
1
-5
/
+3
|
*
bitops: simplify get_count_order_long()
Wei Yang
2020-10-16
1
-4
/
+1
|
*
lib/crc32.c: fix trivial typo in preprocessor condition
Tobias Jordan
2020-10-16
1
-1
/
+1
|
*
lib/test_hmm.c: fix an error code in dmirror_allocate_chunk()
Dan Carpenter
2020-10-16
1
-1
/
+1
|
*
include/linux/list.h: add a macro to test if entry is pointing to the head
Andy Shevchenko
2020-10-16
1
-10
/
+19
|
*
lib/percpu_counter.c: use helper macro abs()
Miaohe Lin
2020-10-16
1
-1
/
+1
|
*
lib/scatterlist.c: avoid a double memset
Christophe JAILLET
2020-10-16
1
-1
/
+1
|
*
lib/idr.c: document that ida_simple_{get,remove}() are deprecated
Stephen Boyd
2020-10-16
1
-0
/
+4
|
*
lib/idr.c: document calling context for IDA APIs mustn't use locks
Stephen Boyd
2020-10-16
2
-6
/
+12
|
*
lib/mpi/mpi-bit.c: fix spello of "functions"
Randy Dunlap
2020-10-16
1
-1
/
+1
|
*
lib: test_sysctl: delete duplicated words
Randy Dunlap
2020-10-16
1
-1
/
+1
|
*
lib: syscall: delete duplicated words
Randy Dunlap
2020-10-16
1
-1
/
+1
|
*
lib: radix-tree: delete duplicated words
Randy Dunlap
2020-10-16
1
-1
/
+1
[next]