summaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel/setup.c
Commit message (Expand)AuthorAgeFilesLines
* ARC: Fix typosBjorn Helgaas2024-04-011-1/+1
* ARC: fix smatch warningVineet Gupta2023-12-081-3/+1
* ARC: boot log: fix warningVineet Gupta2023-08-231-2/+4
* ARC: boot log: eliminate struct cpuinfo_arc #4: boot log per ISAVineet Gupta2023-08-171-303/+257
* ARC: boot log: eliminate struct cpuinfo_arc #2: cacheVineet Gupta2023-08-171-2/+1
* ARC: boot log: eliminate struct cpuinfo_arc #1: mmVineet Gupta2023-08-171-2/+2
* ARCv2: boot log: detect newer/upconing HS3x/HS4x releasesVineet Gupta2020-06-161-12/+7
* ARC: Fix ICCM & DCCM runtime size checksEugeniy Paltsev2020-04-121-2/+3
* ARC: allow userspace DSP applications to use AGU extensionsEugeniy Paltsev2020-03-161-0/+6
* ARC: handle DSP presence in HWEugeniy Paltsev2020-03-161-0/+3
* ARC: add helpers to sanitize config optionsEugeniy Paltsev2020-03-161-13/+12
* ARC: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven2020-02-121-1/+1
* arch/arc/setup: Drop dummy_con initializationArvind Sankar2020-01-141-4/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* ARC: unaligned: relax the check for gcc supporting -mno-unaligned-accessVineet Gupta2019-03-051-12/+0
* ARC: boot log: cut down on verbosityVineet Gupta2019-02-251-52/+32
* ARCv2: boot log: refurbish HS core/release identificationVineet Gupta2019-02-251-56/+74
* ARC: u-boot args: check that magic number is correctEugeniy Paltsev2019-02-251-0/+8
* ARCv2: Add explcit unaligned access support (and ability to disable too)Eugeniy Paltsev2019-02-251-9/+16
* ARCv2: don't assume core 0x54 has dual issueVineet Gupta2019-02-211-5/+21
* ARC: enable uboot support unconditionallyEugeniy Paltsev2019-02-211-2/+0
* ARC: U-boot: check arguments paranoidlyEugeniy Paltsev2019-02-211-25/+62
* ARC: fix actionpoints configuration detectionEugeniy Paltsev2019-02-211-1/+1
* ARC: boot log: print Action point detailsVineet Gupta2019-01-171-7/+15
* ARCv2: boot log: BPU return stack depthVineet Gupta2019-01-171-2/+3
* Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-01-051-0/+1
|\
| * vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells2018-12-201-0/+1
* | ARCv2: boot log unaligned access in useVineet Gupta2018-11-121-3/+6
|/
* ARCv2: boot log: fix HS48 release numberVineet Gupta2018-02-281-1/+1
* ARC: boot log: Fix trailing semicolonLuis de Bethencourt2018-01-231-1/+1
* ARC: Fix detection of dual-issue enabledAlexey Brodkin2017-11-281-1/+1
* ARCv2: boot log: updates for HS48: dual-issue, ECC, Loop BufferVineet Gupta2017-11-131-4/+39
* ARCv2: boot log: identify HS48 cores (dual issue)Vineet Gupta2017-10-031-3/+14
* ARC: boot log: decontaminate ARCv2 ISA_CONFIG registerVineet Gupta2017-10-031-4/+11
* mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-131-1/+1
* ARC: set boot print log level to PR_INFONoam Camus2017-08-281-3/+3
* clocksource/drivers: Rename clocksource_probe to timer_probeDaniel Lezcano2017-06-141-1/+1
* ARCv2: entry: save Accumulator register pair (r58:59) if presentVineet Gupta2017-04-201-9/+21
* ARC: get rate from clk driver instead of reading device treeVlad Zakharov2017-03-051-4/+12
* 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/+42
* ARCv2: boot log: print IOC exists as well as enabled statusVineet Gupta2016-10-281-3/+1
* 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/+0
|\