summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2014-10-03mm: page_alloc: fix zone allocation fairness on UPJohannes Weiner1-4/+3
2014-10-03mm: memcontrol: do not iterate uninitialized memcgsJohannes Weiner1-5/+31
2014-10-02mm: numa: Do not mark PTEs pte_numa when splitting huge pagesMel Gorman1-2/+5
2014-10-02mm: migrate: Close race between migration completion and mprotectMel Gorman1-1/+4
2014-09-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-6/+12
2014-09-28Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2014-09-27fuse: honour max_read and max_write in direct_io modeMiklos Szeredi1-5/+9
2014-09-27shmem: fix nlink for rename overwrite directoryMiklos Szeredi1-1/+3
2014-09-26mm: softdirty: keep bit when zapping file ptePeter Feiner1-1/+1
2014-09-26mm, slab: initialize object alignment on cache creationDavid Rientjes1-9/+2
2014-09-25MM: export page_wakeup functionsNeilBrown1-6/+2
2014-09-25SCHED: add some "wait..on_bit...timeout()" interfaces.NeilBrown1-0/+13
2014-09-25cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsZefan Li1-2/+2
2014-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun Heo11-43/+104
2014-09-24kvm: Fix page ageing bugsAndres Lagar-Cavilla2-3/+8
2014-09-24kvm: Faults which trigger IO release the mmap_semAndres Lagar-Cavilla1-0/+4
2014-09-23Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar1-1/+1
2014-09-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2014-09-22Merge branch 'for-linus' into for-3.18/coreJens Axboe6-39/+110
2014-09-22Revert "percpu: free percpu allocation info for uniprocessor system"Guenter Roeck1-2/+0
2014-09-19cgroup: remove redundant check in cgroup_ino()Zefan Li1-1/+1
2014-09-18Fix unbalanced mutex in dma_pool_create().Krzysztof HaƂasa1-1/+1
2014-09-16x86/mm/numa: Drop dead code and rename setup_node_data() to setup_alloc_data()Luiz Capitulino1-0/+2
2014-09-14mm: export symbol dependencies of is_zero_pfn()Ard Biesheuvel1-0/+2
2014-09-11Merge branch 'for-linus' into for-3.18/coreJens Axboe7-9/+9
2014-09-11mm/mmap.c: use pr_emerg when printing BUG related informationSasha Levin1-8/+8
2014-09-11mem-hotplug: let memblock skip the hotpluggable memory regions in __next_mem_...Xishi Qiu2-0/+6
2014-09-09Documentation: Docbook: Fix generated DocBook/kernel-api.xmlMasanari Iida1-1/+1
2014-09-09percpu: fix locking regression in the failure path of pcpu_alloc()Tejun Heo1-0/+1
2014-09-08bdi: reimplement bdev_inode_switch_bdi()Tejun Heo1-1/+1
2014-09-08bdi: explain the dirty list transferring in bdi_destroy()Tejun Heo1-2/+11
2014-09-08bdi: make backing_dev_info->wb.dwork canceling stricterTejun Heo1-13/+2
2014-09-08bdi: remove bdi->wb_lock locking around bdi->dev clearing in bdi_unregister()Tejun Heo1-8/+2
2014-09-08Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-6/+18
2014-09-08proportions: add @gfp to init functionsTejun Heo2-2/+2
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo4-4/+4
2014-09-08rcu: Provide cond_resched_rcu_qs() to force quiescent states in long loopsPaul E. McKenney1-1/+1
2014-09-05mm: memcontrol: revert use of root_mem_cgroup res_counterJohannes Weiner1-25/+78
2014-09-02percpu: implement asynchronous chunk populationTejun Heo1-4/+113
2014-09-02percpu: rename pcpu_reclaim_work to pcpu_balance_workTejun Heo1-15/+12
2014-09-02percpu: implmeent pcpu_nr_empty_pop_pages and chunk->nr_populatedTejun Heo2-10/+114
2014-09-02percpu: make sure chunk->map array has available spaceTejun Heo1-8/+45
2014-09-02percpu: implement [__]alloc_percpu_gfp()Tejun Heo1-25/+39
2014-09-02percpu: indent the population block in pcpu_alloc()Tejun Heo1-17/+21
2014-09-02percpu: make pcpu_alloc_area() capable of allocating only from populated areasTejun Heo1-7/+58
2014-09-02percpu: restructure lockingTejun Heo2-40/+37
2014-09-02percpu: make percpu-km set chunk->populated bitmap properlyTejun Heo1-0/+3
2014-09-02percpu: move region iterations out of pcpu_[de]populate_chunk()Tejun Heo3-54/+28
2014-09-02percpu: move common parts out of pcpu_[de]populate_chunk()Tejun Heo3-40/+31
2014-09-02percpu: remove @may_alloc from pcpu_get_pages()Tejun Heo1-7/+8