summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* vmallocinfo: add NUMA informationEric Dumazet2008-07-241-2/+13
* mm/vmstat.c: proper externsAdrian Bunk2008-07-241-4/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-221-6/+5
|\
| * netns: make get_proc_net() staticAdrian Bunk2008-07-221-6/+5
* | proc: fix /proc/*/pagemap some moreAlexey Dobriyan2008-07-221-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-201-0/+32
|\
| * proc: consolidate per-net single-release callersPavel Emelyanov2008-07-181-0/+8
| * proc: consolidate per-net single_open callersPavel Emelyanov2008-07-181-0/+24
* | tty: Ldisc revampAlan Cox2008-07-201-48/+0
|/
* Merge branch 'x86/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-07-141-0/+16
|\
| *-------. Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/bu...Ingo Molnar2008-07-085-91/+146
| |\ \ \ \ \
| | | | | | * Merge branch 'linus' into x86/irqstatsIngo Molnar2008-06-165-61/+96
| | | | | | |\ | | | | | |_|/ | | | | |/| |
| | | | | | * x86: make /proc/stat account for all interruptsJan Beulich2008-05-251-0/+9
| | |_|_|_|/ | |/| | | |
| | | | | * x86, generic: CPA add statistics about state of direct mapping v4Andi Kleen2008-07-081-0/+7
| | | |_|/ | | |/| |
* | / | | Security: split proc ptrace checking into read vs. attachStephen Smalley2008-07-143-8/+9
| |/ / / |/| | |
* | | | Fix pagemap_read() use of struct mm_walkAndrew Morton2008-07-051-34/+38
* | | | Fix clear_refs_write() use of struct mm_walkAndrew Morton2008-07-051-4/+4
| |_|/ |/| |
* | | pagemap: fix large pages in pagemapDave Hansen2008-06-121-9/+30
* | | pagemap: pass mm into pagewalkersDave Hansen2008-06-121-19/+25
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/chr...Linus Torvalds2008-06-061-1/+1
|\ \ \
| * | | capabilities: remain source compatible with 32-bit raw legacy capability supp...Andrew G. Morgan2008-05-311-1/+1
* | | | pagemap: return EINVAL, not EIO, for unaligned reads of kpagecount or kpageflagsThomas Tuttle2008-06-061-2/+2
* | | | pagemap: return map count, not reference count, in /proc/kpagecountThomas Tuttle2008-06-061-1/+1
* | | | proc: calculate the correct /proc/<pid> link countVegard Nossum2008-06-061-8/+25
* | | | pagemap: fix bug in add_to_pagemap, require aligned-length reads of /proc/pid...Thomas Tuttle2008-06-061-19/+9
|/ / /
* | | proc: proc_get_inode() should get module only onceDenis V. Lunev2008-05-241-1/+2
* | | mm: fix atomic_t overflow in vmAlan Cox2008-05-241-1/+1
|/ /
* | [PATCH] open sessionid permissionsSteve Grubb2008-05-171-1/+1
* | capabilities: add bounding set to /proc/self/statusSerge E. Hallyn2008-05-131-0/+1
|/
* fs/proc/task_mmu.c: remove duplicated include filesHuang Weiyi2008-05-081-2/+0
* task_nommu: fix compile failing bug because of spilt file.hBryan Wu2008-05-041-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-05-032-11/+17
|\
| * netns: assign PDE->data before gluing entry into /proc treeDenis V. Lunev2008-05-022-11/+17
* | [PATCH] split linux/file.hAl Viro2008-05-012-0/+2
|/
* mm: Add NR_WRITEBACK_TEMP counterMiklos Szeredi2008-04-301-0/+2
* tty: The big operations reworkAlan Cox2008-04-301-4/+2
* tty_io: fix remaining pid struct lockingAlan Cox2008-04-301-1/+3
* do_task_stat: don't take rcu_read_lock()Oleg Nesterov2008-04-301-2/+0
* sysctl: add the ->permissions callback on the ctl_table_rootPavel Emelyanov2008-04-291-2/+2
* sysctl: merge equal proc_sys_read and proc_sys_writePavel Emelyanov2008-04-291-39/+11
* proc: introduce proc_create_data to setup de->dataDenis V. Lunev2008-04-292-4/+6
* proc: convert /proc/tty/ldiscs to seq_file interfaceAlexey Dobriyan2008-04-291-31/+45
* proc: remove ->get_info infrastructureAlexey Dobriyan2008-04-291-6/+1
* proc: remove proc_root from driversAlexey Dobriyan2008-04-293-2/+2
* proc: remove proc_root_driverAlexey Dobriyan2008-04-291-4/+1
* proc: remove proc_root_fsAlexey Dobriyan2008-04-291-3/+2
* proc: remove proc_busAlexey Dobriyan2008-04-291-3/+2
* proc: drop several "PDE valid/invalid" checksAlexey Dobriyan2008-04-292-56/+46
* proc: less special case in xlate codeAlexey Dobriyan2008-04-291-3/+6
* proc: simplify locking in remove_proc_entry()Alexey Dobriyan2008-04-291-42/+40