summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2014-04-03Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-04-02Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-04-02sparse: fix commentLi Zhong
2014-04-01kill generic_file_buffered_write()Al Viro
2014-04-01export generic_perform_write(), start getting rid of generic_file_buffer_write()Al Viro
2014-04-01generic_file_direct_write(): get rid of ppos argumentAl Viro
2014-04-01kill the 5th argument of generic_file_buffered_write()Al Viro
2014-04-01kill the 4th argument of __generic_file_aio_write()Al Viro
2014-04-01take iov_iter stuff to mm/iov_iter.cAl Viro
2014-04-01process_vm_access: tidy up a bitAl Viro
2014-04-01process_vm_access: don't bother with returning the amounts of bytes copiedAl Viro
2014-04-01process_vm_rw_pages(): pass accurate amount of bytesAl Viro
2014-04-01process_vm_access: take get_user_pages/put_pages one level upAl Viro
2014-04-01process_vm_access: switch to copy_page_to_iter/iov_iter_copy_from_userAl Viro
2014-04-01process_vm_access: switch to iov_iterAl Viro
2014-04-01untangling process_vm_..., part 4Al Viro
2014-04-01untangling process_vm_..., part 3Al Viro
2014-04-01untangling process_vm_..., part 2Al Viro
2014-04-01untangling process_vm_..., part 1Al Viro
2014-04-01introduce copy_page_to_iter, kill loop over iovec in generic_file_aio_read()Al Viro
2014-04-01do_shmem_file_read(): call file_read_actor() directlyAl Viro
2014-04-01callers of iov_copy_from_user_atomic() don't need pagecache_disable()Al Viro
2014-04-01switch ->is_partially_uptodate() to saner argumentsAl Viro
2014-04-01mm/slab.c: cleanup outdated comments and unify variables namingJianyu Zhan
2014-03-31Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds
2014-03-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2014-03-31Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l...Linus Torvalds
2014-03-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-03-31locks: fix locks_mandatory_locked to respect file-private locksJeff Layton
2014-03-29percpu: renew the max_contig if we merge the head and previous blockJianyu Zhan
2014-03-27slub: fix high order page allocation problem with __GFP_NOFAILJoonsoo Kim
2014-03-20mm: fix swapops.h:131 bug if remap_file_pages raced migrationHugh Dickins
2014-03-20mm, zswap: Fix CPU hotplug callback registrationSrivatsa S. Bhat
2014-03-20mm, vmstat: Fix CPU hotplug callback registrationSrivatsa S. Bhat
2014-03-20zsmalloc: Fix CPU hotplug callback registrationSrivatsa S. Bhat
2014-03-19mm: fix bad rss-counter if remap_file_pages raced migrationHugh Dickins
2014-03-19cgroup: drop const from @buffer of cftype->write_string()Tejun Heo
2014-03-18mm: Add new func _install_special_mapping() to mmap.cStefani Seibold
2014-03-17percpu: allocation size should be evenViro
2014-03-12ARM: 7993/1: mm/memblock: add memblock_get_current_limitLaura Abbott
2014-03-11Merge branch 'sched/urgent' into sched/coreIngo Molnar
2014-03-10mm/Kconfig: fix URL for zsmalloc benchmarkBen Hutchings
2014-03-10mm/compaction: break out of loop on !PageBuddy in isolate_freepages_blockLaura Abbott
2014-03-10mm: fix GFP_THISNODE callers and clarifyJohannes Weiner
2014-03-07mm: Create utility function for accessing a tasks commandline valueWilliam Roberts
2014-03-07percpu: speed alloc_pcpu_area() upAl Viro
2014-03-07percpu: store offsets instead of lengths in ->map[]Al Viro
2014-03-07perpcu: fold pcpu_split_block() into the only callerAl Viro
2014-03-06mm/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens