summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-04-05mm: fix races between address_space dereference and free in page_evicatableHuang Ying
2018-04-05mm: reuse DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko
2018-04-05mm, page_alloc: move mirrored_kernelcore to __meminitdataDavid Rientjes
2018-04-05mm, page_alloc: extend kernelcore and movablecore for percentDavid Rientjes
2018-04-05mm: hwpoison: disable memory error handling on 1GB hugepageNaoya Horiguchi
2018-04-05mm/memory_hotplug: optimize memory hotplugPavel Tatashin
2018-04-05mm/memory_hotplug: don't read nid from struct page during hotplugPavel Tatashin
2018-04-05mm/memory_hotplug: optimize probe routinePavel Tatashin
2018-04-05mm: uninitialized struct page poisoning sanity checkingPavel Tatashin
2018-04-05x86/mm/memory_hotplug: determine block size based on the end of boot memoryPavel Tatashin
2018-04-05mm/memory_hotplug: enforce block size aligned range checkPavel Tatashin
2018-04-05mm: thp: fix potential clearing to referenced flag in page_idle_clear_pte_ref...Yang Shi
2018-04-05mm: initialize pages on demand during bootPavel Tatashin
2018-04-05mm: disable interrupts while initializing deferred pagesPavel Tatashin
2018-04-05mm/swap_slots.c: use conditional compilationRandy Dunlap
2018-04-05mm/migrate: rename migration reason MR_CMA to MR_CONTIG_RANGEAnshuman Khandual
2018-04-05mm: always print RLIMIT_DATA warningDavid Woodhouse
2018-04-05mm/ksm.c: make stable_node_dup() staticColin Ian King
2018-04-05slab, slub: skip unnecessary kasan_cache_shutdown()Shakeel Butt
2018-04-05mm/slab_common.c: remove test if cache name is accessibleMikulas Patocka
2018-04-05slab, slub: remove size disparity on debug kernelShakeel Butt
2018-04-05slab: use 32-bit arithmetic in freelist_randomize()Alexey Dobriyan
2018-04-05slub: make size_from_object() return unsigned intAlexey Dobriyan
2018-04-05slub: make struct kmem_cache_order_objects::x unsigned intAlexey Dobriyan
2018-04-05slub: make slab_index() return unsigned intAlexey Dobriyan
2018-04-05slab: make usercopy region 32-bitAlexey Dobriyan
2018-04-05kasan: make kasan_cache_create() work with 32-bit slab cache sizesAlexey Dobriyan
2018-04-05slab: make kmem_cache_flags accept 32-bit object sizeAlexey Dobriyan
2018-04-05slub: make ->size unsigned intAlexey Dobriyan
2018-04-05slub: make ->object_size unsigned intAlexey Dobriyan
2018-04-05slub: make ->offset unsigned intAlexey Dobriyan
2018-04-05slub: make ->cpu_partial unsigned intAlexey Dobriyan
2018-04-05slub: make ->inuse unsigned intAlexey Dobriyan
2018-04-05slub: make ->align unsigned intAlexey Dobriyan
2018-04-05slub: make ->reserved unsigned intAlexey Dobriyan
2018-04-05slub: make ->red_left_pad unsigned intAlexey Dobriyan
2018-04-05slub: make ->max_attr_size unsigned intAlexey Dobriyan
2018-04-05slub: make ->remote_node_defrag_ratio unsigned intAlexey Dobriyan
2018-04-05slab: make size_index_elem() unsigned intAlexey Dobriyan
2018-04-05slab: make size_index[] array u8Alexey Dobriyan
2018-04-05slab: make kmem_cache_create() work with 32-bit sizesAlexey Dobriyan
2018-04-05slab: make create_boot_cache() work with 32-bit sizesAlexey Dobriyan
2018-04-05slab: make create_kmalloc_cache() work with 32-bit sizesAlexey Dobriyan
2018-04-05slab: make kmalloc_size() return "unsigned int"Alexey Dobriyan
2018-04-05slab: make kmalloc_index() return "unsigned int"Alexey Dobriyan
2018-04-05slab: fixup calculate_alignment() argument typeAlexey Dobriyan
2018-04-05mm/slub.c: use jitter-free reference while printing ageChintan Pandya
2018-04-05mm/slab_common.c: mark kmalloc machinery as __ro_after_initAlexey Dobriyan
2018-04-05fs: don't flush pagecache when expanding block deviceshunki-fujita
2018-04-05net/9p/client.c: fix potential refcnt problem of trans moduleChengguang Xu