summaryrefslogtreecommitdiffstats
path: root/arch/c6x/kernel/setup.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-20c6x: remove architectureArnd Bergmann1-476/+0
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport1-4/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-10-31Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds1-25/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+0
2018-10-28c6x: switch to NO_BOOTMEMMike Rapoport1-25/+1
2018-10-04Merge branch 'all-dtbs' into dt/nextRob Herring1-2/+2
2018-10-02c6x: use common built-in dtb supportRob Herring1-2/+2
2018-09-28c6x: use for_each_of_cpu_node iteratorRob Herring1-8/+3
2016-02-09locking/lockdep: Eliminate lockdep_init()Andrey Ryabinin1-2/+0
2015-03-26c6x: kernel: setup: Export symbol memory_endChen Gang1-0/+1
2015-03-26c6x: kernel: setup: Add screen_info global variableChen Gang1-0/+3
2015-03-26c6x: kernel: setup: Remove 'const' for local variables in machine_initChen Gang1-2/+2
2015-03-03c6x: kernel: setup: Include "linux/console.h"Chen Gang1-1/+1
2014-04-30c6x: convert fdt pointers to opaque pointersRob Herring1-2/+2
2013-10-09c6x: use early_init_dt_scanRob Herring1-1/+1
2013-10-09c6x: use boot_command_line instead of private c6x_command_lineRob Herring1-10/+1
2012-07-18C6X: add basic support for TMS320C6678 SoCKen Cox1-0/+4
2012-03-28Disintegrate asm/system.h for C6XDavid Howells1-0/+1
2012-01-08C6X: add register_cpu callMark Salter1-0/+15
2012-01-08C6X: deal with memblock API changesMark Salter1-3/+0
2011-10-06C6X: early boot codeAurelien Jacquiot1-0/+498