aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2004-08-22[PATCH] proc_pid_cmdline() race fixRoger Luethi1-0/+2
2004-08-22[PATCH] remove dead prototypesCarl Spalletta1-1/+0
2004-08-22[PATCH] proc fs task name locking fixMike Kravetz1-3/+8
2004-08-05[PATCH] fix /proc printing of TASK_DEAD stateRoland McGrath1-0/+1
2004-07-26[PATCH] more NULL noise removal in fs/*Alexander Viro1-1/+1
2004-07-24ppc64: fix more 0/NULL confusionLinus Torvalds1-2/+2
2004-07-02[PATCH] check attr updates in /procChris Wright1-7/+14
2004-06-30[PATCH] sparse: NULL vs 0 - filesystemsMika Kukkonen4-18/+18
2004-06-23[PATCH] symlink 3/9: trivial filesystemsAlexander Viro1-10/+4
2004-06-23[PATCH] Move saved_command_line to init/main.cAndrew Morton2-3/+1
2004-06-21[PATCH] Fix sparse warning in fs/proc/base.cRandy Dunlap1-3/+6
2004-06-20[PATCH] DS1286 cleanupsRalf Bächle1-15/+0
2004-06-17[PATCH] Fixes for idr codeCorey Minyard1-4/+6
2004-06-17[PATCH] Clean up asm/pgalloc.h includeRussell King1-1/+0
2004-06-03[PATCH] sparse: trivial fs annotationsAlexander Viro1-2/+2
2004-05-29[PATCH] sparse: trivial parts of fs/* annotationAlexander Viro1-4/+4
2004-05-24[PATCH] Fix race condition with current->group_infoAndrew Morton1-4/+7
2004-05-22[PATCH] rmap 16: pretend prio_treeAndrew Morton1-1/+1
2004-05-21[PATCH] H8/300 module support updateYoshinori Sato1-0/+4
2004-05-19[PATCH] Fix overzealous use of online cpu iteratorsAndrew Morton1-1/+1
2004-05-14[PATCH] Make /proc/sysrq-trigger ignore sysrq_enabledAndrew Morton1-1/+1
2004-05-14[PATCH] Revisited: ia64-cpu-hotplug-cpu_present.patchAndrew Morton1-2/+2
2004-04-26[PATCH] fix fs/proc/task_nommu.c compileAndrew Morton1-2/+19
2004-04-26[PATCH] fs/proc/array.c: workaround for gcc-2.96Andrew Morton1-2/+6
2004-04-18[PATCH] Increase number of dynamic inodes in procfsAndrew Morton3-33/+56
2004-04-16[PATCH] remount: forced-nodiratime filesystemsAlexander Viro1-0/+7
2004-04-12[PATCH] get_files_struct cleanupAndrew Morton1-20/+4
2004-04-11[PATCH] procfs LoadAVG/load_avg scaling fixAndrew Morton1-1/+1
2004-04-11[PATCH] eliminate nswap and cnswapAndrew Morton1-2/+2
2004-04-11[PATCH] fs/proc/proc_tty.c comment fixesAndrew Morton1-2/+2
2004-04-11[PATCH] move job control fields from task_struct to signal_structAndrew Morton1-9/+13
2004-03-22[PATCH] Work around compiler error in proc_misc.cAndrew Morton1-17/+17
2004-03-18[PATCH] procfs: use kernel min/maxAndrew Morton1-5/+1
2004-03-15[PATCH] Cleanup ppc64 procfs codeAndrew Morton1-3/+0
2004-03-13[PATCH] Use 64-bit counters for scheduler statsAndrew Morton1-19/+29
2004-03-11[PATCH] /proc data corruption checkAndrew Morton1-0/+1
2004-03-11[PATCH] teach /proc/kmsg about O_NONBLOCKAndrew Morton1-0/+2
2004-03-11[PATCH] readdir() cleanupsAndrew Morton1-0/+1
2004-03-08[PATCH] minor cleanups for hotplug CPUsRusty Russell1-2/+2
2004-03-01[PATCH] revert the /proc thread visibility fixAndrew Morton1-6/+5
2004-02-18[PATCH] /proc thread visibility fixesAndrew Morton1-9/+13
2004-02-18[PATCH] NGROUPS 2.6.2rc2 + fixupsAndrew Morton1-2/+4
2004-02-03[PATCH] proc_check_root() locking fixAndrew Morton1-4/+3
2004-02-03[PATCH] /proc/stat:btime fixAndrew Morton1-15/+4
2004-01-19[PATCH] Fix statically declare FIXMAPsAndrew Morton1-20/+6
2004-01-19[PATCH] Optimize proc_pid_lookupAndrew Morton1-4/+21
2004-01-18[PATCH] Use for_each_cpu() Where It's Meant To BeAndrew Morton1-4/+2
2004-01-18[PATCH] ppc64: support for runtime updates of /proc/device-tree, from Nathan ...Andrew Morton1-8/+31
2003-12-29[PATCH] Put fixmaps into /proc/pid/maps via a pseudo-vmaAndrew Morton1-1/+22
2003-12-29[PATCH] seq_file version of /proc/interruptsAndrew Morton1-17/+33
2003-12-29[PATCH] Restore /proc/pid/maps formattingAndrew Morton1-1/+1
2003-12-29[PATCH] Fix proc_pid_lookup vs exit raceAndrew Morton1-4/+11
2003-12-29[PATCH] make /proc/tty/driver/ S_IRUSR | S_IXUSR for root onlyAndrew Morton2-4/+16
2003-12-29[PATCH] fix suid leak in /procAndrew Morton1-7/+38
2003-12-29[PATCH] fix unsigned issue with env_end - env_startAndrew Morton1-2/+2
2003-12-02[PATCH] Fix /proc access to dead thread group list oopsIngo Molnar1-3/+7
2003-11-25[PATCH] prevent oops from read of proc entry for tty driversStephen Hemminger1-0/+1
2003-10-14[PATCH] number of threads in /procAlbert Cahalan1-2/+8
2003-10-09Revert the process group accessor functions. They are buggy, andLinus Torvalds1-4/+4
2003-10-08PPC: Change how we export some Openfirmware device nodes.Tom Rini1-3/+6
2003-10-04[PATCH] move job control fields from task_struct toAndrew Morton1-4/+4
2003-10-04[PATCH] /proc/sys/auxvAndrew Morton1-0/+28
2003-10-01[PATCH] table-driven filesystems option parsingAndrew Morton1-17/+31
2003-09-25[PATCH] janitor: cleanup includes in fs/Randy Dunlap1-1/+0
2003-09-23[PATCH] 32-bit dev_t fixupsAlexander Viro1-1/+1
2003-09-22[PATCH] prepare for 32-bit dev_t: tty usageAlexander Viro1-1/+1
2003-09-21[PATCH] fix CONFIG_SECURE trouble in thread-aware procfsAlbert Cahalan1-4/+10
2003-09-21[PATCH] scheduler infrastructureAndrew Morton1-1/+4
2003-09-21[PATCH] Fix setpgid and threadsAndrew Morton1-1/+1
2003-09-21[PATCH] procfs build fix for older gccAndrew Morton1-2/+5
2003-09-20[PATCH] fix for hidden-task problemAlbert Cahalan1-117/+372
2003-09-16[PATCH] Make /proc/kcore configurableRussell King2-2/+5
2003-09-09[PATCH] Fill in ELF OSABI in ELF headersMatthew Wilcox1-0/+1
2003-09-08[PATCH] sparse fix for proc/genericAndries E. Brouwer1-11/+12
2003-09-08[PATCH] sparse fix for kmsgAndries E. Brouwer1-4/+4
2003-09-08[PATCH] sparse fix for proc/miscAndries E. Brouwer1-7/+7
2003-09-08[PATCH] sparse fix kcoreAndries E. Brouwer1-2/+3
2003-09-04[PATCH] Fix /proc/stat off-by-oneAndrew Morton1-1/+1
2003-09-03[PATCH] fix /proc/stat handler for ARM, SPARC64, others..Andrew Morton1-13/+1
2003-09-03[PATCH] proc_misc.c needs irq.hAndrew Morton1-0/+1
2003-09-03[PATCH] convert /proc/stat to seq_fileAndrew Morton1-14/+54
2003-08-31[PATCH] kill CONFIG_KCORE_AOUTAndrew Morton1-69/+1
2003-08-31[PATCH] Fix build with CONFIG_KCORE_AOUTAndrew Morton1-3/+5
2003-08-31[PATCH] Call security hook from pid*_revalidateAndrew Morton1-9/+22
2003-08-31[PATCH] fix /proc/pid/fd ownership across setuid()Andrew Morton1-3/+13
2003-08-30[PATCH] Do 32bit addresses in /proc/self/maps if possibleAndi Kleen1-4/+4
2003-08-20[PATCH] fix /proc mm_struct refcounting bugAndrew Morton1-1/+1
2003-08-17Add irq and softirq time accounting to the kernelDoug Ledford1-5/+11
2003-08-04[PATCH] Create a mountpoint for the nfsd filesystem.Neil Brown1-0/+1
2003-07-25[PATCH] fs/ Makefile cleanupSam Ravnborg1-10/+5
2003-07-16[PATCH] s390: irq stats.Martin Schwidefsky1-7/+1
2003-07-13[PATCH] unchecked return code of copy_to_user in read_profileRandy Dunlap1-1/+2
2003-07-10[PATCH] separate locking for vfsmountsAndrew Morton1-4/+5
2003-07-10[PATCH] remove proc_mknod()Andrew Morton3-19/+0
2003-07-06[PATCH] proc_attr_lookup() fixAndrew Morton1-1/+3
2003-07-03[PATCH] Pass 'nameidata' to ->permission()Trond Myklebust1-1/+1
2003-07-03[PATCH] Add open intent information to the 'struct nameidata'Trond Myklebust3-9/+9
2003-07-02[PATCH] procfs: remove some unneeded lock_kernel()sAndrew Morton2-9/+10
2003-06-26Merge kanga.twiddle.net:/home/rth/work/linux/linus-2.5Richard Henderson1-1/+1
2003-06-23[ALPHA] Don't print all interrupts in /proc/stat.Richard Henderson1-1/+1
2003-06-20[PATCH] proc_pid_lookup use-after-free fixAndrew Morton1-2/+4
2003-06-20[PATCH] /proc/kcore: handle unmapped areasAndrew Morton1-2/+14
2003-06-19[PROC]: Printf field widths must be of type int, fix this in task_mmu.c.David S. Miller1-3/+3
2003-06-14[PATCH] Some clean up of the time code.Andrew Morton1-27/+10
2003-06-05[PATCH] fix wobbly /proc/stat:btimeAndrew Morton1-3/+17
2003-06-05[PATCH] force_successful_syscall_return()Andrew Morton1-0/+17
2003-06-02[PATCH] /proc/kcore fixesAndrew Morton1-82/+88
2003-05-27[PATCH] procfs bug exposed by cdev changesAlexander Viro1-2/+1
2003-05-26[PATCH] callout removal: callout is goneAlexander Viro1-2/+0
2003-05-25[PATCH] change get_sb prototypeAndries E. Brouwer1-1/+1
2003-05-25[PATCH] misc fixesAndrew Morton1-1/+0
2003-05-25[PATCH] /proc/pid inode security labelsAndrew Morton1-0/+1
2003-05-25[PATCH] Process Attribute API for Security Modules (fixlet)Andrew Morton1-4/+4
2003-05-25[PATCH] Process Attribute API for Security ModulesAndrew Morton1-11/+161
2003-05-25[PATCH] mark shrinkable slabs as being reclaimableAndrew Morton1-1/+1
2003-05-25[PATCH] Fix dcache_lock/tasklist_lock ranking bugAndrew Morton2-47/+109
2003-05-20[PATCH] seq_path() for /proc/pid/mapsAlexander Viro2-158/+79
2003-04-29[PATCH] proc_file_read fixAndrew Morton1-2/+2
2003-04-23[PATCH] tty cleanups (12/12)Alexander Viro1-27/+41
2003-04-23[PATCH] tty cleanups (11/12)Alexander Viro1-1/+1
2003-04-23[PATCH] tty cleanups (4/12)Alexander Viro1-0/+20
2003-04-23[PATCH] tty cleanups (3/12)Alexander Viro1-64/+89
2003-04-23[PATCH] C99 initializers for fs/proc/proc_misc.cArt Haas1-4/+4
2003-04-20[PATCH] Aggregated disk statisticsAndrew Morton1-0/+13
2003-04-12[PATCH] vmalloc stats in /proc/meminfoAndrew Morton1-2/+51
2003-04-12[PATCH] /proc/interrupts allocates too much memoryAndrew Morton1-1/+1
2003-04-12[PATCH] convert file_lock to a spinlockAndrew Morton1-14/+14
2003-04-08[PATCH] task_vsize() speedupAndrew Morton1-7/+1
2003-04-08[PATCH] remove nr_reverse_maps VM accountingAndrew Morton1-4/+2
2003-04-02[PATCH] misc fixesAndrew Morton1-1/+2
2003-03-29[PATCH] readlink in /proc w/ overlong pathAndries E. Brouwer1-6/+10
2003-03-22[PATCH] pagecache accounting speedupAndrew Morton1-1/+1
2003-03-22[PATCH] speed up vm_enough_memory()Andrew Morton1-2/+0
2003-03-21[PATCH] remove __NO_VERSION__ from procfsAlan Cox1-1/+0
2003-03-17[PATCH] /proc/sysrq-trigger: trigger sysrq functions viaAndrew Morton1-0/+28
2003-03-08[PATCH] Larger buffer for /proc/interrupts displayAndrew Morton1-5/+1
2003-02-24[PATCH] make jiffies wrap 5 min after bootAndrew Morton2-3/+4
2003-02-23[PATCH] convert /proc/io{mem,ports} to seq_fileRandy Dunlap1-16/+0
2003-02-18[PATCH] fix text and data sizing in MMUless task_nommu.cGreg Ungerer1-6/+7
2003-02-16It's usually considered stupid to lock the same spinlock twice in Linus Torvalds1-1/+1
2003-02-16Do proper signal locking for the old-style /proc/stat too.Linus Torvalds1-1/+9
2003-02-16Clean up and fix locking around signal renderingLinus Torvalds1-31/+54
2003-02-15Clean up ptrace_setoptions and PT_* constantsDaniel Jacobowitz1-0/+1
2003-02-14[PATCH] disable printout of interrupts in /proc/stat on ppc64Anton Blanchard1-1/+1
2003-02-12[PATCH] proc_file_read documentation/buffer overflow detection.Dave Jones1-22/+87
2003-02-10Report shared pending signals in /proc/<pid>/statusLinus Torvalds1-0/+3
2003-02-08[PATCH] Fix Alt-SysRQ-T status, and commentRussell King1-2/+2
2003-02-06Split up "struct signal_struct" into "signal" and "sighand" parts.Linus Torvalds1-4/+4
2003-02-04[PATCH] fix HZ=100 case with 64 bit jiffiesOleg Drokin1-2/+1
2003-02-03[PATCH] use 64 bit jiffies: 64-bit process start timeTim Schmielau1-2/+2
2003-02-03[PATCH] use 64 bit jiffies: fix utime wrapTim Schmielau1-26/+31
2003-02-03kbuild: Remove export-objs := ... statementsKai Germaschewski1-2/+0
2003-01-14[PATCH] more procfs bits for !CONFIG_MMUChristoph Hellwig5-251/+375
2003-01-14[PATCH] Create a per-cpu proces counter for /proc reportingAndrew Morton1-6/+1
2003-01-14[PATCH] factor free memory into max_sane_readahead()Andrew Morton1-1/+2
2003-01-13[PATCH] namespace pollution in procfsRusty Russell1-2/+2
2003-01-08[PATCH] tracer pid.Dave Jones1-1/+2
2002-12-30Merge tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5Kai Germaschewski1-2/+0
2002-12-29[PATCH] Remove /proc/meminfo:MemSharedAndrew Morton1-2/+0
2002-12-29Merge tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5Kai Germaschewski2-4/+12
2002-12-29[PATCH] nommu systems can't support /proc/<pid>/mapsChristoph Hellwig2-4/+12
2002-12-25kbuild: Stem compression for kallsymsAndi Kleen1-1/+2
2002-12-14[PATCH] Remove Rules.make from Makefiles (3/3)Brian Gerst1-2/+0
2002-11-30Handle internal proc_register failure in proc_symlink, proc_mknod,Jeff Garzik1-4/+17
2002-11-25Merge kroah.com:/home/greg/linux/BK/bleeding_edge-2.5Greg Kroah-Hartman1-1/+2
2002-11-25[PATCH] shrink task_struct by removing per_cpu utime and stimeAndrew Morton2-32/+1
2002-11-25[PATCH] Allow for profile_buf size = kernel text sizeAndrew Morton1-1/+1
2002-11-25MergeLinus Torvalds1-2/+2
2002-11-25[PATCH] proc is in the wrong orderAlan Cox1-2/+2
2002-11-23MergeGreg Kroah-Hartman1-1/+2
2002-11-22fs/proc/inode.c: Make proc use new module loader semantics so thatDoug Ledford1-3/+3
2002-11-20[PATCH] kill i_devAndries E. Brouwer1-2/+3
2002-11-20[PATCH] break up fs/devices.cBrian Gerst1-2/+4
2002-11-20[PATCH] fix compilation for !CONFIG_SWAPChristoph Hellwig1-2/+2
2002-11-18[PATCH] kallsyms for new modulesRusty Russell1-10/+8
2002-11-16[PATCH] include mount.h explicitly were neededChristoph Hellwig2-3/+3
2002-11-10[PATCH] In-kernel Module LoaderRusty Russell1-12/+0
2002-11-10[PATCH] remove duplicated disk statisticsAndrew Morton1-21/+0
2002-11-10[PATCH] hugetlb: remove /proc/ intrusionAndrew Morton1-13/+2
2002-11-10[PATCH] SMP iowait statsAndrew Morton1-3/+3
2002-11-02[PATCH] make swap code conditionalChristoph Hellwig1-14/+0
2002-10-31[PATCH] make kernel_stat use per-cpu infrastructureAndrew Morton1-19/+19
2002-10-30[PATCH] decoded wchan in /procRobert Love1-0/+33
2002-10-30[PATCH] Move hugetlb declarations into their own headerAndrew Morton1-0/+1
2002-10-29Merge redhat.com:/home/jgarzik/repo/linus-2.5Jeff Garzik1-8/+13
2002-10-28Merge kroah.com:/home/greg/linux/BK/bleeding_edge-2.5Greg Kroah-Hartman1-1/+2
2002-10-28[PATCH] export nr_running and nr_iowait tasks in /procAndrew Morton1-2/+7
2002-10-28Convert /proc/swaps to use seq_file APIRandy Dunlap1-8/+13
2002-10-28ia-64 kcore changes broke i386. Guess who gets the shaft?Linus Torvalds1-4/+0
2002-10-26[PATCH] ia64: make kcore workTony Luck1-8/+14
2002-10-17LSM: change all of the VFS related security calls to the new format.Greg Kroah-Hartman1-1/+1
2002-10-16LSM: add #include <linux/security.h> to a lot of files as they all have secur...Greg Kroah-Hartman1-0/+1
2002-10-15[PATCH] oprofile - timer hookJohn Levon1-0/+1
2002-10-12[PATCH] /proc/meminfo alterations for hugetlbpagesAndrew Morton1-3/+3
2002-10-11[PATCH] convert tty_drivers to list_headsBrian Gerst1-2/+1
2002-10-09[PATCH] 2.5.40: fix chmod/chown on procfsOlaf Dietsche1-0/+21
2002-10-07[PATCH] named initializers for fs/proc/proc_misc.cArt Haas1-8/+8
2002-10-07[PATCH] indentation fixes.Dave Jones1-1/+1
2002-10-03Merge s390 update into current treeLinus Torvalds1-0/+4
2002-10-03[PATCH] s390 update (26/27): /proc/interrupts.Martin Schwidefsky1-0/+4