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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-21
Merge branch 'odp_fixes' into hmm.git
Jason Gunthorpe
19
-159
/
+755
2019-08-20
vfs: don't allow writes to swap files
Darrick J. Wong
4
-3
/
+24
2019-08-20
mm: set S_SWAPFILE on blockdev swap devices
Darrick J. Wong
1
-16
/
+15
2019-08-20
memremap: remove the dev field in struct dev_pagemap
Christoph Hellwig
1
-1
/
+1
2019-08-20
mm/mmu_notifiers: check if mmu notifier callbacks are allowed to fail
Daniel Vetter
1
-0
/
+2
2019-08-20
mm: remove CONFIG_MIGRATE_VMA_HELPER
Christoph Hellwig
2
-5
/
+2
2019-08-20
mm: remove the unused MIGRATE_PFN_DEVICE flag
Christoph Hellwig
1
-2
/
+2
2019-08-20
mm: turn migrate_vma upside down
Christoph Hellwig
1
-134
/
+110
2019-08-20
hmm: use mmu_notifier_get/put for 'struct hmm'
Jason Gunthorpe
1
-93
/
+28
2019-08-16
mm/mmu_notifiers: add a get/put scheme for the registration
Jason Gunthorpe
1
-6
/
+150
2019-08-16
mm/mmu_notifiers: do not speculatively allocate a mmu_notifier_mm
Jason Gunthorpe
1
-12
/
+22
2019-08-16
mm/mmu_notifiers: hoist do_mmu_notifier_register down_write to the caller
Jason Gunthorpe
1
-21
/
+14
2019-08-13
hugetlbfs: fix hugetlb page migration/fault race causing SIGBUS
Mike Kravetz
1
-0
/
+19
2019-08-13
mm, vmscan: do not special-case slab reclaim when watermarks are boosted
Mel Gorman
1
-11
/
+2
2019-08-13
Revert "mm, thp: restore node-local hugepage allocations"
Andrea Arcangeli
2
-17
/
+27
2019-08-13
Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_dir...
Andrea Arcangeli
3
-43
/
+18
2019-08-13
mm: workingset: fix vmstat counters for shadow nodes
Roman Gushchin
2
-6
/
+24
2019-08-13
mm/usercopy: use memory range to be accessed for wraparound check
Isaac J. Manjarres
1
-1
/
+1
2019-08-13
mm: kmemleak: disable early logging in case of error
Catalin Marinas
1
-1
/
+1
2019-08-13
mm/vmalloc.c: fix percpu free VM area search criteria
Kuppuswamy Sathyanarayanan
1
-1
/
+11
2019-08-13
mm/memcontrol.c: fix use after free in mem_cgroup_iter()
Miles Chen
1
-10
/
+29
2019-08-13
mm/z3fold.c: fix z3fold_destroy_pool() race condition
Henry Burns
1
-1
/
+4
2019-08-13
mm/z3fold.c: fix z3fold_destroy_pool() ordering
Henry Burns
1
-1
/
+8
2019-08-13
mm: mempolicy: handle vma with unmovable pages mapped correctly in mbind
Yang Shi
1
-7
/
+25
2019-08-13
mm: mempolicy: make the behavior consistent when MPOL_MF_MOVE* and MPOL_MF_ST...
Yang Shi
1
-20
/
+48
2019-08-13
mm/hmm: fix bad subpage pointer in try_to_unmap_one
Ralph Campbell
1
-0
/
+8
2019-08-13
mm/hmm: fix ZONE_DEVICE anon page mapping reuse
Ralph Campbell
1
-0
/
+24
2019-08-09
mm/memremap: Fix reuse of pgmap instances with internal references
Dan Williams
1
-0
/
+6
2019-08-07
mm/hmm: make HMM_MIRROR an implicit option
Christoph Hellwig
1
-8
/
+6
2019-08-07
mm/hmm: allow HMM_MIRROR on all architectures with MMU
Christoph Hellwig
1
-2
/
+1
2019-08-07
mm/hmm: cleanup the hmm_vma_walk_hugetlb_entry stub
Christoph Hellwig
1
-4
/
+4
2019-08-07
mm/hmm: cleanup the hmm_vma_handle_pmd stub
Christoph Hellwig
1
-10
/
+8
2019-08-07
mm/hmm: only define hmm_vma_walk_pud if needed
Christoph Hellwig
1
-13
/
+16
2019-08-07
mm/hmm: don't abuse pte_index() in hmm_vma_handle_pmd
Christoph Hellwig
1
-1
/
+1
2019-08-07
mm/hmm: remove the mask variable in hmm_vma_walk_hugetlb_entry
Christoph Hellwig
1
-5
/
+2
2019-08-07
mm/hmm: remove the page_shift member from struct hmm_range
Christoph Hellwig
1
-33
/
+9
2019-08-07
mm/hmm: remove superfluous arguments from hmm_range_register
Christoph Hellwig
1
-15
/
+5
2019-08-07
mm/hmm: remove the unused vma argument to hmm_range_dma_unmap
Christoph Hellwig
1
-2
/
+0
2019-08-03
memremap: move from kernel/ to mm/
Christoph Hellwig
2
-0
/
+406
2019-08-03
mm/memory_hotplug.c: remove unneeded return for void function
Weitao Hou
1
-2
/
+0
2019-08-03
mm/migrate.c: initialize pud_entry in migrate_vma()
Ralph Campbell
1
-10
/
+7
2019-08-03
mm: compaction: avoid 100% CPU usage during compaction when a task is killed
Mel Gorman
1
-4
/
+7
2019-08-03
mm: migrate: fix reference check race between __find_get_block() and migration
Jan Kara
1
-1
/
+3
2019-08-03
mm: vmscan: check if mem cgroup is disabled or not before calling memcg slab ...
Yang Shi
1
-1
/
+8
2019-08-03
Revert "kmemleak: allow to coexist with fault injection"
Yang Shi
1
-1
/
+1
2019-07-31
mm: slub: Fix slab walking for init_on_free
Laura Abbott
1
-2
/
+6
2019-07-30
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...
Linus Torvalds
1
-6
/
+4
2019-07-29
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-28
/
+41
2019-07-26
mm/hmm: remove hmm_range vma
Ralph Campbell
1
-1
/
+0
2019-07-26
mm/hmm: remove hugetlbfs check in hmm_vma_walk_pmd
Ralph Campbell
1
-3
/
+0
[prev]
[next]