aboutsummaryrefslogtreecommitdiffstats
path: root/samples (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-08vga: optimise console scrollingMatthew Wilcox4-0/+53
2017-09-08drivers/scsi/sym53c8xx_2/sym_hipd.c: convert to use memset32Matthew Wilcox1-8/+3
2017-09-08drivers/block/zram/zram_drv.c: convert to using memset_lMatthew Wilcox1-11/+2
2017-09-08alpha: add support for memset16Matthew Wilcox3-13/+14
2017-09-08ARM: implement memset32 & memset64Matthew Wilcox3-6/+34
2017-09-08x86: implement memset16, memset32 & memset64Matthew Wilcox2-0/+60
2017-09-08lib/string.c: add testcases for memset16/32/64Matthew Wilcox2-0/+132
2017-09-08lib/string.c: add multibyte memset functionsMatthew Wilcox2-0/+96
2017-09-08linux/kernel.h: move DIV_ROUND_DOWN_ULL() macroMasahiro Yamada3-8/+5
2017-09-08fs, proc: unconditional cond_resched when reading smapsDavid Rientjes1-2/+3
2017-09-08proc: uninline proc_create()Alexey Dobriyan2-7/+9
2017-09-08fs, proc: remove priv argument from is_stackMichal Hocko2-8/+5
2017-09-08mm/mempolicy.c: remove BUG_ON() checks for VMA inside mpol_misplaced()Anshuman Khandual1-5/+0
2017-09-08mm/swapfile.c: fix swapon frontswap_map memory leak on errorDavid Rientjes1-0/+1
2017-09-08mm: kvfree the swap cluster info if the swap file is unsatisfactoryDarrick J. Wong1-1/+1
2017-09-08mm/page_alloc.c: apply gfp_allowed_mask before the first allocation attemptTetsuo Handa1-1/+2
2017-09-08tools/testing/selftests/kcmp/kcmp_test.c: add KCMP_EPOLL_TFD testingCyrill Gorcunov1-2/+58
2017-09-08mm/sparse.c: fix typo in online_mem_sectionsMichal Hocko1-1/+1
2017-09-08mm/memory.c: fix mem_cgroup_oom_disable() call missingLaurent Dufour1-5/+5
2017-09-08mm: memcontrol: use per-cpu stocks for socket memory unchargingRoman Gushchin1-2/+4
2017-09-08mm: fadvise: avoid fadvise for fs without backing deviceShakeel Butt1-3/+3
2017-09-08mm/zsmalloc.c: change stat type parameter to intMatthias Kaehlcke1-3/+6
2017-09-08mm/mlock.c: use page_zone() instead of page_zone_id()Joonsoo Kim1-6/+4
2017-09-08mm: consider the number in local CPUs when reading NUMA statsKemi Wang2-3/+12
2017-09-08mm: update NUMA counter threshold sizeKemi Wang2-20/+11
2017-09-08mm: change the call sites of numa statistics itemsKemi Wang5-27/+220
2017-09-08mm/memory.c: remove reduntant check for write accessAnshuman Khandual1-3/+2
2017-09-08userfaultfd: non-cooperative: closing the uffd without triggering SIGBUSAndrea Arcangeli1-1/+19
2017-09-08mm: remove useless vma parameter to offset_il_nodeLaurent Dufour1-4/+3
2017-09-08mm/hmm: fix build when HMM is disabledJérôme Glisse1-2/+1
2017-09-08mm/hmm: avoid bloating arch that do not make use of HMMJérôme Glisse8-32/+54
2017-09-08mm/hmm: add new helper to hotplug CDM memory regionJérôme Glisse2-5/+86
2017-09-08mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse14-47/+159
2017-09-08mm/migrate: allow migrate_vma() to alloc new page on empty entryJérôme Glisse2-9/+205
2017-09-08mm/migrate: support un-addressable ZONE_DEVICE page in migrationJérôme Glisse4-30/+165
2017-09-08mm/migrate: migrate_vma() unmap page from vma while collecting pagesJérôme Glisse1-29/+112
2017-09-08mm/migrate: new memory migration helper for use with device memoryJérôme Glisse2-0/+596
2017-09-08mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse9-15/+86
2017-09-08mm/hmm/devmem: dummy HMM device for ZONE_DEVICE memoryJérôme Glisse2-1/+102
2017-09-08mm/hmm/devmem: device memory hotplug using ZONE_DEVICEJérôme Glisse2-1/+533
2017-09-08mm/memcontrol: support MEMORY_DEVICE_PRIVATEJérôme Glisse2-4/+49
2017-09-08mm/memcontrol: allow to uncharge page without using page->lru fieldJérôme Glisse1-76/+92
2017-09-08mm/ZONE_DEVICE: special case put_page() for device private pagesJérôme Glisse4-10/+67
2017-09-08mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse11-6/+309
2017-09-08mm/memory_hotplug: introduce add_pagesMichal Hocko3-7/+30
2017-09-08mm/hmm/mirror: device page fault handlerJérôme Glisse2-12/+271
2017-09-08mm/hmm/mirror: helper to snapshot CPU page tableJérôme Glisse2-2/+338
2017-09-08mm/hmm/mirror: mirror process address space on device with HMM helpersJérôme Glisse3-15/+260
2017-09-08mm/hmm: heterogeneous memory management (HMM for short)Jérôme Glisse6-1/+249
2017-09-08hmm: heterogeneous memory management documentationJérôme Glisse2-0/+391