aboutsummaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2006-09-30[PATCH] BLOCK: Make it possible to disable the block layer [try #6]Gravatar David Howells 1-1/+10
2006-09-29[PATCH] Kcore elf note namesz field fixGravatar Vivek Goyal 1-2/+2
2006-09-29[PATCH] fix mem_write() return valueGravatar Frederik Deweerdt 1-1/+2
2006-09-29[PATCH] tty: stop the tty vanishing under procfs accessGravatar Alan Cox 1-0/+3
2006-09-27[PATCH] NOMMU: move the fallback arch_vma_name() to a sensible placeGravatar David Howells 1-5/+0
2006-09-27[PATCH] NOMMU: Implement /proc/pid/maps for NOMMUGravatar David Howells 3-20/+75
2006-09-27[PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocGravatar Panagiotis Issaris 1-4/+2
2006-09-26[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLEGravatar Christoph Lameter 1-1/+6
2006-09-26[PATCH] reduce MAX_NR_ZONES: make display of highmem counters conditional on ...Gravatar Christoph Lameter 1-0/+4
2006-08-27[PATCH] /proc/meminfo: don't put spaces in namesGravatar Andrew Morton 1-1/+1
2006-07-15Don't allow chmod() on the /proc/<pid>/ filesGravatar Linus Torvalds 1-1/+30
2006-07-15Mark /proc MS_NOSUID and MS_NOEXECGravatar Linus Torvalds 1-1/+1
2006-07-14[PATCH] per-task-delay-accounting: /proc export of aggregated block I/O delaysGravatar Shailabh Nagar 1-2/+4
2006-07-14Relax /proc fix a bitGravatar Linus Torvalds 1-1/+2
2006-07-14Fix nasty /proc vulnerabilityGravatar Linus Torvalds 1-0/+1
2006-07-12[PATCH] /fs/proc/: 'larger than buffer size' memory accessed by clear_user()Gravatar Adam B. Jerome 1-1/+1
2006-07-10[PATCH] FDPIC: Move roundup() into linux/kernel.hGravatar David Howells 1-2/+0
2006-07-03[PATCH] uclinux: fix proc_task()/get_proc-task() namingGravatar Greg Ungerer 1-1/+1
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialGravatar Linus Torvalds 6-6/+0
2006-06-30[PATCH] zoned vm counters: conversion of nr_bounce to per zone counterGravatar Christoph Lameter 1-0/+2
2006-06-30[PATCH] zoned vm counters: conversion of nr_unstable to per zone counterGravatar Christoph Lameter 1-2/+2
2006-06-30[PATCH] zoned vm counters: conversion of nr_writeback to per zone counterGravatar Christoph Lameter 1-1/+1
2006-06-30[PATCH] zoned vm counters: conversion of nr_dirty to per zone counterGravatar Christoph Lameter 1-1/+1
2006-06-30[PATCH] zoned vm counters: conversion of nr_pagetables to per zone counterGravatar Christoph Lameter 1-2/+2
2006-06-30[PATCH] zoned vm counters: conversion of nr_slab to per zone counterGravatar Christoph Lameter 1-1/+1
2006-06-30[PATCH] zoned vm counters: split NR_ANON_PAGES off from NR_FILE_MAPPEDGravatar Christoph Lameter 1-0/+2
2006-06-30[PATCH] zoned vm counters: conversion of nr_pagecache to per zone counterGravatar Christoph Lameter 1-1/+2
2006-06-30[PATCH] zoned vm counters: convert nr_mapped to per zone counterGravatar Christoph Lameter 1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 6-6/+0
2006-06-27[PATCH] vdso: randomize the i386 vDSO by moving it into a vmaGravatar Ingo Molnar 1-12/+18
2006-06-26[PATCH] SELinux: Add sockcreate node to procattr APIGravatar Eric Paris 1-0/+6
2006-06-26[PATCH] cleanup next_tid()Gravatar Oleg Nesterov 1-7/+7
2006-06-26[PATCH] simplify/fix first_tid()Gravatar Oleg Nesterov 1-21/+17
2006-06-26[PATCH] proc: Remove tasklist_lock from proc_task_readdir.Gravatar Eric W. Biederman 1-5/+6
2006-06-26[PATCH] proc: Cleanup proc_fd_access_allowedGravatar Eric W. Biederman 1-20/+6
2006-06-26[PATCH] proc: Use sane permission checks on the /proc/<pid>/fd/ symlinksGravatar Eric W. Biederman 1-95/+29
2006-06-26[PATCH] proc: optimize proc_check_dentry_visibleGravatar Eric W. Biederman 1-13/+16
2006-06-26[PATCH] proc: Use struct pid not struct task_refGravatar Eric W. Biederman 4-12/+11
2006-06-26[PATCH] proc: don't lock task_structs indefinitelyGravatar Eric W. Biederman 4-132/+319
2006-06-26[PATCH] proc: make PROC_NUMBUF the buffer size for holding integers as stringsGravatar Eric W. Biederman 1-16/+15
2006-06-26[PATCH] simply fix first_tgidGravatar Eric W. Biederman 1-15/+13
2006-06-26[PATCH] proc: Remove tasklist_lock from proc_pid_lookup() and proc_task_lookup()Gravatar Eric W. Biederman 1-4/+4
2006-06-26[PATCH] proc: Remove tasklist_lock from proc_pid_readdirGravatar Eric W. Biederman 1-4/+4
2006-06-26[PATCH] proc: refactor reading directories of tasksGravatar Eric W. Biederman 1-105/+163
2006-06-26[PATCH] proc: Close the race of a process dying durning lookupGravatar Eric W. Biederman 1-25/+29
2006-06-26[PATCH] proc: Rewrite the proc dentry flush on exit optimizationGravatar Eric W. Biederman 1-73/+61
2006-06-26[PATCH] proc: Move proc_maps_operations into task_mmu.cGravatar Eric W. Biederman 4-65/+75
2006-06-26[PATCH] proc: Fix the link count for /proc/<pid>/taskGravatar Eric W. Biederman 1-2/+19
2006-06-26[PATCH] proc: Properly filter out files that are not visible to a processGravatar Eric W. Biederman 1-33/+68
2006-06-26[PATCH] proc: Kill proc_mem_inode_operationsGravatar Eric W. Biederman 1-5/+0