summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2014-04-04Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds3-86/+43
2014-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2014-04-02Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+16
2014-04-02sparse: fix commentLi Zhong1-1/+1
2014-04-02kill generic_file_buffered_write()Al Viro1-22/+1
2014-04-02export generic_perform_write(), start getting rid of generic_file_buffer_write()Al Viro1-16/+21
2014-04-02generic_file_direct_write(): get rid of ppos argumentAl Viro1-3/+3
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-04-01mm/slab.c: cleanup outdated comments and unify variables namingJianyu Zhan1-34/+32
2014-04-01Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds1-96/+112
2014-04-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2-0/+13
2014-04-01Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l...Linus Torvalds2-23/+21
2014-03-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-73/+1
2014-03-31locks: fix locks_mandatory_locked to respect file-private locksJeff Layton2-2/+2
2014-03-29percpu: renew the max_contig if we merge the head and previous blockJianyu Zhan1-1/+3
2014-03-27slub: fix high order page allocation problem with __GFP_NOFAILJoonsoo Kim1-2/+3
2014-03-21mm: fix swapops.h:131 bug if remap_file_pages raced migrationHugh Dickins2-2/+35
2014-03-20mm, zswap: Fix CPU hotplug callback registrationSrivatsa S. Bhat1-4/+4
2014-03-20mm, vmstat: Fix CPU hotplug callback registrationSrivatsa S. Bhat1-3/+3
2014-03-20zsmalloc: Fix CPU hotplug callback registrationSrivatsa S. Bhat1-3/+14
2014-03-20mm: fix bad rss-counter if remap_file_pages raced migrationHugh Dickins1-6/+22
2014-03-19cgroup: drop const from @buffer of cftype->write_string()Tejun Heo2-3/+3
2014-03-18mm: Add new func _install_special_mapping() to mmap.cStefani Seibold1-4/+16
2014-03-18percpu: allocation size should be evenViro1-1/+4
2014-03-12ARM: 7993/1: mm/memblock: add memblock_get_current_limitLaura Abbott1-0/+5
2014-03-11Merge branch 'sched/urgent' into sched/coreIngo Molnar10-44/+75
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-07mm: Create utility function for accessing a tasks commandline valueWilliam Roberts1-0/+48
2014-03-07percpu: speed alloc_pcpu_area() upAl Viro1-1/+17
2014-03-07percpu: store offsets instead of lengths in ->map[]Al Viro1-55/+81
2014-03-07perpcu: fold pcpu_split_block() into the only callerAl Viro1-47/+16
2014-03-06mm/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens1-14/+12