serial: PL011: clear pending interrupts
[linux-flexiantxendom0.git] / mm / memcontrol.c
2012-04-02 Andrea Arcangelimm: thp: fix pmd_bad() triggering in code paths holding...
2012-03-12 Anton Vorontsovmm: memcg: Correct unregistring of events attached...
2012-01-26 KAMEZAWA Hiroyukimemcg: add mem_cgroup_replace_page_cache() to fix LRU...
2011-12-20 Hillf Dantonmemcg: keep root group unchanged if creation fails
2011-11-07 Linus TorvaldsMerge branch 'modsplit-Oct31_2011' of git://git./linux...
2011-11-02 Steven Rostedtmemcg: Fix race condition in memcg_check_events() with...
2011-11-02 Johannes Weinermemcg: close race between charge and putback
2011-11-02 Johannes Weinermemcg: skip scanning active lists based on individual...
2011-11-02 Igor Mammedovmemcg: do not expose uninitialized mem_cgroup_per_node...
2011-11-02 KAMEZAWA Hiroyukimemcg: fix oom schedule_timeout()
2011-11-02 Raghavendra K Tmemcg: rename mem variable to memcg
2011-11-01 Minchan Kimmm: change isolate mode from #define to bitwise type
2011-10-31 Paul Gortmakermm: Add export.h for EXPORT_SYMBOL to active symbol...
2011-09-15 Johannes Weinermemcg: Revert "memcg: add memory.vmscan_stat"
2011-08-25 Johannes Weinermemcg: fix hierarchical oom locking
2011-08-25 Johannes Weinermemcg: pin execution to current cpu while draining...
2011-08-10 Michal HockoRevert "memcg: get rid of percpu_charge_mutex lock"
2011-08-04 Hugh Dickinstmpfs: convert mem_cgroup shmem to radix-swap
2011-07-26 Michal Hockomemcg: get rid of percpu_charge_mutex lock
2011-07-26 Michal Hockomemcg: add mem_cgroup_same_or_subtree() helper
2011-07-26 Michal Hockomemcg: unify sync and async per-cpu charge cache draining
2011-07-26 Michal Hockomemcg: do not try to drain per-cpu caches without pages
2011-07-26 KAMEZAWA Hiroyukimemcg: add memory.vmscan_stat
2011-07-26 Daisuke Nishimuramemcg: fix behavior of mem_cgroup_resize_limit()
2011-07-26 Michal Hockomemcg: change memcg_oom_mutex to spinlock
2011-07-26 Michal Hockomemcg: make oom_lock 0 and 1 based rather than counter
2011-07-26 KAMEZAWA Hiroyukimemcg: consolidate memory cgroup lru stat functions
2011-07-26 KAMEZAWA Hiroyukimemcg: export memory cgroup's swappiness with mem_cgrou...
2011-07-09 KAMEZAWA Hiroyukimemcg: fix numa scan information update to be triggered...
2011-07-09 KAMEZAWA Hiroyukimemcg: fix reclaimable lru check in memcg
2011-06-28 Hugh Dickinsmm: move shmem prototypes to shmem_fs.h
2011-06-16 KAMEZAWA Hiroyukimemcg: avoid percpu cached charge draining at softlimit
2011-06-16 KAMEZAWA Hiroyukimemcg: fix percpu cached charge draining frequency
2011-06-16 KAMEZAWA Hiroyukimemcg: fix wrong check of noswap with softlimit
2011-06-16 KAMEZAWA Hiroyukimm: memory.numa_stat: fix file permission
2011-06-16 KOSAKI Motohirovmscan,memcg: memcg aware swap token
2011-05-27 Ying Hanmemcg: add the pagefault count into memcg stats
2011-05-27 Ying Hanmemcg: add memory.numastat api for numa statistics
2011-05-27 Ying Hanmemcg: rename mem_cgroup_zone_nr_pages() to mem_cgroup_...
2011-05-27 Johannes Weinermemcg: remove unused retry signal from reclaim
2011-05-27 Ying Hanmemcg: reclaim memory from nodes in round-robin order
2011-05-27 Michal Hockomemcg: remove pointless next_mz nullification in mem_cg...
2011-05-27 Ying Hanmemcg: count the soft_limit reclaim in global backgroun...
2011-05-27 Ben Blumcgroups: add per-thread subsystem callbacks
2011-05-25 Michal Hockomemsw: remove noswapaccount kernel parameter
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-24 KAMEZAWA Hiroyukimemcg: fix leak on wrong LRU with FUSE
2011-03-24 Andrew Mortonmm/memcontrol.c: suppress uninitialized-var warning...
2011-03-24 Johannes Weinermemcg: use native word page statistics counters
2011-03-24 Johannes Weinermemcg: break out event counters from other stats
2011-03-24 Johannes Weinermemcg: unify charge/uncharge quantities to units of...
2011-03-24 Johannes Weinermemcg: convert uncharge batching from bytes to page...
2011-03-24 Johannes Weinermemcg: convert per-cpu stock from bytes to page granularity
2011-03-24 Johannes Weinermemcg: keep only one charge cancelling function
2011-03-24 Johannes Weinermemcg: remove memcg->reclaim_param_lock
2011-03-24 Johannes Weinermemcg: charged pages always have valid per-memcg zone...
2011-03-24 Johannes Weinermemcg: remove direct page_cgroup-to-page pointer
2011-03-24 Johannes Weinermemcg: condense page_cgroup-to-page lookup points
2011-03-24 Johannes Weinermemcg: fold __mem_cgroup_move_account into caller
2011-03-24 Johannes Weinermemcg: change page_cgroup_zoneinfo signature
2011-03-24 Johannes Weinermemcg: no uncharged pages reach page_cgroup_zoneinfo
2011-03-24 Daisuke Nishimuramemcg: add memcg sanity checks at allocating and freein...
2011-03-24 Johannes Weinermemcg: remove NULL check from lookup_page_cgroup()...
2011-03-24 Johannes Weinermemcg: remove impossible conditional when committing
2011-03-24 Johannes Weinermemcg: remove unused page flag bitfield defines
2011-03-24 Johannes Weinermemcg: simplify the way memory limits are checked
2011-03-24 Johannes Weinermemcg: soft limit reclaim should end at limit not below
2011-03-24 KAMEZAWA Hiroyukimemcg: fix ugly initialization of return value is in...
2011-03-23 Dave Hansenpagewalk: only split huge pages when necessary
2011-03-23 Minchan Kimmemcg: move memcg reclaimable page into tail of inactiv...
2011-03-23 Miklos Szeredimm: add replace_page_cache_page() function
2011-02-03 KAMEZAWA Hiroyukimemcg: fix event counting breakage from recent THP...
2011-02-03 Johannes Weinermemcg: never OOM when charging huge pages
2011-02-03 Johannes Weinermemcg: prevent endless loop when charging huge pages...
2011-02-03 Johannes Weinermemcg: prevent endless loop when charging huge pages
2011-02-03 Michal Hockomemsw: deprecate noswapaccount kernel parameter and...
2011-02-03 Michal Hockomemsw: handle swapaccount kernel parameter correctly
2011-01-26 KAMEZAWA Hiroyukimemcg: fix race at move_parent around compound_order()
2011-01-26 KAMEZAWA Hiroyukimemcg: bugfix check mem_cgroup_disabled() at split...
2011-01-26 KAMEZAWA Hiroyukimemcg: fix account leak at failure of memsw acconting
2011-01-26 Jesper Juhlmm/memcontrol.c: fix uninitialized variable use in...
2011-01-21 Johannes Weinermemcg: correctly order reading PCG_USED and pc->mem_cgroup
2011-01-21 KAMEZAWA Hiroyukimemcg: fix rmdir, force_empty with THP
2011-01-21 KAMEZAWA Hiroyukimemcg: fix LRU accounting with THP
2011-01-21 KAMEZAWA Hiroyukimemcg: fix USED bit handling at uncharge in THP
2011-01-21 KAMEZAWA Hiroyukimemcg: modify accounting function for supporting THP...
2011-01-14 Daisuke Nishimuramemcg: fix memory migration of shmem swapcache
2011-01-14 Jesper Juhlmemcg: use [kv]zalloc[_node] rather than [kv]malloc...
2011-01-14 Daisuke Nishimuramemcg: fix deadlock between cpuset and memcg
2011-01-14 Minchan Kimmemcg: remove unnecessary return from void-returning...
2011-01-14 Johannes Weinermemcg: fix unit mismatch in memcg oom limit calculation
2011-01-14 KAMEZAWA Hiroyukimemcg: add lock to synchronize page accounting and...
2011-01-14 Greg Thelenmemcg: create extensible page stat update routines
2011-01-14 Andrea Arcangelithp: compound_trans_order
2011-01-14 Rik van Rielthp: fix anon memory statistics with transparent hugepages
2011-01-14 Daisuke Nishimurathp: transhuge-memcg: commit tail pages at charge
2011-01-14 Andrea Arcangelithp: memcg compound
2010-12-30 KAMEZAWA Hiroyukimemcg: fix wrong VM_BUG_ON() in try_charge()'s mm-...
2010-11-24 Michal Hockocgroups: make swap accounting default behavior configurable
2010-11-24 Daisuke Nishimuramemcg: avoid deadlock between move charge and try_charge()
next