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