Age | Commit message (Expand) | Author |
2013-09-12 | mm: make lru_add_drain_all() selective | Chris Metcalf |
2013-09-12 | memcg: document cgroup dirty/writeback memory statistics | Sha Zhengju |
2013-09-12 | memcg: add per cgroup writeback pages accounting | Sha Zhengju |
2013-09-12 | memcg: check for proper lock held in mem_cgroup_update_page_stat | Sha Zhengju |
2013-09-12 | memcg: remove MEMCG_NR_FILE_MAPPED | Sha Zhengju |
2013-09-12 | memcg: reduce function dereference | Sha Zhengju |
2013-09-12 | memcg: avoid overflow caused by PAGE_ALIGN | Sha Zhengju |
2013-09-12 | memcg: rename RESOURCE_MAX to RES_COUNTER_MAX | Sha Zhengju |
2013-09-12 | memcg: correct RESOURCE_MAX to ULLONG_MAX | Sha Zhengju |
2013-09-12 | mm: memcg: do not trap chargers with full callstack on OOM | Johannes Weiner |
2013-09-12 | mm: memcg: rework and document OOM waiting and wakeup | Johannes Weiner |
2013-09-12 | mm: memcg: enable memcg OOM killer only for user faults | Johannes Weiner |
2013-09-12 | x86: finish user fault error path with fatal signal | Johannes Weiner |
2013-09-12 | arch: mm: pass userspace fault flag to generic fault handler | Johannes Weiner |
2013-09-12 | arch: mm: do not invoke OOM killer on kernel fault OOM | Johannes Weiner |
2013-09-12 | arch: mm: remove obsolete init OOM protection | Johannes Weiner |
2013-09-12 | memcg: trivial cleanups | Andrew Morton |
2013-09-12 | memcg, vmscan: do not fall into reclaim-all pass too quickly | Michal Hocko |
2013-09-12 | memcg: track all children over limit in the root | Michal Hocko |
2013-09-12 | memcg, vmscan: do not attempt soft limit reclaim if it would not scan anything | Michal Hocko |
2013-09-12 | memcg: track children in soft limit excess to improve soft limit | Michal Hocko |
2013-09-12 | memcg: enhance memcg iterator to support predicates | Michal Hocko |
2013-09-12 | vmscan, memcg: do softlimit reclaim also for targeted reclaim | Michal Hocko |
2013-09-12 | memcg: get rid of soft-limit tree infrastructure | Michal Hocko |
2013-09-12 | memcg, vmscan: integrate soft reclaim tighter with zone shrinking code | Michal Hocko |
2013-09-12 | memcg: remove redundant code in mem_cgroup_force_empty_write() | Li Zefan |
2013-09-11 | Bye, bye, WfW flag | Linus Torvalds |
2013-09-11 | Merge tag 'ecryptfs-3.12-rc1-crypt-ctx' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds |
2013-09-11 | Merge branch 'for-v3.12-fix' of git://git.linaro.org/people/mszyprowski/linux... | Linus Torvalds |
2013-09-11 | Merge tag 'for-3.12' of git://git.linaro.org/people/sumitsemwal/linux-dma-buf | Linus Torvalds |
2013-09-11 | Merge branch 'akpm' (patches from Andrew Morton) | Linus Torvalds |
2013-09-11 | lz4: fix compression/decompression signedness mismatch | Sergey Senozhatsky |
2013-09-11 | ipc: drop ipc_lock_check | Davidlohr Bueso |
2013-09-11 | ipc, shm: drop shm_lock_check | Davidlohr Bueso |
2013-09-11 | ipc: drop ipc_lock_by_ptr | Davidlohr Bueso |
2013-09-11 | ipc, shm: guard against non-existant vma in shmdt(2) | Davidlohr Bueso |
2013-09-11 | ipc: document general ipc locking scheme | Davidlohr Bueso |
2013-09-11 | ipc,msg: drop msg_unlock | Davidlohr Bueso |
2013-09-11 | ipc: rename ids->rw_mutex | Davidlohr Bueso |
2013-09-11 | ipc,shm: shorten critical region for shmat | Davidlohr Bueso |
2013-09-11 | ipc,shm: cleanup do_shmat pasta | Davidlohr Bueso |
2013-09-11 | ipc,shm: shorten critical region for shmctl | Davidlohr Bueso |
2013-09-11 | ipc,shm: make shmctl_nolock lockless | Davidlohr Bueso |
2013-09-11 | ipc,shm: introduce shmctl_nolock | Davidlohr Bueso |
2013-09-11 | ipc: drop ipcctl_pre_down | Davidlohr Bueso |
2013-09-11 | ipc,shm: shorten critical region in shmctl_down | Davidlohr Bueso |
2013-09-11 | ipc,shm: introduce lockless functions to obtain the ipc object | Davidlohr Bueso |
2013-09-11 | initmpfs: use initramfs if rootfstype= or root= specified | Rob Landley |
2013-09-11 | initmpfs: make rootfs use tmpfs when CONFIG_TMPFS enabled | Rob Landley |
2013-09-11 | initmpfs: move rootfs code from fs/ramfs/ to init/ | Rob Landley |