summaryrefslogtreecommitdiff
path: root/arch/arc/kernel/setup.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-19ARCv2: ioremap: Support dynamic peripheral address spaceVineet Gupta1-12/+2
2016-03-17arc: use of_platform_default_populate() to populate default busKefeng Wang1-1/+1
2016-03-15ARCv2: LLSC: software backoff is NOT needed starting HS2.1cVineet Gupta1-5/+0
2016-02-18ARCv2: boot report CCMs (Closely Coupled Memories)Vineet Gupta1-28/+50
2016-02-18ARC: Assume multiplier is always presentVineet Gupta1-2/+0
2016-01-29ARCv2: Check for LL-SC livelock only if LLSC is enabledVineet Gupta1-0/+1
2016-01-29ARC: shrink cpuinfo by not saving full timer BCRVineet Gupta1-7/+12
2015-12-17ARC: dw2 unwind: Reinstante unwinding out of modulesVineet Gupta1-1/+0
2015-10-28ARC: smp: Introduce smp hook @init_early_smp for Master coreVineet Gupta1-1/+2
2015-10-17ARC: boot log: move helper macros to header for reuseVineet Gupta1-4/+0
2015-08-04ARCv2: spinlock/rwlock/atomics: Delayed retry of failed SCOND with exponentia...Vineet Gupta1-0/+4
2015-08-03ARCv2: Fix the peripheral address space detectionVineet Gupta1-1/+7
2015-07-13ARCv2: support HS38 releasesVineet Gupta1-1/+5
2015-07-09ARC: slightly refactor macros for boot loggingVineet Gupta1-4/+5
2015-06-22ARCv2: clocksource: Introduce 64bit local RTC counterVineet Gupta1-2/+7
2015-06-22ARCv2: STAR 9000793984: Handle return from intr to Delay SlotVineet Gupta1-0/+2
2015-06-22ARCv2: Support for ARCv2 ISA and HS38x coresVineet Gupta1-5/+40
2015-06-22ARC: uncached base is hard constant for ARC, don't save itVineet Gupta1-2/+2
2015-06-19ARC: explicit'ify uboot supportVineet Gupta1-1/+4
2015-06-19ARC: RIP broken 64bit RTSCVineet Gupta1-6/+2
2015-04-13ARC: Fix RTT boot printingVineet Gupta1-1/+4
2015-02-02ARC: fix /proc/cpuinfo for offline cpusVineet Gupta1-1/+6
2014-10-13ARC: boot: cpu feature print enhancementsVineet Gupta1-97/+110
2014-10-13ARC: boot: consolidate cross-checking of h/w and s/wVineet Gupta1-29/+15
2014-10-13ARC: RIP @running_on_hwVineet Gupta1-2/+0
2014-10-13ARC: [plat*] move code out of .init_machine into commonVineet Gupta1-1/+9
2014-09-27ARC: Allow SMP kernel to build/boot on UP-only infrastructureVineet Gupta1-12/+1
2014-01-16ARC: [cmdline] support External Device Trees from u-bootVineet Gupta1-3/+12
2014-01-16ARC: [cmdline] uboot cmdline handling reworkVineet Gupta1-12/+27
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+2
2013-11-06ARC: Annotate some functions as staticVineet Gupta1-6/+5
2013-10-10arc: remove unnecessary prom.h includesRob Herring1-1/+0
2013-10-10arc: use common of_flat_dt_match_machineRob Herring1-1/+1
2013-10-09arc: use unflatten_and_copy_device_treeRob Herring1-2/+1
2013-09-12ARC: SMP failed to boot due to missing IVT setupNoam Camus1-3/+0
2013-09-05ARC: remove console_verbose() from setup_arch()Mischa Jonker1-2/+0
2013-06-27arc: delete __cpuinit usage from all arc filesPaul Gortmaker1-5/+5
2013-06-22ARC: Use kconfig helper IS_ENABLED() to get rid of defines.hVineet Gupta1-4/+4
2013-05-07ARC: [cmdline] Don't overwrite u-boot provided bootargsVineet Gupta1-8/+10
2013-05-07ARC: [cmdline] Remove CONFIG_CMDLINEVineet Gupta1-5/+0
2013-04-09ARC: [build] Fix warnings with CONFIG_DEBUG_SECTION_MISMATCHVineet Gupta1-5/+5
2013-04-09ARC: Remove duplicate inclusion of header filesSachin Kamat1-1/+0
2013-04-09ARC: Use <linux/*> headers instead of <asm/*>Sachin Kamat1-1/+1
2013-03-11ARC: ABIv3: Print the correct ABI verVineet Gupta1-3/+1
2013-02-26ARC: make a copy of flat DTVineet Gupta1-0/+2
2013-02-15ARC: [Review] Multi-platform image #3: switch to board callbackVineet Gupta1-5/+0
2013-02-15ARC: [Review] Multi-platform image #2: Board callback InfrastructureVineet Gupta1-3/+25
2013-02-15ARC: Support for single cycle Close Coupled Mem (CCM)Vineet Gupta1-1/+52
2013-02-15ARC: Boot #2: Verbose Boot reporting / feature verificationVineet Gupta1-1/+222
2013-02-15ARC: DWARF2 .debug_frame based stack unwinderVineet Gupta1-0/+3