index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
mm.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-10
dax: wrprotect pmd_t in dax_mapping_entry_mkclean
Ross Zwisler
1
-2
/
+0
2017-01-10
mm: add follow_pte_pmd()
Ross Zwisler
1
-0
/
+2
2016-12-25
mm: add PageWaiters indicating tasks are waiting for a page bit
Nicholas Piggin
1
-0
/
+2
2016-12-14
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-29
/
+17
2016-12-14
mm: export follow_pte()
Jan Kara
1
-0
/
+2
2016-12-14
mm: provide helper for finishing mkwrite faults
Jan Kara
1
-0
/
+1
2016-12-14
mm: move handling of COW faults into DAX code
Jan Kara
1
-8
/
+1
2016-12-14
mm: factor out functionality to finish page faults
Jan Kara
1
-0
/
+1
2016-12-14
mm: allow full handling of COW faults in ->fault handlers
Jan Kara
1
-1
/
+3
2016-12-14
mm: add orig_pte field into vm_fault
Jan Kara
1
-2
/
+2
2016-12-14
mm: use vmf->address instead of of vmf->virtual_address
Jan Kara
1
-2
/
+0
2016-12-14
mm: join struct fault_env and vm_fault
Jan Kara
1
-17
/
+11
2016-12-14
mm: unexport __get_user_pages_unlocked()
Lorenzo Stoakes
1
-3
/
+0
2016-12-14
mm: add locked parameter to get_user_pages_remote()
Lorenzo Stoakes
1
-1
/
+1
2016-11-22
ptrace: Don't allow accessing an undumpable mm
Eric W. Biederman
1
-0
/
+2
2016-10-24
mm: unexport __get_user_pages()
Lorenzo Stoakes
1
-4
/
+0
2016-10-22
Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2016-10-20
mm: Change vm_is_stack_for_task() to vm_is_stack_for_current()
Andy Lutomirski
1
-1
/
+1
2016-10-19
mm: replace access_process_vm() write parameter with gup_flags
Lorenzo Stoakes
1
-1
/
+2
2016-10-19
mm: replace access_remote_vm() write parameter with gup_flags
Lorenzo Stoakes
1
-1
/
+1
2016-10-19
mm: replace get_user_pages_remote() write/force parameters with gup_flags
Lorenzo Stoakes
1
-1
/
+1
2016-10-19
mm: replace get_user_pages() write/force parameters with gup_flags
Lorenzo Stoakes
1
-1
/
+1
2016-10-19
mm: replace get_vaddr_frames() write/force parameters with gup_flags
Lorenzo Stoakes
1
-1
/
+1
2016-10-19
mm: replace get_user_pages_locked() write/force parameters with gup_flags
Lorenzo Stoakes
1
-1
/
+1
2016-10-18
mm: replace get_user_pages_unlocked() write/force parameters with gup_flags
Lorenzo Stoakes
1
-1
/
+1
2016-10-18
mm: remove write/force parameters from __get_user_pages_unlocked()
Lorenzo Stoakes
1
-2
/
+1
2016-10-18
mm: remove gup_flags FOLL_WRITE games from __get_user_pages()
Linus Torvalds
1
-0
/
+1
2016-10-07
linux/mm.h: canonicalize macro PAGE_ALIGNED() definition
zijun_hu
1
-1
/
+1
2016-10-07
mm: consolidate warn_alloc_failed users
Michal Hocko
1
-3
/
+2
2016-10-07
mm: vma_merge: fix vm_page_prot SMP race condition against rmap_walk
Andrea Arcangeli
1
-2
/
+8
2016-10-07
mm: vm_page_prot: update with WRITE_ONCE/READ_ONCE
Andrea Arcangeli
1
-1
/
+1
2016-10-07
mm: remove page_file_index
Huang Ying
1
-12
/
+0
2016-10-07
mm, swap: use offset of swap entry as key of swap cache
Huang Ying
1
-4
/
+4
2016-10-07
mm: introduce arch_reserved_kernel_pages()
Srikar Dronamraju
1
-0
/
+3
2016-10-07
mm: pagewalk: fix the comment for test_walk
James Morse
1
-2
/
+2
2016-09-14
x86/arch_prctl/vdso: Add ARCH_MAP_VDSO_*
Dmitry Safonov
1
-0
/
+2
2016-09-01
Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/audit
Linus Torvalds
1
-0
/
+1
2016-08-31
mm: introduce get_task_exe_file
Mateusz Guzik
1
-0
/
+1
2016-07-28
mm, vmstat: add infrastructure for per-node vmstats
Mel Gorman
1
-0
/
+5
2016-07-28
mm: fix vm-scalability regression in cgroup-aware workingset code
Johannes Weiner
1
-0
/
+10
2016-07-28
mm, oom_adj: make sure processes sharing mm have same view of oom_score_adj
Michal Hocko
1
-0
/
+2
2016-07-26
mm: postpone page table allocation until we have page to map
Kirill A. Shutemov
1
-1
/
+9
2016-07-26
mm: introduce fault_env
Kirill A. Shutemov
1
-8
/
+26
2016-07-26
mm: do not pass mm_struct into handle_mm_fault
Kirill A. Shutemov
1
-5
/
+4
2016-07-26
mm/compaction: split freepages without holding the zone lock
Joonsoo Kim
1
-1
/
+0
2016-07-26
mm: migrate: support non-lru movable page migration
Minchan Kim
1
-0
/
+1
2016-06-24
Revert "mm: make faultaround produce old ptes"
Kirill A. Shutemov
1
-1
/
+1
2016-05-27
mm: remove more IS_ERR_VALUE abuses
Linus Torvalds
1
-1
/
+1
2016-05-26
Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+7
2016-05-23
mm: make vm_brk killable
Michal Hocko
1
-1
/
+1
[next]