Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
035ee288ae7ade4152f1c3cf23a587b04fdc526c
/
arch
/
arc
/
kernel
/
setup.c
f64d6e2
Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 8 years ago
1ce0b58
ARC: fix linux-next build breakage
by Vineet Gupta
· 8 years ago
61c7864
arc: Remove unnecessary of_platform_populate with default match table
by Kefeng Wang
· 9 years ago
2547476
Fix typos
by Andrea Gelmini
· 9 years ago
20c7dbb
ARC: Don't try to use value of top level clock-frequency in DT
by Alexey Brodkin
· 9 years ago
e608b53
ARC: clocksource: DT based probe
by Vineet Gupta
· 9 years ago
69fbd09
ARC: clockevent: Prepare for DT based probe
by Noam Camus
· 9 years ago
deaf756
ARCv2: ioremap: Support dynamic peripheral address space
by Vineet Gupta
· 9 years ago
26cf9cc5
arc: use of_platform_default_populate() to populate default bus
by Kefeng Wang
· 9 years ago
b31ac42
ARCv2: LLSC: software backoff is NOT needed starting HS2.1c
by Vineet Gupta
· 9 years ago
a150b08
ARCv2: boot report CCMs (Closely Coupled Memories)
by Vineet Gupta
· 9 years ago
0eca6fd
ARC: Assume multiplier is always present
by Vineet Gupta
· 9 years ago
4d0cb15
ARCv2: Check for LL-SC livelock only if LLSC is enabled
by Vineet Gupta
· 9 years ago
b89bd1f
ARC: shrink cpuinfo by not saving full timer BCR
by Vineet Gupta
· 9 years ago
bc79c9a
ARC: dw2 unwind: Reinstante unwinding out of modules
by Vineet Gupta
· 9 years ago
e55af4d
ARC: smp: Introduce smp hook @init_early_smp for Master core
by Vineet Gupta
· 9 years ago
964cf28
ARC: boot log: move helper macros to header for reuse
by Vineet Gupta
· 9 years ago
e78fdfe
ARCv2: spinlock/rwlock/atomics: Delayed retry of failed SCOND with exponential backoff
by Vineet Gupta
· 9 years ago
e13c42e
ARCv2: Fix the peripheral address space detection
by Vineet Gupta
· 9 years ago
624b71e
ARCv2: support HS38 releases
by Vineet Gupta
· 9 years ago
b631788
ARC: slightly refactor macros for boot logging
by Vineet Gupta
· 10 years ago
aa93e8e
ARCv2: clocksource: Introduce 64bit local RTC counter
by Vineet Gupta
· 11 years ago
4255b07
ARCv2: STAR 9000793984: Handle return from intr to Delay Slot
by Vineet Gupta
· 10 years ago
1f6ccff
ARCv2: Support for ARCv2 ISA and HS38x cores
by Vineet Gupta
· 12 years ago
10d11e5
ARC: uncached base is hard constant for ARC, don't save it
by Vineet Gupta
· 10 years ago
036b2c5
ARC: explicit'ify uboot support
by Vineet Gupta
· 10 years ago
565a9b4
ARC: RIP broken 64bit RTSC
by Vineet Gupta
· 10 years ago
a44ec8bd
ARC: Fix RTT boot printing
by Vineet Gupta
· 10 years ago
4c86231
ARC: fix /proc/cpuinfo for offline cpus
by Vineet Gupta
· 10 years ago
5637208
ARC: boot: cpu feature print enhancements
by Vineet Gupta
· 10 years ago
c4b9856
ARC: boot: consolidate cross-checking of h/w and s/w
by Vineet Gupta
· 10 years ago
435abb6
ARC: RIP @running_on_hw
by Vineet Gupta
· 10 years ago
d7f8a08
ARC: [plat*] move code out of .init_machine into common
by Vineet Gupta
· 10 years ago
619f301
ARC: Allow SMP kernel to build/boot on UP-only infrastructure
by Vineet Gupta
· 10 years ago
e57d339
ARC: [cmdline] support External Device Trees from u-boot
by Vineet Gupta
· 11 years ago
59ed941
ARC: [cmdline] uboot cmdline handling rework
by Vineet Gupta
· 11 years ago
10d0c97
Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 11 years ago
8e457d6
ARC: Annotate some functions as static
by Vineet Gupta
· 11 years ago
be59731
arc: remove unnecessary prom.h includes
by Rob Herring
· 11 years ago
880beb8
arc: use common of_flat_dt_match_machine
by Rob Herring
· 11 years ago
1efc959
arc: use unflatten_and_copy_device_tree
by Rob Herring
· 11 years ago
c3567f8
ARC: SMP failed to boot due to missing IVT setup
by Noam Camus
· 11 years ago
8508d56
ARC: remove console_verbose() from setup_arch()
by Mischa Jonker
· 11 years ago
ce75995
arc: delete __cpuinit usage from all arc files
by Paul Gortmaker
· 12 years ago
8235703
ARC: Use kconfig helper IS_ENABLED() to get rid of defines.h
by Vineet Gupta
· 12 years ago
9593a93
ARC: [cmdline] Don't overwrite u-boot provided bootargs
by Vineet Gupta
· 12 years ago
6971881
ARC: [cmdline] Remove CONFIG_CMDLINE
by Vineet Gupta
· 12 years ago
30ecee8
ARC: [build] Fix warnings with CONFIG_DEBUG_SECTION_MISMATCH
by Vineet Gupta
· 12 years ago
e420c82
ARC: Remove duplicate inclusion of header files
by Sachin Kamat
· 12 years ago
1ec9db1
ARC: Use <linux/*> headers instead of <asm/*>
by Sachin Kamat
· 12 years ago
8ff14bb
ARC: ABIv3: Print the correct ABI ver
by Vineet Gupta
· 12 years ago
eab6a08
ARC: make a copy of flat DT
by Vineet Gupta
· 12 years ago
877768c
ARC: [Review] Multi-platform image #3: switch to board callback
by Vineet Gupta
· 12 years ago
03a6d28
ARC: [Review] Multi-platform image #2: Board callback Infrastructure
by Vineet Gupta
· 12 years ago
8b5850f
ARC: Support for single cycle Close Coupled Mem (CCM)
by Vineet Gupta
· 12 years ago
af61742
ARC: Boot #2: Verbose Boot reporting / feature verification
by Vineet Gupta
· 12 years ago
854a0d9
ARC: DWARF2 .debug_frame based stack unwinder
by Vineet Gupta
· 12 years ago
41195d2
ARC: SMP support
by Vineet Gupta
· 12 years ago
999159a
ARC: [DeviceTree] Basic support
by Vineet Gupta
· 12 years ago
c121c50
ARC: Boot #1: low-level, setup_arch(), /proc/cpuinfo, mem init
by Vineet Gupta
· 12 years ago