summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-11-18hmm/dmirror: dummy mirror support for fake device memoryhmm-v13Jérôme Glisse1-0/+6
2016-11-18hmm/dmirror: dummy mirror driver for testing and showcasing the HMMJérôme Glisse1-0/+48
2016-11-18mm/hmm/devmem: dummy HMM device as an helper for ZONE_DEVICE memoryJérôme Glisse1-1/+21
2016-11-18mm/hmm/devmem: device driver helper to hotplug ZONE_DEVICE memoryJérôme Glisse1-0/+113
2016-11-18mm/hmm/migrate: new memory migration helper for use with device memoryJérôme Glisse1-3/+51
2016-11-18mm/hmm/migrate: add new boolean copy flag to migratepage() callbackJérôme Glisse3-8/+15
2016-11-18mm/hmm/mirror: device page fault handlerJérôme Glisse1-4/+29
2016-11-18mm/hmm/mirror: helper to snapshot CPU page tableJérôme Glisse1-2/+28
2016-11-17mm/hmm/mirror: add range monitor helper, to monitor CPU page table updateJérôme Glisse1-0/+18
2016-11-17mm/hmm/mirror: add range lock helper, prevent CPU page table update for the r...Jérôme Glisse1-0/+30
2016-11-17mm/hmm/mirror: mirror process address space on device with HMM helpersJérôme Glisse1-0/+97
2016-11-17mm/hmm: heterogeneous memory management (HMM for short)Jérôme Glisse2-0/+144
2016-11-14mm/ZONE_DEVICE/unaddressable: add special swap for unaddressableJérôme Glisse3-3/+87
2016-11-14mm/ZONE_DEVICE/devmem_pages_remove: allow early removal of device memoryJérôme Glisse1-0/+7
2016-11-14mm/ZONE_DEVICE/free-page: callback when page is freedJérôme Glisse1-0/+4
2016-11-14mm/ZONE_DEVICE/unaddressable: add support for un-addressable device memoryJérôme Glisse1-3/+20
2016-11-14mm/memory/hotplug: convert device parameter bool to set of flagsJérôme Glisse1-2/+15
2016-10-26mm, thp: avoid unlikely branches for split_huge_pmdDavid Rientjes1-0/+2
2016-10-24mm: replace access_remote_vm() write parameter with gup_flagsLorenzo Stoakes1-1/+1
2016-10-24mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes1-1/+1
2016-10-24mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes1-1/+1
2016-10-24mm: replace get_vaddr_frames() write/force parameters with gup_flagsLorenzo Stoakes1-1/+1
2016-10-24mm: replace get_user_pages_locked() write/force parameters with gup_flagsLorenzo Stoakes1-1/+1
2016-10-24mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes1-1/+1
2016-10-24mm: remove write/force parameters from __get_user_pages_unlocked()Lorenzo Stoakes1-2/+1
2016-10-24mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds1-0/+1
2016-10-12mm/zsmalloc: add per-class compact trace eventGanesh Mahendran1-10/+30
2016-10-12mm/zsmalloc: add trace events for zs_compactGanesh Mahendran1-0/+56
2016-10-12mm: split gfp_mask and mapping flags into separate fieldsMichal Hocko2-12/+11
2016-10-12treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2-2/+0
2016-10-12mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mappingCatalin Marinas1-0/+18
2016-10-12kdump, vmcoreinfo: report memory sections virtual addressesThomas Garnier1-0/+6
2016-10-12ipc/sem.c: fix complex_count vs. simple op raceManfred Spraul1-0/+1
2016-10-12relay: Use irq_work instead of plain timer for deferred wakeupPeter Zijlstra1-1/+2
2016-10-12dma-mapping: introduce the DMA_ATTR_NO_WARN attributeMauricio Faria de Oliveira1-0/+5
2016-10-12random: remove unused randomize_range()Jason Cooper1-1/+0
2016-10-12random: simplify API for random address requestsJason Cooper1-0/+1
2016-10-12autofs4: move linux/auto_dev-ioctl.h to uapi/linuxIan Kent2-208/+222
2016-10-12autofs: move inclusion of linux/limits.h to uapiTomohiro Kusumi2-1/+1
2016-10-12autofs: remove AUTOFS_DEVID_LENTomohiro Kusumi1-2/+0
2016-10-12llist: introduce llist_entry_safe()Alexander Potapenko1-7/+19
2016-10-12include/linux: provide a safe version of container_of()Alexander Potapenko1-0/+15
2016-10-12include/linux/ctype.h: make isdigit() table lookuplessAlexey Dobriyan1-1/+4
2016-10-12radix-tree: 'slot' can be NULL in radix_tree_next_slot()Ross Zwisler1-0/+8
2016-10-10seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charJoe Perches1-2/+2
2016-10-10linux/mm.h: canonicalize macro PAGE_ALIGNED() definitionzijun_hu1-1/+1
2016-10-10mm: remove unnecessary condition in remove_inode_hugepageszhong jiang1-1/+1
2016-10-10mm: consolidate warn_alloc_failed usersMichal Hocko1-3/+2
2016-10-10mm: vma_merge: fix vm_page_prot SMP race condition against rmap_walkAndrea Arcangeli1-2/+8
2016-10-10mm: vm_page_prot: update with WRITE_ONCE/READ_ONCEAndrea Arcangeli1-1/+1