aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2020-08-12mm/hexagon: use general page fault accountingPeter Xu1-5/+4
2020-08-12mm/csky: use general page fault accountingPeter Xu1-11/+1
2020-08-12mm/arm64: use general page fault accountingPeter Xu1-23/+6
2020-08-12mm/arm: use general page fault accountingPeter Xu1-19/+6
2020-08-12mm/arc: use general page fault accountingPeter Xu1-15/+3
2020-08-12mm/alpha: use general page fault accountingPeter Xu1-5/+3
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu31-34/+103
2020-08-12mm/gup: use a standard migration target allocation callbackJoonsoo Kim1-48/+6
2020-08-12mm/hugetlb: make hugetlb migration callback CMA awareJoonsoo Kim3-9/+10
2020-08-12mm/gup: restrict CMA region by using allocation scope APIJoonsoo Kim2-9/+10
2020-08-12mm/page_alloc: remove a wrapper for alloc_migration_target()Joonsoo Kim2-12/+6
2020-08-12mm/mempolicy: use a standard migration target allocation callbackJoonsoo Kim3-28/+12
2020-08-12mm/migrate: introduce a standard migration target allocation functionJoonsoo Kim7-22/+61
2020-08-12mm/migrate: clear __GFP_RECLAIM to make the migration callback consistent with regular THP allocationsJoonsoo Kim1-0/+5
2020-08-12mm/hugetlb: unify migration callbacksJoonsoo Kim4-49/+33
2020-08-12mm/migrate: move migration helper from .h to .cJoonsoo Kim2-28/+34
2020-08-12mm/page_isolation: prefer the node of the source pageJoonsoo Kim1-1/+3
2020-08-12ipc/shm.c: remove the superfluous breakLiao Pingfang1-1/+0
2020-08-12ipc: uninline functionsAlexey Dobriyan2-4/+2
2020-08-12scripts/gdb: fix python 3.8 SyntaxWarningNick Desaulniers1-2/+2
2020-08-12kcov: make some symbols staticWei Yongjun1-3/+3
2020-08-12kcov: unconditionally add -fno-stack-protector to compiler optionsMarco Elver1-1/+1
2020-08-12panic: make print_oops_end_marker() staticYue Hu2-2/+1
2020-08-12lib/Kconfig.debug: fix typo in the help text of CONFIG_PANIC_TIMEOUTTiezhu Yang1-1/+1
2020-08-12kernel/panic.c: make oops_may_print() return boolTiezhu Yang2-2/+2
2020-08-12rapidio/rio_mport_cdev: use array_size() helper in copy_{from,to}_user()Gustavo A. R. Silva1-2/+2
2020-08-12drivers/rapidio/rio-scan.c: use struct_size() helperGustavo A. R. Silva1-5/+3
2020-08-12drivers/rapidio/devices/rio_mport_cdev.c: use struct_size() helperGustavo A. R. Silva1-2/+1
2020-08-12kdump: append kernel build-id string to VMCOREINFOVijay Balakrishna2-0/+56
2020-08-12exec: move path_noexec() check earlierKees Cook2-8/+8
2020-08-12exec: move S_ISREG() check earlierKees Cook3-10/+16
2020-08-12exec: change uselib(2) IS_SREG() failure to EACCESKees Cook1-2/+1
2020-08-12coredump: add %f for executable filenameLepton Wu2-5/+15
2020-08-12test_kmod: avoid potential double free in trigger_config_run_type()Tiezhu Yang1-1/+1
2020-08-12kmod: remove redundant "be an" in the commentTiezhu Yang1-3/+2
2020-08-12selftests: kmod: use variable NAME in kmod_test_0001()Tiezhu Yang1-2/+2
2020-08-12fs/signalfd.c: fix inconsistent return codes for signalfd4Helge Deller1-4/+6
2020-08-12fat: fix fat_ra_init() for data clusters == 0OGAWA Hirofumi1-0/+3
2020-08-12VFAT/FAT/MSDOS FILESYSTEM: replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-08-12fatfs: switch write_lock to read_lock in fat_ioctl_get_attributesYubo Feng1-2/+2
2020-08-12fs/ufs: avoid potential u32 multiplication overflowColin Ian King1-1/+1
2020-08-12nilfs2: use a more common logging styleJoe Perches20-251/+239
2020-08-12nilfs2: convert __nilfs_msg to integrate the level and formatJoe Perches2-10/+15
2020-08-12nilfs2: only call unlock_new_inode() if I_NEWEric Biggers1-1/+2
2020-08-12fs/minix: remove expected error message in block_to_path()Eric Biggers2-12/+12
2020-08-12fs/minix: fix block limit check for V1 filesystemsEric Biggers1-1/+1
2020-08-12fs/minix: set s_maxbytes correctlyEric Biggers4-9/+9
2020-08-12fs/minix: reject too-large maximum file sizeEric Biggers1-2/+20
2020-08-12fs/minix: don't allow getting deleted inodesEric Biggers1-0/+14
2020-08-12fs/minix: check return value of sb_getblk()Eric Biggers1-1/+7