summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-12ipc/shm.c: remove the superfluous breakLiao Pingfang
2020-08-12ipc: uninline functionsAlexey Dobriyan
2020-08-12scripts/gdb: fix python 3.8 SyntaxWarningNick Desaulniers
2020-08-12kcov: make some symbols staticWei Yongjun
2020-08-12kcov: unconditionally add -fno-stack-protector to compiler optionsMarco Elver
2020-08-12panic: make print_oops_end_marker() staticYue Hu
2020-08-12lib/Kconfig.debug: fix typo in the help text of CONFIG_PANIC_TIMEOUTTiezhu Yang
2020-08-12kernel/panic.c: make oops_may_print() return boolTiezhu Yang
2020-08-12rapidio/rio_mport_cdev: use array_size() helper in copy_{from,to}_user()Gustavo A. R. Silva
2020-08-12drivers/rapidio/rio-scan.c: use struct_size() helperGustavo A. R. Silva
2020-08-12drivers/rapidio/devices/rio_mport_cdev.c: use struct_size() helperGustavo A. R. Silva
2020-08-12kdump: append kernel build-id string to VMCOREINFOVijay Balakrishna
2020-08-12exec: move path_noexec() check earlierKees Cook
2020-08-12exec: move S_ISREG() check earlierKees Cook
2020-08-12exec: change uselib(2) IS_SREG() failure to EACCESKees Cook
2020-08-12coredump: add %f for executable filenameLepton Wu
2020-08-12test_kmod: avoid potential double free in trigger_config_run_type()Tiezhu Yang
2020-08-12kmod: remove redundant "be an" in the commentTiezhu Yang
2020-08-12selftests: kmod: use variable NAME in kmod_test_0001()Tiezhu Yang
2020-08-12fs/signalfd.c: fix inconsistent return codes for signalfd4Helge Deller
2020-08-12fat: fix fat_ra_init() for data clusters == 0OGAWA Hirofumi
2020-08-12VFAT/FAT/MSDOS FILESYSTEM: replace HTTP links with HTTPS onesAlexander A. Klimov
2020-08-12fatfs: switch write_lock to read_lock in fat_ioctl_get_attributesYubo Feng
2020-08-12fs/ufs: avoid potential u32 multiplication overflowColin Ian King
2020-08-12nilfs2: use a more common logging styleJoe Perches
2020-08-12nilfs2: convert __nilfs_msg to integrate the level and formatJoe Perches
2020-08-12nilfs2: only call unlock_new_inode() if I_NEWEric Biggers
2020-08-12fs/minix: remove expected error message in block_to_path()Eric Biggers
2020-08-12fs/minix: fix block limit check for V1 filesystemsEric Biggers
2020-08-12fs/minix: set s_maxbytes correctlyEric Biggers
2020-08-12fs/minix: reject too-large maximum file sizeEric Biggers
2020-08-12fs/minix: don't allow getting deleted inodesEric Biggers
2020-08-12fs/minix: check return value of sb_getblk()Eric Biggers
2020-08-12autofs: fix doubled wordRandy Dunlap
2020-08-12checkpatch: remove missing switch/case break testJoe Perches
2020-08-12checkpatch: add test for repeated wordsJoe Perches
2020-08-12checkpatch: fix CONST_STRUCT when const_structs.checkpatch is missingQuentin Monnet
2020-08-12checkpatch: add --fix option for ASSIGN_IN_IFJoe Perches
2020-08-12checkpatch: add test for possible misuse of IS_ENABLED() without CONFIG_Joe Perches
2020-08-12lib/test_bits.c: add tests of GENMASKRikard Falkeborn
2020-08-12kstrto*: do not describe simple_strto*() as obsolete/replacedKars Mulder
2020-08-12kstrto*: correct documentation references to simple_strto*()Kars Mulder
2020-08-12lib/: replace HTTP links with HTTPS onesAlexander A. Klimov
2020-08-12lib/test_lockup.c: fix return value of test_lockup_init()Tiezhu Yang
2020-08-12lib/Kconfig.debug: make TEST_LOCKUP depend on moduleTiezhu Yang
2020-08-12lib/test_lockup.c: make symbol 'test_works' staticWei Yongjun
2020-08-12lib/test_bitops: do the full test during module initGeert Uytterhoeven
2020-08-12lib/generic-radix-tree.c: remove unneeded __rcuLuc Van Oostenryck
2020-08-12lib/test_bitmap.c: add test for bitmap_cut()Stefano Brivio
2020-08-12lib/bitmap.c: fix bitmap_cut() for partial overlapping caseStefano Brivio