aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-24vmallocinfo: add NUMA informationEric Dumazet1-2/+13
2008-07-24mm/vmstat.c: proper externsAdrian Bunk1-4/+0
2008-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-6/+5
2008-07-22netns: make get_proc_net() staticAdrian Bunk1-6/+5
2008-07-22proc: fix /proc/*/pagemap some moreAlexey Dobriyan1-1/+1
2008-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+32
2008-07-20tty: Ldisc revampAlan Cox1-48/+0
2008-07-18proc: consolidate per-net single-release callersPavel Emelyanov1-0/+8
2008-07-18proc: consolidate per-net single_open callersPavel Emelyanov1-0/+24
2008-07-14Merge branch 'x86/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+16
2008-07-14Security: split proc ptrace checking into read vs. attachStephen Smalley3-8/+9
2008-07-08Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/build', 'x86/cleanups', 'x86/cpa', 'x86/cpu', 'x86/defconfig', 'x86/gart', 'x86/i8259', 'x86/intel', 'x86/irqstats', 'x86/kconfig', 'x86/ldt', 'x86/mce', 'x86/memtest', 'x86/pat', 'x86/ptemask', 'x86/resumetrace', 'x86/thr...Ingo Molnar5-91/+146
2008-07-08x86, generic: CPA add statistics about state of direct mapping v4Andi Kleen1-0/+7
2008-07-05Fix pagemap_read() use of struct mm_walkAndrew Morton1-34/+38
2008-07-05Fix clear_refs_write() use of struct mm_walkAndrew Morton1-4/+4
2008-06-16Merge branch 'linus' into x86/irqstatsIngo Molnar5-61/+96
2008-06-12pagemap: fix large pages in pagemapDave Hansen1-9/+30
2008-06-12pagemap: pass mm into pagewalkersDave Hansen1-19/+25
2008-06-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6Linus Torvalds1-1/+1
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-06-06proc: calculate the correct /proc/<pid> link countVegard Nossum1-8/+25
2008-06-06pagemap: fix bug in add_to_pagemap, require aligned-length reads of /proc/pid/pagemapThomas Tuttle1-19/+9
2008-05-31capabilities: remain source compatible with 32-bit raw legacy capability support.Andrew G. Morgan1-1/+1
2008-05-25x86: make /proc/stat account for all interruptsJan Beulich1-0/+9
2008-05-24proc: proc_get_inode() should get module only onceDenis V. Lunev1-1/+2
2008-05-24mm: fix atomic_t overflow in vmAlan Cox1-1/+1
2008-05-17[PATCH] open sessionid permissionsSteve Grubb1-1/+1
2008-05-13capabilities: add bounding set to /proc/self/statusSerge E. Hallyn1-0/+1
2008-05-08fs/proc/task_mmu.c: remove duplicated include filesHuang Weiyi1-2/+0
2008-05-04task_nommu: fix compile failing bug because of spilt file.hBryan Wu1-0/+1
2008-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-11/+17
2008-05-02netns: assign PDE->data before gluing entry into /proc treeDenis V. Lunev2-11/+17
2008-05-01[PATCH] split linux/file.hAl Viro2-0/+2
2008-04-30mm: Add NR_WRITEBACK_TEMP counterMiklos Szeredi1-0/+2
2008-04-30tty: The big operations reworkAlan Cox1-4/+2
2008-04-30tty_io: fix remaining pid struct lockingAlan Cox1-1/+3
2008-04-30do_task_stat: don't take rcu_read_lock()Oleg Nesterov1-2/+0
2008-04-29sysctl: add the ->permissions callback on the ctl_table_rootPavel Emelyanov1-2/+2
2008-04-29sysctl: merge equal proc_sys_read and proc_sys_writePavel Emelyanov1-39/+11
2008-04-29proc: introduce proc_create_data to setup de->dataDenis V. Lunev2-4/+6
2008-04-29proc: convert /proc/tty/ldiscs to seq_file interfaceAlexey Dobriyan1-31/+45
2008-04-29proc: remove ->get_info infrastructureAlexey Dobriyan1-6/+1
2008-04-29proc: remove proc_root from driversAlexey Dobriyan3-2/+2
2008-04-29proc: remove proc_root_driverAlexey Dobriyan1-4/+1
2008-04-29proc: remove proc_root_fsAlexey Dobriyan1-3/+2
2008-04-29proc: remove proc_busAlexey Dobriyan1-3/+2
2008-04-29proc: drop several "PDE valid/invalid" checksAlexey Dobriyan2-56/+46
2008-04-29proc: less special case in xlate codeAlexey Dobriyan1-3/+6
2008-04-29proc: simplify locking in remove_proc_entry()Alexey Dobriyan1-42/+40