summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* include: warn for inconsistent endian config definitionBabu Moger2017-09-082-0/+8
* arch/microblaze: add choice for endianness and update MakefileBabu Moger2017-09-082-0/+18
* arch: define CPU_BIG_ENDIAN for all fixed big endian archsBabu Moger2017-09-086-0/+18
* treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan2017-09-0817-21/+21
* vga: optimise console scrollingMatthew Wilcox2017-09-084-0/+53
* drivers/scsi/sym53c8xx_2/sym_hipd.c: convert to use memset32Matthew Wilcox2017-09-081-8/+3
* drivers/block/zram/zram_drv.c: convert to using memset_lMatthew Wilcox2017-09-081-11/+2
* alpha: add support for memset16Matthew Wilcox2017-09-083-13/+14
* ARM: implement memset32 & memset64Matthew Wilcox2017-09-083-6/+34
* x86: implement memset16, memset32 & memset64Matthew Wilcox2017-09-082-0/+60
* lib/string.c: add testcases for memset16/32/64Matthew Wilcox2017-09-082-0/+132
* lib/string.c: add multibyte memset functionsMatthew Wilcox2017-09-082-0/+96
* linux/kernel.h: move DIV_ROUND_DOWN_ULL() macroMasahiro Yamada2017-09-083-8/+5
* fs, proc: unconditional cond_resched when reading smapsDavid Rientjes2017-09-081-2/+3
* proc: uninline proc_create()Alexey Dobriyan2017-09-082-7/+9
* fs, proc: remove priv argument from is_stackMichal Hocko2017-09-082-8/+5
* mm/mempolicy.c: remove BUG_ON() checks for VMA inside mpol_misplaced()Anshuman Khandual2017-09-081-5/+0
* mm/swapfile.c: fix swapon frontswap_map memory leak on errorDavid Rientjes2017-09-081-0/+1
* mm: kvfree the swap cluster info if the swap file is unsatisfactoryDarrick J. Wong2017-09-081-1/+1
* mm/page_alloc.c: apply gfp_allowed_mask before the first allocation attemptTetsuo Handa2017-09-081-1/+2
* tools/testing/selftests/kcmp/kcmp_test.c: add KCMP_EPOLL_TFD testingCyrill Gorcunov2017-09-081-2/+58
* mm/sparse.c: fix typo in online_mem_sectionsMichal Hocko2017-09-081-1/+1
* mm/memory.c: fix mem_cgroup_oom_disable() call missingLaurent Dufour2017-09-081-5/+5
* mm: memcontrol: use per-cpu stocks for socket memory unchargingRoman Gushchin2017-09-081-2/+4
* mm: fadvise: avoid fadvise for fs without backing deviceShakeel Butt2017-09-081-3/+3
* mm/zsmalloc.c: change stat type parameter to intMatthias Kaehlcke2017-09-081-3/+6
* mm/mlock.c: use page_zone() instead of page_zone_id()Joonsoo Kim2017-09-081-6/+4
* mm: consider the number in local CPUs when reading NUMA statsKemi Wang2017-09-082-3/+12
* mm: update NUMA counter threshold sizeKemi Wang2017-09-082-20/+11
* mm: change the call sites of numa statistics itemsKemi Wang2017-09-085-27/+220
* mm/memory.c: remove reduntant check for write accessAnshuman Khandual2017-09-081-3/+2
* userfaultfd: non-cooperative: closing the uffd without triggering SIGBUSAndrea Arcangeli2017-09-081-1/+19
* mm: remove useless vma parameter to offset_il_nodeLaurent Dufour2017-09-081-4/+3
* mm/hmm: fix build when HMM is disabledJérôme Glisse2017-09-081-2/+1
* mm/hmm: avoid bloating arch that do not make use of HMMJérôme Glisse2017-09-088-32/+54
* mm/hmm: add new helper to hotplug CDM memory regionJérôme Glisse2017-09-082-5/+86
* mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse2017-09-0814-47/+159
* mm/migrate: allow migrate_vma() to alloc new page on empty entryJérôme Glisse2017-09-082-9/+205
* mm/migrate: support un-addressable ZONE_DEVICE page in migrationJérôme Glisse2017-09-084-30/+165
* mm/migrate: migrate_vma() unmap page from vma while collecting pagesJérôme Glisse2017-09-081-29/+112
* mm/migrate: new memory migration helper for use with device memoryJérôme Glisse2017-09-082-0/+596
* mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse2017-09-089-15/+86
* mm/hmm/devmem: dummy HMM device for ZONE_DEVICE memoryJérôme Glisse2017-09-082-1/+102
* mm/hmm/devmem: device memory hotplug using ZONE_DEVICEJérôme Glisse2017-09-082-1/+533
* mm/memcontrol: support MEMORY_DEVICE_PRIVATEJérôme Glisse2017-09-082-4/+49
* mm/memcontrol: allow to uncharge page without using page->lru fieldJérôme Glisse2017-09-081-76/+92
* mm/ZONE_DEVICE: special case put_page() for device private pagesJérôme Glisse2017-09-084-10/+67
* mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse2017-09-0811-6/+309
* mm/memory_hotplug: introduce add_pagesMichal Hocko2017-09-083-7/+30
* mm/hmm/mirror: device page fault handlerJérôme Glisse2017-09-082-12/+271