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
/
fs
/
proc
/
task_mmu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-15
mm: move anon_vma declarations to linux/mm_inline.h
Arnd Bergmann
1
-0
/
+1
2022-01-15
mm: add a field to store names for private anonymous memory
Colin Cross
1
-1
/
+11
2021-11-06
mm/smaps: simplify shmem handling of pte holes
Peter Xu
1
-10
/
+12
2021-11-06
mm/smaps: fix shmem pte hole swap calculation
Peter Xu
1
-2
/
+4
2021-09-03
mm: remove VM_DENYWRITE
David Hildenbrand
1
-1
/
+0
2021-07-01
mm: remove special swap entry functions
Alistair Popple
1
-15
/
+8
2021-06-30
mm/pagemap: export uffd-wp protection information
Peter Xu
1
-0
/
+9
2021-06-30
mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_...
Miaohe Lin
1
-1
/
+1
2021-06-29
mm: gup: pack has_pinned in MMF_HAS_PINNED
Andrea Arcangeli
1
-1
/
+1
2021-05-05
userfaultfd: add minor fault registration mode
Axel Rasmussen
1
-0
/
+3
2021-03-13
mm: use is_cow_mapping() across tree where proper
Peter Xu
1
-2
/
+0
2021-01-29
mm: proc: Invalidate TLB after clearing soft-dirty page state
Will Deacon
1
-4
/
+5
2021-01-16
mm: don't play games with pinned pages in clear_page_refs
Linus Torvalds
1
-0
/
+21
2021-01-16
mm: fix clear_refs_write locking
Linus Torvalds
1
-23
/
+9
2020-12-11
proc: use untagged_addr() for pagemap_read addresses
Miles Chen
1
-2
/
+6
2020-10-16
mm: remove the now-unnecessary mmget_still_valid() hack
Jann Horn
1
-18
/
+0
2020-10-13
mm: proc: smaps_rollup: do not stall write attempts on mmap_lock
Chinwen Chang
1
-1
/
+65
2020-10-13
mm: smaps*: extend smap_gather_stats to support specified beginning
Chinwen Chang
1
-8
/
+22
2020-10-13
proc: optimise smaps for shmem entries
Matthew Wilcox (Oracle)
1
-7
/
+1
2020-09-04
arm64: mte: Add PROT_MTE support to mmap() and mprotect()
Catalin Marinas
1
-0
/
+4
2020-08-12
/proc/PID/smaps: consistent whitespace output format
Michal Koutný
1
-2
/
+2
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
1
-3
/
+3
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
1
-14
/
+14
2020-06-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-5
/
+11
2020-06-02
/proc/PID/smaps: Add PMD migration entry parsing
Huang Ying
1
-5
/
+11
2020-06-01
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-0
/
+3
2020-05-05
Merge branch 'for-next/bti-user' into for-next/bti
Will Deacon
1
-0
/
+3
2020-04-22
mm: Remove MPX leftovers
Jimmy Assarsson
1
-3
/
+0
2020-04-07
proc: inline m_next_vma into m_next
Matthew Wilcox (Oracle)
1
-10
/
+8
2020-04-07
proc: use ppos instead of m->version
Matthew Wilcox (Oracle)
1
-4
/
+3
2020-04-07
proc: remove m_cache_vma
Matthew Wilcox (Oracle)
1
-32
/
+6
2020-04-07
proc: inline vma_stop into m_stop
Matthew Wilcox (Oracle)
1
-19
/
+15
2020-03-16
mm: smaps: Report arm64 guarded pages in smaps
Daniel Kiss
1
-0
/
+3
2020-02-04
mm: pagewalk: add 'depth' parameter to pte_hole
Steven Price
1
-2
/
+2
2019-09-24
mm,thp: stats for file backed THP
Song Liu
1
-1
/
+3
2019-09-24
mm: introduce compound_nr()
Matthew Wilcox (Oracle)
1
-1
/
+1
2019-09-07
pagewalk: separate function pointers from iterator data
Christoph Hellwig
1
-37
/
+41
2019-09-07
mm: split out a new pagewalk.h header from mm.h
Christoph Hellwig
1
-1
/
+1
2019-07-18
mm: thp: fix false negative of shmem vma's THP eligibility
Yang Shi
1
-1
/
+2
2019-07-14
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...
Linus Torvalds
1
-1
/
+1
2019-07-12
mm: smaps: split PSS into components
Luigi Semenzato
1
-30
/
+62
2019-07-12
proc: use down_read_killable mmap_sem for /proc/pid/clear_refs
Konstantin Khlebnikov
1
-1
/
+4
2019-07-12
proc: use down_read_killable mmap_sem for /proc/pid/pagemap
Konstantin Khlebnikov
1
-1
/
+3
2019-07-12
proc: use down_read_killable mmap_sem for /proc/pid/smaps_rollup
Konstantin Khlebnikov
1
-2
/
+6
2019-07-12
proc: use down_read_killable mmap_sem for /proc/pid/maps
Konstantin Khlebnikov
1
-1
/
+5
2019-07-02
mm: remove MEMORY_DEVICE_PUBLIC support
Christoph Hellwig
1
-1
/
+1
2019-05-14
mm/mmu_notifier: use correct mmu_notifier events for each invalidation
Jérôme Glisse
1
-2
/
+2
2019-05-14
mm/mmu_notifier: contextual information for event triggering invalidation
Jérôme Glisse
1
-1
/
+2
2019-04-19
coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...
Andrea Arcangeli
1
-0
/
+18
2019-03-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-1
/
+1
[next]