summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kernel: replace strict_strto*() with kstrto*()Jingoo Han2013-09-123-9/+9
* mm, thp: count thp_fault_fallback anytime thp fault failsDavid Rientjes2013-09-121-3/+7
* thp: consolidate code between handle_mm_fault() and do_huge_pmd_anonymous_page()Kirill A. Shutemov2013-09-124-33/+13
* thp: do_huge_pmd_anonymous_page() cleanupKirill A. Shutemov2013-09-121-42/+41
* thp: move maybe_pmd_mkwrite() out of mk_huge_pmd()Kirill A. Shutemov2013-09-121-6/+8
* mm: cleanup add_to_page_cache_locked()Kirill A. Shutemov2013-09-121-23/+25
* thp: account anon transparent huge pages into NR_ANON_PAGESKirill A. Shutemov2013-09-124-22/+9
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-1228-44/+31
* mm: make lru_add_drain_all() selectiveChris Metcalf2013-09-122-6/+40
* memcg: document cgroup dirty/writeback memory statisticsSha Zhengju2013-09-121-0/+2
* memcg: add per cgroup writeback pages accountingSha Zhengju2013-09-123-7/+39
* memcg: check for proper lock held in mem_cgroup_update_page_statSha Zhengju2013-09-121-0/+1
* memcg: remove MEMCG_NR_FILE_MAPPEDSha Zhengju2013-09-123-34/+22
* memcg: reduce function dereferenceSha Zhengju2013-09-121-8/+11
* memcg: avoid overflow caused by PAGE_ALIGNSha Zhengju2013-09-121-1/+5
* memcg: rename RESOURCE_MAX to RES_COUNTER_MAXSha Zhengju2013-09-124-12/+12
* memcg: correct RESOURCE_MAX to ULLONG_MAXSha Zhengju2013-09-121-1/+1
* mm: memcg: do not trap chargers with full callstack on OOMJohannes Weiner2013-09-125-49/+140
* mm: memcg: rework and document OOM waiting and wakeupJohannes Weiner2013-09-121-37/+46
* mm: memcg: enable memcg OOM killer only for user faultsJohannes Weiner2013-09-125-12/+88
* x86: finish user fault error path with fatal signalJohannes Weiner2013-09-121-18/+17
* arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-1229-64/+135
* arch: mm: do not invoke OOM killer on kernel fault OOMJohannes Weiner2013-09-126-22/+26
* arch: mm: remove obsolete init OOM protectionJohannes Weiner2013-09-123-17/+0
* memcg: trivial cleanupsAndrew Morton2013-09-122-21/+21
* memcg, vmscan: do not fall into reclaim-all pass too quicklyMichal Hocko2013-09-121-2/+17
* memcg: track all children over limit in the rootMichal Hocko2013-09-121-0/+9
* memcg, vmscan: do not attempt soft limit reclaim if it would not scan anythingMichal Hocko2013-09-122-2/+8
* memcg: track children in soft limit excess to improve soft limitMichal Hocko2013-09-121-0/+71
* memcg: enhance memcg iterator to support predicatesMichal Hocko2013-09-123-32/+103
* vmscan, memcg: do softlimit reclaim also for targeted reclaimMichal Hocko2013-09-123-9/+15
* memcg: get rid of soft-limit tree infrastructureMichal Hocko2013-09-121-263/+2
* memcg, vmscan: integrate soft reclaim tighter with zone shrinking codeMichal Hocko2013-09-123-175/+60
* memcg: remove redundant code in mem_cgroup_force_empty_write()Li Zefan2013-09-121-7/+1
* Bye, bye, WfW flagLinus Torvalds2013-09-112-881/+1602
* Merge tag 'ecryptfs-3.12-rc1-crypt-ctx' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2013-09-111-10/+6
|\
| * ecryptfs: avoid ctx initialization raceKees Cook2013-09-061-6/+6
| * ecryptfs: remove check for if an array is NULLDan Carpenter2013-09-061-4/+0
* | Merge branch 'for-v3.12-fix' of git://git.linaro.org/people/mszyprowski/linux...Linus Torvalds2013-09-111-2/+0
|\ \
| * | drivers: of: fix build break if asm/dma-contiguous.h is missingMarek Szyprowski2013-09-101-2/+0
* | | Merge tag 'for-3.12' of git://git.linaro.org/people/sumitsemwal/linux-dma-bufLinus Torvalds2013-09-112-0/+44
|\ \ \
| * | | dma-buf: Expose buffer size to userspace (v2)Christopher James Halse Rogers2013-09-102-0/+41
| * | | dma-buf: Check return value of anon_inode_getfileTuomas Tynkkynen2013-09-101-1/+4
| |/ /
* | | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-09-11247-2889/+8796
|\ \ \
| * | | lz4: fix compression/decompression signedness mismatchSergey Senozhatsky2013-09-112-8/+8
| * | | ipc: drop ipc_lock_checkDavidlohr Bueso2013-09-112-17/+0
| * | | ipc, shm: drop shm_lock_checkDavidlohr Bueso2013-09-111-11/+0
| * | | ipc: drop ipc_lock_by_ptrDavidlohr Bueso2013-09-113-9/+6
| * | | ipc, shm: guard against non-existant vma in shmdt(2)Davidlohr Bueso2013-09-111-2/+1
| * | | ipc: document general ipc locking schemeDavidlohr Bueso2013-09-111-0/+8