summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2015-02-12mm/memory.c: actually remap enough memoryGrazvydas Ignotas-1/+1
2015-02-12kernel/cpuset.c: Mark cpuset_init_current_mems_allowed as __initRasmus Villemoes-1/+1
2015-02-12mm/mm_init.c: mark mminit_loglevel __meminitdataRasmus Villemoes-1/+1
2015-02-12mm/mm_init.c: park mminit_verify_zonelist as __initRasmus Villemoes-1/+1
2015-02-12mm/page_alloc.c: pull out init code from build_all_zonelistsRasmus Villemoes-3/+14
2015-02-12mm/internal.h: don't split printk call in twoRasmus Villemoes-2/+4
2015-02-12mm: do not use mm->nr_pmds on !MMU configurationsKirill A. Shutemov-4/+9
2015-02-12memcg: cleanup static keys decrementVladimir Davydov-38/+9
2015-02-12mm/compaction: stop the isolation when we isolate enough freepageJoonsoo Kim-7/+10
2015-02-12mm/compaction: fix wrong order check in compact_finished()Joonsoo Kim-1/+1
2015-02-12slub: make dead caches discard free slabs immediatelyVladimir Davydov-11/+43
2015-02-12slub: fix kmem_cache_shrink return valueVladimir Davydov-1/+5
2015-02-12slub: never fail to shrink cacheVladimir Davydov-27/+31
2015-02-12memcg: reparent list_lrus and free kmemcg_id on css offlineVladimir Davydov-9/+79
2015-02-12list_lru: add helpers to isolate itemsVladimir Davydov-26/+50
2015-02-12memcg: free memcg_caches slot on css offlineVladimir Davydov-22/+65
2015-02-12slab: use css id for naming per memcg cachesVladimir Davydov-3/+3
2015-02-12cgroup: release css->id after css_freeVladimir Davydov-3/+7
2015-02-12slab: link memcg caches of the same kind into a listVladimir Davydov-33/+41
2015-02-12slab: embed memcg_cache_params to kmem_cacheVladimir Davydov-103/+111
2015-02-12fs: shrinker: always scan at least one object of each typeVladimir Davydov-3/+6
2015-02-12fs: make shrinker memcg awareVladimir Davydov-3/+3
2015-02-12list_lru: introduce per-memcg listsVladimir Davydov-36/+424
2015-02-12list_lru: organize all list_lrus to listVladimir Davydov-0/+45
2015-02-12list_lru: get rid of ->active_nodesVladimir Davydov-10/+5
2015-02-12memcg: add rwsem to synchronize against memcg_caches arrays relocationVladimir Davydov-17/+33
2015-02-12memcg: rename some cache id related variablesVladimir Davydov-14/+13
2015-02-12vmscan: per memory cgroup slab shrinkersVladimir Davydov-50/+80
2015-02-12fs: consolidate {nr,free}_cached_objects args in shrink_controlVladimir Davydov-12/+13
2015-02-12list_lru: introduce list_lru_shrink_{count,walk}Vladimir Davydov-43/+51
2015-02-12mm: numa: avoid unnecessary TLB flushes when setting NUMA hinting entriesMel Gorman-6/+12
2015-02-12mm: numa: add paranoid check around pte_protnone_numaMel Gorman-0/+6
2015-02-12x86: mm: restore original pte_special checkMel Gorman-7/+1
2015-02-12mm: numa: do not trap faults on the huge zero pageMel Gorman-4/+27
2015-02-12mm: remove remaining references to NUMA hinting bits and helpersMel Gorman-283/+7
2015-02-12mm: convert p[te|md]_mknonnuma and remaining page table manipulationsMel Gorman-38/+21
2015-02-12ppc64: add paranoid warnings for unexpected DSISR_PROTFAULTMel Gorman-13/+15
2015-02-12mm: convert p[te|md]_numa users to p[te|md]_protnone_numaMel Gorman-57/+40
2015-02-12mm: add p[te|md] protnone helpers for use by NUMA balancingMel Gorman-0/+52
2015-02-12mm: numa: do not dereference pmd outside of the lock during NUMA hinting faultMel Gorman-11/+2
2015-02-12Merge tag 'dm-3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-198/+416
2015-02-12UBI: block: Fix checking for NULL instead of IS_ERR()Dan Carpenter-2/+2
2015-02-12Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds-440/+476
2015-02-12UBI: block: Continue creating ubiblocks after an initialization errorDan Ehrenberg-15/+22
2015-02-12Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds-575/+499
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds-704/+305
2015-02-12iscsi-target: Avoid IN_LOGOUT failure case for iser-targetNicholas Bellinger-1/+3
2015-02-12target: Fix PR_APTPL_BUF_LEN buffer size limitationNicholas Bellinger-13/+14
2015-02-12iscsi-target: Drop problematic active_ts_list usageNicholas Bellinger-23/+5
2015-02-12iscsi/iser-target: Support multi-sequence sendtargets text responseSagi Grimberg-26/+82