aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* userns: add a user_namespace as creator/owner of uts_namespaceSerge E. Hallyn2011-03-235-2/+20
* procfs: kill the global proc_mnt variableOleg Nesterov2011-03-233-6/+4
* pidns: call pid_ns_prepare_proc() from create_pid_namespace()Eric W. Biederman2011-03-233-26/+16
* pid: remove the child_reaper special case in init/main.cEric W. Biederman2011-03-233-10/+12
* sysctl: restrict write access to dmesg_restrictRichard Weinberger2011-03-231-1/+17
* sysctl: add some missing input constraint checksPetr Holasek2011-03-232-5/+18
* sysctl_check: drop dead codeDenis Kirjanov2011-03-231-4/+0
* sysctl_check: drop table->procname checksDenis Kirjanov2011-03-231-4/+2
* rapidio: fix potential null deref on failure pathDan Carpenter2011-03-231-1/+1
* rapidio: remove mport resource reservation from common RIO codeAlexandre Bounine2011-03-232-13/+10
* rapidio: modify mport ID assignmentAlexandre Bounine2011-03-233-25/+27
* rapidio: modify subsystem and driver initialization sequenceAlexandre Bounine2011-03-234-13/+6
* rapidio: modify configuration to support PCI-SRIO controllerAlexandre Bounine2011-03-237-5/+34
* rapidio: add architecture specific callbacksAlexandre Bounine2011-03-234-45/+75
* rapidio: add RapidIO documentationAlexandre Bounine2011-03-232-0/+263
* rapidio: add new sysfs attributesAlexandre Bounine2011-03-231-1/+40
* drivers/char/mem.c: clean up the codeChangli Gao2011-03-231-4/+1
* drivers/staging/tty/specialix.c: convert func_enter to func_exitJulia Lawall2011-03-231-4/+4
* drivers/tty/bfin_jtag_comm.c: avoid calling put_tty_driver on NULLJulia Lawall2011-03-231-2/+4
* drivers/char: add MSM smd_pkt driverNiranjana Vishwanathapura2011-03-233-0/+475
* drivers/char/ipmi/ipmi_si_intf.c: fix cleanup_one_si section mismatchSergey Senozhatsky2011-03-231-1/+1
* proc: protect mm start_code/end_code in /proc/pid/statKees Cook2011-03-231-2/+2
* proc: make struct proc_dir_entry::namelen unsigned intAlexey Dobriyan2011-03-232-5/+5
* procfs: fix some wrong error code usageJovi Zhang2011-03-231-2/+5
* procfs: fix /proc/<pid>/maps heap checkAaro Koskinen2011-03-231-2/+2
* proc: hide kernel addresses via %pK in /proc/<pid>/stackKonstantin Khlebnikov2011-03-231-1/+1
* cpuset: hold callback_mutex in cpuset_post_clone()Li Zefan2011-03-231-0/+2
* cpuset: fix unchecked calls to NODEMASK_ALLOC()Li Zefan2011-03-231-35/+16
* cpuset: remove unneeded NODEMASK_ALLOC() in cpuset_attach()Li Zefan2011-03-231-5/+2
* cpuset: remove unneeded NODEMASK_ALLOC() in cpuset_sprintf_memlist()Li Zefan2011-03-231-16/+8
* memcg: give current access to memory reserves if it's trying to dieDavid Rientjes2011-03-231-0/+11
* memcg: fix leak on wrong LRU with FUSEKAMEZAWA Hiroyuki2011-03-231-18/+52
* memcg: page_cgroup array is never stored on reserved pagesMichal Hocko2011-03-231-5/+5
* page_cgroup: reduce allocation overhead for page_cgroup array for CONFIG_SPAR...Michal Hocko2011-03-231-22/+36
* mm/memcontrol.c: suppress uninitialized-var warning with older gcc'sAndrew Morton2011-03-231-1/+1
* memcg: use native word page statistics countersJohannes Weiner2011-03-231-29/+59
* memcg: break out event counters from other statsJohannes Weiner2011-03-231-12/+37
* memcg: unify charge/uncharge quantities to units of pagesJohannes Weiner2011-03-231-70/+65
* memcg: convert uncharge batching from bytes to page granularityJohannes Weiner2011-03-232-10/+12
* memcg: convert per-cpu stock from bytes to page granularityJohannes Weiner2011-03-231-11/+13
* memcg: keep only one charge cancelling functionJohannes Weiner2011-03-231-13/+9
* memcg: remove memcg->reclaim_param_lockJohannes Weiner2011-03-231-17/+1
* memcg: charged pages always have valid per-memcg zone infoJohannes Weiner2011-03-231-3/+0
* memcg: remove direct page_cgroup-to-page pointerJohannes Weiner2011-03-234-55/+117
* memcg: condense page_cgroup-to-page lookup pointsJohannes Weiner2011-03-231-15/+23
* memcg: fold __mem_cgroup_move_account into callerJohannes Weiner2011-03-232-42/+29
* memcg: change page_cgroup_zoneinfo signatureJohannes Weiner2011-03-232-20/+9
* memcg: no uncharged pages reach page_cgroup_zoneinfoJohannes Weiner2011-03-231-3/+0
* memcg: add memcg sanity checks at allocating and freeing pagesDaisuke Nishimura2011-03-233-2/+69
* memcg: remove NULL check from lookup_page_cgroup() resultJohannes Weiner2011-03-231-4/+1