summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
* mm/page_alloc: convert zone_pcp_update() to rely on memory barriers instead o...Cody P Schafer2013-07-031-24/+9
* mm/page_alloc: protect pcp->batch accesses with ACCESS_ONCECody P Schafer2013-07-031-4/+7
* mm/page_alloc: insert memory barriers to allow async update of pcp batch and ...Cody P Schafer2013-07-031-9/+32
* mm/page_alloc: prevent concurrent updaters of pcp ->batch and ->highCody P Schafer2013-07-031-0/+8
* mm/page_alloc: factor out setting of pcp->high and pcp->batchCody P Schafer2013-07-031-3/+9
* mm: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFTLibin2013-07-032-2/+2
* mm: remove compressed copy from zram in-memoryMinchan Kim2013-07-031-2/+48
* mm, memcg: don't take task_lock in task_in_mem_cgroupDavid Rientjes2013-07-031-5/+6
* mm: soft-dirty bits for user memory changes trackingPavel Emelyanov2013-07-033-2/+14
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds2013-07-031-9/+210
|\
| * mm: hugetlb: Copy general hugetlb code from x86 to mm.Steve Capper2013-06-141-9/+88
| * mm: hugetlb: Copy huge_pmd_share from x86 to mm.Steve Capper2013-06-141-0/+122
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-031-4/+33
|\ \
| * | vfs: export lseek_execute() to modulesJie Liu2013-07-031-4/+1
| * | [O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n...Al Viro2013-06-291-0/+32
* | | Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-021-3/+7
|\ \ \
| * | | mm, sched: Allow uaccess in atomic with pagefault_disable()Michael S. Tsirkin2013-05-281-4/+7
| * | | mm, sched: Drop voluntary schedule from might_fault()Michael S. Tsirkin2013-05-281-1/+2
| | |/ | |/|
* | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-07-021-0/+17
|\ \ \
| * | | futex: Take hugepages into account when generating futex_keyZhang Yi2013-06-251-0/+17
| |/ /
* | | Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-021-1/+1
|\ \ \
| * \ \ Merge 3.10-rc7 into driver-core-nextGreg Kroah-Hartman2013-06-241-1/+3
| |\ \ \
| * \ \ \ Merge 3.10-rc6 into driver-core-nextGreg Kroah-Hartman2013-06-178-29/+47
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Finally eradicate CONFIG_HOTPLUGStephen Rothwell2013-06-031-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-07-022-37/+82
|\ \ \ \ | |_|_|/ |/| | |
| * | | mm: teach truncate_inode_pages_range() to handle non page aligned rangesLukas Czerner2013-05-271-31/+73
| * | | mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-212-7/+10
* | | | Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2013-06-181-1/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | slab: prevent warnings when allocating with __GFP_NOWARNSasha Levin2013-06-131-1/+3
* | | | mm: memcontrol: fix lockless reclaim hierarchy iteratorJohannes Weiner2013-06-121-7/+5
* | | | frontswap: fix incorrect zeroing and allocation size for frontswap_mapAkinobu Mita2013-06-122-2/+2
* | | | mm: migration: add migrate_entry_wait_huge()Naoya Horiguchi2013-06-122-6/+19
* | | | mm/page_alloc.c: fix watermark check in __zone_watermark_ok()Tomasz Stanislawski2013-06-121-2/+4
* | | | swap: avoid read_swap_cache_async() race to deadlock while waiting on discard...Rafael Aquini2013-06-121-1/+17
* | | | memcg: don't initialize kmem-cache destroying work for root cachesAndrey Vagin2013-06-121-2/+0
|/ / /
* | / arch, mm: Remove tlb_fast_mode()Peter Zijlstra2013-06-061-9/+0
| |/ |/|
* | mm/pagewalk.c: walk_page_range should avoid VM_PFNMAP areasCliff Wickman2013-05-241-34/+36
* | mm/memory_hotplug.c: fix printk format warningsRandy Dunlap2013-05-241-3/+6
* | mm/THP: use pmd_populate() to update the pmd with pgtable_t pointerAneesh Kumar K.V2013-05-241-1/+6
* | mm compaction: fix of improper cache flush in migration codeLeonid Yegoshin2013-05-241-1/+1
* | mm: memcg: remove incorrect VM_BUG_ON for swap cache pages in unchargeJohannes Weiner2013-05-241-2/+12
* | mm: mmu_notifier: re-fix freed page still mapped in secondary MMUXiao Guangrong2013-05-241-40/+39
* | mm: Fix virt_to_page() warningRalf Baechle2013-05-221-1/+1
|/
* shm: fix null pointer deref when userspace specifies invalid hugepage sizeLi Zefan2013-05-091-2/+6
* mm/slab: Fix crash during slab initChris Mason2013-05-081-10/+10
* Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-083-286/+49
|\
| * Merge branch 'writeback-workqueue' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2013-04-026-250/+50
| |\
| | * writeback: expose the bdi_wq workqueueTejun Heo2013-04-011-1/+1
| | * writeback: replace custom worker pool implementation with unbound workqueueTejun Heo2013-04-011-227/+28
| | * writeback: remove unused bdi_pending_listTejun Heo2013-04-011-3/+1