aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2006-09-27[PATCH] NOMMU: move the fallback arch_vma_name() to a sensible placeDavid Howells1-5/+0
2006-09-27[PATCH] NOMMU: Implement /proc/pid/maps for NOMMUDavid Howells3-20/+75
2006-09-27[PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris1-4/+2
2006-09-26[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLEChristoph Lameter1-1/+6
2006-09-26[PATCH] reduce MAX_NR_ZONES: make display of highmem counters conditional on ...Christoph Lameter1-0/+4
2006-08-27[PATCH] /proc/meminfo: don't put spaces in namesAndrew Morton1-1/+1
2006-07-15Don't allow chmod() on the /proc/<pid>/ filesLinus Torvalds1-1/+30
2006-07-15Mark /proc MS_NOSUID and MS_NOEXECLinus Torvalds1-1/+1
2006-07-14[PATCH] per-task-delay-accounting: /proc export of aggregated block I/O delaysShailabh Nagar1-2/+4
2006-07-14Relax /proc fix a bitLinus Torvalds1-1/+2
2006-07-14Fix nasty /proc vulnerabilityLinus Torvalds1-0/+1
2006-07-12[PATCH] /fs/proc/: 'larger than buffer size' memory accessed by clear_user()Adam B. Jerome1-1/+1
2006-07-10[PATCH] FDPIC: Move roundup() into linux/kernel.hDavid Howells1-2/+0
2006-07-03[PATCH] uclinux: fix proc_task()/get_proc-task() namingGreg Ungerer1-1/+1
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds6-6/+0
2006-06-30[PATCH] zoned vm counters: conversion of nr_bounce to per zone counterChristoph Lameter1-0/+2
2006-06-30[PATCH] zoned vm counters: conversion of nr_unstable to per zone counterChristoph Lameter1-2/+2
2006-06-30[PATCH] zoned vm counters: conversion of nr_writeback to per zone counterChristoph Lameter1-1/+1
2006-06-30[PATCH] zoned vm counters: conversion of nr_dirty to per zone counterChristoph Lameter1-1/+1
2006-06-30[PATCH] zoned vm counters: conversion of nr_pagetables to per zone counterChristoph Lameter1-2/+2
2006-06-30[PATCH] zoned vm counters: conversion of nr_slab to per zone counterChristoph Lameter1-1/+1
2006-06-30[PATCH] zoned vm counters: split NR_ANON_PAGES off from NR_FILE_MAPPEDChristoph Lameter1-0/+2
2006-06-30[PATCH] zoned vm counters: conversion of nr_pagecache to per zone counterChristoph Lameter1-1/+2
2006-06-30[PATCH] zoned vm counters: convert nr_mapped to per zone counterChristoph Lameter1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel6-6/+0
2006-06-27[PATCH] vdso: randomize the i386 vDSO by moving it into a vmaIngo Molnar1-12/+18
2006-06-26[PATCH] SELinux: Add sockcreate node to procattr APIEric Paris1-0/+6
2006-06-26[PATCH] cleanup next_tid()Oleg Nesterov1-7/+7
2006-06-26[PATCH] simplify/fix first_tid()Oleg Nesterov1-21/+17
2006-06-26[PATCH] proc: Remove tasklist_lock from proc_task_readdir.Eric W. Biederman1-5/+6
2006-06-26[PATCH] proc: Cleanup proc_fd_access_allowedEric W. Biederman1-20/+6
2006-06-26[PATCH] proc: Use sane permission checks on the /proc/<pid>/fd/ symlinksEric W. Biederman1-95/+29
2006-06-26[PATCH] proc: optimize proc_check_dentry_visibleEric W. Biederman1-13/+16
2006-06-26[PATCH] proc: Use struct pid not struct task_refEric W. Biederman4-12/+11
2006-06-26[PATCH] proc: don't lock task_structs indefinitelyEric W. Biederman4-132/+319
2006-06-26[PATCH] proc: make PROC_NUMBUF the buffer size for holding integers as stringsEric W. Biederman1-16/+15
2006-06-26[PATCH] simply fix first_tgidEric W. Biederman1-15/+13
2006-06-26[PATCH] proc: Remove tasklist_lock from proc_pid_lookup() and proc_task_lookup()Eric W. Biederman1-4/+4
2006-06-26[PATCH] proc: Remove tasklist_lock from proc_pid_readdirEric W. Biederman1-4/+4
2006-06-26[PATCH] proc: refactor reading directories of tasksEric W. Biederman1-105/+163
2006-06-26[PATCH] proc: Close the race of a process dying durning lookupEric W. Biederman1-25/+29
2006-06-26[PATCH] proc: Rewrite the proc dentry flush on exit optimizationEric W. Biederman1-73/+61
2006-06-26[PATCH] proc: Move proc_maps_operations into task_mmu.cEric W. Biederman4-65/+75
2006-06-26[PATCH] proc: Fix the link count for /proc/<pid>/taskEric W. Biederman1-2/+19
2006-06-26[PATCH] proc: Properly filter out files that are not visible to a processEric W. Biederman1-33/+68
2006-06-26[PATCH] proc: Kill proc_mem_inode_operationsEric W. Biederman1-5/+0
2006-06-26[PATCH] proc: Remove bogus proc_task_permissionEric W. Biederman1-63/+0
2006-06-26[PATCH] proc: Replace proc_inode.type with proc_inode.fdEric W. Biederman3-6/+6
2006-06-26[PATCH] proc: Simplify the ownership rules for /procEric W. Biederman1-2/+2
2006-06-26[PATCH] proc: Remove unnecessary and misleading assignments from proc_pid_mak...Eric W. Biederman1-2/+0
2006-06-26[PATCH] proc: Remove useless BKL in proc_pid_readlinkEric W. Biederman1-2/+0
2006-06-26[PATCH] proc: Fix the .. inode number on /proc/<pid>/fdEric W. Biederman1-2/+3
2006-06-26[PATCH] keys: add a way to store the appropriate context for newly-created keysMichael LeMay1-0/+6
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-3/+3
2006-06-20[PATCH] proc_loginuid_write() uses simple_strtoul() on non-terminated arrayAl Viro1-2/+3
2006-04-19[PATCH] Fix file lookup without refDipankar Sarma1-6/+15
2006-04-11[PATCH] kdump proc vmcore size oveflow fixVivek Goyal1-2/+2
2006-03-31[PATCH] cleanup in proc_check_chroot()Herbert Poetzl1-5/+8
2006-03-31[PATCH] Simplify proc/devices and fix early termination regressionJoe Korty1-127/+36
2006-03-29Merge ../linux-2.6Paul Mackerras6-7/+7
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven3-3/+3
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven3-3/+3
2006-03-28[PATCH] for_each_possible_cpu: fixes for generic partKAMEZAWA Hiroyuki1-1/+1
2006-03-28[PATCH] powerpc: Cope with duplicate node & property names in /proc/device-treeMichael Ellerman1-23/+80
2006-03-26[PATCH] hrtimers: remove it_real_value calculation from proc/*/statRoman Zippel1-4/+1
2006-03-26[PATCH] protect remove_proc_entrySteven Rostedt2-3/+31
2006-03-25Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds1-0/+39
2006-03-25[PATCH] slab: implement /proc/slab_allocatorsAl Viro1-0/+37
2006-03-24[PATCH] cpuset memory spread: slab cache formatPaul Jackson1-1/+2
2006-03-24[PATCH] cpuset memory spread: slab cache filesystemsPaul Jackson1-1/+1
2006-03-23Merge branch 'linus'Trond Myklebust1-1/+1
2006-03-23[PATCH] proc: fix duplicate line in /proc/devicesNeil Horman1-1/+1
2006-03-20VFS: New /proc file /proc/self/mountstatsChuck Lever1-0/+39
2006-03-06[PATCH] smaps: shared fixNick Piggin1-5/+4
2006-03-06[PATCH] smaps: hugepages fixNick Piggin1-1/+1
2006-02-18[PATCH] fix handling of st_nlink on procfs rootAl Viro2-12/+9
2006-02-03[PATCH] disable per cpu intr in /proc/statschwab@suse.de1-1/+1
2006-01-14[PATCH] convert /proc/devices to use seq_file interfaceNeil Horman1-10/+150
2006-01-13[PATCH] powerpc: Add/remove/update properties in /proc/device-treeDave C Boutcher1-0/+24
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap2-0/+2
2006-01-11[PATCH] kdump: vmcore compilation warning fixVivek Goyal1-1/+1
2006-01-11fs/proc/vmcore.c: header included twiceNicolas Kaiser1-1/+0
2006-01-10[PATCH] hrtimer: switch itimers to hrtimerThomas Gleixner1-3/+3
2006-01-10[PATCH] kdump: read previous kernel's memoryVivek Goyal1-0/+3
2006-01-08[PATCH] fs/proc/: function prototypes belong in header filesAdrian Bunk4-2/+9
2006-01-08[PATCH] slob: introduce the SLOB allocatorMatt Mackall1-0/+4
2006-01-08[PATCH] Fold numa_maps into mempolicies.cChristoph Lameter1-122/+5
2006-01-06[PATCH] s390: cleanup KconfigMartin Schwidefsky1-1/+1
2005-12-30Insanity avoidance in /procLinus Torvalds1-24/+23
2005-11-28mm: re-architect the VM_UNPAGED logicLinus Torvalds1-4/+3
2005-11-13[PATCH] Fix sparse warning in proc/task_mmu.cLuiz Fernando Capitulino1-1/+1
2005-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds1-22/+35
2005-11-07[PATCH] make /proc/mounts pollableAl Viro1-15/+47
2005-11-08[PATCH] ppc64: SMU partition recoveryBenjamin Herrenschmidt1-22/+35
2005-10-31Merge ../linux-2.6 by handPaul Mackerras4-29/+43
2005-10-30[PATCH] proc: fix of error path in proc_get_inode()Kirill Korotaev1-7/+10
2005-10-30[PATCH] reduce sizeof(struct file)Eric Dumazet1-1/+1
2005-10-29[PATCH] mm: follow_page with inner ptlockHugh Dickins1-2/+1
2005-10-29[PATCH] mm: pte_offset_map_lock loopsHugh Dickins1-11/+6
2005-10-29[PATCH] mm: update_hiwaters just in timeHugh Dickins1-2/+21
2005-10-29[PATCH] mm: rss = file_rss + anon_rssHugh Dickins2-6/+4
2005-10-29[PATCH] Convert mempolicies to nodemask_tAndi Kleen1-1/+1
2005-10-22Merge changes from linux-2.6 by handPaul Mackerras2-0/+13
2005-10-17[PATCH] output of /proc/maps on nommu systems is incompleteDavid McCullough1-0/+1
2005-10-14[PATCH] nommu build error fixYoshinori Sato1-0/+12
2005-09-26powerpc: Merge enough to start building in arch/powerpc.Paul Mackerras1-8/+0
2005-09-22[PATCH] proc_task_root_link c99 fixAndrew Morton1-3/+5
2005-09-21[PATCH] Fix invisible threads problemSripathi Kodi1-7/+77
2005-09-17[PATCH] files: fix preemption issuesDipankar Sarma1-0/+3
2005-09-09[PATCH] files: lock-free fd look-upDipankar Sarma1-14/+15
2005-09-09[PATCH] files: break up files structDipankar Sarma2-2/+7
2005-09-09[PATCH] update filesystems for new delete_inode behaviorMark Fasheh1-0/+2
2005-09-07[PATCH] remove duplicated code from proc and ptraceMiklos Szeredi1-31/+4
2005-09-07[PATCH] fix enum pid_directory_inos in proc/base.cMiklos Szeredi1-2/+3
2005-09-07[PATCH] use get_fs_struct() in procMiklos Szeredi1-11/+12
2005-09-07[PATCH] proc: link count fixMiklos Szeredi1-0/+13
2005-09-05[PATCH] add /proc/pid/smapsMauricio Lin2-42/+244
2005-09-05[PATCH] /proc/<pid>/numa_maps to show on which nodes pages resideChristoph Lameter2-0/+167
2005-08-19[PATCH] Fix up symlink function pointersAl Viro2-6/+6
2005-06-25[PATCH] kdump: Parse elf32 headers and export through /proc/vmcoreVivek Goyal1-0/+218
2005-06-25[PATCH] kdump: Access dump file in elf format (/proc/vmcore)Vivek Goyal3-0/+458
2005-06-23[PATCH] setuid core dumpAlan Cox1-2/+4
2005-06-23[PATCH] add check to /proc/devices read routinesNeil Horman1-1/+1
2005-06-21[PATCH] mm: add /proc/zoneinfoNikita Danilov1-0/+14
2005-06-01[PATCH] ppc32/ppc64: cleanup /proc/device-treeBenjamin Herrenschmidt1-67/+38
2005-05-17[PATCH] fix impossible VmallocChunkHugh Dickins1-2/+12
2005-05-03Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse1-10/+22
2005-05-01[PATCH] DocBook: fix some descriptionsMartin Waitz1-1/+1
2005-05-01[PATCH] DocBook: changes and extensions to the kernel documentationPavel Pisa1-5/+5
2005-05-01[PATCH] procfs: Fix hardlink counts for /proc/<PID>/taskDaniel Drake1-2/+6
2005-05-01[PATCH] procfs: Fix hardlink countsDaniel Drake1-2/+10
2005-04-29[AUDIT] LOGIN message credentialsSteve Grubb1-1/+1
2005-04-16[PATCH] meminfo: add Cached underflow checkMartin Hicks1-1/+6
2005-04-16[PATCH] oom-killer disable for iscsi/lvm2/multipath userland critical sectionsAndrea Arcangeli1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds17-0/+5782