Commit Graph

1367 Commits (03be70050c85768e9ce7c0d0887110d1b629e127)

Author SHA1 Message Date
Al Viro 7e0e953bb0 procfs: fix race between symlink removals and traversals 10 years ago
WANG Chao 34b4776429 vmcore: fix PT_NOTE n_namesz, n_descsz overflow issue 10 years ago
Tejun Heo a0c2e07d6d proc: use %*pb[l] to print bitmaps including cpumasks and nodemasks 10 years ago
Andy Shevchenko edc924e023 fs/proc/array.c: convert to use string_escape_str() 10 years ago
Rafael Aquini 198d1597cc fs: proc: task_mmu: show page size in /proc/<pid>/numa_maps 10 years ago
Alexander Kuleshov 6bee55f94f fs: proc: use PDE() to get proc_dir_entry 10 years ago
Petr Cermak 695f055936 fs/proc/task_mmu.c: add user-space support for resetting mm->hiwater_rss (peak RSS) 10 years ago
Kirill A. Shutemov 7d5b3bfaa2 mm: /proc/pid/clear_refs: avoid split_huge_page() 10 years ago
Naoya Horiguchi 48684a65b4 mm: pagewalk: fix misbehavior of walk_page_range for vma(VM_PFNMAP) 10 years ago
Naoya Horiguchi d85f4d6d3b numa_maps: remove numa_maps->vma 10 years ago
Naoya Horiguchi 632fd60fe4 numa_maps: fix typo in gather_hugetbl_stats 10 years ago
Naoya Horiguchi f995ece24d pagemap: use walk->vma instead of calling find_vma() 10 years ago
Naoya Horiguchi 5c64f52acd clear_refs: remove clear_refs_private->vma and introduce clear_refs_test_walk() 10 years ago
Naoya Horiguchi 14eb6fdd42 smaps: remove mem_size_stats->vma and use walk_page_vma() 10 years ago
Konstantin Khlebnikov 05fbf357d9 proc/pagemap: walk page tables under pte lock 10 years ago
Kirill A. Shutemov dc6c9a35b6 mm: account pmd page tables to the process 10 years ago
Wang, Yalin 56873f43ab mm:add KPF_ZERO_PAGE flag for /proc/kpageflags 10 years ago
Kirill A. Shutemov 1da4b35b00 proc: drop handling non-linear mappings 10 years ago
Al Viro d443b9fd56 gut proc_register() a bit 10 years ago
Pintu Kumar 47f8f9297d fs/proc/meminfo.c: include cma info in proc/meminfo 10 years ago
Thomas Gleixner c291ee6221 genirq: Prevent proc race against freeing of irq descriptors 10 years ago
Eric W. Biederman 9cc46516dd userns: Add a knob to disable setgroups on a per user namespace basis 10 years ago
Al Viro 3d3d35b1e9 kill proc_ns completely 10 years ago
Al Viro e149ed2b80 take the targets of /proc/*/ns/* symlinks to separate fs 10 years ago
Oleg Nesterov c35a7f18a0 exit: proc: don't try to flush /proc/tgid/task/tgid 10 years ago
Oleg Nesterov abdba6e9ea proc: task_state: ptrace_parent() doesn't need pid_alive() check 10 years ago
Oleg Nesterov b0fafc1111 proc: task_state: move the main seq_printf() outside of rcu_read_lock() 10 years ago
Oleg Nesterov 0f4a0d53f2 proc: task_state: deuglify the max_fds calculation 10 years ago
Oleg Nesterov 4af1036df4 proc: task_state: read cred->group_info outside of task_lock() 10 years ago
Nicolas Dichtel 2fc1e948e8 fs/proc.c: use rb_entry_safe() instead of rb_entry() 10 years ago
Debabrata Banerjee b208d54b75 procfs: fix error handling of proc_register() 10 years ago
Nicolas Dichtel 710585d492 fs/proc: use a rb tree for the directory entries 10 years ago
Kirill A. Shutemov c164e038ee mm: fix huge zero page accounting in smaps report 10 years ago
Al Viro f77c80142e bury struct proc_ns in fs/proc 10 years ago
Al Viro 33c429405a copy address of proc_ns_ops into ns_common 10 years ago
Al Viro 64964528b2 make proc_ns_operations work with struct ns_common * instead of void * 10 years ago
Al Viro 3aa3377fbc procfs: get rid of ->f_dentry 10 years ago
Qiaowei Ren 4aae7e436f x86, mpx: Introduce VM_MPX to indicate that a VMA is MPX specific 10 years ago
Joe Perches a3816ab0e8 fs: Convert show_fdinfo functions to void 10 years ago
Peter Feiner 64e455079e mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY cleared 10 years ago
Konstantin Khlebnikov 09316c09dd mm/balloon_compaction: add vmstat counters and kpageflags bit 10 years ago
Peter Feiner 81d0fa623c mm: softdirty: unmapped addresses between VMAs are clean 10 years ago
Oleg Nesterov 498f237178 mempolicy: fix show_numa_map() vs exec() + do_set_mempolicy() race 10 years ago
Baoquan He bf3e269246 fs/proc/kcore.c: don't add modules range to kcore if it's equal to vmcore range 10 years ago
Oleg Nesterov 58cb65487e proc/maps: make vm_is_stack() logic namespace-friendly 10 years ago
Oleg Nesterov 2c03376d2d proc/maps: replace proc_maps_private->pid with "struct inode *inode" 10 years ago
Oleg Nesterov 47fecca15c fs/proc/task_nommu.c: don't use priv->task->mm 10 years ago
Oleg Nesterov 27692cd56e fs/proc/task_nommu.c: shift mm_access() from m_start() to proc_maps_open() 10 years ago
Oleg Nesterov ce34fddb5b fs/proc/task_nommu.c: change maps_open() to use __seq_open_private() 10 years ago
Oleg Nesterov 557c2d8a73 fs/proc/task_mmu.c: update m->version in the main loop in m_start() 10 years ago