aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-18mm: migrate: remove unused mode argumentKeith Busch6-10/+8
2019-07-18mm/sparsemem: cleanup 'section number' data typesDan Williams2-9/+9
2019-07-18libnvdimm/pfn: stop padding pmem namespaces to section alignmentDan Williams3-78/+16
2019-07-18libnvdimm/pfn: fix fsdax-mode namespace info-block zero-fieldsDan Williams3-4/+17
2019-07-18mm/devm_memremap_pages: enable sub-section remapDan Williams1-34/+23
2019-07-18mm: document ZONE_DEVICE memory-model implicationsDan Williams1-0/+40
2019-07-18mm/sparsemem: support sub-section hotplugDan Williams4-96/+141
2019-07-18mm/sparsemem: prepare for sub-section rangesDan Williams3-54/+81
2019-07-18mm: kill is_dev_zone() helperDan Williams2-13/+1
2019-07-18mm/hotplug: kill is_dev_zone() usage in __remove_pages()Dan Williams1-3/+1
2019-07-18mm/sparsemem: convert kmalloc_section_memmap() to populate_section_memmap()Dan Williams4-33/+46
2019-07-18mm/hotplug: prepare shrink_{zone, pgdat}_span for sub-section removalDan Williams1-25/+12
2019-07-18mm/sparsemem: add helpers track active portions of a section at bootDan Williams3-3/+75
2019-07-18mm/sparsemem: introduce a SECTION_IS_EARLY flagDan Williams2-12/+16
2019-07-18mm/sparsemem: introduce struct mem_section_usageDan Williams4-53/+76
2019-07-18drivers/base/memory.c: get rid of find_memory_block_hinted()David Hildenbrand2-28/+14
2019-07-18mm/memory_hotplug: move and simplify walk_memory_blocks()David Hildenbrand4-57/+45
2019-07-18mm/memory_hotplug: rename walk_memory_range() and pass start+size instead of pfnsDavid Hildenbrand5-41/+32
2019-07-18mm: make register_mem_sect_under_node() staticDavid Hildenbrand2-8/+2
2019-07-18drivers/base/memory: use "unsigned long" for block idsDavid Hildenbrand1-11/+11
2019-07-18mm: section numbers use the type "unsigned long"David Hildenbrand3-22/+21
2019-07-18resource: avoid unnecessary lookups in find_next_iomem_res()Nadav Amit1-7/+22
2019-07-18resource: fix locking in find_next_iomem_res()Nadav Amit1-10/+10
2019-07-18mm: thp: fix false negative of shmem vma's THP eligibilityYang Shi4-5/+14
2019-07-18mm: thp: make transhuge_vma_suitable available for anonymous THPYang Shi4-31/+41
2019-07-18mm/sparse.c: set section nid for hot-add memoryWei Yang1-0/+1
2019-07-18mm/memory_hotplug: remove "zone" parameter from sparse_remove_one_sectionDavid Hildenbrand3-4/+4
2019-07-18mm/memory_hotplug: make unregister_memory_block_under_nodes() never failDavid Hildenbrand2-16/+7
2019-07-18mm/memory_hotplug: remove memory block devices before arch_remove_memory()David Hildenbrand5-31/+30
2019-07-18mm/memory_hotplug: drop MHP_MEMBLOCK_APIDavid Hildenbrand2-14/+3
2019-07-18mm/memory_hotplug: create memory block devices after arch_add_memory()David Hildenbrand3-36/+63
2019-07-18mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand12-28/+0
2019-07-18drivers/base/memory: pass a block_id to init_memory_block()David Hildenbrand1-16/+11
2019-07-18arm64/mm: add temporary arch_remove_memory() implementationDavid Hildenbrand1-0/+19
2019-07-18s390x/mm: implement arch_remove_memory()David Hildenbrand1-6/+7
2019-07-18s390x/mm: fail when an altmap is used for arch_add_memory()David Hildenbrand1-0/+3
2019-07-18mm/memory_hotplug: simplify and fix check_hotplug_memory_range()David Hildenbrand1-8/+3
2019-07-18MAINTAINERS: mark floppy.c orphanedJiri Kosina1-3/+2
2019-07-17floppy: fix out-of-bounds read in copy_bufferDenis Efremov1-2/+4
2019-07-17floppy: fix invalid pointer dereference in drive_nameDenis Efremov1-3/+8
2019-07-17floppy: fix out-of-bounds read in next_valid_formatDenis Efremov1-0/+18
2019-07-17floppy: fix div-by-zero in setup_format_paramsDenis Efremov1-0/+5
2019-07-17platform/x86: asus: Rename "fan mode" to "fan boost mode"Daniel Drake3-60/+66
2019-07-16fs/select.c: use struct_size() in kmalloc()Gustavo A. R. Silva1-3/+3
2019-07-16mm: add account_locked_vm utility functionDaniel Jordan7-190/+98
2019-07-16arm64: mm: implement pte_devmap supportRobin Murphy3-0/+23
2019-07-16mm: introduce ARCH_HAS_PTE_DEVMAPRobin Murphy9-14/+11
2019-07-16mm: clean up is_device_*_page() definitionsRobin Murphy1-22/+9
2019-07-16mm/mmap: move common defines to mman-common.hAneesh Kumar K.V4-17/+10
2019-07-16mm: move MAP_SYNC to asm-generic/mman-common.hAneesh Kumar K.V2-2/+2