summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| | * | mm: remove the struct hmm_device infrastructureChristoph Hellwig2019-07-021-80/+0Star
| | * | mm: remove the unused ARCH_HAS_HMM_DEVICE Kconfig optionChristoph Hellwig2019-07-021-10/+0Star
| * | | Merge tag 'v5.2-rc7' into rdma.git hmmJason Gunthorpe2019-07-0231-146/+122Star
| |\| |
| * | | mm/swap: fix release_pages() when releasing devmap pagesIra Weiny2019-07-021-4/+9
| * | | mm/hmm: Fix error flows in hmm_invalidate_range_startJason Gunthorpe2019-06-271-29/+40
| * | | mm/hmm: Remove confusing comment and logic from hmm_releaseJason Gunthorpe2019-06-241-19/+9Star
| * | | mm/hmm: Poison hmm_range during unregisterJason Gunthorpe2019-06-241-6/+8
| * | | mm/hmm: Remove racy protection against double-unregistrationJason Gunthorpe2019-06-241-7/+1Star
| * | | mm/hmm: Use lockdep instead of commentsJason Gunthorpe2019-06-181-2/+2
| * | | mm/hmm: Hold on to the mmget for the lifetime of the rangeJason Gunthorpe2019-06-181-21/+11Star
| * | | mm/hmm: Do not use list*_rcu() for hmm->rangesJason Gunthorpe2019-06-181-2/+2
| * | | mm/hmm: Simplify hmm_get_or_create and make it reliableJason Gunthorpe2019-06-181-47/+30Star
| * | | mm/hmm: Hold a mmgrab from hmm to mmJason Gunthorpe2019-06-101-18/+4Star
| * | | mm/hmm: Use hmm_mirror not mm as an argument for hmm_range_registerJason Gunthorpe2019-06-101-9/+4Star
| * | | mm/hmm: fix use after free with struct hmm in the mmu notifiersJason Gunthorpe2019-06-071-6/+17
| * | | mm/hmm: Only set FAULT_FLAG_ALLOW_RETRY for non-blockingKuehling, Felix2019-06-061-1/+1
| * | | mm/hmm: support automatic NUMA balancingPhilip Yang2019-06-061-1/+1
| * | | mm/hmm: clean up some coding style and commentsRalph Campbell2019-06-061-30/+32
| * | | mm/hmm.c: suppress compilation warnings when CONFIG_HUGETLB_PAGE is not setJason Gunthorpe2019-06-061-7/+2Star
* | | | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-126-94/+33Star
|\ \ \ \
| * | | | mm/zsmalloc.c: remove unused variableAnders Roxell2019-06-051-2/+0Star
| * | | | backing-dev: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-19/+5Star
| * | | | mm: cleancache: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-2/+1Star
| * | | | hwpoison-inject: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-45/+22Star
| * | | | mm: kmemleak: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-6/+1Star
| * | | | zsmalloc: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-18/+4Star
| * | | | zswap: ignore debugfs_create_dir() return valueGreg Kroah-Hartman2019-06-031-2/+0Star
| |/ / /
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-1237-1157/+1978
|\ \ \ \
| * | | | mm/oom_kill.c: remove redundant OOM score normalization in select_bad_process()Tetsuo Handa2019-07-121-2/+0Star
| * | | | oom: decouple mems_allowed from oom_unkillable_taskShakeel Butt2019-07-121-25/+32
| * | | | mm, oom: remove redundant task_in_mem_cgroup() checkShakeel Butt2019-07-122-38/+7Star
| * | | | mm, oom: refactor dump_tasks for memcg OOMsShakeel Butt2019-07-121-28/+40
| * | | | mm: memcontrol: use CSS_TASK_ITER_PROCS at mem_cgroup_scan_tasks()Tetsuo Handa2019-07-122-4/+1Star
| * | | | mm/memory-failure.c: clarify error messageJane Chu2019-07-121-1/+1
| * | | | mm: vmalloc: show number of vmalloc pages in /proc/meminfoRoman Gushchin2019-07-121-0/+10
| * | | | mm: use down_read_killable for locking mmap_sem in access_remote_vmKonstantin Khlebnikov2019-07-122-2/+5
| * | | | mm: vmscan: correct some vmscan counters for THP swapoutYang Shi2019-07-121-14/+49
| * | | | mm: vmscan: remove double slab pressure by inc'ing sc->nr_scannedYang Shi2019-07-121-5/+0Star
| * | | | mm: security: introduce init_on_alloc=1 and init_on_free=1 boot optionsAlexander Potapenko2019-07-125-16/+135
| * | | | mm/large system hash: clear hashdist when only one node with memory is bootedNicholas Piggin2019-07-121-13/+18
| * | | | mm/large system hash: use vmalloc for size > MAX_ORDER when !hashdistNicholas Piggin2019-07-121-7/+9
| * | | | mm/vmalloc.c: spelling> s/informaion/information/Geert Uytterhoeven2019-07-121-2/+2
| * | | | mm/vmalloc.c: switch to WARN_ON() and move it under unlink_va()Uladzislau Rezki (Sony)2019-07-121-15/+10Star
| * | | | mm/vmalloc.c: get rid of one single unlink_va() when mergeUladzislau Rezki (Sony)2019-07-121-6/+2Star
| * | | | mm/vmalloc.c: preload a CPU with one object for split purposeUladzislau Rezki (Sony)2019-07-121-4/+51
| * | | | mm/vmalloc.c: remove "node" argumentUladzislau Rezki (Sony)2019-07-121-2/+2
| * | | | mm/mmu_notifier: use hlist_add_head_rcu()Jean-Philippe Brucker2019-07-121-1/+1
| * | | | mm/memory.c: fail when offset == num in first check of __vm_map_pages()Miguel Ojeda2019-07-121-1/+1
| * | | | mm/pgtable: drop pgtable_t variable from pte_fn_t functionsAnshuman Khandual2019-07-122-5/+2Star
| * | | | mm/gup.c: mark undo_dev_pagemap as __maybe_unusedGuenter Roeck2019-07-121-1/+2