summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* memcg: give current access to memory reserves if it's trying to dieDavid Rientjes2011-03-231-0/+11
* memcg: fix leak on wrong LRU with FUSEKAMEZAWA Hiroyuki2011-03-231-18/+52
* memcg: page_cgroup array is never stored on reserved pagesMichal Hocko2011-03-231-5/+5
* page_cgroup: reduce allocation overhead for page_cgroup array for CONFIG_SPAR...Michal Hocko2011-03-231-22/+36
* mm/memcontrol.c: suppress uninitialized-var warning with older gcc'sAndrew Morton2011-03-231-1/+1
* memcg: use native word page statistics countersJohannes Weiner2011-03-231-29/+59
* memcg: break out event counters from other statsJohannes Weiner2011-03-231-12/+37
* memcg: unify charge/uncharge quantities to units of pagesJohannes Weiner2011-03-231-70/+65
* memcg: convert uncharge batching from bytes to page granularityJohannes Weiner2011-03-232-10/+12
* memcg: convert per-cpu stock from bytes to page granularityJohannes Weiner2011-03-231-11/+13
* memcg: keep only one charge cancelling functionJohannes Weiner2011-03-231-13/+9
* memcg: remove memcg->reclaim_param_lockJohannes Weiner2011-03-231-17/+1
* memcg: charged pages always have valid per-memcg zone infoJohannes Weiner2011-03-231-3/+0
* memcg: remove direct page_cgroup-to-page pointerJohannes Weiner2011-03-234-55/+117
* memcg: condense page_cgroup-to-page lookup pointsJohannes Weiner2011-03-231-15/+23
* memcg: fold __mem_cgroup_move_account into callerJohannes Weiner2011-03-232-42/+29
* memcg: change page_cgroup_zoneinfo signatureJohannes Weiner2011-03-232-20/+9
* memcg: no uncharged pages reach page_cgroup_zoneinfoJohannes Weiner2011-03-231-3/+0
* memcg: add memcg sanity checks at allocating and freeing pagesDaisuke Nishimura2011-03-233-2/+69
* memcg: remove NULL check from lookup_page_cgroup() resultJohannes Weiner2011-03-231-4/+1
* memcg: remove impossible conditional when committingJohannes Weiner2011-03-231-4/+0
* memcg: remove unused page flag bitfield definesJohannes Weiner2011-03-231-7/+0
* memcg: simplify the way memory limits are checkedJohannes Weiner2011-03-232-90/+31
* memcg: soft limit reclaim should end at limit not belowJohannes Weiner2011-03-232-3/+3
* memcg: fix ugly initialization of return value is in callerKAMEZAWA Hiroyuki2011-03-234-5/+9
* memcg: res_counter_read_u64(): fix potential races on 32-bit machinesKAMEZAWA Hiroyuki2011-03-231-0/+14
* bitops: remove minix bitops from asm/bitops.hAkinobu Mita2011-03-2327-110/+82
* m68k: remove inline asm from minix_find_first_zero_bitAkinobu Mita2011-03-231-7/+3
* bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita2011-03-2325-78/+6
* dm: use little-endian bitopsAkinobu Mita2011-03-231-4/+4
* md: use little-endian bitopsAkinobu Mita2011-03-231-3/+3
* ufs: use little-endian bitopsAkinobu Mita2011-03-231-1/+1
* udf: use little-endian bitopsAkinobu Mita2011-03-231-5/+4
* reiserfs: use little-endian bitopsAkinobu Mita2011-03-231-14/+13
* nilfs2: use little-endian bitopsAkinobu Mita2011-03-231-1/+1
* ocfs2: use little-endian bitopsAkinobu Mita2011-03-231-5/+5
* ext4: use little-endian bitopsAkinobu Mita2011-03-231-6/+6
* ext3: use little-endian bitopsAkinobu Mita2011-03-231-5/+5
* rds: use little-endian bitopsAkinobu Mita2011-03-231-3/+3
* kvm: use little-endian bitopsAkinobu Mita2011-03-231-1/+1
* asm-generic: use little-endian bitopsAkinobu Mita2011-03-231-2/+2
* bitops: introduce little-endian bitops for most architecturesAkinobu Mita2011-03-2320-4/+18
* m68knommu: introduce little-endian bitopsAkinobu Mita2011-03-232-14/+27
* bitops: introduce CONFIG_GENERIC_FIND_BIT_LEAkinobu Mita2011-03-2314-0/+48
* m68k: introduce little-endian bitopsAkinobu Mita2011-03-231-26/+67
* arm: introduce little-endian bitopsAkinobu Mita2011-03-231-26/+65
* s390: introduce little-endian bitopsAkinobu Mita2011-03-231-19/+54
* powerpc: introduce little-endian bitopsAkinobu Mita2011-03-231-23/+38
* asm-generic: change little-endian bitops to take any pointer typesAkinobu Mita2011-03-233-30/+61
* asm-generic: rename generic little-endian bitops functionsAkinobu Mita2011-03-239-46/+46