summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm/hugetlb: unify migration callbacksJoonsoo Kim2020-08-124-49/+33
* mm/migrate: move migration helper from .h to .cJoonsoo Kim2020-08-122-28/+34
* mm/page_isolation: prefer the node of the source pageJoonsoo Kim2020-08-121-1/+3
* ipc/shm.c: remove the superfluous breakLiao Pingfang2020-08-121-1/+0
* ipc: uninline functionsAlexey Dobriyan2020-08-122-4/+2
* scripts/gdb: fix python 3.8 SyntaxWarningNick Desaulniers2020-08-121-2/+2
* kcov: make some symbols staticWei Yongjun2020-08-121-3/+3
* kcov: unconditionally add -fno-stack-protector to compiler optionsMarco Elver2020-08-121-1/+1
* panic: make print_oops_end_marker() staticYue Hu2020-08-122-2/+1
* lib/Kconfig.debug: fix typo in the help text of CONFIG_PANIC_TIMEOUTTiezhu Yang2020-08-121-1/+1
* kernel/panic.c: make oops_may_print() return boolTiezhu Yang2020-08-122-2/+2
* rapidio/rio_mport_cdev: use array_size() helper in copy_{from,to}_user()Gustavo A. R. Silva2020-08-121-2/+2
* drivers/rapidio/rio-scan.c: use struct_size() helperGustavo A. R. Silva2020-08-121-5/+3
* drivers/rapidio/devices/rio_mport_cdev.c: use struct_size() helperGustavo A. R. Silva2020-08-121-2/+1
* kdump: append kernel build-id string to VMCOREINFOVijay Balakrishna2020-08-122-0/+56
* exec: move path_noexec() check earlierKees Cook2020-08-122-8/+8
* exec: move S_ISREG() check earlierKees Cook2020-08-123-10/+16
* exec: change uselib(2) IS_SREG() failure to EACCESKees Cook2020-08-121-2/+1
* coredump: add %f for executable filenameLepton Wu2020-08-122-5/+15
* test_kmod: avoid potential double free in trigger_config_run_type()Tiezhu Yang2020-08-121-1/+1
* kmod: remove redundant "be an" in the commentTiezhu Yang2020-08-121-3/+2
* selftests: kmod: use variable NAME in kmod_test_0001()Tiezhu Yang2020-08-121-2/+2
* fs/signalfd.c: fix inconsistent return codes for signalfd4Helge Deller2020-08-121-4/+6
* fat: fix fat_ra_init() for data clusters == 0OGAWA Hirofumi2020-08-121-0/+3
* VFAT/FAT/MSDOS FILESYSTEM: replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-121-1/+1
* fatfs: switch write_lock to read_lock in fat_ioctl_get_attributesYubo Feng2020-08-121-2/+2
* fs/ufs: avoid potential u32 multiplication overflowColin Ian King2020-08-121-1/+1
* nilfs2: use a more common logging styleJoe Perches2020-08-1220-251/+239
* nilfs2: convert __nilfs_msg to integrate the level and formatJoe Perches2020-08-122-10/+15
* nilfs2: only call unlock_new_inode() if I_NEWEric Biggers2020-08-121-1/+2
* fs/minix: remove expected error message in block_to_path()Eric Biggers2020-08-122-12/+12
* fs/minix: fix block limit check for V1 filesystemsEric Biggers2020-08-121-1/+1
* fs/minix: set s_maxbytes correctlyEric Biggers2020-08-124-9/+9
* fs/minix: reject too-large maximum file sizeEric Biggers2020-08-121-2/+20
* fs/minix: don't allow getting deleted inodesEric Biggers2020-08-121-0/+14
* fs/minix: check return value of sb_getblk()Eric Biggers2020-08-121-1/+7
* autofs: fix doubled wordRandy Dunlap2020-08-121-1/+1
* checkpatch: remove missing switch/case break testJoe Perches2020-08-121-25/+0
* checkpatch: add test for repeated wordsJoe Perches2020-08-121-0/+38
* checkpatch: fix CONST_STRUCT when const_structs.checkpatch is missingQuentin Monnet2020-08-121-9/+12
* checkpatch: add --fix option for ASSIGN_IN_IFJoe Perches2020-08-121-2/+24
* checkpatch: add test for possible misuse of IS_ENABLED() without CONFIG_Joe Perches2020-08-121-0/+6
* lib/test_bits.c: add tests of GENMASKRikard Falkeborn2020-08-123-0/+87
* kstrto*: do not describe simple_strto*() as obsolete/replacedKars Mulder2020-08-122-10/+6
* kstrto*: correct documentation references to simple_strto*()Kars Mulder2020-08-122-6/+6
* lib/: replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-1213-15/+15
* lib/test_lockup.c: fix return value of test_lockup_init()Tiezhu Yang2020-08-121-2/+2
* lib/Kconfig.debug: make TEST_LOCKUP depend on moduleTiezhu Yang2020-08-121-0/+1
* lib/test_lockup.c: make symbol 'test_works' staticWei Yongjun2020-08-121-1/+1
* lib/test_bitops: do the full test during module initGeert Uytterhoeven2020-08-121-8/+10