aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel/setup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-03ARCv2: boot log: identify HS48 cores (dual issue)Vineet Gupta1-3/+14
2017-10-03ARC: boot log: decontaminate ARCv2 ISA_CONFIG registerVineet Gupta1-4/+11
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko1-1/+1
2017-08-28ARC: set boot print log level to PR_INFONoam Camus1-3/+3
2017-06-14clocksource/drivers: Rename clocksource_probe to timer_probeDaniel Lezcano1-1/+1
2017-04-20ARCv2: entry: save Accumulator register pair (r58:59) if presentVineet Gupta1-9/+21
2017-03-05ARC: get rate from clk driver instead of reading device treeVlad Zakharov1-4/+12
2016-11-30ARC: time: move time_init() out of the driverVineet Gupta1-0/+11
2016-11-30ARC: timer: gfrc, rtc: build under same option (64-bit timers)Vineet Gupta1-3/+3
2016-10-28ARC: boot log: refactor cpu name/release printingVineet Gupta1-18/+33
2016-10-28ARC: boot log: don't assume SWAPE instruction supportVineet Gupta1-1/+4
2016-10-28ARC: boot log: refactor printing abt features not captured in BCRsVineet Gupta1-45/+42
2016-10-28ARCv2: boot log: print IOC exists as well as enabled statusVineet Gupta1-3/+1
2016-10-19ARC: Adjust cpuinfo for non-continuous cpu idsNoam Camus1-1/+1
2016-09-30ARCv2: Support dynamic peripheral address space in HS38 rel 3.0 coresVineet Gupta1-2/+2
2016-09-30ARCv2: identify HS38 rel 3.0 coresVineet Gupta1-0/+1
2016-08-19ARC: Support syscall ABI v4Vineet Gupta1-2/+4
2016-07-30Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-7/+0
2016-07-13ARC: fix linux-next build breakageVineet Gupta1-0/+1
2016-06-23arc: Remove unnecessary of_platform_populate with default match tableKefeng Wang1-7/+0
2016-05-30Fix typosAndrea Gelmini1-1/+1
2016-05-09ARC: Don't try to use value of top level clock-frequency in DTAlexey Brodkin1-5/+7
2016-05-09ARC: clocksource: DT based probeVineet Gupta1-3/+0
2016-05-09ARC: clockevent: Prepare for DT based probeNoam Camus1-2/+0
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 exponential backoffVineet 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