summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-05-191-12/+8Star
|\
| * fs, proc: fix ABBA deadlock in case of execution attempt of map_files/ entriesCyrill Gorcunov2012-05-181-12/+8Star
* | proc: move fd symlink i_mode calculations into tid_fd_revalidate()Linus Torvalds2012-05-181-29/+14Star
|/
* proc/pid/pagemap: correctly report non-present ptes and holes between vmasKonstantin Khlebnikov2012-05-111-2/+10
* revert "proc: clear_refs: do not clear reserved pages"Will Deacon2012-04-261-3/+0Star
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2012-04-131-6/+28
|\
| * proc: stats: Use arch_idle_time for idle and iowait times if availableMartin Schwidefsky2012-03-301-6/+28
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-04-061-4/+5
|\ \ | |/ |/|
| * proc: fix mount -t proc -o AAAVasiliy Kulikov2012-04-061-4/+5
* | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-301-1/+1
|\ \
| * | Wrap accesses to the fd_sets in struct fdtableDavid Howells2012-02-191-1/+1
* | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-291-1/+0Star
|\ \ \ | | |/ | |/|
| * | pagemap: remove remaining unneeded spin_lock()Naoya Horiguchi2012-03-291-1/+0Star
* | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-293-7/+6Star
|\| |
| * | fs/proc/namespaces.c: prevent crash when ns_entries[] is emptyAndrew Morton2012-03-291-3/+3
| * | mm: thp: fix up pmd_trans_unstable() locationsAndrea Arcangeli2012-03-291-3/+2Star
| * | procfs: fix /proc/statmKAMEZAWA Hiroyuki2012-03-291-1/+1
* | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-291-1/+0Star
|\ \ \ | |/ / |/| |
| * | Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctlLinus Torvalds2012-03-242-76/+1201
|\ \ \
| * | | sysctl: protect poll() in entries that may go awayLucas De Marchi2012-03-221-1/+16
| * | | sysctl: Don't call sysctl_follow_link unless we are a link.Eric W. Biederman2012-02-021-12/+12
| * | | sysctl: Comments to make the code clearer.Eric W. Biederman2012-02-021-0/+16
| * | | sysctl: Correct error return from get_subdirEric W. Biederman2012-02-021-1/+4
| * | | sysctl: An easier to read version of find_subdirEric W. Biederman2012-02-021-3/+3
| * | | sysctl: fix memset parameters in setup_sysctl_set()Dan Carpenter2012-01-311-1/+1
| * | | sysctl: remove an unused variableDan Carpenter2012-01-311-2/+0Star
| * | | sysctl: Add register_sysctl for normal sysctl usersEric W. Biederman2012-01-251-0/+17
| * | | sysctl: Index sysctl directories with rbtrees.Eric W. Biederman2012-01-251-90/+134
| * | | sysctl: Make the header lists per directory.Eric W. Biederman2012-01-251-17/+11Star
| * | | sysctl: Move sysctl_check_dups into insert_headerEric W. Biederman2012-01-251-9/+11
| * | | sysctl: Modify __register_sysctl_paths to take a set instead of a root and an...Eric W. Biederman2012-01-251-18/+12Star
| * | | sysctl: Replace root_list with links between sysctl_table_sets.Eric W. Biederman2012-01-251-102/+295
| * | | sysctl: Add sysctl_print_dir and use it in get_subdirEric W. Biederman2012-01-251-1/+10
| * | | sysctl: Stop requiring explicit management of sysctl directoriesEric W. Biederman2012-01-251-199/+143Star
| * | | sysctl: Add a root pointer to ctl_table_setEric W. Biederman2012-01-251-0/+3
| * | | sysctl: Rewrite proc_sys_readdir in terms of first_entry and next_entryEric W. Biederman2012-01-251-36/+62
| * | | sysctl: Rewrite proc_sys_lookup introducing find_entry and lookup_entry.Eric W. Biederman2012-01-251-26/+76
| * | | sysctl: Normalize the root_table data structure.Eric W. Biederman2012-01-251-4/+11
| * | | sysctl: Factor out insert_header and erase_headerEric W. Biederman2012-01-251-3/+13
| * | | sysctl: Factor out init_header from __register_sysctl_pathsEric W. Biederman2012-01-251-8/+17
| * | | sysctl: Initial support for auto-unregistering sysctl tables.Eric W. Biederman2012-01-251-9/+19
| * | | sysctl: A more obvious version of grab_header.Eric W. Biederman2012-01-251-4/+4
| * | | sysctl: Remove the now unused ctl_table parent field.Eric W. Biederman2012-01-251-11/+1Star
| * | | sysctl: Improve the sysctl sanity checksEric W. Biederman2012-01-251-136/+86Star
| * | | sysctl: register only tables of sysctl filesEric W. Biederman2012-01-251-18/+147
| * | | sysctl: Add ctl_table chains into cstring pathsEric W. Biederman2012-01-251-0/+9
| * | | sysctl: Add support for register sysctl tables with a normal cstring path.Eric W. Biederman2012-01-251-10/+84
| * | | sysctl: Create local copies of directory names used in pathsEric W. Biederman2012-01-251-3/+8
| * | | sysctl: Remove the unnecessary sysctl_set parent concept.Eric W. Biederman2012-01-251-3/+8