aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/proc_misc.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-23proc: remove fs/proc/proc_misc.cAlexey Dobriyan1-65/+0
2008-10-23proc: move /proc/vmcore creation to fs/proc/vmcore.cAlexey Dobriyan1-3/+0
2008-10-23proc: move pagecount stuff to fs/proc/page.cAlexey Dobriyan1-135/+0
2008-10-23proc: move all /proc/kcore stuff to fs/proc/kcore.cAlexey Dobriyan1-8/+0
2008-10-23proc: move /proc/schedstat boilerplate to kernel/sched_stats.hAlexey Dobriyan1-3/+0
2008-10-23proc: move /proc/modules boilerplate to kernel/module.cAlexey Dobriyan1-17/+0
2008-10-23proc: move /proc/diskstats boilerplate to block/genhd.cAlexey Dobriyan1-16/+0
2008-10-23proc: move /proc/zoneinfo boilerplate to mm/vmstat.cAlexey Dobriyan1-13/+0
2008-10-23proc: move /proc/vmstat boilerplate to mm/vmstat.cAlexey Dobriyan1-12/+0
2008-10-23proc: move /proc/pagetypeinfo boilerplate to mm/vmstat.cAlexey Dobriyan1-13/+0
2008-10-23proc: move /proc/buddyinfo boilerplate to mm/vmstat.cAlexey Dobriyan1-14/+0
2008-10-23proc: move /proc/vmallocinfo to mm/vmalloc.cAlexey Dobriyan1-28/+0
2008-10-23proc: move /proc/slabinfo boilerplate to mm/slub.c, mm/slab.cAlexey Dobriyan1-17/+0
2008-10-23proc: move /proc/slab_allocators boilerplate to mm/slab.cAlexey Dobriyan1-30/+0
2008-10-23proc: move /proc/interrupts boilerplate code to fs/proc/interrupts.cAlexey Dobriyan1-40/+0
2008-10-23proc: move /proc/stat to fs/proc/stat.cAlexey Dobriyan1-134/+0
2008-10-23proc: move rest of /proc/partitions code to block/genhd.cAlexey Dobriyan1-14/+0
2008-10-23proc: move /proc/cpuinfo code to fs/proc/cpuinfo.cAlexey Dobriyan1-14/+0
2008-10-23proc: move /proc/devices code to fs/proc/devices.cAlexey Dobriyan1-60/+0
2008-10-23proc: move rest of /proc/locks to fs/locks.cAlexey Dobriyan1-17/+0
2008-10-23proc: move /proc/kmsg creation to fs/proc/kmsg.cAlexey Dobriyan1-3/+0
2008-10-23proc: remove remnants of ->read_proc in proc_misc.cAlexey Dobriyan1-27/+0
2008-10-23proc: move /proc/execdomains to kernel/exec_domain.cAlexey Dobriyan1-9/+0
2008-10-23proc: switch /proc/cmdline to seq_fileAlexey Dobriyan1-10/+0
2008-10-23proc: move /proc/filesystems to fs/filesystems.cAlexey Dobriyan1-8/+0
2008-10-23proc: move /proc/stram to m68k-specific codeAlexey Dobriyan1-13/+0
2008-10-23proc: move /proc/hardware to m68k-specific codeAlexey Dobriyan1-13/+0
2008-10-23proc: switch /proc/version to seq_fileAlexey Dobriyan1-13/+0
2008-10-23proc: switch /proc/meminfo to seq_fileAlexey Dobriyan1-137/+0
2008-10-23proc: switch /proc/uptime to seq_fileAlexey Dobriyan1-21/+0
2008-10-23proc: switch /proc/loadavg to seq_fileAlexey Dobriyan1-26/+0
2008-10-20Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-21/+19
2008-10-20vmstat: mlocked pages statisticsNick Piggin1-0/+2
2008-10-20Unevictable LRU Page StatisticsLee Schermerhorn1-0/+6
2008-10-20vmscan: split LRU lists into anon & file setsRik van Riel1-32/+45
2008-10-16proc: move sysrq-trigger out of fs/proc/Alexey Dobriyan1-26/+0
2008-10-16proc: fixup irq iteratorThomas Gleixner1-5/+2
2008-10-16genirq: remove sparse irq codeThomas Gleixner1-38/+5
2008-10-16x86: use 28 bits irq NR for pci msi/msix and htYinghai Lu1-1/+1
2008-10-16x86_64: make /proc/interrupts work with dyn irq_descYinghai Lu1-4/+24
2008-10-16irq, fs/proc: replace loop with nr_irqs for proc/statYinghai Lu1-14/+28
2008-10-16x86: move kstat_irqs from kstat to irq_descYinghai Lu1-1/+1
2008-10-16fs/proc: use nr_irqsYinghai Lu1-5/+5
2008-10-14Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+4
2008-10-10proc: remove unused get_dma_list()Alexey Dobriyan1-1/+0
2008-09-29Configure out file locking featuresThomas Petazzoni1-0/+4
2008-09-13mm: ifdef Quicklists in /proc/meminfoHugh Dickins1-4/+8
2008-09-02mm: show quicklist usage in /proc/meminfoKOSAKI Motohiro1-2/+5
2008-07-24vmallocinfo: add NUMA informationEric Dumazet1-2/+13
2008-07-24mm/vmstat.c: proper externsAdrian Bunk1-4/+0
2008-07-08Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/bu...Ingo Molnar1-4/+20
2008-07-08x86, generic: CPA add statistics about state of direct mapping v4Andi Kleen1-0/+7
2008-06-16Merge branch 'linus' into x86/irqstatsIngo Molnar1-4/+4
2008-06-06pagemap: return EINVAL, not EIO, for unaligned reads of kpagecount or kpageflagsThomas Tuttle1-2/+2
2008-06-06pagemap: return map count, not reference count, in /proc/kpagecountThomas Tuttle1-1/+1
2008-05-25x86: make /proc/stat account for all interruptsJan Beulich1-0/+9
2008-05-24mm: fix atomic_t overflow in vmAlan Cox1-1/+1
2008-04-30mm: Add NR_WRITEBACK_TEMP counterMiklos Szeredi1-0/+2
2008-04-29proc: remove proc_root from driversAlexey Dobriyan1-1/+1
2008-04-29proc: switch to proc_create()Alexey Dobriyan1-44/+22
2008-04-28vmalloc: show vmalloced areas via /proc/vmallocinfoChristoph Lameter1-0/+17
2008-03-04block/genhd.c: proper externsAdrian Bunk1-2/+1
2008-02-08procfs: constify function pointer tablesJan Engelhardt1-11/+11
2008-02-06proc: loadavg reading raceMichal Schmidt1-3/+8
2008-02-06proper prototype for get_filesystem_list()Adrian Bunk1-1/+0
2008-02-06proper show_interrupts() prototypeAdrian Bunk1-1/+1
2008-02-05maps4: make page monitoring /proc file optionalMatt Mackall1-0/+4
2008-02-05maps4: add /proc/kpageflags interfaceMatt Mackall1-1/+83
2008-02-05maps4: add /proc/kpagecount interfaceMatt Mackall1-0/+50
2008-01-02Unify /proc/slabinfo configurationLinus Torvalds1-19/+2
2008-01-02slub: register slabinfo to procfsPekka Enberg1-0/+17
2007-10-19pid namespaces: define and use task_active_pid_ns() wrapperSukadev Bhattiprolu1-1/+2
2007-10-17report the per-irq statistics on all archesRavikiran G Thirumalai1-3/+0
2007-10-16Print out statistics in relation to fragmentation avoidance to /proc/pagetype...Mel Gorman1-0/+14
2007-10-15Merge branch 'locks' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-9/+10
2007-10-15sched: guest CPU accounting: add guest-CPU /proc/stat fieldLaurent Vivier1-4/+11
2007-10-09Rework /proc/locks via seq_files and seq_list helpersPavel Emelyanov1-9/+10
2007-07-21x86_64: Avoid too many remote cpu references due to /proc/statRavikiran G Thirumalai1-1/+2
2007-07-19Avoid too many remote cpu references due to /proc/statRavikiran G Thirumalai1-3/+12
2007-07-16Use boot based time for uptime in /procTomas Janousek1-0/+1
2007-07-16Use boot based time for process start time and boot time in /procTomas Janousek1-3/+3
2007-05-08proc: cleanup: use seq_release_private() where appropriateMartin Peschke1-8/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-07mm/slab.c: proper prototypesAdrian Bunk1-2/+0
2007-02-12[PATCH] mark struct file_operations const 6Arjan van de Ven1-13/+13
2007-02-11[PATCH] proc_misc warning fixAndrew Morton1-7/+12
2007-02-11[PATCH] Drop get_zone_counts()Christoph Lameter1-7/+2
2007-01-10[PATCH] fix linux banner format stringRoman Zippel1-7/+1
2006-12-11Make SLES9 "get_kernel_version" work on the kernel binary againLinus Torvalds1-2/+10
2006-12-08[PATCH] proc_misc build fixAndrew Morton1-0/+1
2006-12-08[PATCH] use current->nsproxy->pid_nsCedric Le Goater1-1/+1
2006-12-08[PATCH] rename struct pspace to struct pid_namespaceSukadev Bhattiprolu1-2/+2
2006-12-08[PATCH] Fix linux banner utsname informationHerbert Poetzl1-2/+2
2006-12-07[PATCH] remove the syslog interface when printk is disabledMike Galbraith1-0/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-10-02[PATCH] Define struct pspaceSukadev Bhattiprolu1-1/+2
2006-09-30[PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells1-1/+10
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-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+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 Engel1-1/+0
2006-03-31[PATCH] Simplify proc/devices and fix early termination regressionJoe Korty1-127/+36
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven1-1/+1
2006-03-28[PATCH] for_each_possible_cpu: fixes for generic partKAMEZAWA Hiroyuki1-1/+1
2006-03-25[PATCH] slab: implement /proc/slab_allocatorsAl Viro1-0/+37
2006-03-23[PATCH] proc: fix duplicate line in /proc/devicesNeil Horman1-1/+1
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-08[PATCH] slob: introduce the SLOB allocatorMatt Mackall1-0/+4
2005-09-26powerpc: Merge enough to start building in arch/powerpc.Paul Mackerras1-8/+0
2005-06-25[PATCH] kdump: Access dump file in elf format (/proc/vmcore)Vivek Goyal1-0/+6
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-04-16[PATCH] meminfo: add Cached underflow checkMartin Hicks1-1/+6
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+615