summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-021-4/+16
|\
| * mm: Add new func _install_special_mapping() to mmap.cStefani Seibold2014-03-181-4/+16
* | Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2014-04-011-96/+112
|\ \
| * | percpu: renew the max_contig if we merge the head and previous blockJianyu Zhan2014-03-291-1/+3
| * | percpu: allocation size should be evenViro2014-03-171-1/+4
| * | percpu: speed alloc_pcpu_area() upAl Viro2014-03-071-1/+17
| * | percpu: store offsets instead of lengths in ->map[]Al Viro2014-03-071-55/+81
| * | perpcu: fold pcpu_split_block() into the only callerAl Viro2014-03-071-47/+16Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-03-312-0/+13
|\ \ \
| * | | mm: add support for discard of unused ptesKonstantin Weitz2014-02-211-0/+10
| * | | sched/mm: call finish_arch_post_lock_switch in idle_task_exit and use_mmMartin Schwidefsky2014-02-211-0/+3
* | | | Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l...Linus Torvalds2014-03-312-23/+21Star
|\ \ \ \
| * | | | mm/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens2014-03-061-14/+12Star
| * | | | mm/compat: convert to COMPAT_SYSCALL_DEFINEHeiko Carstens2014-03-061-9/+9
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-03-311-73/+1Star
|\ \ \ \ \
| * \ \ \ \ Merge branch 'sched/urgent' into sched/coreIngo Molnar2014-03-1110-44/+75
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'linus' into sched/coreThomas Gleixner2014-02-2111-64/+140
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Merge branch 'linus' into sched/core, to resolve conflictsIngo Molnar2014-02-0250-1643/+3461
| |\ \ \ \ \ \
| * | | | | | | sched/numa, mm: Use active_nodes nodemask to limit numa migrationsRik van Riel2014-01-281-28/+1Star
| * | | | | | | sched/numa, mm: Remove p->numa_migrate_deferredRik van Riel2014-01-281-45/+0Star
* | | | | | | | mm: fix swapops.h:131 bug if remap_file_pages raced migrationHugh Dickins2014-03-212-2/+35
* | | | | | | | mm: fix bad rss-counter if remap_file_pages raced migrationHugh Dickins2014-03-201-6/+22
| |_|_|/ / / / |/| | | | | |
* | | | | | | mm/Kconfig: fix URL for zsmalloc benchmarkBen Hutchings2014-03-111-2/+2
* | | | | | | mm/compaction: break out of loop on !PageBuddy in isolate_freepages_blockLaura Abbott2014-03-111-7/+13
* | | | | | | mm: fix GFP_THISNODE callers and clarifyJohannes Weiner2014-03-111-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-261-3/+3
* | | | | mm, thp: fix infinite loop on memcg OOMKirill A. Shutemov2014-02-262-14/+9Star
* | | | | mm, hwpoison: release page on PageHWPoison() in __do_fault()Kirill A. Shutemov2014-02-261-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/+10Star
|\ \ \ \
| * | | | mm: Use ptep/pmdp_set_numa() for updating _PAGE_NUMA bitAneesh Kumar K.V2014-02-172-10/+3Star
| * | | | mm: Dirty accountable change only apply to non prot numa caseAneesh Kumar K.V2014-02-171-14/+7Star
* | | | | mm/memory-failure.c: move refcount only in !MF_COUNT_INCREASEDNaoya Horiguchi2014-02-111-2/+4
* | | | | slub: do not assert not having lock in removing freed partialSteven Rostedt2014-02-111-12/+20
* | | | | mm/slub.c: list_lock may not be held in some circumstancesDavid Rientjes2014-02-111-4/+2Star
|/ / / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-02-101-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
| |_|/ / |/| | |