index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
memory.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappings
Andi Kleen
2018-06-20
1
-10
/
+27
|
|
/
*
|
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2018-08-14
1
-8
/
+14
|
\
\
|
*
|
x86/mm/tlb: Leave lazy TLB mode at page table free time
Rik van Riel
2018-07-17
1
-8
/
+14
|
|
/
*
|
mm/memory.c: check return value of ioremap_prot
jie@chenjie6@huwei.com
2018-08-11
1
-0
/
+3
*
|
mm: delete historical BUG from zap_pmd_range()
Hugh Dickins
2018-08-01
1
-4
/
+2
|
/
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2018-06-08
1
-13
/
+23
|
\
|
*
mm: remove odd HAVE_PTE_SPECIAL
Laurent Dufour
2018-06-08
1
-9
/
+6
|
*
mm: introduce ARCH_HAS_PTE_SPECIAL
Laurent Dufour
2018-06-08
1
-1
/
+1
|
*
fs/dax.c: use new return type vm_fault_t
Souptick Joarder
2018-06-08
1
-4
/
+17
*
|
mm: Remove return value of zap_vma_ptes()
Leon Romanovsky
2018-06-01
1
-4
/
+3
|
/
*
mm: swap: unify cluster-based and vma-based swap readahead
Minchan Kim
2018-04-06
1
-7
/
+4
*
mm: swap: clean up swap readahead
Minchan Kim
2018-04-06
1
-20
/
+6
*
mm, swap: Add infrastructure for saving page metadata on swap
Khalid Aziz
2018-03-18
1
-0
/
+1
*
mm: hide a #warning for COMPILE_TEST
Arnd Bergmann
2018-02-16
1
-1
/
+1
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2018-02-07
1
-4
/
+0
|
\
|
*
mm: remove unneeded kallsyms include
Sergey Senozhatsky
2018-02-07
1
-4
/
+0
*
|
Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-02-06
1
-1
/
+15
|
\
\
|
|
/
|
/
|
|
*
mm, dax: introduce pfn_t_special()
Dan Williams
2018-01-20
1
-1
/
+15
*
|
mm: correct comments regarding do_fault_around()
William Kucharski
2018-02-01
1
-11
/
+11
*
|
mm: add unmap_mapping_pages()
Matthew Wilcox
2018-02-01
1
-12
/
+31
*
|
mm: update comment describing tlb_gather_mmu
Mike Rapoport
2018-02-01
1
-4
/
+11
*
|
mm/memory.c: release locked page in do_swap_page()
Minchan Kim
2018-01-19
1
-2
/
+8
|
/
*
Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths"
Linus Torvalds
2017-12-16
1
-4
/
+4
*
mm/memory.c: mark wp_huge_pmd() inline to prevent build failure
Geert Uytterhoeven
2017-12-15
1
-1
/
+2
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2017-11-30
1
-4
/
+4
|
\
|
*
mm: replace pte_write with pte_access_permitted in fault + gup paths
Dan Williams
2017-11-30
1
-2
/
+2
|
*
mm: replace pmd_write with pmd_access_permitted in fault + gup paths
Dan Williams
2017-11-30
1
-1
/
+1
|
*
mm: replace pud_write with pud_access_permitted in fault + gup paths
Dan Williams
2017-11-30
1
-1
/
+1
*
|
Revert "mm, thp: Do not make pmd/pud dirty without a reason"
Linus Torvalds
2017-11-29
1
-1
/
+1
|
/
*
mm, thp: Do not make pmd/pud dirty without a reason
Kirill A. Shutemov
2017-11-27
1
-1
/
+1
*
mm: do not rely on preempt_count in print_vma_addr
Michal Hocko
2017-11-16
1
-5
/
+3
*
mm: introduce wrappers to access mm->nr_ptes
Kirill A. Shutemov
2017-11-16
1
-4
/
+4
*
mm: account pud page tables
Kirill A. Shutemov
2017-11-16
1
-6
/
+9
*
mm/mmu_notifier: avoid call to invalidate_range() in range_end()
Jérôme Glisse
2017-11-16
1
-1
/
+5
*
mm: swap: SWP_SYNCHRONOUS_IO: skip swapcache only if swapped page has no othe...
Minchan Kim
2017-11-16
1
-9
/
+10
*
mm, swap: skip swapcache for swapin of synchronous device
Minchan Kim
2017-11-16
1
-16
/
+36
*
locking/atomics, mm: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()
Paul E. McKenney
2017-10-25
1
-3
/
+3
*
mm/device-public-memory: fix edge case in _vm_normal_page()
Reza Arbab
2017-10-04
1
-1
/
+1
*
lib/interval_tree: fast overlap detection
Davidlohr Bueso
2017-09-09
1
-2
/
+2
*
mm/memory.c: fix mem_cgroup_oom_disable() call missing
Laurent Dufour
2017-09-09
1
-5
/
+5
*
mm/memory.c: remove reduntant check for write access
Anshuman Khandual
2017-09-09
1
-3
/
+2
*
mm/device-public-memory: device memory cache coherent with CPU
Jérôme Glisse
2017-09-09
1
-5
/
+41
*
mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memory
Jérôme Glisse
2017-09-09
1
-0
/
+61
*
mm: thp: check pmd migration entry in common path
Zi Yan
2017-09-09
1
-2
/
+10
*
mm: hugetlb: clear target sub-page last when clearing huge page
Huang Ying
2017-09-07
1
-4
/
+38
*
mm, swap: VMA based swap readahead
Huang Ying
2017-09-07
1
-5
/
+18
*
mm, THP, swap: make reuse_swap_page() works for THP swapped out
Huang Ying
2017-09-07
1
-3
/
+3
*
mm: always flush VMA ranges affected by zap_page_range
Mel Gorman
2017-09-07
1
-1
/
+13
*
mm: add vm_insert_mixed_mkwrite()
Ross Zwisler
2017-09-07
1
-7
/
+43
*
dax: update to new mmu_notifier semantic
Jérôme Glisse
2017-09-01
1
-5
/
+21
[prev]
[next]