summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2014-04-02kill the 5th argument of generic_file_buffered_write()Al Viro1-5/+4
2014-04-02kill the 4th argument of __generic_file_aio_write()Al Viro1-7/+6
2014-04-02take iov_iter stuff to mm/iov_iter.cAl Viro3-222/+225
2014-04-02process_vm_access: tidy up a bitAl Viro1-40/+19
2014-04-02process_vm_access: don't bother with returning the amounts of bytes copiedAl Viro1-31/+16
2014-04-02process_vm_rw_pages(): pass accurate amount of bytesAl Viro1-8/+14
2014-04-02process_vm_access: take get_user_pages/put_pages one level upAl Viro1-58/+39
2014-04-02process_vm_access: switch to copy_page_to_iter/iov_iter_copy_from_userAl Viro1-68/+23
2014-04-02process_vm_access: switch to iov_iterAl Viro1-34/+28
2014-04-02untangling process_vm_..., part 4Al Viro1-16/+13
2014-04-02untangling process_vm_..., part 3Al Viro1-4/+3
2014-04-02untangling process_vm_..., part 2Al Viro1-3/+5
2014-04-02untangling process_vm_..., part 1Al Viro1-5/+9
2014-04-02introduce copy_page_to_iter, kill loop over iovec in generic_file_aio_read()Al Viro2-143/+136
2014-04-02do_shmem_file_read(): call file_read_actor() directlyAl Viro1-3/+3
2014-04-02callers of iov_copy_from_user_atomic() don't need pagecache_disable()Al Viro1-3/+0
2014-04-02switch ->is_partially_uptodate() to saner argumentsAl Viro1-1/+1
2014-03-21mm: fix swapops.h:131 bug if remap_file_pages raced migrationHugh Dickins2-2/+35
2014-03-20mm: fix bad rss-counter if remap_file_pages raced migrationHugh Dickins1-6/+22
2014-03-11mm/Kconfig: fix URL for zsmalloc benchmarkBen Hutchings1-2/+2
2014-03-11mm/compaction: break out of loop on !PageBuddy in isolate_freepages_blockLaura Abbott1-7/+13
2014-03-11mm: fix GFP_THISNODE callers and clarifyJohannes Weiner1-5/+6
2014-03-04mm: page_alloc: exempt GFP_THISNODE allocations from zone fairnessJohannes Weiner1-4/+22
2014-03-04mm: include VM_MIXEDMAP flag in the VM_SPECIAL list to avoid m(un)lockingVlastimil Babka1-1/+1
2014-03-04memcg: reparent charges of children before processing parentFilipe Brandenburger1-1/+9
2014-03-04memcg: fix endless loop in __mem_cgroup_iter_next()Hugh Dickins1-2/+2
2014-03-04mm: close PageTail raceDavid Rientjes4-5/+7
2014-02-26memcg: change oom_info_lock to mutexMichal Hocko1-3/+3
2014-02-26mm, thp: fix infinite loop on memcg OOMKirill A. Shutemov2-14/+9
2014-02-26mm, hwpoison: release page on PageHWPoison() in __do_fault()Kirill A. Shutemov1-0/+1
2014-02-21Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2014-02-18Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2-24/+10
2014-02-17mm: Use ptep/pmdp_set_numa() for updating _PAGE_NUMA bitAneesh Kumar K.V2-10/+3
2014-02-17mm: Dirty accountable change only apply to non prot numa caseAneesh Kumar K.V1-14/+7
2014-02-11mm/memory-failure.c: move refcount only in !MF_COUNT_INCREASEDNaoya Horiguchi1-2/+4
2014-02-11slub: do not assert not having lock in removing freed partialSteven Rostedt1-12/+20
2014-02-11mm/slub.c: list_lock may not be held in some circumstancesDavid Rientjes1-4/+2
2014-02-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2014-02-10fix O_SYNC|O_APPEND syncing the wrong range on write()Al Viro1-2/+2
2014-02-08Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+3
2014-02-07Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin51-1666/+3496
2014-02-07mm: __set_page_dirty_nobuffers() uses spin_lock_irqsave() instead of spin_loc...KOSAKI Motohiro1-2/+3
2014-02-07mm/swap: fix race on swap_info reuse between swapoff and swaponWeijie Yang1-1/+10
2014-02-07swap: add a simple detector for inappropriate swapin readaheadShaohua Li1-3/+60
2014-02-03arm, pm, vmpressure: add missing slab.h includesTejun Heo1-0/+1
2014-02-02Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2-23/+35
2014-01-31mm: Fix warning on make htmldocs caused by slab.cMasanari Iida1-1/+1
2014-01-31mm: slub: work around unneeded lockdep warningDave Hansen1-0/+6
2014-01-31memcg: fix mutex not unlocked on memcg_create_kmem_cache fail pathVladimir Davydov1-4/+3
2014-01-31mm, oom: base root bonus on current usageDavid Rientjes1-1/+1