summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/prom.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-02powerpc/kernel: Avoid initializing device-tree pointer twiceGavin Shan1-3/+0
2014-11-14powerpc: Disable CPU_FTR_TM if TM is disabled by firmwareAneesh Kumar K.V1-0/+6
2014-11-10powerpc: Remove some old bootmem related commentsAnton Blanchard1-4/+1
2014-10-02powerpc: Remove powerpc specific cmd_lineAnton Blanchard1-3/+1
2014-09-25powerpc: Check flat device tree version at bootMichael Ellerman1-0/+4
2014-09-25powerpc: Make a bunch of things staticAnton Blanchard1-2/+3
2014-08-14Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-70/+0
2014-08-05Merge remote-tracking branch 'scott/next' into nextBenjamin Herrenschmidt1-6/+4
2014-07-30powerpc/e6500: Add support for hardware threadsAndy Fleming1-6/+4
2014-07-28powerpc: Remove MMU_FTR_SLBMichael Ellerman1-1/+0
2014-07-24of: Move dynamic node fixups out of powerpc and into common codeGrant Likely1-70/+0
2014-06-25powerpc/powernv: Remove OPAL v1 takeoverMichael Ellerman1-7/+0
2014-04-30powerpc: use libfdt accessors for header dataRob Herring1-5/+6
2014-04-30of/fdt: move memreserve and dtb memory reservations into coreRob Herring1-22/+0
2014-04-30of/fdt: create common debugfsRob Herring1-21/+0
2014-04-30of/fdt: update of_get_flat_dt_prop in prep for libfdtRob Herring1-11/+13
2014-04-30powerpc: fix skipping call to early_init_fdt_scan_reserved_memRob Herring1-2/+2
2014-04-07powerpc/prom: early_init_dt_scan_cpus() updates cpu features only onceBenjamin Herrenschmidt1-26/+26
2014-04-07powerpc: Make boot_cpuid common between 32 and 64-bitBenjamin Herrenschmidt1-0/+4
2014-04-07powerpc: Adjust CPU_FTR_SMT on all platformsBenjamin Herrenschmidt1-1/+1
2014-04-03Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-0/+3
2014-03-13powerpc: add support for reserved memory defined by device treeMarek Szyprowski1-0/+3
2014-03-07powerpc/book3s: Recover from MC in sapphire on SCOM read via MMIO.Mahesh Salgaonkar1-0/+5
2014-01-10powerpc: introduce early_get_first_memblock_infoKevin Hao1-1/+40
2013-11-21powerpc: Make cpu_to_chip_id() available when SMP=nMichael Ellerman1-0/+20
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-9/+0
2013-10-31of: Move definition of of_find_next_cache_node into common code.Sudeep KarkadaNagesha1-31/+0
2013-10-31powerpc: Remove big endianness assumption in of_find_next_cache_nodeSudeep KarkadaNagesha1-1/+1
2013-10-09of: remove early_init_dt_setup_initrd_archRob Herring1-9/+0
2013-09-11Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-7/+1
2013-09-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-27/+55
2013-08-29of: consolidate definition of early_init_dt_alloc_memory_arch()Grant Likely1-5/+0
2013-08-21of: move of_get_cpu_node implementation to DT core librarySudeep KarkadaNagesha1-57/+0
2013-08-21powerpc: refactor of_get_cpu_node to support other architecturesSudeep KarkadaNagesha1-29/+47
2013-08-14powerpc: More little endian fixes for prom.cAlistair Popple1-2/+2
2013-08-14powerpc: Make prom.c device tree accesses endian safeIan Munsie1-29/+31
2013-08-14powerpc/powernv: Add helper to get ibm,chip-id of a nodeBenjamin Herrenschmidt1-0/+26
2013-07-24of: Specify initrd location using 64-bitSantosh Shilimkar1-2/+1
2013-07-02powerpc: Handle both new style and old style reserve mapsBenjamin Herrenschmidt1-14/+17
2013-06-20powerpc/prom: Scan reserved-ranges node for memory reservationsJeremy Kerr1-0/+35
2012-11-15Merge branch 'dt' into nextBenjamin Herrenschmidt1-3/+3
2012-11-15powerpc: Add asm/debug.h to get powerpc_debugfs_rootTony Breeds1-0/+1
2012-11-15powerpc+of: Add of node/property notification chain for adds and removesNathan Fontenot1-3/+3
2012-09-07powerpc: Change memory_limit from phys_addr_t to unsigned long longSuzuki Poulose1-2/+2
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells1-1/+0
2012-02-23fadump: Remove the phyp assisted dump code.Mahesh Salgaonkar1-87/+0
2012-02-23fadump: Reserve the memory for firmware assisted dump.Mahesh Salgaonkar1-1/+14
2011-12-08memblock: s/memblock_analyze()/memblock_allow_resize()/ and update usersTejun Heo1-2/+1
2011-12-08powerpc: Cleanup memblock usageTejun Heo1-11/+6
2011-12-08memblock: Kill memblock_init()Tejun Heo1-2/+0