index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
memory.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: treewide: remove unused address argument from pte_alloc functions
Joel Fernandes (Google)
2019-01-04
1
-9
/
+8
*
mm, thp, proc: report THP eligibility for each vma
Michal Hocko
2018-12-28
1
-2
/
+2
*
mm/mmu_notifier: use structure for invalidate_range_start/end calls v2
Jérôme Glisse
2018-12-28
1
-49
/
+50
*
mm: Fix warning in insert_pfn()
Jan Kara
2018-10-31
1
-2
/
+7
*
mm/memory.c: recheck page table entry with page table lock held
Aneesh Kumar K.V
2018-10-26
1
-4
/
+30
*
mm: convert insert_pfn() to vm_fault_t
Matthew Wilcox
2018-10-26
1
-19
/
+5
*
mm: convert __vm_insert_mixed() to vm_fault_t
Matthew Wilcox
2018-10-26
1
-21
/
+15
*
mm: inline vm_insert_pfn_prot() into caller
Matthew Wilcox
2018-10-26
1
-31
/
+24
*
mm: remove vm_insert_pfn()
Matthew Wilcox
2018-10-26
1
-25
/
+29
*
mm: make vm_insert_pfn_prot() static
Matthew Wilcox
2018-10-26
1
-25
/
+25
*
mm: introduce vmf_insert_pfn_prot()
Matthew Wilcox
2018-10-26
1
-16
/
+31
*
mm: remove vm_insert_mixed()
Matthew Wilcox
2018-10-26
1
-4
/
+10
*
mm/memory: Move mmu_gather and TLB invalidation code into its own file
Peter Zijlstra
2018-09-07
1
-249
/
+0
*
asm-generic/tlb: Track which levels of the page tables have been cleared
Will Deacon
2018-09-04
1
-1
/
+3
*
mm/cow: don't bother write protecting already write-protected pages
Linus Torvalds
2018-08-25
1
-1
/
+1
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2018-08-23
1
-44
/
+46
|
\
|
*
mm: Change return type int to vm_fault_t for fault handlers
Souptick Joarder
2018-08-23
1
-44
/
+46
*
|
mm: mmu_notifier fix for tlb_end_vma
Nicholas Piggin
2018-08-23
1
-10
/
+0
*
|
mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREE
Peter Zijlstra
2018-08-23
1
-0
/
+18
*
|
mm/tlb: Remove tlb_remove_table() non-concurrent condition
Peter Zijlstra
2018-08-23
1
-9
/
+0
*
|
mm: move tlb_table_flush to tlb_flush_mmu_free
Nicholas Piggin
2018-08-23
1
-3
/
+3
*
|
x86/mm/tlb: Revert the recent lazy TLB patches
Peter Zijlstra
2018-08-22
1
-14
/
+8
|
/
*
Revert "mm: always flush VMA ranges affected by zap_page_range"
Rik van Riel
2018-08-17
1
-13
/
+1
*
memcg, oom: move out_of_memory back to the charge path
Michal Hocko
2018-08-17
1
-2
/
+2
*
mm, huge page: copy target sub-page last when copy huge page
Huang Ying
2018-08-17
1
-7
/
+23
*
mm, clear_huge_page: move order algorithm into a separate function
Huang Ying
2018-08-17
1
-34
/
+56
*
thp: use mm_file_counter to determine update which rss counter
Yang Shi
2018-08-17
1
-1
/
+1
*
dax: remove VM_MIXEDMAP for fsdax and device dax
Dave Jiang
2018-08-17
1
-0
/
+6
*
Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-08-14
1
-5
/
+6
|
\
|
*
memcontrol: schedule throttling if we are congested
Tejun Heo
2018-07-09
1
-5
/
+6
*
|
Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
2018-08-14
1
-10
/
+27
|
\
\
|
*
|
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-13
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-10
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-07
1
-13
/
+23
|
\
|
*
mm: remove odd HAVE_PTE_SPECIAL
Laurent Dufour
2018-06-07
1
-9
/
+6
|
*
mm: introduce ARCH_HAS_PTE_SPECIAL
Laurent Dufour
2018-06-07
1
-1
/
+1
|
*
fs/dax.c: use new return type vm_fault_t
Souptick Joarder
2018-06-07
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-05
1
-7
/
+4
*
mm: swap: clean up swap readahead
Minchan Kim
2018-04-05
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-06
1
-4
/
+0
|
\
|
*
mm: remove unneeded kallsyms include
Sergey Senozhatsky
2018-02-06
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-19
1
-1
/
+15
*
|
mm: correct comments regarding do_fault_around()
William Kucharski
2018-01-31
1
-11
/
+11
[next]