index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
memory.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'v5.5-rc3' into sched/core, to pick up fixes
Ingo Molnar
2019-12-25
1
-51
/
+95
|
\
|
*
mm/memory.c: add apply_to_existing_page_range() helper
Daniel Axtens
2019-12-17
1
-42
/
+94
|
*
mm: remove __ARCH_HAS_4LEVEL_HACK and include/asm-generic/4level-fixup.h
Mike Rapoport
2019-12-04
1
-8
/
+0
|
*
mm/memory.c: replace is_zero_pfn with is_huge_zero_pmd for thp
Yu Zhao
2019-12-04
1
-1
/
+1
*
|
sched/rt, mm: Use CONFIG_PREEMPTION
Thomas Gleixner
2019-12-08
1
-1
/
+1
|
/
*
mm: fix typos in comments when calling __SetPageUptodate()
Wei Yang
2019-12-01
1
-1
/
+1
*
mm/memory.c: fix a huge pud insertion race during faulting
Thomas Hellstrom
2019-12-01
1
-0
/
+6
*
rss_stat: add support to detect RSS updates of external mm
Joel Fernandes (Google)
2019-12-01
1
-2
/
+2
*
mm: emit tracepoint when RSS changes
Joel Fernandes (Google)
2019-12-01
1
-0
/
+6
*
mm: drop mmap_sem before calling balance_dirty_pages() in write fault
Johannes Weiner
2019-12-01
1
-11
/
+27
*
mm: fix double page fault on arm64 if PTE_AF is cleared
Jia He
2019-10-18
1
-15
/
+89
*
mm: do not hash address in print_bad_pte()
Kefeng Wang
2019-09-24
1
-1
/
+1
*
mm: release the spinlock on zap_pte_range
Minchan Kim
2019-09-24
1
-2
/
+8
*
mm: remove redundant assignment of entry
Wei Yang
2019-09-24
1
-1
/
+0
*
vfs: don't allow writes to swap files
Darrick J. Wong
2019-08-20
1
-0
/
+4
*
mm: thp: make transhuge_vma_suitable available for anonymous THP
Yang Shi
2019-07-18
1
-13
/
+0
*
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...
Linus Torvalds
2019-07-14
1
-44
/
+5
|
\
|
*
memremap: add a migrate_to_ram method to struct dev_pagemap_ops
Christoph Hellwig
2019-07-02
1
-7
/
+2
|
*
mm: remove MEMORY_DEVICE_PUBLIC support
Christoph Hellwig
2019-07-02
1
-37
/
+3
*
|
mm: use down_read_killable for locking mmap_sem in access_remote_vm
Konstantin Khlebnikov
2019-07-12
1
-1
/
+3
*
|
mm/memory.c: fail when offset == num in first check of __vm_map_pages()
Miguel Ojeda
2019-07-12
1
-1
/
+1
*
|
mm/pgtable: drop pgtable_t variable from pte_fn_t functions
Anshuman Khandual
2019-07-12
1
-4
/
+1
*
|
mm, swap: fix race between swapoff and some swap operations
Huang Ying
2019-07-12
1
-1
/
+1
*
|
mm/memory.c: trivial clean up in insert_page()
Miklos Szeredi
2019-07-12
1
-2
/
+0
|
/
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
mm: introduce new vm_map_pages() and vm_map_pages_zero() API
Souptick Joarder
2019-05-14
1
-0
/
+81
*
mm/mmu_notifier: use correct mmu_notifier events for each invalidation
Jérôme Glisse
2019-05-14
1
-7
/
+7
*
mm/mmu_notifier: contextual information for event triggering invalidation
Jérôme Glisse
2019-05-14
1
-9
/
+16
*
Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2019-05-07
1
-1
/
+1
|
\
|
*
treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
Sakari Ailus
2019-04-09
1
-1
/
+1
*
|
asm-generic/tlb: Remove tlb_flush_mmu_free()
Peter Zijlstra
2019-04-03
1
-1
/
+1
*
|
asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZE
Peter Zijlstra
2019-04-03
1
-2
/
+2
*
|
mm/memory.c: fix modifying of page protection by insert_pfn()
Jan Kara
2019-03-29
1
-5
/
+6
|
/
*
mm/memory.c: do_fault: avoid usage of stale vm_area_struct
Jan Stancek
2019-03-05
1
-1
/
+4
*
docs/core-api/mm: fix return value descriptions in mm/
Mike Rapoport
2019-03-05
1
-7
/
+19
*
mm: update ptep_modify_prot_commit to take old pte value as arg
Aneesh Kumar K.V
2019-03-05
1
-4
/
+4
*
mm: update ptep_modify_prot_start/commit to take vm_area_struct as arg
Aneesh Kumar K.V
2019-03-05
1
-2
/
+2
*
mm: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-03-05
1
-6
/
+2
*
mm/memory.c: prevent mapping typed pages to userspace
Matthew Wilcox
2019-03-05
1
-1
/
+1
*
mm: prevent mapping slab pages to userspace
Matthew Wilcox
2019-03-05
1
-1
/
+1
*
mm: reuse only-pte-mapped KSM page in do_wp_page()
Kirill Tkhai
2019-03-05
1
-2
/
+14
*
mm: replace all open encodings for NUMA_NO_NODE
Anshuman Khandual
2019-03-05
1
-3
/
+4
*
mm/memory.c: initialise mmu_notifier_range correctly
Matthew Wilcox
2019-01-08
1
-2
/
+2
*
mm, memcg: fix reclaim deadlock with writeback
Michal Hocko
2019-01-08
1
-0
/
+22
*
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
[next]