index
:
kernel_htc_msm8960.git
kitkat
lp5.0
lp5.1
mm6.0
n7.1
o8.0
q10.0
r11.1
r11.1_los
s12.0
kernel_htc_msm8960
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
memory.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "mm: panic on the first bad page table entry access"
TARKZiM
2021-10-09
1
-4
/
+0
*
mm: convert mm->nr_ptes to atomic_long_t
Kirill A. Shutemov
2020-06-04
1
-2
/
+2
*
mm: larger stack guard gap, between vmas
Hugh Dickins
2019-02-12
1
-53
/
+0
*
Merge tag 'v3.4.113' into cm-14.1
David Hays
2016-12-30
1
-17
/
+24
|
\
|
*
mm, gup: close FOLL MAP_PRIVATE race
Michal Hocko
2016-10-26
1
-11
/
+28
*
|
mm: remove gup_flags FOLL_WRITE games from __get_user_pages()
Linus Torvalds
2016-10-25
1
-2
/
+12
*
|
Merge tag 'v3.4.111' into cm-13.0
David Hays
2016-04-11
1
-4
/
+13
|
\
|
|
*
mm: avoid setting up anonymous pages into file mapping
Kirill A. Shutemov
2016-03-21
1
-4
/
+13
*
|
Merge tag v3.4.110 into cm-13.0
David Hays
2016-02-22
1
-30
/
+39
|
\
|
|
*
mm/memory.c: actually remap enough memory
Grazvydas Ignotas
2015-06-19
1
-1
/
+1
|
*
vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUS
Linus Torvalds
2015-04-14
1
-1
/
+1
|
*
vm: add VM_FAULT_SIGSEGV handling support
Linus Torvalds
2015-04-14
1
-2
/
+2
|
*
mm: protect set_page_dirty() from ongoing truncation
Johannes Weiner
2015-04-14
1
-10
/
+17
|
*
mm: propagate error from stack expansion even for guard page
Linus Torvalds
2015-04-14
1
-2
/
+2
|
*
mm: fix swapoff hang after page migration and fork
Hugh Dickins
2015-04-14
1
-13
/
+13
|
*
zap_pte_range: update addr when forcing flush after TLB batching faiure
Will Deacon
2015-02-02
1
-1
/
+3
*
|
Merge tag 'v3.4.105' into cm-12.0
Paul
2015-01-11
1
-0
/
+5
|
\
|
|
*
mm: make fixup_user_fault() check the vma access rights too
Linus Torvalds
2014-06-07
1
-0
/
+5
*
|
mm: panic on the first bad page table entry access
Pushkar Joshi
2014-01-17
1
-0
/
+4
*
|
mm: remove swap token code
Rik van Riel
2014-01-17
1
-1
/
+1
*
|
Merge tag 'v3.4.72' into tmp
Ethan Chen
2013-12-08
1
-3
/
+67
|
\
|
|
*
vm: add vm_iomap_memory() helper function
Linus Torvalds
2013-04-25
1
-0
/
+47
|
*
thp, memcg: split hugepage for memcg oom on cow
David Rientjes
2013-01-17
1
-3
/
+15
|
*
mm: limit mmu_gather batching to fix soft lockups on !CONFIG_PREEMPT
Michal Hocko
2013-01-11
1
-0
/
+5
*
|
kernel: Add hooks for user-accessible timers in the kernel.
Greg Reid
2013-10-28
1
-0
/
+13
*
|
mm: Use correct define for CMA features
Laura Abbott
2012-12-27
1
-1
/
+1
*
|
cma: fix race condition on a page
Heesub Shin
2012-12-11
1
-0
/
+11
|
/
*
coredump: remove VM_ALWAYSDUMP flag
Jason Baron
2012-03-23
1
-7
/
+1
*
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
2012-03-22
1
-34
/
+19
|
\
|
*
mm, counters: fold __sync_task_rss_stat() into sync_mm_rss()
David Rientjes
2012-03-21
1
-7
/
+2
|
*
mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat()
David Rientjes
2012-03-21
1
-9
/
+9
|
*
mm: make get_mm_counter static-inline
Konstantin Khlebnikov
2012-03-21
1
-18
/
+0
|
*
mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode
Andrea Arcangeli
2012-03-21
1
-4
/
+12
*
|
Merge branch 'vm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2012-03-21
1
-53
/
+80
|
\
\
|
|
/
|
/
|
|
*
VM: make zap_page_range() callers that act on a single VMA use separate helper
Al Viro
2012-03-20
1
-39
/
+74
|
*
VM: make unmap_vmas() return void
Al Viro
2012-03-20
1
-5
/
+1
|
*
VM: make zap_page_range() return void
Al Viro
2012-03-20
1
-3
/
+2
|
*
VM: can't go through the inner loop in unmap_vmas() more than once...
Al Viro
2012-03-20
1
-2
/
+2
|
*
VM: unmap_page_range() can return void
Al Viro
2012-03-20
1
-9
/
+6
*
|
mm: remove the second argument of k[un]map_atomic()
Cong Wang
2012-03-20
1
-2
/
+2
|
/
*
mm: fix rss count leakage during migration
Konstantin Khlebnikov
2012-01-23
1
-9
/
+28
*
thp: add tlb_remove_pmd_tlb_entry
Shaohua Li
2012-01-12
1
-2
/
+2
*
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2011-11-06
1
-1
/
+1
|
\
|
*
mm: Map most files to use export.h instead of module.h
Paul Gortmaker
2011-10-31
1
-1
/
+1
*
|
mm: thp: tail page refcounting fix
Andrea Arcangeli
2011-11-02
1
-1
/
+1
|
/
*
mm/futex: fix futex writes on archs with SW tracking of dirty & young
Benjamin Herrenschmidt
2011-07-25
1
-1
/
+57
*
mm: preallocate page before lock_page() at filemap COW
KAMEZAWA Hiroyuki
2011-07-25
1
-22
/
+34
*
mm/memory.c: remove ZAP_BLOCK_SIZE
Andrew Morton
2011-07-25
1
-11
/
+0
*
mm: __tlb_remove_page() check the correct batch
Shaohua Li
2011-07-08
1
-0
/
+1
*
mm: move vmtruncate_range to truncate.c
Hugh Dickins
2011-06-27
1
-24
/
+0
[next]