index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
huge_memory.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-21
mm: Convert huge_memory to XArray
Matthew Wilcox
1
-10
/
+7
2018-09-04
mm: fix BUG_ON() in vmf_insert_pfn_pud() from VM_MIXEDMAP removal
Dave Jiang
1
-2
/
+2
2018-08-25
Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...
Linus Torvalds
1
-2
/
+2
2018-08-23
mm: Change return type int to vm_fault_t for fault handlers
Souptick Joarder
1
-15
/
+16
2018-08-17
mm, huge page: copy target sub-page last when copy huge page
Huang Ying
1
-1
/
+2
2018-08-17
thp: use mm_file_counter to determine update which rss counter
Yang Shi
1
-2
/
+2
2018-08-17
dax: remove VM_MIXEDMAP for fsdax and device dax
Dave Jiang
1
-2
/
+2
2018-08-05
Merge tag 'v4.18-rc6' into for-4.19/block2
Jens Axboe
1
-0
/
+2
2018-07-21
mm/huge_memory.c: fix data loss when splitting a file pmd
Hugh Dickins
1
-0
/
+2
2018-07-20
device-dax: Convert to vmf_insert_mixed and vm_fault_t
Dan Williams
1
-2
/
+2
2018-07-09
memcontrol: schedule throttling if we are congested
Tejun Heo
1
-3
/
+3
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-2
/
+2
2018-06-07
mm: use page->deferred_list
Matthew Wilcox
1
-5
/
+2
2018-06-04
Merge tag 'docs-4.18' of git://git.lwn.net/linux
Linus Torvalds
1
-2
/
+2
2018-06-02
mm/huge_memory.c: __split_huge_page() use atomic ClearPageDirty()
Hugh Dickins
1
-1
/
+1
2018-04-27
Merge tag 'v4.17-rc2' into docs-next
Jonathan Corbet
1
-1
/
+4
2018-04-20
mm: enable thp migration for shmem thp
Naoya Horiguchi
1
-1
/
+4
2018-04-16
Merge branch 'mm-rst' into docs-next
Jonathan Corbet
1
-2
/
+2
2018-04-16
docs/vm: rename documentation files to .rst
Mike Rapoport
1
-2
/
+2
2018-04-11
page cache: use xa_lock
Matthew Wilcox
1
-5
/
+5
2018-04-11
mm: unclutter THP migration
Michal Hocko
1
-0
/
+6
2018-04-11
memcg, thp: do not invoke oom killer on thp charges
Michal Hocko
1
-3
/
+2
2018-04-05
mm/huge_memory.c: reorder operations in __split_huge_page_tail()
Konstantin Khlebnikov
1
-21
/
+15
2018-03-22
mm, thp: do not cause memcg oom for thp
David Rientjes
1
-2
/
+3
2018-03-22
mm/thp: do not wait for lock_page() in deferred_split_scan()
Kirill A. Shutemov
1
-1
/
+3
2018-01-31
mm/thp: remove pmd_huge_split_prepare()
Aneesh Kumar K.V
1
-37
/
+35
2018-01-31
mm: use updated pmdp_invalidate() interface to track dirty/accessed bits
Kirill A. Shutemov
1
-17
/
+12
2018-01-31
mm/huge_memory.c: fix comment in __split_huge_pmd_locked
Yisheng Xie
1
-4
/
+3
2017-12-15
Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths"
Linus Torvalds
1
-3
/
+3
2017-11-29
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-3
/
+3
2017-11-29
mm: replace pmd_write with pmd_access_permitted in fault + gup paths
Dan Williams
1
-2
/
+2
2017-11-29
mm: replace pud_write with pud_access_permitted in fault + gup paths
Dan Williams
1
-1
/
+1
2017-11-29
Revert "mm, thp: Do not make pmd/pud dirty without a reason"
Linus Torvalds
1
-19
/
+12
2017-11-27
mm, thp: Do not make pmd/pud dirty without a reason
Kirill A. Shutemov
1
-12
/
+19
2017-11-27
mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()
Kirill A. Shutemov
1
-23
/
+13
2017-11-15
mm: consolidate page table accounting
Kirill A. Shutemov
1
-1
/
+1
2017-11-15
mm: introduce wrappers to access mm->nr_ptes
Kirill A. Shutemov
1
-5
/
+5
2017-11-15
mm/mmu_notifier: avoid call to invalidate_range() in range_end()
Jérôme Glisse
1
-4
/
+42
2017-11-15
mm/mmu_notifier: avoid double notification when it is useless
Jérôme Glisse
1
-3
/
+17
2017-11-15
Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-4
/
+4
2017-11-07
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
1
-0
/
+3
2017-11-03
mm/huge_memory.c: deposit page table when copying a PMD migration entry
Zi Yan
1
-0
/
+3
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
1
-1
/
+1
2017-10-12
mm/huge_memory.c: fixup grammar in comment
Michael DeGuzis
1
-4
/
+4
2017-09-08
mm: soft-dirty: keep soft-dirty bits over thp migration
Naoya Horiguchi
1
-3
/
+24
2017-09-08
mm: thp: check pmd migration entry in common path
Zi Yan
1
-6
/
+59
2017-09-08
mm: thp: enable thp migration in generic path
Zi Yan
1
-5
/
+79
2017-09-08
mm: thp: introduce separate TTU flag for thp freezing
Naoya Horiguchi
1
-1
/
+1
2017-09-06
mm: hugetlb: clear target sub-page last when clearing huge page
Huang Ying
1
-2
/
+2
2017-09-06
mm, THP, swap: support splitting THP for THP swap out
Huang Ying
1
-1
/
+9
[next]