aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-03-23pid: remove the child_reaper special case in init/main.cEric W. Biederman3-10/+12
2011-03-23sysctl: restrict write access to dmesg_restrictRichard Weinberger1-1/+17
2011-03-23sysctl: add some missing input constraint checksPetr Holasek2-5/+18
2011-03-23sysctl_check: drop dead codeDenis Kirjanov1-4/+0
2011-03-23sysctl_check: drop table->procname checksDenis Kirjanov1-4/+2
2011-03-23rapidio: fix potential null deref on failure pathDan Carpenter1-1/+1
2011-03-23rapidio: remove mport resource reservation from common RIO codeAlexandre Bounine2-13/+10
2011-03-23rapidio: modify mport ID assignmentAlexandre Bounine3-25/+27
2011-03-23rapidio: modify subsystem and driver initialization sequenceAlexandre Bounine4-13/+6
2011-03-23rapidio: modify configuration to support PCI-SRIO controllerAlexandre Bounine7-5/+34
2011-03-23rapidio: add architecture specific callbacksAlexandre Bounine4-45/+75
2011-03-23rapidio: add RapidIO documentationAlexandre Bounine2-0/+263
2011-03-23rapidio: add new sysfs attributesAlexandre Bounine1-1/+40
2011-03-23drivers/char/mem.c: clean up the codeChangli Gao1-4/+1
2011-03-23drivers/staging/tty/specialix.c: convert func_enter to func_exitJulia Lawall1-4/+4
2011-03-23drivers/tty/bfin_jtag_comm.c: avoid calling put_tty_driver on NULLJulia Lawall1-2/+4
2011-03-23drivers/char: add MSM smd_pkt driverNiranjana Vishwanathapura3-0/+475
2011-03-23drivers/char/ipmi/ipmi_si_intf.c: fix cleanup_one_si section mismatchSergey Senozhatsky1-1/+1
2011-03-23proc: protect mm start_code/end_code in /proc/pid/statKees Cook1-2/+2
2011-03-23proc: make struct proc_dir_entry::namelen unsigned intAlexey Dobriyan2-5/+5
2011-03-23procfs: fix some wrong error code usageJovi Zhang1-2/+5
2011-03-23procfs: fix /proc/<pid>/maps heap checkAaro Koskinen1-2/+2
2011-03-23proc: hide kernel addresses via %pK in /proc/<pid>/stackKonstantin Khlebnikov1-1/+1
2011-03-23cpuset: hold callback_mutex in cpuset_post_clone()Li Zefan1-0/+2
2011-03-23cpuset: fix unchecked calls to NODEMASK_ALLOC()Li Zefan1-35/+16
2011-03-23cpuset: remove unneeded NODEMASK_ALLOC() in cpuset_attach()Li Zefan1-5/+2
2011-03-23cpuset: remove unneeded NODEMASK_ALLOC() in cpuset_sprintf_memlist()Li Zefan1-16/+8
2011-03-23memcg: give current access to memory reserves if it's trying to dieDavid Rientjes1-0/+11
2011-03-23memcg: fix leak on wrong LRU with FUSEKAMEZAWA Hiroyuki1-18/+52
2011-03-23memcg: page_cgroup array is never stored on reserved pagesMichal Hocko1-5/+5
2011-03-23page_cgroup: reduce allocation overhead for page_cgroup array for CONFIG_SPARSEMEMMichal Hocko1-22/+36
2011-03-23mm/memcontrol.c: suppress uninitialized-var warning with older gcc'sAndrew Morton1-1/+1
2011-03-23memcg: use native word page statistics countersJohannes Weiner1-29/+59
2011-03-23memcg: break out event counters from other statsJohannes Weiner1-12/+37
2011-03-23memcg: unify charge/uncharge quantities to units of pagesJohannes Weiner1-70/+65
2011-03-23memcg: convert uncharge batching from bytes to page granularityJohannes Weiner2-10/+12
2011-03-23memcg: convert per-cpu stock from bytes to page granularityJohannes Weiner1-11/+13
2011-03-23memcg: keep only one charge cancelling functionJohannes Weiner1-13/+9
2011-03-23memcg: remove memcg->reclaim_param_lockJohannes Weiner1-17/+1
2011-03-23memcg: charged pages always have valid per-memcg zone infoJohannes Weiner1-3/+0
2011-03-23memcg: remove direct page_cgroup-to-page pointerJohannes Weiner4-55/+117
2011-03-23memcg: condense page_cgroup-to-page lookup pointsJohannes Weiner1-15/+23
2011-03-23memcg: fold __mem_cgroup_move_account into callerJohannes Weiner2-42/+29
2011-03-23memcg: change page_cgroup_zoneinfo signatureJohannes Weiner2-20/+9
2011-03-23memcg: no uncharged pages reach page_cgroup_zoneinfoJohannes Weiner1-3/+0
2011-03-23memcg: add memcg sanity checks at allocating and freeing pagesDaisuke Nishimura3-2/+69
2011-03-23memcg: remove NULL check from lookup_page_cgroup() resultJohannes Weiner1-4/+1
2011-03-23memcg: remove impossible conditional when committingJohannes Weiner1-4/+0
2011-03-23memcg: remove unused page flag bitfield definesJohannes Weiner1-7/+0
2011-03-23memcg: simplify the way memory limits are checkedJohannes Weiner2-90/+31