Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e23cf7f358554139a7c9f0d2739eec187599c670
/
fs
/
proc
/
task_mmu.c
3f17ea6
Merge branch 'next' (accumulated 3.16 merge window patches) into master
by Linus Torvalds
· 10 years ago
17c2b4e
fs/proc/task_mmu.c: replace seq_printf by seq_puts
by Fabian Frederick
· 10 years ago
d4c5491
mm: add !pte_present() check on existing hugetlb_entry callbacks
by Naoya Horiguchi
· 10 years ago
a0abcf2e
Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next
by Linus Torvalds
· 10 years ago
c86c97f
mm: softdirty: clear VM_SOFTDIRTY flag inside clear_refs_write() instead of clear_soft_dirty()
by Cyrill Gorcunov
· 10 years ago
78d683e
mm, fs: Add vm_ops->name as an alternative to arch_vma_name
by Andy Lutomirski
· 10 years ago
615d6e8
mm: per-thread vma caching
by Davidlohr Bueso
· 11 years ago
652586d
seq_file: remove "%n" usage from seq_file users
by Tetsuo Handa
· 11 years ago
bf92915
mm, thp: change pmd_trans_huge_lock() to return taken lock
by Kirill A. Shutemov
· 11 years ago
e1f56c8
mm: convert mm->nr_ptes to atomic_long_t
by Kirill A. Shutemov
· 11 years ago
ec8e41a
/proc/pid/smaps: show VM_SOFTDIRTY flag in VmFlags line
by Naoya Horiguchi
· 11 years ago
948927e
mm, mempolicy: make mpol_to_str robust and always succeed
by David Rientjes
· 11 years ago
e9cdd6e
mm: /proc/pid/pagemap: inspect _PAGE_SOFT_DIRTY only on present pages
by Cyrill Gorcunov
· 11 years ago
a3c0399
fs/proc/task_mmu.c: check the return value of mpol_to_str()
by Chen Gang
· 11 years ago
d9104d1
mm: track vma changes with VM_SOFTDIRTY bit
by Cyrill Gorcunov
· 11 years ago
8c82962
fs/proc/task_mmu.c: fix buffer overflow in add_page_map()
by yonghua zheng
· 11 years ago
41bb347
mm: save soft-dirty bits on file pages
by Cyrill Gorcunov
· 11 years ago
179ef71
mm: save soft-dirty bits on swapped pages
by Cyrill Gorcunov
· 11 years ago
541c237
pagemap: prepare to reuse constant bits with page-shift
by Pavel Emelyanov
· 11 years ago
0f8975e
mm: soft-dirty bits for user memory changes tracking
by Pavel Emelyanov
· 11 years ago
2b0a9f0
pagemap: introduce pagemap_entry_t without pmshift bits
by Pavel Emelyanov
· 11 years ago
af9de7e
clear_refs: introduce private struct for mm_walk
by Pavel Emelyanov
· 11 years ago
040fa02
clear_refs: sanitize accepted commands declaration
by Pavel Emelyanov
· 11 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
a7a88b2
mempolicy: remove arg from mpol_parse_str, mpol_to_str
by Hugh Dickins
· 12 years ago
834f82e
procfs: add VmFlags field in smaps output
by Cyrill Gorcunov
· 12 years ago
4ff1b2c
procfs: use N_MEMORY instead N_HIGH_MEMORY
by Lai Jiangshan
· 12 years ago
e180377
thp: change split_huge_page_pmd() interface
by Kirill A. Shutemov
· 12 years ago
9e78144
hold task->mempolicy while numa_maps scans.
by KAMEZAWA Hiroyuki
· 12 years ago
32f8516
mm, mempolicy: fix printing stack contents in numa_maps
by David Rientjes
· 12 years ago
314e51b
mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
by Konstantin Khlebnikov
· 12 years ago
bca1554
proc/smaps: show amount of nonlinear ptes in vma
by Konstantin Khlebnikov
· 12 years ago
b1d4d9e
proc/smaps: carefully handle migration entries
by Konstantin Khlebnikov
· 12 years ago
052fb0d
proc: report file/anon bit in /proc/pid/pagemap
by Konstantin Khlebnikov
· 12 years ago
e7dcd99
proc: remove mm_for_maps()
by Cong Wang
· 12 years ago
08fa29d
mm: fix NULL ptr deref when walking hugepages
by Sasha Levin
· 12 years ago
16fbdce
proc/pid/pagemap: correctly report non-present ptes and holes between vmas
by Konstantin Khlebnikov
· 12 years ago
63f61a6
revert "proc: clear_refs: do not clear reserved pages"
by Will Deacon
· 13 years ago
10bdfb5
pagemap: remove remaining unneeded spin_lock()
by Naoya Horiguchi
· 13 years ago
45f83ce
mm: thp: fix up pmd_trans_unstable() locations
by Andrea Arcangeli
· 13 years ago
b764375
procfs: mark thread stack correctly in proc/<pid>/maps
by Siddhesh Poyarekar
· 13 years ago
092b50b
pagemap: introduce data structure for pagemap entry
by Naoya Horiguchi
· 13 years ago
025c5b2
thp: optimize away unnecessary page table locking
by Naoya Horiguchi
· 13 years ago
5aaabe8
pagemap: avoid splitting thp when reading /proc/pid/pagemap
by Naoya Horiguchi
· 13 years ago
1a5a990
mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode
by Andrea Arcangeli
· 13 years ago
85e72aa
proc: clear_refs: do not clear reserved pages
by Will Deacon
· 13 years ago
bc3e53f
mm: distinguish between mlocked and pinned pages
by Christoph Lameter
· 13 years ago
fc360bd
/proc/self/numa_maps: restore "huge" tag for hugetlb vmas
by Andrew Morton
· 13 years ago
32ef438
teach /proc/$pid/numa_maps about transparent hugepages
by Dave Hansen
· 13 years ago
3200a8a
break out numa_maps gather_pte_stats() checks
by Dave Hansen
· 13 years ago
eb4866d
make /proc/$pid/numa_maps gather_stats() take variable page size
by Dave Hansen
· 13 years ago
98bc93e
proc: fix pagemap_read() error case
by KOSAKI Motohiro
· 13 years ago
0a8cb8e
fs/proc: convert to kstrtoX()
by Alexey Dobriyan
· 13 years ago
ca16d14
mm: don't access vm_flags as 'int'
by KOSAKI Motohiro
· 13 years ago
5b52fc8
proc: allocate storage for numa_maps statistics once
by Stephen Wilson
· 13 years ago
f69ff94
mm: proc: move show_numa_map() to fs/proc/task_mmu.c
by Stephen Wilson
· 13 years ago
a09a79f
Don't lock guardpage if the stack is growing up
by Mikulas Patocka
· 13 years ago
76597cd
proc: fix oops on invalid /proc/<pid>/maps access
by Linus Torvalds
· 14 years ago
b81a618
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
0db0c01
procfs: fix /proc/<pid>/maps heap check
by Aaro Koskinen
· 14 years ago
31db58b
mm: arch: make get_gate_vma take an mm_struct instead of a task_struct
by Stephen Wilson
· 14 years ago
ec6fd8a
report errors in /proc/*/*map* sanely
by Al Viro
· 14 years ago
ca6b0bf
pagemap: close races with suid execve
by Al Viro
· 14 years ago
4031a21
smaps: have smaps show transparent huge pages
by Dave Hansen
· 14 years ago
22e057c
smaps: teach smaps_pte_range() about THP pmds
by Dave Hansen
· 14 years ago
3c9acc7
smaps: pass pte size argument in to smaps_pte_entry()
by Dave Hansen
· 14 years ago
ae11c4d
smaps: break out smaps_pte_entry() from smaps_pte_range()
by Dave Hansen
· 14 years ago
0331932
pagewalk: only split huge pages when necessary
by Dave Hansen
· 14 years ago
2d90508
mm: smaps: export mlock information
by Nikanth Karthikesan
· 14 years ago
a2ade7b
proc: use unsigned long inside /proc/*/statm
by Alexey Dobriyan
· 14 years ago
ea251c1
pagemap: set pagemap walk limit to PMD boundary
by Naoya Horiguchi
· 14 years ago
b40d4f8
/proc/pid/smaps: export amount of anonymous memory in a mapping
by Nikanth Karthikesan
· 14 years ago
092e0e7
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
6038f37
llseek: automatically add .llseek fop
by Arnd Bergmann
· 14 years ago
1c2499a
/proc/pid/smaps: fix dirty pages accounting
by KOSAKI Motohiro
· 14 years ago
39aa3cb
mm: Move vma_stack_continue into mm.h
by Stefan Bader
· 14 years ago
d782437
mm: fix up some user-visible effects of the stack guard page
by Linus Torvalds
· 14 years ago
1a5cb81
pagemap: add #ifdefs CONFIG_HUGETLB_PAGE on code walking hugetlb vma
by Naoya Horiguchi
· 14 years ago
3444142
revert "procfs: provide stack information for threads" and its fixup commits
by Robin Holt
· 14 years ago
116354d
pagemap: fix pfn calculation for hugepage
by Naoya Horiguchi
· 15 years ago
309361e0
proc: copy_to_user() returns unsigned
by Dan Carpenter
· 15 years ago
336f589
Merge branch 'master' into export-slabh
by Tejun Heo
· 15 years ago
d82ef02
proc: pagemap: Hold mmap_sem during page walk
by KAMEZAWA Hiroyuki
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
b084d43
mm: count swap usage
by KAMEZAWA Hiroyuki
· 15 years ago
d559db0
mm: clean up mm_counter
by KAMEZAWA Hiroyuki
· 15 years ago
7f53a09
smaps: fix wrong rss count
by Minchan Kim
· 15 years ago
5dc3764
mm hugetlb: add hugepage support to pagemap
by Naoya Horiguchi
· 15 years ago
d899bf7
procfs: provide stack information for threads
by Stefani Seibold
· 15 years ago
fb92a4b
fs/proc/task_mmu.c v1: fix clear_refs_write() input sanity check
by Vincent Li
· 15 years ago
398499d
pagemap clear_refs: modify to specify anon or mapped vma clearing
by Moussa A. Ba
· 15 years ago
00f89d2
mm_for_maps: shift down_read(mmap_sem) to the caller
by Oleg Nesterov
· 15 years ago
0816178
pagemap: require aligned-length, non-null reads of /proc/pid/pagemap
by Vitaly Mayatskikh
· 16 years ago
6260a4b
/proc/pid/maps: don't show pgoff of pure ANON VMAs
by KAMEZAWA Hiroyuki
· 16 years ago
09729a9
proc: fix sparse warnings in pagemap_read()
by Milind Arun Choudhary
· 16 years ago
3340289
mm: report the MMU pagesize in /proc/pid/smaps
by Mel Gorman
· 16 years ago
08fba69
mm: report the pagesize backing a VMA in /proc/pid/smaps
by Mel Gorman
· 16 years ago
49c5034
pagemap: fix 32-bit pagemap regression
by Matt Mackall
· 16 years ago
7c88db0
proc: fix vma display mismatch between /proc/pid/{maps,smaps}
by Joe Korty
· 16 years ago
3bbfe05
proc: remove kernel.maps_protect
by Alexey Dobriyan
· 16 years ago
Next »