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
/
hmm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-28
mm/hmm: fix memremap.h, move dev_page_fault_t callback to hmm
Dan Williams
1
-2
/
+2
2018-12-28
mm/mmu_notifier: use structure for invalidate_range_start/end callback
Jérôme Glisse
1
-14
/
+9
2018-12-28
mm/hmm.c: remove set but not used variable 'devmem'
YueHaibing
1
-3
/
+0
2018-12-28
mm, hmm: mark hmm_devmem_{add, add_resource} EXPORT_SYMBOL_GPL
Dan Williams
1
-2
/
+2
2018-12-28
mm, hmm: replace hmm_devmem_pages_create() with devm_memremap_pages()
Dan Williams
1
-170
/
+26
2018-12-28
mm, hmm: use devm semantics for hmm_devmem_{add, remove}
Dan Williams
1
-103
/
+24
2018-10-31
mm/hmm: invalidate device page table at start of invalidation
Jérôme Glisse
1
-12
/
+15
2018-10-31
mm/hmm: use a structure for update callback parameters
Jérôme Glisse
1
-11
/
+22
2018-10-31
mm/hmm: properly handle migration pmd
Jérôme Glisse
1
-6
/
+34
2018-10-31
mm/hmm: fix race between hmm_mirror_unregister() and mmu_notifier callback
Ralph Campbell
1
-15
/
+21
2018-10-31
mm/hmm: fix utf8 ...
Jérôme Glisse
1
-1
/
+1
2018-10-26
mm: defer ZONE_DEVICE page initialization to the point where we init pgmap
Alexander Duyck
1
-5
/
+7
2018-08-25
Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...
Linus Torvalds
1
-0
/
+2
2018-08-22
mm, oom: distinguish blockable mode for mmu notifiers
Michal Hocko
1
-2
/
+5
2018-08-17
mm/hmm.c: remove unused variables align_start and align_end
Colin Ian King
1
-4
/
+1
2018-08-17
mm: convert return type of handle_mm_fault() caller to vm_fault_t
Souptick Joarder
1
-4
/
+4
2018-08-17
dax: remove VM_MIXEDMAP for fsdax and device dax
Dave Jiang
1
-2
/
+4
2018-07-23
mm, dev_pagemap: Do not clear ->mapping on final put
Dan Williams
1
-0
/
+2
2018-05-22
mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPS
Dan Williams
1
-11
/
+2
2018-04-11
mm/hmm.c: remove superfluous RCU protection around radix tree lookup
Tejun Heo
1
-10
/
+2
2018-04-11
mm/hmm: use device driver encoding for HMM pfn
Jérôme Glisse
1
-41
/
+58
2018-04-11
mm/hmm: change hmm_vma_fault() to allow write fault on page basis
Jérôme Glisse
1
-33
/
+118
2018-04-11
mm/hmm: factor out pte and pmd handling to simplify hmm_vma_walk_pmd()
Jérôme Glisse
1
-72
/
+102
2018-04-11
mm/hmm: move hmm_pfns_clear() closer to where it is used
Jérôme Glisse
1
-8
/
+8
2018-04-11
mm/hmm: rename HMM_PFN_DEVICE_UNADDRESSABLE to HMM_PFN_DEVICE_PRIVATE
Jérôme Glisse
1
-1
/
+1
2018-04-11
mm/hmm: do not differentiate between empty entry or missing directory
Jérôme Glisse
1
-30
/
+15
2018-04-11
mm/hmm: cleanup special vma handling (VM_SPECIAL)
Jérôme Glisse
1
-20
/
+20
2018-04-11
mm/hmm: use uint64_t for HMM pfn instead of defining hmm_pfn_t to ulong
Jérôme Glisse
1
-13
/
+13
2018-04-11
mm/hmm: remove HMM_PFN_READ flag and ignore peculiar architecture
Jérôme Glisse
1
-10
/
+34
2018-04-11
mm/hmm: use struct for hmm_vma_fault(), hmm_vma_get_pfns() parameters
Jérôme Glisse
1
-50
/
+28
2018-04-11
mm/hmm: hmm_pfns_bad() was accessing wrong struct
Jérôme Glisse
1
-1
/
+2
2018-04-11
mm/hmm: unregister mmu_notifier when last HMM client quit
Jérôme Glisse
1
-3
/
+35
2018-04-11
mm/hmm: HMM should have a callback before MM is destroyed
Ralph Campbell
1
-1
/
+28
2018-02-06
Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-6
/
+7
2018-01-31
mm/hmm: fix uninitialized use of 'entry' in hmm_vma_walk_pmd()
Ralph Campbell
1
-3
/
+1
2018-01-08
memremap: drop private struct page_map
Logan Gunthorpe
1
-1
/
+1
2018-01-08
mm: pass the vmem_altmap to memmap_init_zone
Christoph Hellwig
1
-1
/
+1
2018-01-08
mm: pass the vmem_altmap to arch_remove_memory and __remove_pages
Christoph Hellwig
1
-2
/
+2
2018-01-08
mm: pass the vmem_altmap to arch_add_memory and __add_pages
Christoph Hellwig
1
-2
/
+3
2017-12-15
Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths"
Linus Torvalds
1
-4
/
+4
2017-11-29
mm: replace pte_write with pte_access_permitted in fault + gup paths
Dan Williams
1
-2
/
+2
2017-11-29
mm: replace pmd_write with pmd_access_permitted in fault + gup paths
Dan Williams
1
-2
/
+2
2017-11-15
mm/hmm: remove redundant variable align_end
Colin Ian King
1
-2
/
+1
2017-09-08
mm/hmm: avoid bloating arch that do not make use of HMM
Jérôme Glisse
1
-4
/
+3
2017-09-08
mm/hmm: add new helper to hotplug CDM memory region
Jérôme Glisse
1
-5
/
+83
2017-09-08
mm/device-public-memory: device memory cache coherent with CPU
Jérôme Glisse
1
-2
/
+2
2017-09-08
mm/hmm/devmem: dummy HMM device for ZONE_DEVICE memory
Jérôme Glisse
1
-0
/
+81
2017-09-08
mm/hmm/devmem: device memory hotplug using ZONE_DEVICE
Jérôme Glisse
1
-1
/
+378
2017-09-08
mm/ZONE_DEVICE: special case put_page() for device private pages
Jérôme Glisse
1
-0
/
+8
2017-09-08
mm/hmm/mirror: device page fault handler
Jérôme Glisse
1
-12
/
+244
[next]