aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2011-09-21teach /proc/$pid/numa_maps about transparent hugepagesDave Hansen1-0/+20
2011-09-21break out numa_maps gather_pte_stats() checksDave Hansen1-15/+24
2011-09-21make /proc/$pid/numa_maps gather_stats() take variable page sizeDave Hansen1-10/+11
2011-08-06vfs: show O_CLOEXE bit properly in /proc/<pid>/fdinfo/<fd> filesLinus Torvalds1-1/+9
2011-08-06oom_ajd: don't use WARN_ONCE, just use printk_onceLinus Torvalds1-1/+1
2011-07-27proc: make struct proc_dir_entry::name a terminal array rather than a pointerDavid Howells3-5/+4
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-26proc: fix a race in do_io_accounting()Vasiliy Kulikov1-3/+13
2011-07-26procfs: return ENOENT on opening a being-removed proc entryDaisuke Ogino1-1/+1
2011-07-25oom: make deprecated use of oom_adj more verboseDavid Rientjes1-4/+3
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-5/+5
2011-07-22Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds2-2/+2
2011-07-20fs: seq_file - add event counter to simplify poll() supportKay Sievers1-1/+1
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro2-2/+2
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro1-1/+1
2011-07-20->permission() sanitizing: MAY_NOT_BLOCKAl Viro1-1/+1
2011-07-20kill check_acl callback of generic_permission()Al Viro1-1/+1
2011-06-28proc: restrict access to /proc/PID/ioVasiliy Kulikov1-2/+5
2011-06-22ptrace: s/tracehook_tracer_task()/ptrace_parent()/Tejun Heo2-2/+2
2011-06-20proc_sys_permission() is OK in RCU modeAl Viro1-3/+0
2011-06-20proc_fd_permission() is doesn't need to bail out in RCU modeAl Viro1-5/+1
2011-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfdLinus Torvalds1-3/+6
2011-06-15proc: Fix Oops on stat of /proc/<zombie pid>/ns/netEric W. Biederman1-3/+6
2011-06-12fix leak in proc_set_super()Al Viro1-5/+6
2011-05-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-0/+9
2011-05-27arch/tile: more /proc and /sys file supportChris Metcalf1-0/+9
2011-05-26fs/proc/vmcore.c: add hook to read_from_oldmem() to check for non-ram pagesOlaf Hering1-3/+49
2011-05-26proc: fix pagemap_read() error caseKOSAKI Motohiro1-10/+9
2011-05-26proc: put check_mem_permission after __get_free_page in mem_writeKOSAKI Motohiro1-7/+9
2011-05-26proc/stat: use defined macro KMALLOC_MAX_SIZEYuanhan Liu1-3/+3
2011-05-26proc: constify status arrayMike Frysinger1-2/+2
2011-05-26fs/proc: convert to kstrtoX()Alexey Dobriyan2-11/+13
2011-05-26mm: extract exe_file handling from procfsJiri Slaby1-51/+0
2011-05-26mm: don't access vm_flags as 'int'KOSAKI Motohiro1-1/+1
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfdLinus Torvalds5-11/+233
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+1
2011-05-25proc: allocate storage for numa_maps statistics onceStephen Wilson1-9/+27
2011-05-25proc: make struct proc_maps_private truly privateStephen Wilson1-0/+8
2011-05-25mm: proc: move show_numa_map() to fs/proc/task_mmu.cStephen Wilson1-2/+182
2011-05-24ns proc: Return -ENOENT for a nonexistent /proc/self/ns/ entry.Eric W. Biederman1-0/+1
2011-05-24Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next...John W. Linville1-0/+1
2011-05-16airo: correct proc entry creation interfacesAlexey Dobriyan1-0/+1
2011-05-10ns proc: Add support for the ipc namespaceEric W. Biederman1-0/+3
2011-05-10ns proc: Add support for the uts namespaceEric W. Biederman1-0/+3
2011-05-10ns proc: Add support for the network namespace.Eric W. Biederman1-0/+3
2011-05-10ns: proc files for namespace naming policy.Eric W. Biederman5-11/+223
2011-05-09Don't lock guardpage if the stack is growing upMikulas Patocka1-5/+7
2011-04-18proc: do proper range check on readdir offsetLinus Torvalds1-2/+7
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-27proc: fix oops on invalid /proc/<pid>/maps accessLinus Torvalds1-1/+2
2011-03-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-78/+132
2011-03-23procfs: kill the global proc_mnt variableOleg Nesterov3-6/+4
2011-03-23pidns: call pid_ns_prepare_proc() from create_pid_namespace()Eric W. Biederman1-18/+7
2011-03-23proc: protect mm start_code/end_code in /proc/pid/statKees Cook1-2/+2
2011-03-23proc: make struct proc_dir_entry::namelen unsigned intAlexey Dobriyan1-4/+4
2011-03-23procfs: fix some wrong error code usageJovi Zhang1-2/+5
2011-03-23procfs: fix /proc/<pid>/maps heap checkAaro Koskinen1-2/+2
2011-03-23proc: hide kernel addresses via %pK in /proc/<pid>/stackKonstantin Khlebnikov1-1/+1
2011-03-23deal with races in /proc/*/{syscall,stack,personality}Al Viro1-19/+50
2011-03-23proc: enable writing to /proc/pid/memStephen Wilson1-5/+0
2011-03-23proc: make check_mem_permission() return an mm_struct on successStephen Wilson1-24/+34
2011-03-23proc: hold cred_guard_mutex in check_mem_permission()Stephen Wilson1-4/+22
2011-03-23proc: disable mem_write after execStephen Wilson1-0/+4
2011-03-23mm: arch: make get_gate_vma take an mm_struct instead of a task_structStephen Wilson1-3/+5
2011-03-23auxv: require the target to be tracable (or yourself)Al Viro1-3/+3
2011-03-23close race in /proc/*/environAl Viro1-6/+4
2011-03-23report errors in /proc/*/*map* sanelyAl Viro3-11/+13
2011-03-23pagemap: close races with suid execveAl Viro2-7/+4
2011-03-23make sessionid permissions in /proc/*/task/* match those in /proc/*Al Viro1-1/+1
2011-03-22smaps: have smaps show transparent huge pagesDave Hansen1-0/+4
2011-03-22smaps: teach smaps_pte_range() about THP pmdsDave Hansen1-2/+21
2011-03-22smaps: pass pte size argument in to smaps_pte_entry()Dave Hansen1-12/+12
2011-03-22smaps: break out smaps_pte_entry() from smaps_pte_range()Dave Hansen1-40/+47
2011-03-22pagewalk: only split huge pages when necessaryDave Hansen1-0/+6
2011-03-16Merge branch 'next' into for-linusJames Morris1-1/+0
2011-03-10/proc/self is never going to be invalidated...Al Viro1-30/+0
2011-03-08unfuck proc_sysctl ->d_compare()Al Viro2-4/+11
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris1-1/+0
2011-03-02of/flattree: Drop an uninteresting message to pr_debug levelPaul Bolle1-1/+1
2011-02-15s390: remove task_show_regsMartin Schwidefsky1-3/+0
2011-02-01security/selinux: fix /proc/sys/ labelingLucian Adrian Grijincu1-1/+0
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn1-2/+2
2011-01-20kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes1-3/+3
2011-01-13thp: remove PG_buddyAndrea Arcangeli1-6/+8
2011-01-13thp: transparent hugepage vmstatAndrea Arcangeli1-1/+13
2011-01-13oom: allow a non-CAP_SYS_RESOURCE proces to oom_score_adj downMandeep Singh Baines1-1/+3
2011-01-13mm: smaps: export mlock informationNikanth Karthikesan1-2/+5
2011-01-13/proc/kcore: fix seekingDave Anderson1-1/+1
2011-01-13proc: move proc_console.c to fs/proc/consoles.cAlexey Dobriyan2-3/+3
2011-01-13proc: less LOCK/UNLOCK in remove_proc_entry()Alexey Dobriyan1-4/+1
2011-01-13kpagecount: add slab page checking because _mapcount is in a unionPetr Holasek1-1/+1
2011-01-13proc: use single_open() correctlyJovi Zhang1-26/+3
2011-01-13proc: ->low_ino cleanupAlexey Dobriyan3-15/+6
2011-01-13proc: use seq_puts()/seq_putc() where possibleAlexey Dobriyan6-31/+31
2011-01-13proc: use unsigned long inside /proc/*/statmAlexey Dobriyan4-9/+12
2011-01-13fs/proc/base.c, kernel/latencytop.c: convert sprintf_symbol() to %psJoe Perches1-14/+8
2011-01-07Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-0/+115
2011-01-07Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-29/+68
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin2-3/+8
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin2-7/+29
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin3-9/+9
2011-01-07fs: rcu-walk for path lookupNick Piggin1-0/+4
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2011-01-07fs: change d_compare for rcu-walkNick Piggin1-6/+7
2011-01-07fs: change d_delete semanticsNick Piggin3-3/+3
2011-01-06Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2011-01-05Merge branches 'ftrace', 'gic', 'io', 'kexec', 'mod', 'sa11x0', 'sh' and 'ver...Russell King1-1/+1
2010-12-08Merge branch 'linus' into sched/coreIngo Molnar2-2/+3
2010-12-05Revert "vfs: show unreachable paths in getcwd and proc"Eric W. Biederman1-1/+1
2010-11-30sched: Add 'autogroup' scheduling feature: automated per session task groupsMike Galbraith1-0/+79
2010-11-30ARM: 6485/5: proc/vmcore - allow archs to override vmcore_elf_check_arch()Mika Westerberg1-1/+1
2010-11-25pagemap: set pagemap walk limit to PMD boundaryNaoya Horiguchi1-1/+2
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-16console: add /proc/consolesJiri Slaby2-0/+115
2010-10-29switch procfs to ->mount()Al Viro1-7/+6
2010-10-29setting ->proc_mnt doesn't belong in proc_get_sb()Al Viro1-1/+2
2010-10-27/proc/stat: fix scalability of irq sum of all cpuKAMEZAWA Hiroyuki1-8/+2
2010-10-27/proc/stat: scalability of irq num per cpuKAMEZAWA Hiroyuki1-3/+1
2010-10-27procfs: fix /proc/softirqs formattingDavidlohr Bueso1-2/+2
2010-10-27/proc/pid/smaps: export amount of anonymous memory in a mappingNikanth Karthikesan1-0/+6
2010-10-27signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro1-4/+4
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-0/+6
2010-10-26oom: fix locking for oom_adj and oom_score_adjDavid Rientjes1-19/+21
2010-10-26oom: rewrite error handling for oom_adj and oom_score_adj tunablesDavid Rientjes1-35/+48
2010-10-26oom: add per-mm oom disable countYing Han1-0/+30
2010-10-26vmcore: it is not experimental any moreWANG Cong1-2/+2
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig2-0/+4
2010-10-25vfs: introduce FMODE_UNSIGNED_OFFSET for allowing negative f_posKAMEZAWA Hiroyuki1-0/+2
2010-10-23Revert "tty: Add a new file /proc/tty/consoles"Linus Torvalds1-158/+0
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-0/+158
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds4-0/+11
2010-10-22tty: Add a new file /proc/tty/consolesDr. Werner Fink1-0/+158
2010-10-15llseek: automatically add .llseek fopArnd Bergmann4-0/+11
2010-10-01proc: make /proc/pid/limits world readableJiri Olsa1-2/+2
2010-09-22/proc/pid/smaps: fix dirty pages accountingKOSAKI Motohiro1-2/+2
2010-09-22/proc/vmcore: fix seekingArnd Bergmann1-1/+1
2010-09-09proc: export uncached bit properly in /proc/kpageflagsTakashi Iwai1-1/+1
2010-09-09mm: Move vma_stack_continue into mm.hStefan Bader1-1/+2
2010-08-15mm: fix up some user-visible effects of the stack guard pageLinus Torvalds1-1/+7
2010-08-14bkl: Remove locked .ioctl file operationArnd Bergmann1-13/+4
2010-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-12/+12
2010-08-11procfs: simplify conditional processing of fs/proc.o.Robert P. J. Day1-1/+1
2010-08-11vfs: show unreachable paths in getcwd and procMiklos Szeredi1-1/+1
2010-08-11vfs: add helpers to get root and pwdMiklos Szeredi1-11/+11
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-15/+40
2010-08-09oom: deprecate oom_adj tunableDavid Rientjes1-0/+8
2010-08-09oom: badness heuristic rewriteDavid Rientjes1-4/+90
2010-08-09oom: move badness() declaration into oom.hAndrew Morton1-3/+0
2010-08-09oom: /proc/<pid>/oom_score treat kernel thread honestlyKOSAKI Motohiro1-2/+3
2010-08-09switch procfs to ->evict_inode()Al Viro1-3/+3
2010-08-09remove inode_setattrChristoph Hellwig3-12/+37
2010-07-29CRED: Fix get_task_cred() and task_state() to not resurrect dead credentialsDavid Howells1-1/+1
2010-06-29nommu: add '[stack]' label to /proc/pid/maps outputMike Frysinger1-4/+16
2010-06-13of: Drop properties with "/" in their nameMichael Ellerman1-0/+3
2010-05-27kcore: add _text to KCORE_TEXTWu Fengguang1-1/+1
2010-05-27proc: remove obsolete commentsAmerigo Wang1-15/+0
2010-05-27proc: cleanup: remove unused assignmentsDan Carpenter2-3/+2
2010-05-27proc: get_nr_threads() doesn't need ->siglock any longerOleg Nesterov2-14/+2
2010-05-25pagemap: add #ifdefs CONFIG_HUGETLB_PAGE on code walking hugetlb vmaNaoya Horiguchi1-0/+4
2010-05-19Merge branch 'bkl/procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Linus Torvalds5-3/+14
2010-05-17procfs: Kill the bkl in ioctlFrederic Weisbecker1-2/+2
2010-05-11revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt2-21/+1
2010-04-27procfs: fix tid fdinfoJerome Marchand1-1/+1
2010-04-09procfs: Use generic_file_llseek in /proc/vmcoreFrederic Weisbecker1-0/+1
2010-04-09procfs: Use generic_file_llseek in /proc/kmsgFrederic Weisbecker1-0/+1
2010-04-09procfs: Use generic_file_llseek in /proc/kcoreFrederic Weisbecker1-0/+1
2010-04-09procfs: Kill BKL in llseek on proc baseArnd Bergmann1-1/+9
2010-04-07pagemap: fix pfn calculation for hugepageNaoya Horiguchi1-20/+7
2010-04-06proc: copy_to_user() returns unsignedDan Carpenter1-1/+1
2010-04-05Merge branch 'master' into export-slabhTejun Heo2-51/+41
2010-04-04proc: pagemap: Hold mmap_sem during page walkKAMEZAWA Hiroyuki1-49/+38
2010-04-01oom: fix the unsafe usage of badness() in proc_oom_score()Oleg Nesterov1-2/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo12-3/+9
2010-03-24kcore: fix test for end of listDan Carpenter1-1/+1
2010-03-06proc: warn on non-existing proc entriesAlexey Dobriyan1-2/+6
2010-03-06proc: do translation + unlink atomically at remove_proc_entry()Alexey Dobriyan1-12/+19
2010-03-06fs: use rlimit helpersJiri Slaby1-2/+2
2010-03-06mm: count swap usageKAMEZAWA Hiroyuki1-3/+6
2010-03-06mm: clean up mm_counterKAMEZAWA Hiroyuki1-2/+2
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-14/+7
2010-03-03take check for new events in namespace (guts of mounts_poll()) to namespace.cAl Viro1-8/+2
2010-03-03some clean up in fs/procHelight.Xu2-6/+5
2010-03-01Merge branch 'next' into for-linusJames Morris1-7/+7
2010-02-28Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-1/+7
2010-02-25Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-2/+5
2010-02-25vfs: Apply lockdep-based checking to rcu_dereference() usesPaul E. McKenney2-1/+7
2010-02-19Switch proc/self to nd_set_link()Al Viro1-5/+19
2010-02-14proc_devtree: fix THIS_MODULE without module.hJeremy Kerr1-0/+1
2010-02-09proc_devtree: include linux/of.hJeremy Kerr1-0/+1
2010-02-09of: make set_node_proc_entry private to proc_devtree.cJeremy Kerr1-2/+3
2010-02-04syslog: use defined constants instead of raw numbersKees Cook1-5/+5
2010-02-04syslog: distinguish between /proc/kmsg and syscallsKees Cook1-7/+7
2010-01-14fix autofs/afs/etc. magic mountpoint breakageAl Viro1-1/+0
2010-01-11smaps: fix wrong rss countMinchan Kim1-2/+1
2010-01-11proc: partially revert "procfs: provide stack information for threads"KOSAKI Motohiro1-89/+0
2009-12-19Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-7/+12
2009-12-17sched: Assert task state bits at build timePeter Zijlstra1-8/+10
2009-12-17sched: Update task_state_arraypwith new statesPeter Zijlstra1-2/+5
2009-12-16Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds1-42/+3
2009-12-16elf: kill USE_ELF_CORE_DUMPChristoph Hellwig1-2/+2