summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm/gup: remove task_struct pointer for all gup codePeter Xu2020-08-1218-87/+69
* mm: clean up the last pieces of page fault accountingsPeter Xu2020-08-124-29/+10
* mm/xtensa: use general page fault accountingPeter Xu2020-08-121-11/+4
* mm/x86: use general page fault accountingPeter Xu2020-08-121-15/+2
* mm/sparc64: use general page fault accountingPeter Xu2020-08-121-10/+1
* mm/sparc32: use general page fault accountingPeter Xu2020-08-121-10/+1
* mm/sh: use general page fault accountingPeter Xu2020-08-121-10/+1
* mm/s390: use general page fault accountingPeter Xu2020-08-121-15/+1
* mm/riscv: use general page fault accountingPeter Xu2020-08-121-15/+1
* mm/powerpc: use general page fault accountingPeter Xu2020-08-121-8/+3
* mm/parisc: use general page fault accountingPeter Xu2020-08-121-5/+3
* mm/openrisc: use general page fault accountingPeter Xu2020-08-121-5/+4
* mm/nios2: use general page fault accountingPeter Xu2020-08-121-10/+4
* mm/nds32: use general page fault accountingPeter Xu2020-08-121-16/+3
* mm/mips: use general page fault accountingPeter Xu2020-08-121-11/+3
* mm/microblaze: use general page fault accountingPeter Xu2020-08-121-5/+4
* mm/m68k: use general page fault accountingPeter Xu2020-08-121-10/+4
* mm/ia64: use general page fault accountingPeter Xu2020-08-121-5/+4
* mm/hexagon: use general page fault accountingPeter Xu2020-08-121-5/+4
* mm/csky: use general page fault accountingPeter Xu2020-08-121-11/+1
* mm/arm64: use general page fault accountingPeter Xu2020-08-121-23/+6
* mm/arm: use general page fault accountingPeter Xu2020-08-121-19/+6
* mm/arc: use general page fault accountingPeter Xu2020-08-121-15/+3
* mm/alpha: use general page fault accountingPeter Xu2020-08-121-5/+3
* mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-1231-34/+103
* mm/gup: use a standard migration target allocation callbackJoonsoo Kim2020-08-121-48/+6
* mm/hugetlb: make hugetlb migration callback CMA awareJoonsoo Kim2020-08-123-9/+10
* mm/gup: restrict CMA region by using allocation scope APIJoonsoo Kim2020-08-122-9/+10
* mm/page_alloc: remove a wrapper for alloc_migration_target()Joonsoo Kim2020-08-122-12/+6
* mm/mempolicy: use a standard migration target allocation callbackJoonsoo Kim2020-08-123-28/+12
* mm/migrate: introduce a standard migration target allocation functionJoonsoo Kim2020-08-127-22/+61
* mm/migrate: clear __GFP_RECLAIM to make the migration callback consistent wit...Joonsoo Kim2020-08-121-0/+5
* 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