summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-11-303-491/+591
|\
| * mm/hmm: remove hmm_range_dma_map and hmm_range_dma_unmapChristoph Hellwig2019-11-231-147/+0
| * mm/hmm: make full use of walk_page_range()Ralph Campbell2019-11-231-64/+56
| * mm/hmm: remove hmm_mirror and relatedJason Gunthorpe2019-11-232-278/+8
| * mm/hmm: allow hmm_range to be used with a mmu_interval_notifier or hmm_mirrorJason Gunthorpe2019-11-231-6/+19
| * mm/mmu_notifier: add an interval tree notifierJason Gunthorpe2019-11-232-26/+519
| * mm/mmu_notifier: define the header pre-processor parts even if disabledJason Gunthorpe2019-11-121-0/+13
| * mm/hmm: allow snapshot of the special zero pageRalph Campbell2019-10-291-2/+8
* | Merge tag 'drm-vmwgfx-coherent-2019-11-29' of git://anongit.freedesktop.org/d...Linus Torvalds2019-11-304-3/+415
|\ \
| * \ Merge branch 'vmwgfx-coherent' of git://people.freedesktop.org/~thomash/linux...Dave Airlie2019-11-284-3/+415
| |\ \
| | * | mm: Add write-protect and clean utilities for address space rangesThomas Hellstrom2019-11-063-0/+319
| | * | mm: Add a walk_page_mapping() function to the pagewalk codeThomas Hellstrom2019-11-061-1/+93
| | * | mm: pagewalk: Take the pagetable lock in walk_pte_range()Thomas Hellstrom2019-11-061-2/+3
| | |/
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-11-261-1/+1
|\ \ \
| * | | locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai2019-10-091-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-11-253-7/+98
|\ \ \ \
| * | | | mm: Implement no-MMU variant of vmalloc_user_node_flagsAndrii Nakryiko2019-11-251-2/+13
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2019-11-222-10/+20
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-11-201-0/+20
| |\ \ \ \ \
| | * | | | | bpf: Add mmap() support for BPF_MAP_TYPE_ARRAYAndrii Nakryiko2019-11-181-0/+20
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-169-86/+95
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-097-25/+61
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | / / | | | |_|_|/ / | | |/| | | |
| * | | | | | uaccess: Add strict non-pagefault kernel-space read functionDaniel Borkmann2019-11-021-1/+24
| * | | | | | uaccess: Add non-pagefault user-space write functionDaniel Borkmann2019-11-021-4/+41
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-11-251-15/+89
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | mm: fix double page fault on arm64 if PTE_AF is clearedJia He2019-10-181-15/+89
* | | | | | mm/ksm.c: don't WARN if page is still mapped in remove_stable_node()Andrey Ryabinin2019-11-221-7/+7
* | | | | | mm/memory_hotplug: don't access uninitialized memmaps in shrink_zone_span()David Hildenbrand2019-11-221-3/+13
| |_|_|/ / |/| | | |
* | | | | mm/debug.c: PageAnon() is true for PageKsm() pagesRalph Campbell2019-11-151-3/+3
* | | | | mm/debug.c: __dump_page() prints an extra lineRalph Campbell2019-11-151-12/+15
* | | | | mm/page_io.c: do not free shared swap slotsVinayak Menon2019-11-151-3/+3
* | | | | mm/memory_hotplug: fix try_offline_node()David Hildenbrand2019-11-151-16/+27
* | | | | mm,thp: recheck each page before collapsing file THPSong Liu2019-11-151-12/+16
* | | | | mm: slub: really fix slab walking for init_on_freeLaura Abbott2019-11-151-30/+9
* | | | | mm: hugetlb: switch to css_tryget() in hugetlb_cgroup_charge_cgroup()Roman Gushchin2019-11-151-1/+1
* | | | | mm: memcg: switch to css_tryget() in get_mem_cgroup_from_mm()Roman Gushchin2019-11-151-1/+1
* | | | | mm: fix trying to reclaim unevictable lru page when calling madvise_pageoutzhong jiang2019-11-151-4/+12
* | | | | mm: mempolicy: fix the wrong return value and potential pages leak of mbindYang Shi2019-11-151-5/+9
| |_|/ / |/| | |
* | | | mm: memcontrol: fix network errors from failing __GFP_ATOMIC chargesJohannes Weiner2019-11-061-0/+9
* | | | mm/memory_hotplug: fix updating the node spanDavid Hildenbrand2019-11-061-0/+8
* | | | mm: slab: make page_cgroup_ino() to recognize non-compound slab pages properlyRoman Gushchin2019-11-062-3/+3
* | | | mm/page_alloc.c: ratelimit allocation failure warnings more aggressivelyJohannes Weiner2019-11-061-6/+1
* | | | mm/khugepaged: fix might_sleep() warn with CONFIG_HIGHPTE=yVille Syrjälä2019-11-061-3/+4
* | | | mm, vmstat: reduce zone->lock holding time by /proc/pagetypeinfoMichal Hocko2019-11-061-3/+20
* | | | mm, vmstat: hide /proc/pagetypeinfo from normal usersMichal Hocko2019-11-061-1/+1
* | | | mm/mmu_notifiers: use the right return code for WARN_ONJason Gunthorpe2019-11-061-1/+1
* | | | mm, meminit: recalculate pcpu batch and high limits after init completesMel Gorman2019-11-061-2/+8
* | | | mm: memcontrol: fix NULL-ptr deref in percpu stats flushShakeel Butt2019-11-061-6/+6
| |/ / |/| |
* | | mm/thp: allow dropping THP from page cacheKirill A. Shutemov2019-10-191-0/+12
* | | mm/vmscan.c: support removing arbitrary sized pages from mappingWilliam Kucharski2019-10-191-4/+1