aboutsummaryrefslogtreecommitdiff
path: root/arch/arc/kernel/setup.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-16ARCv2: boot log: detect newer/upconing HS3x/HS4x releasesGravatar Vineet Gupta 1-12/+7
2020-04-12ARC: Fix ICCM & DCCM runtime size checksGravatar Eugeniy Paltsev 1-2/+3
2020-03-16ARC: allow userspace DSP applications to use AGU extensionsGravatar Eugeniy Paltsev 1-0/+6
2020-03-16ARC: handle DSP presence in HWGravatar Eugeniy Paltsev 1-0/+3
2020-03-16ARC: add helpers to sanitize config optionsGravatar Eugeniy Paltsev 1-13/+12
2020-02-12ARC: Replace <linux/clk-provider.h> by <linux/of_clk.h>Gravatar Geert Uytterhoeven 1-1/+1
2020-01-14arch/arc/setup: Drop dummy_con initializationGravatar Arvind Sankar 1-4/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-03-05ARC: unaligned: relax the check for gcc supporting -mno-unaligned-accessGravatar Vineet Gupta 1-12/+0
2019-02-25ARC: boot log: cut down on verbosityGravatar Vineet Gupta 1-52/+32
2019-02-25ARCv2: boot log: refurbish HS core/release identificationGravatar Vineet Gupta 1-56/+74
2019-02-25ARC: u-boot args: check that magic number is correctGravatar Eugeniy Paltsev 1-0/+8
2019-02-25ARCv2: Add explcit unaligned access support (and ability to disable too)Gravatar Eugeniy Paltsev 1-9/+16
2019-02-21ARCv2: don't assume core 0x54 has dual issueGravatar Vineet Gupta 1-5/+21
2019-02-21ARC: enable uboot support unconditionallyGravatar Eugeniy Paltsev 1-2/+0
2019-02-21ARC: U-boot: check arguments paranoidlyGravatar Eugeniy Paltsev 1-25/+62
2019-02-21ARC: fix actionpoints configuration detectionGravatar Eugeniy Paltsev 1-1/+1
2019-01-17ARC: boot log: print Action point detailsGravatar Vineet Gupta 1-7/+15
2019-01-17ARCv2: boot log: BPU return stack depthGravatar Vineet Gupta 1-2/+3
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-0/+1
2018-12-20vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledGravatar David Howells 1-0/+1
2018-11-12ARCv2: boot log unaligned access in useGravatar Vineet Gupta 1-3/+6
2018-02-28ARCv2: boot log: fix HS48 release numberGravatar Vineet Gupta 1-1/+1
2018-01-23ARC: boot log: Fix trailing semicolonGravatar Luis de Bethencourt 1-1/+1
2017-11-28ARC: Fix detection of dual-issue enabledGravatar Alexey Brodkin 1-1/+1
2017-11-13ARCv2: boot log: updates for HS48: dual-issue, ECC, Loop BufferGravatar Vineet Gupta 1-4/+39
2017-10-03ARCv2: boot log: identify HS48 cores (dual issue)Gravatar Vineet Gupta 1-3/+14
2017-10-03ARC: boot log: decontaminate ARCv2 ISA_CONFIG registerGravatar Vineet Gupta 1-4/+11
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagGravatar Michal Hocko 1-1/+1
2017-08-28ARC: set boot print log level to PR_INFOGravatar Noam Camus 1-3/+3
2017-06-14clocksource/drivers: Rename clocksource_probe to timer_probeGravatar Daniel Lezcano 1-1/+1
2017-04-20ARCv2: entry: save Accumulator register pair (r58:59) if presentGravatar Vineet Gupta 1-9/+21
2017-03-05ARC: get rate from clk driver instead of reading device treeGravatar Vlad Zakharov 1-4/+12
2016-11-30ARC: time: move time_init() out of the driverGravatar Vineet Gupta 1-0/+11
2016-11-30ARC: timer: gfrc, rtc: build under same option (64-bit timers)Gravatar Vineet Gupta 1-3/+3
2016-10-28ARC: boot log: refactor cpu name/release printingGravatar Vineet Gupta 1-18/+33
2016-10-28ARC: boot log: don't assume SWAPE instruction supportGravatar Vineet Gupta 1-1/+4
2016-10-28ARC: boot log: refactor printing abt features not captured in BCRsGravatar Vineet Gupta 1-45/+42
2016-10-28ARCv2: boot log: print IOC exists as well as enabled statusGravatar Vineet Gupta 1-3/+1
2016-10-19ARC: Adjust cpuinfo for non-continuous cpu idsGravatar Noam Camus 1-1/+1
2016-09-30ARCv2: Support dynamic peripheral address space in HS38 rel 3.0 coresGravatar Vineet Gupta 1-2/+2
2016-09-30ARCv2: identify HS38 rel 3.0 coresGravatar Vineet Gupta 1-0/+1
2016-08-19ARC: Support syscall ABI v4Gravatar Vineet Gupta 1-2/+4
2016-07-30Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-7/+0
2016-07-13ARC: fix linux-next build breakageGravatar Vineet Gupta 1-0/+1
2016-06-23arc: Remove unnecessary of_platform_populate with default match tableGravatar Kefeng Wang 1-7/+0
2016-05-30Fix typosGravatar Andrea Gelmini 1-1/+1
2016-05-09ARC: Don't try to use value of top level clock-frequency in DTGravatar Alexey Brodkin 1-5/+7
2016-05-09ARC: clocksource: DT based probeGravatar Vineet Gupta 1-3/+0
2016-05-09ARC: clockevent: Prepare for DT based probeGravatar Noam Camus 1-2/+0