summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells2006-09-301-1/+10
* [PATCH] Kcore elf note namesz field fixVivek Goyal2006-09-291-2/+2
* [PATCH] fix mem_write() return valueFrederik Deweerdt2006-09-291-1/+2
* [PATCH] tty: stop the tty vanishing under procfs accessAlan Cox2006-09-291-0/+3
* [PATCH] NOMMU: move the fallback arch_vma_name() to a sensible placeDavid Howells2006-09-271-5/+0
* [PATCH] NOMMU: Implement /proc/pid/maps for NOMMUDavid Howells2006-09-273-20/+75
* [PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris2006-09-271-4/+2
* [PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLEChristoph Lameter2006-09-261-1/+6
* [PATCH] reduce MAX_NR_ZONES: make display of highmem counters conditional on ...Christoph Lameter2006-09-261-0/+4
* [PATCH] /proc/meminfo: don't put spaces in namesAndrew Morton2006-08-271-1/+1
* Don't allow chmod() on the /proc/<pid>/ filesLinus Torvalds2006-07-151-1/+30
* Mark /proc MS_NOSUID and MS_NOEXECLinus Torvalds2006-07-151-1/+1
* [PATCH] per-task-delay-accounting: /proc export of aggregated block I/O delaysShailabh Nagar2006-07-141-2/+4
* Relax /proc fix a bitLinus Torvalds2006-07-141-1/+2
* Fix nasty /proc vulnerabilityLinus Torvalds2006-07-141-0/+1
* [PATCH] /fs/proc/: 'larger than buffer size' memory accessed by clear_user()Adam B. Jerome2006-07-121-1/+1
* [PATCH] FDPIC: Move roundup() into linux/kernel.hDavid Howells2006-07-101-2/+0
* [PATCH] uclinux: fix proc_task()/get_proc-task() namingGreg Ungerer2006-07-031-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-06-306-6/+0
|\
| * Remove obsolete #include <linux/config.h>Jörn Engel2006-06-306-6/+0
* | [PATCH] zoned vm counters: conversion of nr_bounce to per zone counterChristoph Lameter2006-06-301-0/+2
* | [PATCH] zoned vm counters: conversion of nr_unstable to per zone counterChristoph Lameter2006-06-301-2/+2
* | [PATCH] zoned vm counters: conversion of nr_writeback to per zone counterChristoph Lameter2006-06-301-1/+1
* | [PATCH] zoned vm counters: conversion of nr_dirty to per zone counterChristoph Lameter2006-06-301-1/+1
* | [PATCH] zoned vm counters: conversion of nr_pagetables to per zone counterChristoph Lameter2006-06-301-2/+2
* | [PATCH] zoned vm counters: conversion of nr_slab to per zone counterChristoph Lameter2006-06-301-1/+1
* | [PATCH] zoned vm counters: split NR_ANON_PAGES off from NR_FILE_MAPPEDChristoph Lameter2006-06-301-0/+2
* | [PATCH] zoned vm counters: conversion of nr_pagecache to per zone counterChristoph Lameter2006-06-301-1/+2
* | [PATCH] zoned vm counters: convert nr_mapped to per zone counterChristoph Lameter2006-06-301-1/+1
|/
* [PATCH] vdso: randomize the i386 vDSO by moving it into a vmaIngo Molnar2006-06-271-12/+18
* [PATCH] SELinux: Add sockcreate node to procattr APIEric Paris2006-06-261-0/+6
* [PATCH] cleanup next_tid()Oleg Nesterov2006-06-261-7/+7
* [PATCH] simplify/fix first_tid()Oleg Nesterov2006-06-261-21/+17
* [PATCH] proc: Remove tasklist_lock from proc_task_readdir.Eric W. Biederman2006-06-261-5/+6
* [PATCH] proc: Cleanup proc_fd_access_allowedEric W. Biederman2006-06-261-20/+6
* [PATCH] proc: Use sane permission checks on the /proc/<pid>/fd/ symlinksEric W. Biederman2006-06-261-95/+29
* [PATCH] proc: optimize proc_check_dentry_visibleEric W. Biederman2006-06-261-13/+16
* [PATCH] proc: Use struct pid not struct task_refEric W. Biederman2006-06-264-12/+11
* [PATCH] proc: don't lock task_structs indefinitelyEric W. Biederman2006-06-264-132/+319
* [PATCH] proc: make PROC_NUMBUF the buffer size for holding integers as stringsEric W. Biederman2006-06-261-16/+15
* [PATCH] simply fix first_tgidEric W. Biederman2006-06-261-15/+13
* [PATCH] proc: Remove tasklist_lock from proc_pid_lookup() and proc_task_lookup()Eric W. Biederman2006-06-261-4/+4
* [PATCH] proc: Remove tasklist_lock from proc_pid_readdirEric W. Biederman2006-06-261-4/+4
* [PATCH] proc: refactor reading directories of tasksEric W. Biederman2006-06-261-105/+163
* [PATCH] proc: Close the race of a process dying durning lookupEric W. Biederman2006-06-261-25/+29
* [PATCH] proc: Rewrite the proc dentry flush on exit optimizationEric W. Biederman2006-06-261-73/+61
* [PATCH] proc: Move proc_maps_operations into task_mmu.cEric W. Biederman2006-06-264-65/+75
* [PATCH] proc: Fix the link count for /proc/<pid>/taskEric W. Biederman2006-06-261-2/+19
* [PATCH] proc: Properly filter out files that are not visible to a processEric W. Biederman2006-06-261-33/+68
* [PATCH] proc: Kill proc_mem_inode_operationsEric W. Biederman2006-06-261-5/+0
OpenPOWER on IntegriCloud