aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/memmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-05firmware: memmap: use default_groups in kobj_typeGreg Kroah-Hartman1-1/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 287Thomas Gleixner1-10/+1
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport1-1/+1
2019-01-04drivers/firmware/memmap.c: modify memblock_alloc to memblock_alloc_nopanichuang.zijiang1-1/+1
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport1-1/+2
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport1-1/+1
2015-06-25drivers/firmware/memmap.c: fix kernel-doc formatMichal Simek1-11/+13
2014-10-09drivers/firmware/memmap.c: don't create memmap sysfs of same firmware_map_entryYasuaki Ishimatsu1-0/+3
2014-08-06drivers/firmware/memmap.c: don't allocate firmware_map_entry of same memory rangeYasuaki Ishimatsu1-0/+4
2014-08-06drivers/firmware/memmap.c: pass the correct argument to firmware_map_find_entry_bootmem()Yasuaki Ishimatsu1-1/+1
2014-01-21drivers/firmware/memmap.c: use memblock apis for early memory allocationsSantosh Shilimkar1-1/+1
2013-04-29firmware, memmap: fix firmware_map_entry leakYasuaki Ishimatsu1-6/+3
2013-02-23memory-hotplug: remove /sys/firmware/memmap/X sysfsYasuaki Ishimatsu1-13/+183
2012-10-19firmware/memmap: avoid type conflicts with the generic memmap_init()Fengguang Wu1-2/+2
2012-07-30firmware_map: make firmware_map_add_early() argument consistent with firmware_map_add_hotplug()Yasuaki Ishimatsu1-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-1/+1
2010-03-06memory-hotplug: create /sys/firmware/memmap entry for new memoryakpm@linux-foundation.org1-21/+36
2009-09-22mm: don't use alloc_bootmem_low() where not strictly neededJan Beulich1-1/+1
2009-06-16firmware_map: fix hang with x86/32bitYinghai Lu1-7/+9
2009-02-18Bernhard has movedBernhard Walle1-1/+1
2009-01-08Make various things staticRoel Kluin1-3/+3
2008-08-12firmware/memmap: cleanupBernhard Walle1-18/+43
2008-07-26firmware: fix memmap printk format warningsRandy Dunlap1-2/+4
2008-07-08sysfs: add /sys/firmware/memmapBernhard Walle1-0/+205