aboutsummaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2009-04-08nommu: fix typo vma->pg_off to vma->vm_pgoffGravatar Nobuhiro Iwamatsu 1-1/+1
2009-04-07/proc/pid/maps: don't show pgoff of pure ANON VMAsGravatar KAMEZAWA Hiroyuki 2-2/+6
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-1/+3
2009-04-02nommu: fix a number of issues with the per-MM VMA patchGravatar David Howells 2-3/+3
2009-04-01proc tty: remove struct tty_operations::read_procGravatar Alexey Dobriyan 1-14/+4
2009-04-01proc tty: add struct tty_operations::proc_fopsGravatar Alexey Dobriyan 1-7/+13
2009-03-31Get rid of indirect include of fs_struct.hGravatar Al Viro 2-0/+2
2009-03-31New locking/refcounting for fs_structGravatar Al Viro 1-1/+1
2009-03-31Revert "proc: revert /proc/uptime to ->read_proc hook"Gravatar Alexey Dobriyan 1-20/+18
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerGravatar Alexey Dobriyan 2-17/+3
2009-03-31proc 1/2: do PDE usecounting even for ->read_proc, ->write_procGravatar Alexey Dobriyan 3-11/+40
2009-03-31proc: fix sparse warnings in pagemap_read()Gravatar Milind Arun Choudhary 1-4/+4
2009-03-31proc: move fs/proc/inode-alloc.txt comment into a source fileGravatar Randy Dunlap 2-14/+15
2009-03-30trivial: fix typo "kernal" -> "kernel"Gravatar Uwe Kleine-Koenig 1-1/+1
2009-03-28fix setuid sometimes wouldn'tGravatar Hugh Dickins 1-34/+16
2009-03-27vfs: simple_set_mnt() should return voidGravatar Sukadev Bhattiprolu 1-1/+2
2009-03-27constify dentry_operations: procfsGravatar Al Viro 3-6/+6
2009-03-17Avoid 64-bit "switch()" statements on 32-bit architecturesGravatar Linus Torvalds 1-1/+1
2009-03-16filp->f_pos not correctly updated in proc_task_readdirGravatar Zhang Le 1-9/+7
2009-03-11proc: fix kflags to uflags copying in /proc/kpageflagsGravatar Wu Fengguang 1-1/+1
2009-02-24proc: fix PG_locked reporting in /proc/kpageflagsGravatar Helge Bahmann 1-1/+1
2009-02-23proc: proc_get_inode should de_put when inode already initializedGravatar Krzysztof Sachanowicz 1-1/+3
2009-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-nommuGravatar Linus Torvalds 4-74/+125
2009-01-08vmcore: remove saved_max_pfn checkGravatar Magnus Damm 1-2/+0
2009-01-08NOMMU: Improve procfs output using per-MM VMAsGravatar David Howells 1-10/+22
2009-01-08NOMMU: Make VMAs per MM as for MMU-mode linuxGravatar David Howells 4-74/+113
2009-01-07Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad...Gravatar Linus Torvalds 5-118/+134
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2009-01-06mm: report the MMU pagesize in /proc/pid/smapsGravatar Mel Gorman 1-2/+4
2009-01-06mm: report the pagesize backing a VMA in /proc/pid/smapsGravatar Mel Gorman 1-2/+4
2009-01-06trivial: fix then -> than typos in comments and documentationGravatar Frederik Schwarzer 1-1/+1
2009-01-05zero i_uid/i_gid on inode allocationGravatar Al Viro 2-5/+0
2009-01-05proc: remove write-only variable in proc_pident_lookup()Gravatar WANG Cong 1-2/+0
2009-01-05proc: fix sparse warningGravatar Hannes Eder 1-2/+2
2009-01-05proc: add /proc/*/stackGravatar Ken Chen 1-0/+38
2009-01-05proc: remove '##' usageGravatar Alexey Dobriyan 1-93/+90
2009-01-05proc: remove useless WARN_ONsGravatar Alexey Dobriyan 1-4/+0
2009-01-05proc: stop using BKLGravatar Alexey Dobriyan 4-17/+4
2008-12-31Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-10/+1
2008-12-30Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-4/+12
2008-12-28Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/p...Gravatar Linus Torvalds 1-2/+1
2008-12-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+2
2008-12-26proc: remove ifdef CONFIG_SPARSE_IRQ from stat.cGravatar KOSAKI Motohiro 1-10/+1
2008-12-25Merge branches 'irq/sparseirq', 'irq/genirq' and 'irq/urgent'; commit 'v2.6.2...Gravatar Ingo Molnar 3-7/+15
2008-12-25Merge branch 'next' into for-linusGravatar James Morris 2-18/+46
2008-12-22sched: fix warning in fs/proc/base.cGravatar Ingo Molnar 1-2/+2
2008-12-18schedstat: consolidate per-task cpu runtime statsGravatar Ken Chen 1-1/+1
2008-12-16proc: enclose desc variable of show_stat() in CONFIG_SPARSE_IRQGravatar KOSAKI Motohiro 1-5/+2
2008-12-16powerpc: Remove `have_of' global variableGravatar Anton Vorontsov 1-2/+1