summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/msi_bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-6/+1Star
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+3
* memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-1/+1
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* memblock: remove _virt from APIs returning virtual addressMike Rapoport2018-10-311-1/+1
* powerpc/msi: Remove VLA usageKees Cook2018-07-041-7/+8
* headers: untangle kmemleak.h from mm.hRandy Dunlap2018-04-061-0/+1
* powerpc: Convert to using %pOF instead of full_nameRob Herring2017-08-231-2/+2
* treewide: replace obsolete _refok by __refFabian Frederick2016-08-021-1/+1
* powerpc/msi: Fix section mismatch warning in msi_bitmap_alloc()Denis Kirjanov2015-10-281-1/+1
* powerpc/msi: Free the bitmap if it was slab allocatedDenis Kirjanov2015-10-051-4/+12
* powerpc/msi: Use WARN_ON() in msi bitmap selftestsMichael Ellerman2014-10-151-30/+24Star
* powerpc/msi: Fix the msi bitmap alignment testsMichael Ellerman2014-10-151-8/+18
* powerpc/msi: Improve IRQ bitmap allocatorIan Munsie2014-10-081-11/+25
* powerpc: Make a bunch of things staticAnton Blanchard2014-09-251-3/+3
* powerpc: Use of_node_init() for the fakenode in msi_bitmap.cLi Zhong2014-04-091-1/+1
* of: Make device nodes kobjects so they show up in sysfsGrant Likely2014-03-111-1/+1
* Disintegrate asm/system.h for PowerPCDavid Howells2012-03-281-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* powerpc/msi: Mark the MSI bitmap selftest code as __initMichael Ellerman2009-03-241-3/+3
* powerpc: Split-out common MSI bitmap logic into msi_bitmap.cMichael Ellerman2008-08-201-0/+247