summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* process_vm_access: take get_user_pages/put_pages one level upAl Viro2014-04-011-58/+39
* process_vm_access: switch to copy_page_to_iter/iov_iter_copy_from_userAl Viro2014-04-011-68/+23
* process_vm_access: switch to iov_iterAl Viro2014-04-011-34/+28
* untangling process_vm_..., part 4Al Viro2014-04-011-16/+13
* untangling process_vm_..., part 3Al Viro2014-04-011-4/+3
* untangling process_vm_..., part 2Al Viro2014-04-011-3/+5
* untangling process_vm_..., part 1Al Viro2014-04-011-5/+9
* introduce copy_page_to_iter, kill loop over iovec in generic_file_aio_read()Al Viro2014-04-012-143/+136
* do_shmem_file_read(): call file_read_actor() directlyAl Viro2014-04-011-3/+3
* callers of iov_copy_from_user_atomic() don't need pagecache_disable()Al Viro2014-04-011-3/+0
* switch ->is_partially_uptodate() to saner argumentsAl Viro2014-04-011-1/+1
* mm: fix swapops.h:131 bug if remap_file_pages raced migrationHugh Dickins2014-03-202-2/+35
* mm: fix bad rss-counter if remap_file_pages raced migrationHugh Dickins2014-03-191-6/+22
* mm/Kconfig: fix URL for zsmalloc benchmarkBen Hutchings2014-03-101-2/+2
* mm/compaction: break out of loop on !PageBuddy in isolate_freepages_blockLaura Abbott2014-03-101-7/+13
* mm: fix GFP_THISNODE callers and clarifyJohannes Weiner2014-03-101-5/+6
* mm: page_alloc: exempt GFP_THISNODE allocations from zone fairnessJohannes Weiner2014-03-041-4/+22
* mm: include VM_MIXEDMAP flag in the VM_SPECIAL list to avoid m(un)lockingVlastimil Babka2014-03-041-1/+1
* memcg: reparent charges of children before processing parentFilipe Brandenburger2014-03-041-1/+9
* memcg: fix endless loop in __mem_cgroup_iter_next()Hugh Dickins2014-03-041-2/+2
* mm: close PageTail raceDavid Rientjes2014-03-044-5/+7
* memcg: change oom_info_lock to mutexMichal Hocko2014-02-251-3/+3
* mm, thp: fix infinite loop on memcg OOMKirill A. Shutemov2014-02-252-14/+9
* mm, hwpoison: release page on PageHWPoison() in __do_fault()Kirill A. Shutemov2014-02-251-0/+1
* Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-02-201-0/+1
|\
| * arm, pm, vmpressure: add missing slab.h includesTejun Heo2014-02-031-0/+1
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2014-02-172-24/+10
|\ \
| * | mm: Use ptep/pmdp_set_numa() for updating _PAGE_NUMA bitAneesh Kumar K.V2014-02-172-10/+3
| * | mm: Dirty accountable change only apply to non prot numa caseAneesh Kumar K.V2014-02-171-14/+7
* | | mm/memory-failure.c: move refcount only in !MF_COUNT_INCREASEDNaoya Horiguchi2014-02-101-2/+4
* | | slub: do not assert not having lock in removing freed partialSteven Rostedt2014-02-101-12/+20
* | | mm/slub.c: list_lock may not be held in some circumstancesDavid Rientjes2014-02-101-4/+2
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-02-091-2/+2
|\ \
| * | fix O_SYNC|O_APPEND syncing the wrong range on write()Al Viro2014-02-091-2/+2
| |/
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-02-081-1/+3
|\ \
| * \ Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin2014-02-0751-1666/+3496
| |\ \ | | |/
| * | Merge branch 'linus' into x86/urgentIngo Molnar2014-01-251-1/+4
| |\ \
| * | | mm, x86: Account for TLB flushes only when debuggingMel Gorman2014-01-251-1/+3
* | | | mm: __set_page_dirty_nobuffers() uses spin_lock_irqsave() instead of spin_loc...KOSAKI Motohiro2014-02-061-2/+3
* | | | mm/swap: fix race on swap_info reuse between swapoff and swaponWeijie Yang2014-02-061-1/+10
* | | | swap: add a simple detector for inappropriate swapin readaheadShaohua Li2014-02-061-3/+60
| |_|/ |/| |
* | | Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2014-02-022-23/+35
|\ \ \
| * | | mm: Fix warning on make htmldocs caused by slab.cMasanari Iida2014-01-311-1/+1
| * | | mm: slub: work around unneeded lockdep warningDave Hansen2014-01-311-0/+6
| * | | slub: Fix possible format string bug.Tetsuo Handa2014-01-131-1/+1
| * | | slub: use lockdep_assert_heldPeter Zijlstra2014-01-131-20/+20
| * | | slub: Fix calculation of cpu slabsLi Zefan2013-12-291-1/+7
* | | | memcg: fix mutex not unlocked on memcg_create_kmem_cache fail pathVladimir Davydov2014-01-301-4/+3
* | | | mm, oom: base root bonus on current usageDavid Rientjes2014-01-301-1/+1
* | | | mm/slub.c: fix page->_count corruption (again)Dave Hansen2014-01-301-2/+17
OpenPOWER on IntegriCloud