sh: convert /proc/cpu/aligmnent, /proc/cpu/kernel_alignment to seq_file
[safe/jmp/linux-2.6] / fs / proc /
2009-11-18 Stefani Seiboldprocfs: fix /proc/<pid>/stat stack pointer for kernel...
2009-11-12 Sukadev Bhattiprolupidns: fix a leak in /proc dentries and inodes with...
2009-10-29 Hugh Dickinshwpoison: fix/proc/meminfo alignment
2009-10-19 Hugh DickinsHWPOISON: fix/proc/meminfo alignment
2009-10-08 Wu Fengguangpagemap: export KPF_HWPOISON
2009-10-08 Jaswinder Singh... fs: includecheck fix: proc, kcore.c
2009-09-25 Andrew Mortonprocfs: disable per-task stack usage on NOMMU
2009-09-24 Linus TorvaldsMerge branch 'cputime' of git://git390.marist.edu/linux-2.6
2009-09-24 Linus TorvaldsMerge branch 'hwpoison' of git://git./linux/kernel...
2009-09-24 Alexey Dobriyansysctl: remove "struct file *" argument of ->proc_handler
2009-09-24 Michael Abbott[PATCH] Fix idle time field in /proc/uptime
2009-09-23 KAMEZAWA Hiroyuki/proc/kcore: update stat.st_size after memory hotplug
2009-09-23 KAMEZAWA Hiroyuki/proc/kcore: fix stat.st_size
2009-09-23 KAMEZAWA Hiroyukikcore: more fixes for init
2009-09-23 KAMEZAWA Hiroyukikcore: register module area in generic way
2009-09-23 KAMEZAWA Hiroyukikcore: register vmemmap range
2009-09-23 KAMEZAWA Hiroyukikcore: use registerd physmem information
2009-09-23 KAMEZAWA Hiroyukikcore: register text area in generic way
2009-09-23 KAMEZAWA Hiroyukikcore: register vmalloc area in generic way
2009-09-23 KAMEZAWA Hiroyukikcore: add kclist types
2009-09-23 KAMEZAWA Hiroyukikcore: use usual list for kclist
2009-09-23 Stefani Seiboldprocfs: provide stack information for threads
2009-09-23 Vincent Lifs/proc/base.c: fix proc_fault_inject_write() input...
2009-09-23 Vincent Lifs/proc/task_mmu.c v1: fix clear_refs_write() input...
2009-09-23 Amerigo Wangkcore: fix /proc/kcore's stat.st_size
2009-09-23 Oleg Nesterovproc_flush_task: flush /proc/tid/task/pid when a sub...
2009-09-23 Kees Cookproc: fix reported unit for RLIMIT_CPU
2009-09-23 James Morrisseq_file: constify seq_operations
2009-09-22 KOSAKI Motohirooom: fix oom_adjust_write() input sanity check
2009-09-22 KOSAKI Motohirooom: make oom_score to per-process value
2009-09-22 KOSAKI Motohirooom: move oom_adj value from task_struct to signal_struct
2009-09-22 KAMEZAWA Hiroyukikcore: /proc/kcore should use vread
2009-09-22 Moussa A. Bapagemap clear_refs: modify to specify anon or mapped...
2009-09-22 Hugh Dickinsksm: identify PageKsm pages
2009-09-22 KOSAKI Motohiromm: oom analysis: add shmem vmstat
2009-09-22 KOSAKI Motohiromm: oom analysis: Show kernel stack usage in /proc...
2009-09-16 Andi KleenHWPOISON: The high level memory error handler in the...
2009-08-18 KOSAKI Motohiromm: revert "oom: move oom_adj value"
2009-08-10 Oleg Nesterovmm_for_maps: take ->cred_guard_mutex to fix the race...
2009-08-10 Oleg Nesterovmm_for_maps: shift down_read(mmap_sem) to the caller
2009-08-10 Oleg Nesterovmm_for_maps: simplify, use ptrace_may_access()
2009-08-10 Oleg Nesterovmm_for_maps: take ->cred_guard_mutex to fix the race...
2009-08-10 Oleg Nesterovmm_for_maps: shift down_read(mmap_sem) to the caller
2009-06-24 Oleg Nesterovmm_for_maps: simplify, use ptrace_may_access()
2009-06-18 Cyrill Gorcunovproc: vmcore - use kzalloc in get_new_element()
2009-06-18 Michal Simekprocfs: remove sparse errors in proc_devtree.c
2009-06-18 Keika Kobayashiproc: export statistics for softirq to /proc
2009-06-17 David Rientjesoom: move oom_adj value from task_struct to mm_struct
2009-06-17 KOSAKI Motohiromm: remove CONFIG_UNEVICTABLE_LRU config option
2009-06-17 Wu Fengguangproc: export more page flags in /proc/kpageflags
2009-06-17 Wu Fengguangproc: kpagecount/kpageflags code cleanup
2009-06-17 Wu Fengguangmm: introduce PageHuge() for testing huge/gigantic...
2009-06-12 Al ViroMove junk from proc_fs.h to fs/proc/internal.h
2009-06-11 James MorrisMerge branch 'next' into for-linus
2009-06-10 Linus TorvaldsMerge branch 'sched-core-for-linus' of git://git./linux...
2009-06-08 James MorrisMerge branch 'master' into next
2009-05-29 KOSAKI Motohiroprocfs: make errno values consistent when open pident...
2009-05-22 James MorrisMerge branch 'master' into next
2009-05-15 Thomas Gleixnersched, timers: cleanup avenrun users
2009-05-10 David HowellsCRED: Guard the setprocattr security hook against ptrace
2009-05-09 Al ViroConvert obvious places to deactivate_locked_super()
2009-05-04 Jake Edgeproc: avoid information leaks to non-privileged processes
2009-05-02 KOSAKI Motohiromm: fix Committed_AS underflow on large NR_CPUS environment
2009-05-02 Vitaly Mayatskikhpagemap: require aligned-length, non-null reads of...
2009-04-23 Martin Schwidefsky[S390] /proc/stat idle field for idle cpus
2009-04-16 KOSAKI Motohiroproc: mounts_poll() make consistent to mdstat_poll
2009-04-08 Nobuhiro Iwamatsunommu: fix typo vma->pg_off to vma->vm_pgoff
2009-04-07 KAMEZAWA Hiroyuki/proc/pid/maps: don't show pgoff of pure ANON VMAs
2009-04-03 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-04-03 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-04-03 David Howellsnommu: fix a number of issues with the per-MM VMA patch
2009-04-01 Alexey Dobriyanproc tty: remove struct tty_operations::read_proc
2009-04-01 Alexey Dobriyanproc tty: add struct tty_operations::proc_fops
2009-04-01 Al ViroGet rid of indirect include of fs_struct.h
2009-04-01 Al ViroNew locking/refcounting for fs_struct
2009-03-30 Alexey DobriyanRevert "proc: revert /proc/uptime to ->read_proc hook"
2009-03-30 Alexey Dobriyanproc 2/2: remove struct proc_dir_entry::owner
2009-03-30 Alexey Dobriyanproc 1/2: do PDE usecounting even for ->read_proc,...
2009-03-30 Milind Arun Choudharyproc: fix sparse warnings in pagemap_read()
2009-03-30 Randy Dunlapproc: move fs/proc/inode-alloc.txt comment into a sourc...
2009-03-30 Uwe Kleine-Koenigtrivial: fix typo "kernal" -> "kernel"
2009-03-29 Hugh Dickinsfix setuid sometimes wouldn't
2009-03-27 Sukadev Bhattiproluvfs: simple_set_mnt() should return void
2009-03-27 Al Viroconstify dentry_operations: procfs
2009-03-17 Linus TorvaldsAvoid 64-bit "switch()" statements on 32-bit architectures
2009-03-16 Zhang Lefilp->f_pos not correctly updated in proc_task_readdir
2009-03-11 Wu Fengguangproc: fix kflags to uflags copying in /proc/kpageflags
2009-02-24 Helge Bahmannproc: fix PG_locked reporting in /proc/kpageflags
2009-02-24 Krzysztof Sachanowiczproc: proc_get_inode should de_put when inode already...
2009-01-09 Linus TorvaldsMerge git://git./linux/kernel/git/dhowells/linux-2...
2009-01-08 Magnus Dammvmcore: remove saved_max_pfn check
2009-01-08 David HowellsNOMMU: Improve procfs output using per-MM VMAs
2009-01-08 David HowellsNOMMU: Make VMAs per MM as for MMU-mode linux
2009-01-07 Linus TorvaldsMerge branch 'proc-linus' of git://git./linux/kernel...
2009-01-07 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-01-06 Mel Gormanmm: report the MMU pagesize in /proc/pid/smaps
2009-01-06 Mel Gormanmm: report the pagesize backing a VMA in /proc/pid...
2009-01-06 Frederik Schwarzertrivial: fix then -> than typos in comments and documen...
2009-01-05 Al Virozero i_uid/i_gid on inode allocation
2009-01-05 WANG Congproc: remove write-only variable in proc_pident_lookup()
next