aboutsummaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)Author
2006-04-19[PATCH] Fix file lookup without refDipankar Sarma
2006-04-11[PATCH] kdump proc vmcore size oveflow fixVivek Goyal
2006-03-31[PATCH] cleanup in proc_check_chroot()Herbert Poetzl
2006-03-31[PATCH] Simplify proc/devices and fix early termination regressionJoe Korty
2006-03-29Merge ../linux-2.6Paul Mackerras
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven
2006-03-28[PATCH] for_each_possible_cpu: fixes for generic partKAMEZAWA Hiroyuki
2006-03-28[PATCH] powerpc: Cope with duplicate node & property names in /proc/device-treeMichael Ellerman
2006-03-26[PATCH] hrtimers: remove it_real_value calculation from proc/*/statRoman Zippel
2006-03-26[PATCH] protect remove_proc_entrySteven Rostedt
2006-03-25Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds
2006-03-25[PATCH] slab: implement /proc/slab_allocatorsAl Viro
2006-03-24[PATCH] cpuset memory spread: slab cache formatPaul Jackson
2006-03-24[PATCH] cpuset memory spread: slab cache filesystemsPaul Jackson
2006-03-23Merge branch 'linus'Trond Myklebust
2006-03-23[PATCH] proc: fix duplicate line in /proc/devicesNeil Horman
2006-03-20VFS: New /proc file /proc/self/mountstatsChuck Lever
2006-03-06[PATCH] smaps: shared fixNick Piggin
2006-03-06[PATCH] smaps: hugepages fixNick Piggin
2006-02-18[PATCH] fix handling of st_nlink on procfs rootAl Viro
2006-02-03[PATCH] disable per cpu intr in /proc/statschwab@suse.de
2006-01-14[PATCH] convert /proc/devices to use seq_file interfaceNeil Horman
2006-01-13[PATCH] powerpc: Add/remove/update properties in /proc/device-treeDave C Boutcher
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap
2006-01-11[PATCH] kdump: vmcore compilation warning fixVivek Goyal
2006-01-11fs/proc/vmcore.c: header included twiceNicolas Kaiser
2006-01-10[PATCH] hrtimer: switch itimers to hrtimerThomas Gleixner
2006-01-10[PATCH] kdump: read previous kernel's memoryVivek Goyal
2006-01-08[PATCH] fs/proc/: function prototypes belong in header filesAdrian Bunk
2006-01-08[PATCH] slob: introduce the SLOB allocatorMatt Mackall
2006-01-08[PATCH] Fold numa_maps into mempolicies.cChristoph Lameter
2006-01-06[PATCH] s390: cleanup KconfigMartin Schwidefsky
2005-12-30Insanity avoidance in /procLinus Torvalds
2005-11-28mm: re-architect the VM_UNPAGED logicLinus Torvalds
2005-11-13[PATCH] Fix sparse warning in proc/task_mmu.cLuiz Fernando Capitulino
2005-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds
2005-11-07[PATCH] make /proc/mounts pollableAl Viro
2005-11-08[PATCH] ppc64: SMU partition recoveryBenjamin Herrenschmidt
2005-10-31Merge ../linux-2.6 by handPaul Mackerras
2005-10-30[PATCH] proc: fix of error path in proc_get_inode()Kirill Korotaev
2005-10-30[PATCH] reduce sizeof(struct file)Eric Dumazet
2005-10-29[PATCH] mm: follow_page with inner ptlockHugh Dickins
2005-10-29[PATCH] mm: pte_offset_map_lock loopsHugh Dickins
2005-10-29[PATCH] mm: update_hiwaters just in timeHugh Dickins
2005-10-29[PATCH] mm: rss = file_rss + anon_rssHugh Dickins
2005-10-29[PATCH] Convert mempolicies to nodemask_tAndi Kleen
2005-10-22Merge changes from linux-2.6 by handPaul Mackerras
2005-10-17[PATCH] output of /proc/maps on nommu systems is incompleteDavid McCullough
2005-10-14[PATCH] nommu build error fixYoshinori Sato