index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
proc
/
task_mmu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-06
mm: clear_soft_dirty_pmd() requires THP
Laurent Dufour
1
-7
/
+7
2015-11-06
mm: clear pte in clear_soft_dirty()
Laurent Dufour
1
-3
/
+4
2015-11-06
mm: hugetlb: proc: add HugetlbPages field to /proc/PID/status
Naoya Horiguchi
1
-0
/
+1
2015-11-06
mm: hugetlb: proc: add hugetlb-related fields to /proc/PID/smaps
Naoya Horiguchi
1
-0
/
+38
2015-10-14
mm: add architecture primitives for software dirty bit clearing
Martin Schwidefsky
1
-2
/
+2
2015-09-10
mm: introduce idle page tracking
Vladimir Davydov
1
-1
/
+4
2015-09-09
mm: /proc/pid/smaps:: show proportional swap share of the mapping
Minchan Kim
1
-2
/
+16
2015-09-09
pagemap: add mmap-exclusive bit for marking pages mapped only here
Konstantin Khlebnikov
1
-1
/
+13
2015-09-09
pagemap: hide physical addresses from non-privileged users
Konstantin Khlebnikov
1
-11
/
+14
2015-09-09
pagemap: rework hugetlb and thp report
Konstantin Khlebnikov
1
-56
/
+44
2015-09-09
pagemap: switch to the new format and do some cleanup
Konstantin Khlebnikov
1
-97
/
+53
2015-09-09
pagemap: check permissions and capabilities at open time
Konstantin Khlebnikov
1
-20
/
+28
2015-09-05
userfaultfd: add VM_UFFD_MISSING and VM_UFFD_WP
Andrea Arcangeli
1
-0
/
+2
2015-06-24
vfs: add seq_file_path() helper
Miklos Szeredi
1
-2
/
+2
2015-03-17
pagemap: do not leak physical addresses to non-privileged userspace
Kirill A. Shutemov
1
-0
/
+3
2015-02-13
fs: proc: task_mmu: show page size in /proc/<pid>/numa_maps
Rafael Aquini
1
-0
/
+2
2015-02-13
fs/proc/task_mmu.c: add user-space support for resetting mm->hiwater_rss (pea...
Petr Cermak
1
-0
/
+14
2015-02-12
mm: /proc/pid/clear_refs: avoid split_huge_page()
Kirill A. Shutemov
1
-3
/
+44
2015-02-12
mm: pagewalk: fix misbehavior of walk_page_range for vma(VM_PFNMAP)
Naoya Horiguchi
1
-0
/
+3
2015-02-12
numa_maps: remove numa_maps->vma
Naoya Horiguchi
1
-16
/
+13
2015-02-12
numa_maps: fix typo in gather_hugetbl_stats
Naoya Horiguchi
1
-3
/
+3
2015-02-12
pagemap: use walk->vma instead of calling find_vma()
Naoya Horiguchi
1
-54
/
+14
2015-02-12
clear_refs: remove clear_refs_private->vma and introduce clear_refs_test_walk()
Naoya Horiguchi
1
-24
/
+22
2015-02-12
smaps: remove mem_size_stats->vma and use walk_page_vma()
Naoya Horiguchi
1
-8
/
+4
2015-02-12
proc/pagemap: walk page tables under pte lock
Konstantin Khlebnikov
1
-5
/
+9
2015-02-12
mm: account pmd page tables to the process
Kirill A. Shutemov
1
-3
/
+6
2015-02-11
proc: drop handling non-linear mappings
Kirill A. Shutemov
1
-16
/
+0
2014-12-11
mm: fix huge zero page accounting in smaps report
Kirill A. Shutemov
1
-36
/
+68
2014-11-18
x86, mpx: Introduce VM_MPX to indicate that a VMA is MPX specific
Qiaowei Ren
1
-0
/
+3
2014-10-14
mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY cleared
Peter Feiner
1
-5
/
+14
2014-10-10
mm: softdirty: unmapped addresses between VMAs are clean
Peter Feiner
1
-21
/
+40
2014-10-10
mempolicy: fix show_numa_map() vs exec() + do_set_mempolicy() race
Oleg Nesterov
1
-24
/
+9
2014-10-10
proc/maps: make vm_is_stack() logic namespace-friendly
Oleg Nesterov
1
-4
/
+21
2014-10-10
proc/maps: replace proc_maps_private->pid with "struct inode *inode"
Oleg Nesterov
1
-2
/
+2
2014-10-10
fs/proc/task_mmu.c: update m->version in the main loop in m_start()
Oleg Nesterov
1
-1
/
+4
2014-10-10
fs/proc/task_mmu.c: reintroduce m->version logic
Oleg Nesterov
1
-0
/
+21
2014-10-10
fs/proc/task_mmu.c: introduce m_next_vma() helper
Oleg Nesterov
1
-5
/
+10
2014-10-10
fs/proc/task_mmu.c: simplify m_start() to make it readable
Oleg Nesterov
1
-24
/
+10
2014-10-10
fs/proc/task_mmu.c: kill the suboptimal and confusing m->version logic
Oleg Nesterov
1
-34
/
+1
2014-10-10
fs/proc/task_mmu.c: shift "priv->task = NULL" from m_start() to m_stop()
Oleg Nesterov
1
-6
/
+3
2014-10-10
fs/proc/task_mmu.c: cleanup the "tail_vma" horror in m_next()
Oleg Nesterov
1
-5
/
+3
2014-10-10
fs/proc/task_mmu.c: simplify the vma_stop() logic
Oleg Nesterov
1
-16
/
+19
2014-10-10
fs/proc/task_mmu.c: shift mm_access() from m_start() to proc_maps_open()
Oleg Nesterov
1
-9
/
+28
2014-10-10
fs/proc/task_mmu.c: unify/simplify do_maps_open() and numa_maps_open()
Oleg Nesterov
1
-28
/
+16
2014-10-10
fs/proc/task_mmu.c: don't use task->mm in m_start() and show_*map()
Oleg Nesterov
1
-5
/
+3
2014-09-26
mm: softdirty: addresses before VMAs in PTE holes aren't softdirty
Peter Feiner
1
-9
/
+18
2014-08-07
mm: softdirty: respect VM_SOFTDIRTY in PTE holes
Peter Feiner
1
-6
/
+21
2014-06-08
Merge branch 'next' (accumulated 3.16 merge window patches) into master
Linus Torvalds
1
-9
/
+19
2014-06-07
fs/proc/task_mmu.c: replace seq_printf by seq_puts
Fabian Frederick
1
-4
/
+4
2014-06-07
mm: add !pte_present() check on existing hugetlb_entry callbacks
Naoya Horiguchi
1
-1
/
+1
[next]