aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAge
* switch procfs to ->mount()Al Viro2010-10-29
* setting ->proc_mnt doesn't belong in proc_get_sb()Al Viro2010-10-29
* /proc/stat: fix scalability of irq sum of all cpuKAMEZAWA Hiroyuki2010-10-27
* /proc/stat: scalability of irq num per cpuKAMEZAWA Hiroyuki2010-10-27
* procfs: fix /proc/softirqs formattingDavidlohr Bueso2010-10-27
* /proc/pid/smaps: export amount of anonymous memory in a mappingNikanth Karthikesan2010-10-27
* signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro2010-10-27
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-10-26
|\
| * fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-25
| * vfs: introduce FMODE_UNSIGNED_OFFSET for allowing negative f_posKAMEZAWA Hiroyuki2010-10-25
* | oom: fix locking for oom_adj and oom_score_adjDavid Rientjes2010-10-26
* | oom: rewrite error handling for oom_adj and oom_score_adj tunablesDavid Rientjes2010-10-26
* | oom: add per-mm oom disable countYing Han2010-10-26
* | vmcore: it is not experimental any moreWANG Cong2010-10-26
|/
* Revert "tty: Add a new file /proc/tty/consoles"Linus Torvalds2010-10-23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2010-10-22
|\
| * tty: Add a new file /proc/tty/consolesDr. Werner Fink2010-10-22
* | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-22
|\ \ | |/ |/|
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-15
* | proc: make /proc/pid/limits world readableJiri Olsa2010-10-01
* | /proc/pid/smaps: fix dirty pages accountingKOSAKI Motohiro2010-09-22
* | /proc/vmcore: fix seekingArnd Bergmann2010-09-22
|/
* proc: export uncached bit properly in /proc/kpageflagsTakashi Iwai2010-09-09
* mm: Move vma_stack_continue into mm.hStefan Bader2010-09-09
* mm: fix up some user-visible effects of the stack guard pageLinus Torvalds2010-08-15
* bkl: Remove locked .ioctl file operationArnd Bergmann2010-08-13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-11
|\
| * vfs: show unreachable paths in getcwd and procMiklos Szeredi2010-08-11
| * vfs: add helpers to get root and pwdMiklos Szeredi2010-08-11
* | procfs: simplify conditional processing of fs/proc.o.Robert P. J. Day2010-08-11
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-10
|\
| * switch procfs to ->evict_inode()Al Viro2010-08-09
| * remove inode_setattrChristoph Hellwig2010-08-09
* | oom: deprecate oom_adj tunableDavid Rientjes2010-08-09
* | oom: badness heuristic rewriteDavid Rientjes2010-08-09
* | oom: move badness() declaration into oom.hAndrew Morton2010-08-09
* | oom: /proc/<pid>/oom_score treat kernel thread honestlyKOSAKI Motohiro2010-08-09
|/
* CRED: Fix get_task_cred() and task_state() to not resurrect dead credentialsDavid Howells2010-07-29
* nommu: add '[stack]' label to /proc/pid/maps outputMike Frysinger2010-06-29
* of: Drop properties with "/" in their nameMichael Ellerman2010-06-13
* kcore: add _text to KCORE_TEXTWu Fengguang2010-05-27
* proc: remove obsolete commentsAmerigo Wang2010-05-27
* proc: cleanup: remove unused assignmentsDan Carpenter2010-05-27
* proc: get_nr_threads() doesn't need ->siglock any longerOleg Nesterov2010-05-27
* pagemap: add #ifdefs CONFIG_HUGETLB_PAGE on code walking hugetlb vmaNaoya Horiguchi2010-05-25
* Merge branch 'bkl/procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Linus Torvalds2010-05-19
|\
| * procfs: Kill the bkl in ioctlFrederic Weisbecker2010-05-16
| * procfs: Use generic_file_llseek in /proc/vmcoreFrederic Weisbecker2010-04-09
| * procfs: Use generic_file_llseek in /proc/kmsgFrederic Weisbecker2010-04-09
| * procfs: Use generic_file_llseek in /proc/kcoreFrederic Weisbecker2010-04-09