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
*
mm/gup: use a standard migration target allocation callback
Joonsoo Kim
2020-08-12
1
-48
/
+6
*
mm/hugetlb: make hugetlb migration callback CMA aware
Joonsoo Kim
2020-08-12
3
-9
/
+10
*
mm/gup: restrict CMA region by using allocation scope API
Joonsoo Kim
2020-08-12
2
-9
/
+10
*
mm/page_alloc: remove a wrapper for alloc_migration_target()
Joonsoo Kim
2020-08-12
2
-12
/
+6
*
mm/mempolicy: use a standard migration target allocation callback
Joonsoo Kim
2020-08-12
3
-28
/
+12
*
mm/migrate: introduce a standard migration target allocation function
Joonsoo Kim
2020-08-12
7
-22
/
+61
*
mm/migrate: clear __GFP_RECLAIM to make the migration callback consistent wit...
Joonsoo Kim
2020-08-12
1
-0
/
+5
*
mm/hugetlb: unify migration callbacks
Joonsoo Kim
2020-08-12
4
-49
/
+33
*
mm/migrate: move migration helper from .h to .c
Joonsoo Kim
2020-08-12
2
-28
/
+34
*
mm/page_isolation: prefer the node of the source page
Joonsoo Kim
2020-08-12
1
-1
/
+3
*
ipc/shm.c: remove the superfluous break
Liao Pingfang
2020-08-12
1
-1
/
+0
*
ipc: uninline functions
Alexey Dobriyan
2020-08-12
2
-4
/
+2
*
scripts/gdb: fix python 3.8 SyntaxWarning
Nick Desaulniers
2020-08-12
1
-2
/
+2
*
kcov: make some symbols static
Wei Yongjun
2020-08-12
1
-3
/
+3
*
kcov: unconditionally add -fno-stack-protector to compiler options
Marco Elver
2020-08-12
1
-1
/
+1
*
panic: make print_oops_end_marker() static
Yue Hu
2020-08-12
2
-2
/
+1
*
lib/Kconfig.debug: fix typo in the help text of CONFIG_PANIC_TIMEOUT
Tiezhu Yang
2020-08-12
1
-1
/
+1
*
kernel/panic.c: make oops_may_print() return bool
Tiezhu Yang
2020-08-12
2
-2
/
+2
*
rapidio/rio_mport_cdev: use array_size() helper in copy_{from,to}_user()
Gustavo A. R. Silva
2020-08-12
1
-2
/
+2
*
drivers/rapidio/rio-scan.c: use struct_size() helper
Gustavo A. R. Silva
2020-08-12
1
-5
/
+3
*
drivers/rapidio/devices/rio_mport_cdev.c: use struct_size() helper
Gustavo A. R. Silva
2020-08-12
1
-2
/
+1
*
kdump: append kernel build-id string to VMCOREINFO
Vijay Balakrishna
2020-08-12
2
-0
/
+56
*
exec: move path_noexec() check earlier
Kees Cook
2020-08-12
2
-8
/
+8
*
exec: move S_ISREG() check earlier
Kees Cook
2020-08-12
3
-10
/
+16
*
exec: change uselib(2) IS_SREG() failure to EACCES
Kees Cook
2020-08-12
1
-2
/
+1
*
coredump: add %f for executable filename
Lepton Wu
2020-08-12
2
-5
/
+15
*
test_kmod: avoid potential double free in trigger_config_run_type()
Tiezhu Yang
2020-08-12
1
-1
/
+1
*
kmod: remove redundant "be an" in the comment
Tiezhu Yang
2020-08-12
1
-3
/
+2
*
selftests: kmod: use variable NAME in kmod_test_0001()
Tiezhu Yang
2020-08-12
1
-2
/
+2
*
fs/signalfd.c: fix inconsistent return codes for signalfd4
Helge Deller
2020-08-12
1
-4
/
+6
*
fat: fix fat_ra_init() for data clusters == 0
OGAWA Hirofumi
2020-08-12
1
-0
/
+3
*
VFAT/FAT/MSDOS FILESYSTEM: replace HTTP links with HTTPS ones
Alexander A. Klimov
2020-08-12
1
-1
/
+1
*
fatfs: switch write_lock to read_lock in fat_ioctl_get_attributes
Yubo Feng
2020-08-12
1
-2
/
+2
*
fs/ufs: avoid potential u32 multiplication overflow
Colin Ian King
2020-08-12
1
-1
/
+1
*
nilfs2: use a more common logging style
Joe Perches
2020-08-12
20
-251
/
+239
*
nilfs2: convert __nilfs_msg to integrate the level and format
Joe Perches
2020-08-12
2
-10
/
+15
*
nilfs2: only call unlock_new_inode() if I_NEW
Eric Biggers
2020-08-12
1
-1
/
+2
*
fs/minix: remove expected error message in block_to_path()
Eric Biggers
2020-08-12
2
-12
/
+12
*
fs/minix: fix block limit check for V1 filesystems
Eric Biggers
2020-08-12
1
-1
/
+1
*
fs/minix: set s_maxbytes correctly
Eric Biggers
2020-08-12
4
-9
/
+9
*
fs/minix: reject too-large maximum file size
Eric Biggers
2020-08-12
1
-2
/
+20
*
fs/minix: don't allow getting deleted inodes
Eric Biggers
2020-08-12
1
-0
/
+14
*
fs/minix: check return value of sb_getblk()
Eric Biggers
2020-08-12
1
-1
/
+7
*
autofs: fix doubled word
Randy Dunlap
2020-08-12
1
-1
/
+1
*
checkpatch: remove missing switch/case break test
Joe Perches
2020-08-12
1
-25
/
+0
*
checkpatch: add test for repeated words
Joe Perches
2020-08-12
1
-0
/
+38
*
checkpatch: fix CONST_STRUCT when const_structs.checkpatch is missing
Quentin Monnet
2020-08-12
1
-9
/
+12
*
checkpatch: add --fix option for ASSIGN_IN_IF
Joe Perches
2020-08-12
1
-2
/
+24
*
checkpatch: add test for possible misuse of IS_ENABLED() without CONFIG_
Joe Perches
2020-08-12
1
-0
/
+6
*
lib/test_bits.c: add tests of GENMASK
Rikard Falkeborn
2020-08-12
3
-0
/
+87
[next]