summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2017-09-08lib/rbtree_test.c: support rb_root_cachedDavidlohr Bueso-19/+137
2017-09-08lib/rbtree_test.c: add (inorder) traversal testDavidlohr Bueso-2/+23
2017-09-08lib/rbtree_test.c: make input module parametersDavidlohr Bueso-21/+34
2017-09-08rbtree: add some additional comments for rebalancing casesDavidlohr Bueso-3/+5
2017-09-08rbtree: optimize root-check during rebalancing loopDavidlohr Bueso-7/+16
2017-09-08rbtree: cache leftmost node internallyDavidlohr Bueso-8/+113
2017-09-08bitops: avoid integer overflow in GENMASK(_ULL)Matthias Kaehlcke-2/+3
2017-09-08include: warn for inconsistent endian config definitionBabu Moger-0/+8
2017-09-08arch/microblaze: add choice for endianness and update MakefileBabu Moger-0/+18
2017-09-08arch: define CPU_BIG_ENDIAN for all fixed big endian archsBabu Moger-0/+18
2017-09-08treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan-21/+21
2017-09-08vga: optimise console scrollingMatthew Wilcox-0/+53
2017-09-08drivers/scsi/sym53c8xx_2/sym_hipd.c: convert to use memset32Matthew Wilcox-8/+3
2017-09-08drivers/block/zram/zram_drv.c: convert to using memset_lMatthew Wilcox-11/+2
2017-09-08alpha: add support for memset16Matthew Wilcox-13/+14
2017-09-08ARM: implement memset32 & memset64Matthew Wilcox-6/+34
2017-09-08x86: implement memset16, memset32 & memset64Matthew Wilcox-0/+60
2017-09-08lib/string.c: add testcases for memset16/32/64Matthew Wilcox-0/+132
2017-09-08lib/string.c: add multibyte memset functionsMatthew Wilcox-0/+96
2017-09-08linux/kernel.h: move DIV_ROUND_DOWN_ULL() macroMasahiro Yamada-8/+5
2017-09-08fs, proc: unconditional cond_resched when reading smapsDavid Rientjes-2/+3
2017-09-08proc: uninline proc_create()Alexey Dobriyan-7/+9
2017-09-08fs, proc: remove priv argument from is_stackMichal Hocko-8/+5
2017-09-08mm/mempolicy.c: remove BUG_ON() checks for VMA inside mpol_misplaced()Anshuman Khandual-5/+0
2017-09-08mm/swapfile.c: fix swapon frontswap_map memory leak on errorDavid Rientjes-0/+1
2017-09-08mm: kvfree the swap cluster info if the swap file is unsatisfactoryDarrick J. Wong-1/+1
2017-09-08mm/page_alloc.c: apply gfp_allowed_mask before the first allocation attemptTetsuo Handa-1/+2
2017-09-08tools/testing/selftests/kcmp/kcmp_test.c: add KCMP_EPOLL_TFD testingCyrill Gorcunov-2/+58
2017-09-08mm/sparse.c: fix typo in online_mem_sectionsMichal Hocko-1/+1
2017-09-08mm/memory.c: fix mem_cgroup_oom_disable() call missingLaurent Dufour-5/+5
2017-09-08mm: memcontrol: use per-cpu stocks for socket memory unchargingRoman Gushchin-2/+4
2017-09-08mm: fadvise: avoid fadvise for fs without backing deviceShakeel Butt-3/+3
2017-09-08mm/zsmalloc.c: change stat type parameter to intMatthias Kaehlcke-3/+6
2017-09-08mm/mlock.c: use page_zone() instead of page_zone_id()Joonsoo Kim-6/+4
2017-09-08mm: consider the number in local CPUs when reading NUMA statsKemi Wang-3/+12
2017-09-08mm: update NUMA counter threshold sizeKemi Wang-20/+11
2017-09-08mm: change the call sites of numa statistics itemsKemi Wang-27/+220
2017-09-08mm/memory.c: remove reduntant check for write accessAnshuman Khandual-3/+2
2017-09-08userfaultfd: non-cooperative: closing the uffd without triggering SIGBUSAndrea Arcangeli-1/+19
2017-09-08mm: remove useless vma parameter to offset_il_nodeLaurent Dufour-4/+3
2017-09-08mm/hmm: fix build when HMM is disabledJérôme Glisse-2/+1
2017-09-08mm/hmm: avoid bloating arch that do not make use of HMMJérôme Glisse-32/+54
2017-09-08mm/hmm: add new helper to hotplug CDM memory regionJérôme Glisse-5/+86
2017-09-08mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse-47/+159
2017-09-08mm/migrate: allow migrate_vma() to alloc new page on empty entryJérôme Glisse-9/+205
2017-09-08mm/migrate: support un-addressable ZONE_DEVICE page in migrationJérôme Glisse-30/+165
2017-09-08mm/migrate: migrate_vma() unmap page from vma while collecting pagesJérôme Glisse-29/+112
2017-09-08mm/migrate: new memory migration helper for use with device memoryJérôme Glisse-0/+596
2017-09-08mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse-15/+86
2017-09-08mm/hmm/devmem: dummy HMM device for ZONE_DEVICE memoryJérôme Glisse-1/+102