summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-09-12mm: make lru_add_drain_all() selectiveChris Metcalf
2013-09-12memcg: document cgroup dirty/writeback memory statisticsSha Zhengju
2013-09-12memcg: add per cgroup writeback pages accountingSha Zhengju
2013-09-12memcg: check for proper lock held in mem_cgroup_update_page_statSha Zhengju
2013-09-12memcg: remove MEMCG_NR_FILE_MAPPEDSha Zhengju
2013-09-12memcg: reduce function dereferenceSha Zhengju
2013-09-12memcg: avoid overflow caused by PAGE_ALIGNSha Zhengju
2013-09-12memcg: rename RESOURCE_MAX to RES_COUNTER_MAXSha Zhengju
2013-09-12memcg: correct RESOURCE_MAX to ULLONG_MAXSha Zhengju
2013-09-12mm: memcg: do not trap chargers with full callstack on OOMJohannes Weiner
2013-09-12mm: memcg: rework and document OOM waiting and wakeupJohannes Weiner
2013-09-12mm: memcg: enable memcg OOM killer only for user faultsJohannes Weiner
2013-09-12x86: finish user fault error path with fatal signalJohannes Weiner
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner
2013-09-12arch: mm: do not invoke OOM killer on kernel fault OOMJohannes Weiner
2013-09-12arch: mm: remove obsolete init OOM protectionJohannes Weiner
2013-09-12memcg: trivial cleanupsAndrew Morton
2013-09-12memcg, vmscan: do not fall into reclaim-all pass too quicklyMichal Hocko
2013-09-12memcg: track all children over limit in the rootMichal Hocko
2013-09-12memcg, vmscan: do not attempt soft limit reclaim if it would not scan anythingMichal Hocko
2013-09-12memcg: track children in soft limit excess to improve soft limitMichal Hocko
2013-09-12memcg: enhance memcg iterator to support predicatesMichal Hocko
2013-09-12vmscan, memcg: do softlimit reclaim also for targeted reclaimMichal Hocko
2013-09-12memcg: get rid of soft-limit tree infrastructureMichal Hocko
2013-09-12memcg, vmscan: integrate soft reclaim tighter with zone shrinking codeMichal Hocko
2013-09-12memcg: remove redundant code in mem_cgroup_force_empty_write()Li Zefan
2013-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-09-12Merge branch 'for-next' into for-linusAl Viro
2013-09-12Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-09-12Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2013-09-12Merge tag 'nfs-for-3.12-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2013-09-12vfs: make d_path() get the root path under RCULinus Torvalds
2013-09-12ARM: sort arch/arm/KconfigRussell King
2013-09-12vfs: use __getname/__putname for getcwd() system callLinus Torvalds
2013-09-12ARM: dts: sun7i: olinuxino-micro: Enable the EMACMaxime Ripard
2013-09-12ARM: dts: sun7i: cubieboard2: Enable the EMACMaxime Ripard
2013-09-12ARM: dts: sun7i: Add the muxing options for the EMACMaxime Ripard
2013-09-12ARM: dts: sun7i: Enable the Ethernet in the A20Maxime Ripard
2013-09-12vfs: don't copy things to user space holding the rcu readlockLinus Torvalds
2013-09-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds
2013-09-12Merge tag 'iommu-updates-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-09-12Merge tag 'stable/for-linus-3.12-rc0-tag-three' of git://git.kernel.org/pub/s...Linus Torvalds
2013-09-12Merge tag 'pm+acpi-fixes-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-09-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-09-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-09-12vfs: make getcwd() get the root and pwd path under rcuLinus Torvalds
2013-09-12vfs: move get_fs_root_and_pwd() to single callerLinus Torvalds
2013-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-09-12dcache: get/release read lock in read_seqbegin_or_lock() & friendWaiman Long
2013-09-12seqlock: Add a new locking reader typeWaiman Long