index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
rmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-26
mm/rmap: correct obsolete comment of page_get_anon_vma()
Miaohe Lin
1
-2
/
+2
2021-02-26
mm/rmap: use page_not_mapped in try_to_unmap()
Miaohe Lin
1
-8
/
+3
2021-02-26
mm/rmap: fix obsolete comment in __page_check_anon_rmap()
Miaohe Lin
1
-2
/
+1
2021-02-26
mm/rmap: remove unneeded semicolon in page_not_mapped()
Miaohe Lin
1
-1
/
+1
2021-02-26
mm/rmap: correct some obsolete comments of anon_vma
Miaohe Lin
1
-2
/
+2
2021-02-24
mm: rmap: explicitly reset vma->anon_vma in unlink_anon_vmas()
Li Xinhai
1
-1
/
+8
2021-02-24
mm: memcontrol: convert NR_FILE_PMDMAPPED account to pages
Muchun Song
1
-2
/
+4
2021-02-24
mm: memcontrol: convert NR_SHMEM_PMDMAPPED account to pages
Muchun Song
1
-4
/
+10
2021-02-24
mm: memcontrol: convert NR_ANON_THPS account to pages
Muchun Song
1
-3
/
+3
2020-12-15
mm/lru: revise the comments of lru_lock
Hugh Dickins
1
-2
/
+2
2020-12-15
mm/rmap: stop store reordering issue on page->mapping
Alex Shi
1
-1
/
+7
2020-12-15
mm/rmap: always do TTU_IGNORE_ACCESS
Shakeel Butt
1
-9
/
+0
2020-11-14
hugetlbfs: fix anon huge page migration race
Mike Kravetz
1
-4
/
+1
2020-10-16
mm/rmap: fix assumptions of THP size
Matthew Wilcox (Oracle)
1
-5
/
+5
2020-09-05
mm/rmap: fixup copying of soft dirty and uffd ptes
Alistair Popple
1
-2
/
+7
2020-08-14
mm/rmap: annotate a data race at tlb_flush_batched
Qian Cai
1
-1
/
+1
2020-08-14
mm: replace hpage_nr_pages with thp_nr_pages
Matthew Wilcox (Oracle)
1
-4
/
+4
2020-08-12
hugetlbfs: remove call to huge_pte_alloc without i_mmap_rwsem
Mike Kravetz
1
-1
/
+1
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
1
-6
/
+6
2020-06-03
mm: memcontrol: switch to native NR_ANON_THPS counter
Johannes Weiner
1
-3
/
+3
2020-06-03
mm: memcontrol: switch to native NR_ANON_MAPPED counter
Johannes Weiner
1
-18
/
+29
2020-04-07
mm: prevent a warning when casting void* -> enum
Palmer Dabbelt
1
-1
/
+1
2020-04-07
userfaultfd: wp: support swap and page migration
Peter Xu
1
-0
/
+6
2020-04-07
mm: remove CONFIG_TRANSPARENT_HUGE_PAGECACHE
Matthew Wilcox (Oracle)
1
-1
/
+1
2020-04-07
Revert "mm/rmap.c: reuse mergeable anon_vma as parent when fork"
Li Xinhai
1
-13
/
+0
2020-04-02
hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronization
Mike Kravetz
1
-1
/
+16
2020-04-02
mm/vma: make is_vma_temporary_stack() available for general use
Anshuman Khandual
1
-15
/
+1
2020-04-02
mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pages
John Hubbard
1
-0
/
+6
2019-12-01
mm, thp: do not queue fully unmapped pages for deferred split
Kirill A. Shutemov
1
-4
/
+10
2019-12-01
mm/rmap.c: use VM_BUG_ON_PAGE() in __page_check_anon_rmap()
Yang Shi
1
-4
/
+3
2019-12-01
mm/rmap.c: fix outdated comment in page_get_anon_vma()
Miles Chen
1
-3
/
+4
2019-12-01
mm/rmap.c: reuse mergeable anon_vma as parent when fork
Wei Yang
1
-0
/
+13
2019-12-01
mm/rmap.c: don't reuse anon_vma if we just want a copy
Wei Yang
1
-9
/
+15
2019-10-19
mm: include <linux/huge_mm.h> for is_vma_temporary_stack
Ben Dooks
1
-0
/
+1
2019-09-24
mm,thp: add read-only THP support for (non-shmem) FS
Song Liu
1
-4
/
+8
2019-09-24
mm: introduce compound_nr()
Matthew Wilcox (Oracle)
1
-2
/
+1
2019-09-24
mm: introduce page_size()
Matthew Wilcox (Oracle)
1
-4
/
+2
2019-09-24
mm/rmap.c: remove set but not used variable 'cstart'
YueHaibing
1
-3
/
+1
2019-08-13
mm/hmm: fix bad subpage pointer in try_to_unmap_one
Ralph Campbell
1
-0
/
+8
2019-05-14
mm/rmap.c: use the pra.mapcount to do the check
Huang Shijie
1
-1
/
+1
2019-05-14
mm/mmu_notifier: use correct mmu_notifier events for each invalidation
Jérôme Glisse
1
-3
/
+3
2019-05-14
mm/mmu_notifier: contextual information for event triggering invalidation
Jérôme Glisse
1
-2
/
+4
2019-05-14
mm: page_mkclean vs MADV_DONTNEED race
Aneesh Kumar K.V
1
-1
/
+1
2019-03-05
mm: remove zone_lru_lock() function, access ->lru_lock directly
Andrey Ryabinin
1
-1
/
+1
2019-01-10
mm/mmu_notifier: mm/rmap.c: Fix a mmu_notifier range bug in try_to_unmap_one
Sean Christopherson
1
-2
/
+2
2019-01-08
hugetlbfs: revert "use i_mmap_rwsem for more pmd sharing synchronization"
Mike Kravetz
1
-4
/
+0
2018-12-28
hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronization
Mike Kravetz
1
-0
/
+4
2018-12-28
mm: remove __hugepage_set_anon_rmap()
Kirill Tkhai
1
-21
/
+4
2018-12-28
mm/mmu_notifier: use structure for invalidate_range_start/end calls v2
Jérôme Glisse
1
-12
/
+18
2018-11-30
mm/huge_memory: rename freeze_page() to unmap_page()
Hugh Dickins
1
-10
/
+3
[next]