index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
proc
/
task_mmu.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
userfaultfd: add minor fault registration mode
Axel Rasmussen
2021-05-05
1
-0
/
+3
*
mm: use is_cow_mapping() across tree where proper
Peter Xu
2021-03-13
1
-2
/
+0
*
mm: proc: Invalidate TLB after clearing soft-dirty page state
Will Deacon
2021-01-29
1
-4
/
+5
*
mm: don't play games with pinned pages in clear_page_refs
Linus Torvalds
2021-01-16
1
-0
/
+21
*
mm: fix clear_refs_write locking
Linus Torvalds
2021-01-16
1
-23
/
+9
*
proc: use untagged_addr() for pagemap_read addresses
Miles Chen
2020-12-11
1
-2
/
+6
*
mm: remove the now-unnecessary mmget_still_valid() hack
Jann Horn
2020-10-16
1
-18
/
+0
*
mm: proc: smaps_rollup: do not stall write attempts on mmap_lock
Chinwen Chang
2020-10-14
1
-1
/
+65
*
mm: smaps*: extend smap_gather_stats to support specified beginning
Chinwen Chang
2020-10-14
1
-8
/
+22
*
proc: optimise smaps for shmem entries
Matthew Wilcox (Oracle)
2020-10-14
1
-7
/
+1
*
arm64: mte: Add PROT_MTE support to mmap() and mprotect()
Catalin Marinas
2020-09-04
1
-0
/
+4
*
/proc/PID/smaps: consistent whitespace output format
Michal Koutný
2020-08-12
1
-2
/
+2
*
mmap locking API: convert mmap_sem comments
Michel Lespinasse
2020-06-09
1
-3
/
+3
*
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-06-09
1
-14
/
+14
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-06-02
1
-5
/
+11
|
\
|
*
/proc/PID/smaps: Add PMD migration entry parsing
Huang Ying
2020-06-02
1
-5
/
+11
*
|
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2020-06-02
1
-0
/
+3
|
\
\
|
*
\
Merge branch 'for-next/bti-user' into for-next/bti
Will Deacon
2020-05-05
1
-0
/
+3
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
mm: smaps: Report arm64 guarded pages in smaps
Daniel Kiss
2020-03-16
1
-0
/
+3
*
|
|
mm: Remove MPX leftovers
Jimmy Assarsson
2020-04-22
1
-3
/
+0
|
/
/
*
|
proc: inline m_next_vma into m_next
Matthew Wilcox (Oracle)
2020-04-07
1
-10
/
+8
*
|
proc: use ppos instead of m->version
Matthew Wilcox (Oracle)
2020-04-07
1
-4
/
+3
*
|
proc: remove m_cache_vma
Matthew Wilcox (Oracle)
2020-04-07
1
-32
/
+6
*
|
proc: inline vma_stop into m_stop
Matthew Wilcox (Oracle)
2020-04-07
1
-19
/
+15
|
/
*
mm: pagewalk: add 'depth' parameter to pte_hole
Steven Price
2020-02-04
1
-2
/
+2
*
mm,thp: stats for file backed THP
Song Liu
2019-09-25
1
-1
/
+3
*
mm: introduce compound_nr()
Matthew Wilcox (Oracle)
2019-09-25
1
-1
/
+1
*
pagewalk: separate function pointers from iterator data
Christoph Hellwig
2019-09-07
1
-37
/
+41
*
mm: split out a new pagewalk.h header from mm.h
Christoph Hellwig
2019-09-07
1
-1
/
+1
*
mm: thp: fix false negative of shmem vma's THP eligibility
Yang Shi
2019-07-19
1
-1
/
+2
*
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...
Linus Torvalds
2019-07-15
1
-1
/
+1
|
\
|
*
mm: remove MEMORY_DEVICE_PUBLIC support
Christoph Hellwig
2019-07-02
1
-1
/
+1
*
|
mm: smaps: split PSS into components
Luigi Semenzato
2019-07-12
1
-30
/
+62
*
|
proc: use down_read_killable mmap_sem for /proc/pid/clear_refs
Konstantin Khlebnikov
2019-07-12
1
-1
/
+4
*
|
proc: use down_read_killable mmap_sem for /proc/pid/pagemap
Konstantin Khlebnikov
2019-07-12
1
-1
/
+3
*
|
proc: use down_read_killable mmap_sem for /proc/pid/smaps_rollup
Konstantin Khlebnikov
2019-07-12
1
-2
/
+6
*
|
proc: use down_read_killable mmap_sem for /proc/pid/maps
Konstantin Khlebnikov
2019-07-12
1
-1
/
+5
|
/
*
mm/mmu_notifier: use correct mmu_notifier events for each invalidation
Jérôme Glisse
2019-05-14
1
-2
/
+2
*
mm/mmu_notifier: contextual information for event triggering invalidation
Jérôme Glisse
2019-05-14
1
-1
/
+2
*
coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...
Andrea Arcangeli
2019-04-19
1
-0
/
+18
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2019-03-10
1
-1
/
+1
|
\
|
*
mm: make mm->pinned_vm an atomic64 counter
Davidlohr Bueso
2019-02-07
1
-1
/
+1
*
|
mm: update ptep_modify_prot_commit to take old pte value as arg
Aneesh Kumar K.V
2019-03-06
1
-3
/
+5
*
|
mm: update ptep_modify_prot_start/commit to take vm_area_struct as arg
Aneesh Kumar K.V
2019-03-06
1
-2
/
+2
*
|
mm: proc: smaps_rollup: fix pss_locked calculation
Sandeep Patil
2019-02-13
1
-8
/
+14
|
/
*
mm, thp, proc: report THP eligibility for each vma
Michal Hocko
2018-12-28
1
-0
/
+2
*
mm/mmu_notifier: use structure for invalidate_range_start/end calls v2
Jérôme Glisse
2018-12-28
1
-2
/
+5
*
Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
2018-10-28
1
-1
/
+1
|
\
|
*
xarray: Replace exceptional entries
Matthew Wilcox
2018-09-30
1
-1
/
+1
*
|
mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range()
Vlastimil Babka
2018-10-27
1
-1
/
+3
|
/
[next]