index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
rmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-27
mm: thp: avoid false positive VM_BUG_ON_PAGE in page_move_anon_rmap()
Kirill A. Shutemov
1
-0
/
+2
2016-05-19
mm: use __SetPageSwapBacked and dont ClearPageSwapBacked
Hugh Dickins
1
-1
/
+1
2016-05-19
mm/rmap: replace BUG_ON(anon_vma->degree) with VM_WARN_ON
Konstantin Khlebnikov
1
-1
/
+1
2016-04-04
Merge branch 'PAGE_CACHE_SIZE-removal'
Linus Torvalds
1
-1
/
+1
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
1
-1
/
+1
2016-04-01
mm/rmap: batched invalidations should use existing api
Nadav Amit
1
-21
/
+7
2016-03-17
thp: rewrite freeze_page()/unfreeze_page() with generic rmap walkers
Kirill A. Shutemov
1
-2
/
+8
2016-03-17
rmap: extend try_to_unmap() to be usable by split_huge_page()
Kirill A. Shutemov
1
-8
/
+16
2016-03-17
rmap: introduce rmap_walk_locked()
Kirill A. Shutemov
1
-9
/
+32
2016-03-15
mm: simplify lock_page_memcg()
Johannes Weiner
1
-10
/
+6
2016-03-15
mm: memcontrol: generalize locking for the page->mem_cgroup binding
Johannes Weiner
1
-4
/
+4
2016-01-15
mm: fix locking order in mm_take_all_locks()
Kirill A. Shutemov
1
-15
/
+16
2016-01-15
mm: support madvise(MADV_FREE)
Minchan Kim
1
-4
/
+32
2016-01-15
mm: add page_check_address_transhuge() helper
Vladimir Davydov
1
-44
/
+71
2016-01-15
mm: prepare page_referenced() and page_idle to new THP refcounting
Kirill A. Shutemov
1
-35
/
+82
2016-01-15
thp: allow mlocked THP again
Kirill A. Shutemov
1
-0
/
+3
2016-01-15
thp: introduce deferred_split_huge_page()
Kirill A. Shutemov
1
-1
/
+6
2016-01-15
thp: reintroduce split_huge_page()
Kirill A. Shutemov
1
-35
/
+5
2016-01-15
mm: rework mapcount accounting to enable 4k mapping of THPs
Kirill A. Shutemov
1
-22
/
+76
2016-01-15
mm, thp: remove infrastructure for handling splitting PMDs
Kirill A. Shutemov
1
-3
/
+1
2016-01-15
rmap: add argument to charge compound page
Kirill A. Shutemov
1
-17
/
+31
2016-01-14
mm, shmem: add internal shmem resident memory accounting
Jerome Marchand
1
-9
/
+3
2016-01-14
kmemcg: account certain kmem allocations to memcg
Vladimir Davydov
1
-2
/
+4
2015-11-05
mm: page migration use migration entry for swapcache too
Hugh Dickins
1
-33
/
+30
2015-11-05
mm: rmap use pte lock not mmap_sem to set PageMlocked
Hugh Dickins
1
-25
/
+11
2015-11-05
ksm: add cond_resched() to the rmap_walks
Andrea Arcangeli
1
-0
/
+4
2015-11-05
mm: hugetlb: proc: add HugetlbPages field to /proc/PID/status
Naoya Horiguchi
1
-1
/
+3
2015-09-10
mm: introduce idle page tracking
Vladimir Davydov
1
-0
/
+6
2015-09-04
mm: defer flush of writable TLB entries
Mel Gorman
1
-7
/
+21
2015-09-04
mm: send one IPI per CPU to TLB flush all entries after unmapping pages
Mel Gorman
1
-1
/
+103
2015-06-25
Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+2
2015-06-24
mm: clarify that the function operates on hugepage pte
Aneesh Kumar K.V
1
-1
/
+1
2015-06-24
rmap: fix theoretical race between do_wp_page and shrink_active_list
Vladimir Davydov
1
-1
/
+6
2015-06-02
memcg: add per cgroup dirty page accounting
Greg Thelen
1
-0
/
+2
2015-04-15
mm: remove rest of ACCESS_ONCE() usages
Jason Low
1
-3
/
+3
2015-03-25
mm: fix anon_vma->degree underflow in anon_vma endless growing prevention
Leon Yu
1
-0
/
+7
2015-02-11
mm: memcontrol: track move_lock state internally
Johannes Weiner
1
-8
/
+4
2015-02-10
rmap: drop support of non-linear mappings
Kirill A. Shutemov
1
-223
/
+2
2015-01-08
mm: prevent endless growth of anon_vma hierarchy
Konstantin Khlebnikov
1
-1
/
+41
2014-12-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...
Linus Torvalds
1
-1
/
+2
2014-12-18
mm: replace ACCESS_ONCE with READ_ONCE or barriers
Christian Borntraeger
1
-1
/
+2
2014-12-15
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-1
/
+1
2014-12-13
mm/rmap: calculate page offset when needed
Davidlohr Bueso
1
-2
/
+4
2014-12-13
mm/rmap: share the i_mmap_rwsem
Davidlohr Bueso
1
-3
/
+3
2014-12-13
mm: convert i_mmap_mutex to rwsem
Davidlohr Bueso
1
-3
/
+3
2014-12-13
mm: use new helper functions around the i_mmap_mutex
Davidlohr Bueso
1
-2
/
+2
2014-12-10
mm, memcg: fix potential undefined behaviour in page stat accounting
Michal Hocko
1
-2
/
+2
2014-12-08
Merge tag 'v3.18' into drm-next
Dave Airlie
1
-2
/
+4
2014-12-03
mm: fix anon_vma_clone() error treatment
Daniel Forrest
1
-2
/
+4
2014-10-29
mm: rmap: split out page_remove_file_rmap()
Johannes Weiner
1
-32
/
+46
[next]