summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2012-01-05Merge commit 'v3.2' into rt-3.2-rt9v3.2-rt9Clark Williams
2012-01-03Merge commit 'v3.2-rc7' into rt-3.2-rc7-rt9Clark Williams
2011-12-29mm: hugetlb: fix non-atomic enqueue of huge pageHillf Danton
2011-12-29mm/mempolicy.c: refix mbind_range() vma issueKOSAKI Motohiro
2011-12-28kconfig-disable-a-few-options-rt.patchThomas Gleixner
2011-12-28mm, rt: kmap_atomic schedulingPeter Zijlstra
2011-12-28mm-vmalloc.patchThomas Gleixner
2011-12-28mm-protect-activate-switch-mm.patchThomas Gleixner
2011-12-28mm: shrink the page frame to !-rt sizePeter Zijlstra
2011-12-28mm: make vmstat -rt awareIngo Molnar
2011-12-28mm-vmstat-fix-the-irq-lock-asymetry.patchThomas Gleixner
2011-12-28mm: convert swap to percpu lockedIngo Molnar
2011-12-28mm-page-alloc-fix.patchThomas Gleixner
2011-12-28mm: page_alloc reduce lock sections furtherPeter Zijlstra
2011-12-28mm: page_alloc: rt-friendly per-cpu pagesIngo Molnar
2011-12-28mm: More lock breaks in slab.cPeter Zijlstra
2011-12-28slab: Fix __do_drain to use the right array cacheSteven Rostedt
2011-12-28mm-slab-wrap-functions.patchThomas Gleixner
2011-12-28mm: Replace cgroup_page bit spinlockThomas Gleixner
2011-12-28mm-slab-move-debug-out.patchThomas Gleixner
2011-12-28mm-page-alloc-use-list-last-entry.patchPeter Zijlstra
2011-12-28mm: Remove preempt count from pagefault disable/enableThomas Gleixner
2011-12-28filemap-fix-up.patchThomas Gleixner
2011-12-28mm: raw_pagefault_disablePeter Zijlstra
2011-12-28mm: Prepare decoupling the page fault disabling logicIngo Molnar
2011-12-28mm: memcg: shorten preempt-disabled section around event checksJohannes Weiner
2011-12-28slab, lockdep: Annotate all slab cachesPeter Zijlstra
2011-12-21vfs: __read_cache_page should use gfp argument rather than GFP_KERNELDave Kleikamp
2011-12-20mm/vmalloc.c: remove static declaration of va from __get_vm_area_nodeKautuk Consul
2011-12-20oom: fix integer overflow of points in oom_badnessFrantisek Hrbata
2011-12-20memcg: keep root group unchanged if creation failsHillf Danton
2011-12-15percpu: fix per_cpu_ptr_to_phys() handling of non-page-aligned addressesEugene Surovegin
2011-12-13Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-12-09mm: vmalloc: check for page allocation failure before vmlist insertionMel Gorman
2011-12-09mm: Ensure that pfn_valid() is called once per pageblock when reserving pageb...Michal Hocko
2011-12-09mm/migrate.c: pair unlock_page() and lock_page() when migrating huge pagesHillf Danton
2011-12-09thp: set compound tail page _count to zeroYouquan Song
2011-12-09thp: reduce khugepaged freezing latencyAndrea Arcangeli
2011-12-09vmscan: use atomic-long for shrinker batchingKonstantin Khlebnikov
2011-12-09vmscan: fix initial shrinker size handlingKonstantin Khlebnikov
2011-12-08writeback: set max_pause to lowest value on zero bdi_dirtyWu Fengguang
2011-12-08writeback: permit through good bdi even when global dirty exceededWu Fengguang
2011-12-08writeback: comment on the bdi dirty thresholdWu Fengguang
2011-12-05slab, lockdep: Fix silly bugPeter Zijlstra
2011-12-02fs: Make write(2) interruptible by a fatal signalJan Kara
2011-11-29Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2011-11-28Merge branch 'for-3.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2011-11-24slub: avoid potential NULL dereference or corruptionEric Dumazet
2011-11-24slub: use irqsafe_cpu_cmpxchg for put_cpu_partialChristoph Lameter
2011-11-23percpu: explain why per_cpu_ptr_to_phys() is more complicated than necessaryDave Young