summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2020-08-12mm/parisc: use general page fault accountingPeter Xu-5/+3
2020-08-12mm/openrisc: use general page fault accountingPeter Xu-5/+4
2020-08-12mm/nios2: use general page fault accountingPeter Xu-10/+4
2020-08-12mm/nds32: use general page fault accountingPeter Xu-16/+3
2020-08-12mm/mips: use general page fault accountingPeter Xu-11/+3
2020-08-12mm/microblaze: use general page fault accountingPeter Xu-5/+4
2020-08-12mm/m68k: use general page fault accountingPeter Xu-10/+4
2020-08-12mm/ia64: use general page fault accountingPeter Xu-5/+4
2020-08-12mm/hexagon: use general page fault accountingPeter Xu-5/+4
2020-08-12mm/csky: use general page fault accountingPeter Xu-11/+1
2020-08-12mm/arm64: use general page fault accountingPeter Xu-23/+6
2020-08-12mm/arm: use general page fault accountingPeter Xu-19/+6
2020-08-12mm/arc: use general page fault accountingPeter Xu-15/+3
2020-08-12mm/alpha: use general page fault accountingPeter Xu-5/+3
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu-34/+103
2020-08-12mm/gup: use a standard migration target allocation callbackJoonsoo Kim-48/+6
2020-08-12mm/hugetlb: make hugetlb migration callback CMA awareJoonsoo Kim-9/+10
2020-08-12mm/gup: restrict CMA region by using allocation scope APIJoonsoo Kim-9/+10
2020-08-12mm/page_alloc: remove a wrapper for alloc_migration_target()Joonsoo Kim-12/+6
2020-08-12mm/mempolicy: use a standard migration target allocation callbackJoonsoo Kim-28/+12
2020-08-12mm/migrate: introduce a standard migration target allocation functionJoonsoo Kim-22/+61
2020-08-12mm/migrate: clear __GFP_RECLAIM to make the migration callback consistent wit...Joonsoo Kim-0/+5
2020-08-12mm/hugetlb: unify migration callbacksJoonsoo Kim-49/+33
2020-08-12mm/migrate: move migration helper from .h to .cJoonsoo Kim-28/+34
2020-08-12mm/page_isolation: prefer the node of the source pageJoonsoo Kim-1/+3
2020-08-12ipc/shm.c: remove the superfluous breakLiao Pingfang-1/+0
2020-08-12ipc: uninline functionsAlexey Dobriyan-4/+2
2020-08-12scripts/gdb: fix python 3.8 SyntaxWarningNick Desaulniers-2/+2
2020-08-12kcov: make some symbols staticWei Yongjun-3/+3
2020-08-12kcov: unconditionally add -fno-stack-protector to compiler optionsMarco Elver-1/+1
2020-08-12panic: make print_oops_end_marker() staticYue Hu-2/+1
2020-08-12lib/Kconfig.debug: fix typo in the help text of CONFIG_PANIC_TIMEOUTTiezhu Yang-1/+1
2020-08-12kernel/panic.c: make oops_may_print() return boolTiezhu Yang-2/+2
2020-08-12rapidio/rio_mport_cdev: use array_size() helper in copy_{from,to}_user()Gustavo A. R. Silva-2/+2
2020-08-12drivers/rapidio/rio-scan.c: use struct_size() helperGustavo A. R. Silva-5/+3
2020-08-12drivers/rapidio/devices/rio_mport_cdev.c: use struct_size() helperGustavo A. R. Silva-2/+1
2020-08-12kdump: append kernel build-id string to VMCOREINFOVijay Balakrishna-0/+56
2020-08-12exec: move path_noexec() check earlierKees Cook-8/+8
2020-08-12exec: move S_ISREG() check earlierKees Cook-10/+16
2020-08-12exec: change uselib(2) IS_SREG() failure to EACCESKees Cook-2/+1
2020-08-12coredump: add %f for executable filenameLepton Wu-5/+15
2020-08-12test_kmod: avoid potential double free in trigger_config_run_type()Tiezhu Yang-1/+1
2020-08-12kmod: remove redundant "be an" in the commentTiezhu Yang-3/+2
2020-08-12selftests: kmod: use variable NAME in kmod_test_0001()Tiezhu Yang-2/+2
2020-08-12fs/signalfd.c: fix inconsistent return codes for signalfd4Helge Deller-4/+6
2020-08-12fat: fix fat_ra_init() for data clusters == 0OGAWA Hirofumi-0/+3
2020-08-12VFAT/FAT/MSDOS FILESYSTEM: replace HTTP links with HTTPS onesAlexander A. Klimov-1/+1
2020-08-12fatfs: switch write_lock to read_lock in fat_ioctl_get_attributesYubo Feng-2/+2
2020-08-12fs/ufs: avoid potential u32 multiplication overflowColin Ian King-1/+1
2020-08-12nilfs2: use a more common logging styleJoe Perches-251/+239