summaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel/setup.c
Commit message (Expand)AuthorAgeFilesLines
* ARC: time: move time_init() out of the driverVineet Gupta2016-11-301-0/+11
* ARC: timer: gfrc, rtc: build under same option (64-bit timers)Vineet Gupta2016-11-301-3/+3
* ARC: boot log: refactor cpu name/release printingVineet Gupta2016-10-281-18/+33
* ARC: boot log: don't assume SWAPE instruction supportVineet Gupta2016-10-281-1/+4
* ARC: boot log: refactor printing abt features not captured in BCRsVineet Gupta2016-10-281-45/+42Star
* ARCv2: boot log: print IOC exists as well as enabled statusVineet Gupta2016-10-281-3/+1Star
* ARC: Adjust cpuinfo for non-continuous cpu idsNoam Camus2016-10-191-1/+1
* ARCv2: Support dynamic peripheral address space in HS38 rel 3.0 coresVineet Gupta2016-09-301-2/+2
* ARCv2: identify HS38 rel 3.0 coresVineet Gupta2016-09-301-0/+1
* ARC: Support syscall ABI v4Vineet Gupta2016-08-191-2/+4
* Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-07-301-7/+0Star
|\
| * arc: Remove unnecessary of_platform_populate with default match tableKefeng Wang2016-06-231-7/+0Star
* | ARC: fix linux-next build breakageVineet Gupta2016-07-141-0/+1
|/
* Fix typosAndrea Gelmini2016-05-301-1/+1
* ARC: Don't try to use value of top level clock-frequency in DTAlexey Brodkin2016-05-091-5/+7
* ARC: clocksource: DT based probeVineet Gupta2016-05-091-3/+0Star
* ARC: clockevent: Prepare for DT based probeNoam Camus2016-05-091-2/+0Star
* ARCv2: ioremap: Support dynamic peripheral address spaceVineet Gupta2016-03-191-12/+2Star
* arc: use of_platform_default_populate() to populate default busKefeng Wang2016-03-171-1/+1
* ARCv2: LLSC: software backoff is NOT needed starting HS2.1cVineet Gupta2016-03-151-5/+0Star
* ARCv2: boot report CCMs (Closely Coupled Memories)Vineet Gupta2016-02-181-28/+50
* ARC: Assume multiplier is always presentVineet Gupta2016-02-181-2/+0Star
* ARCv2: Check for LL-SC livelock only if LLSC is enabledVineet Gupta2016-01-291-0/+1
* ARC: shrink cpuinfo by not saving full timer BCRVineet Gupta2016-01-291-7/+12
* ARC: dw2 unwind: Reinstante unwinding out of modulesVineet Gupta2015-12-171-1/+0Star
* ARC: smp: Introduce smp hook @init_early_smp for Master coreVineet Gupta2015-10-281-1/+2
* ARC: boot log: move helper macros to header for reuseVineet Gupta2015-10-171-4/+0Star
* ARCv2: spinlock/rwlock/atomics: Delayed retry of failed SCOND with exponentia...Vineet Gupta2015-08-041-0/+4
* ARCv2: Fix the peripheral address space detectionVineet Gupta2015-08-031-1/+7
* ARCv2: support HS38 releasesVineet Gupta2015-07-131-1/+5
* ARC: slightly refactor macros for boot loggingVineet Gupta2015-07-091-4/+5
* ARCv2: clocksource: Introduce 64bit local RTC counterVineet Gupta2015-06-221-2/+7
* ARCv2: STAR 9000793984: Handle return from intr to Delay SlotVineet Gupta2015-06-221-0/+2
* ARCv2: Support for ARCv2 ISA and HS38x coresVineet Gupta2015-06-221-5/+40
* ARC: uncached base is hard constant for ARC, don't save itVineet Gupta2015-06-221-2/+2
* ARC: explicit'ify uboot supportVineet Gupta2015-06-191-1/+4
* ARC: RIP broken 64bit RTSCVineet Gupta2015-06-191-6/+2Star
* ARC: Fix RTT boot printingVineet Gupta2015-04-131-1/+4
* ARC: fix /proc/cpuinfo for offline cpusVineet Gupta2015-02-021-1/+6
* ARC: boot: cpu feature print enhancementsVineet Gupta2014-10-131-97/+110
* ARC: boot: consolidate cross-checking of h/w and s/wVineet Gupta2014-10-131-29/+15Star
* ARC: RIP @running_on_hwVineet Gupta2014-10-131-2/+0Star
* ARC: [plat*] move code out of .init_machine into commonVineet Gupta2014-10-131-1/+9
* ARC: Allow SMP kernel to build/boot on UP-only infrastructureVineet Gupta2014-09-271-12/+1Star
* ARC: [cmdline] support External Device Trees from u-bootVineet Gupta2014-01-161-3/+12
* ARC: [cmdline] uboot cmdline handling reworkVineet Gupta2014-01-161-12/+27
* Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-121-4/+2Star
|\
| * arc: remove unnecessary prom.h includesRob Herring2013-10-101-1/+0Star
| * arc: use common of_flat_dt_match_machineRob Herring2013-10-101-1/+1
| * arc: use unflatten_and_copy_device_treeRob Herring2013-10-091-2/+1Star