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