summaryrefslogtreecommitdiffstats
path: root/fs/proc/proc_misc.c
Commit message (Expand)AuthorAgeFilesLines
* procfs: constify function pointer tablesJan Engelhardt2008-02-081-11/+11
* proc: loadavg reading raceMichal Schmidt2008-02-061-3/+8
* proper prototype for get_filesystem_list()Adrian Bunk2008-02-061-1/+0Star
* proper show_interrupts() prototypeAdrian Bunk2008-02-061-1/+1
* maps4: make page monitoring /proc file optionalMatt Mackall2008-02-051-0/+4
* maps4: add /proc/kpageflags interfaceMatt Mackall2008-02-051-1/+83
* maps4: add /proc/kpagecount interfaceMatt Mackall2008-02-051-0/+50
* Unify /proc/slabinfo configurationLinus Torvalds2008-01-021-19/+2Star
* slub: register slabinfo to procfsPekka Enberg2008-01-021-0/+17
* pid namespaces: define and use task_active_pid_ns() wrapperSukadev Bhattiprolu2007-10-191-1/+2
* report the per-irq statistics on all archesRavikiran G Thirumalai2007-10-171-3/+0Star
* Print out statistics in relation to fragmentation avoidance to /proc/pagetype...Mel Gorman2007-10-161-0/+14
* Merge branch 'locks' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2007-10-161-9/+10
|\
| * Rework /proc/locks via seq_files and seq_list helpersPavel Emelyanov2007-10-101-9/+10
* | sched: guest CPU accounting: add guest-CPU /proc/stat fieldLaurent Vivier2007-10-151-4/+11
|/
* x86_64: Avoid too many remote cpu references due to /proc/statRavikiran G Thirumalai2007-07-221-1/+2
* Avoid too many remote cpu references due to /proc/statRavikiran G Thirumalai2007-07-191-3/+12
* Use boot based time for uptime in /procTomas Janousek2007-07-161-0/+1
* Use boot based time for process start time and boot time in /procTomas Janousek2007-07-161-3/+3
* proc: cleanup: use seq_release_private() where appropriateMartin Peschke2007-05-081-8/+1Star
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0Star
* mm/slab.c: proper prototypesAdrian Bunk2007-05-071-2/+0Star
* [PATCH] mark struct file_operations const 6Arjan van de Ven2007-02-121-13/+13
* [PATCH] proc_misc warning fixAndrew Morton2007-02-111-7/+12
* [PATCH] Drop get_zone_counts()Christoph Lameter2007-02-111-7/+2Star
* [PATCH] fix linux banner format stringRoman Zippel2007-01-101-7/+1Star
* Make SLES9 "get_kernel_version" work on the kernel binary againLinus Torvalds2006-12-111-2/+10
* [PATCH] proc_misc build fixAndrew Morton2006-12-081-0/+1
* [PATCH] use current->nsproxy->pid_nsCedric Le Goater2006-12-081-1/+1
* [PATCH] rename struct pspace to struct pid_namespaceSukadev Bhattiprolu2006-12-081-2/+2
* [PATCH] Fix linux banner utsname informationHerbert Poetzl2006-12-081-2/+2
* [PATCH] remove the syslog interface when printk is disabledMike Galbraith2006-12-071-0/+2
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* [PATCH] Define struct pspaceSukadev Bhattiprolu2006-10-021-1/+2
* [PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells2006-09-301-1/+10
* [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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-07-011-1/+0Star
|\
| * Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* | [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] Simplify proc/devices and fix early termination regressionJoe Korty2006-03-311-127/+36Star