Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5fb4e288a025af1abc5c67ecebf30fbf6b3edad1
/
arch
/
arc
1097163
ARCv2: spinlock/rwlock/atomics: reduce 1 instruction in exponential backoff
by Vineet Gupta
· 9 years ago
87ce628
ARC: Make pt_regs regs unsigned
by Vineet Gupta
· 9 years ago
b89aa12
ARCv2: spinlock/rwlock: Reset retry delay when starting a new spin-wait cycle
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
69cbe63
ARC: LLOCK/SCOND based rwlock
by Vineet Gupta
· 9 years ago
ae7eae9
ARC: LLOCK/SCOND based spin_lock
by Vineet Gupta
· 9 years ago
8ac0665
ARC: refactor atomic inline asm operands with symbolic names
by Vineet Gupta
· 9 years ago
f5959cb
Revert "ARCv2: STAR 9000837815 workaround hardware exclusive transactions livelock"
by Vineet Gupta
· 9 years ago
6de7abf
ARCv2: [axs103_smp] Reduce clk for Quad FPGA configs
by Vineet Gupta
· 9 years ago
e13c42e
ARCv2: Fix the peripheral address space detection
by Vineet Gupta
· 9 years ago
450ed0d
ARCv2: allow selection of page size for MMUv4
by Alexey Brodkin
· 9 years ago
262137b
ARCv2: lib: memset: Don't assume 64-bit load/stores
by Vineet Gupta
· 9 years ago
21481f2
ARCv2: lib: memcpy: Missing PREFETCHW
by Vineet Gupta
· 9 years ago
d05a76a
ARCv2: add knob for DIV_REV in Kconfig
by Alexey Brodkin
· 9 years ago
aeec6cd
ARC/time: Migrate to new 'set-state' interface
by Viresh Kumar
· 9 years ago
f2abeef
mm: clean up per architecture MM hook header files
by Laurent Dufour
· 9 years ago
624b71e
ARCv2: support HS38 releases
by Vineet Gupta
· 9 years ago
f51e2f1
ARC: make sure instruction_pointer() returns unsigned value
by Alexey Brodkin
· 9 years ago
b631788
ARC: slightly refactor macros for boot logging
by Vineet Gupta
· 9 years ago
9138d41
ARC: Add llock/scond to futex backend
by Vineet Gupta
· 9 years ago
70d93d8
arc:irqchip: prepare for drivers/irqchip/irqchip.h removal
by Joël Porquet
· 9 years ago
80f4208
ARC: Make ARC bitops "safer" (add anti-optimization)
by Vineet Gupta
· 9 years ago
e2fc61f
ARCv2: [axs103] bump CPU frequency from 75 to 90 MHZ
by Alexey Brodkin
· 9 years ago
6b12ec1
ARCv2: intc: IDU: Fix potential race in installing a chained IRQ handler
by Vineet Gupta
· 9 years ago
83ce3e6
ARCv2: intc: IDU: support irq affinity
by Vineet Gupta
· 9 years ago
bccea41
ARC: fix unused var wanring
by Vineet Gupta
· 9 years ago
f718c2e
ARC: Don't memzero twice in dma_alloc_coherent for __GFP_ZERO
by Vineet Gupta
· 9 years ago
9770906
ARC: Override toplevel default -O2 with -O3
by Vineet Gupta
· 9 years ago
b607edd
ARCv2: guard SLC DMA ops with spinlock
by Alexey Brodkin
· 9 years ago
14a0abf
ARC: Kconfig: better way to disable ARC_HAS_LLSC for ARC_CPU_750D
by Vineet Gupta
· 9 years ago
1dc51b8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
2d01eed
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
0890a26
Merge tag 'arc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
by Linus Torvalds
· 9 years ago
92ed932
arc: use for_each_sg()
by Akinobu Mita
· 9 years ago
40b8ad8
ARC: Fix build failures for ARCompact in linux-next after ARCv2 support
by Vineet Gupta
· 9 years ago
d1c6c2f
ARCv2: Allow older gcc to cope with new regime of ARCv2/ARCompact support
by Vineet Gupta
· 9 years ago
ad90fb9
Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
2ae416b
mm: new mm hook framework
by Laurent Dufour
· 9 years ago
2924cd1
ARCv2: [vdk] dts files and defconfig for HS38 VDK
by Ruud Derwig
· 10 years ago
5fa2daa
ARCv2: [axs103] Support ARC SDP FPGA platform for HS38x cores
by Vineet Gupta
· 10 years ago
e0183f5
ARC: [axs101] Prepare for AXS103
by Alexey Brodkin
· 10 years ago
a12ebe1
ARCv2: [nsim*hs*] Support simulation platforms for HS38x cores
by Vineet Gupta
· 10 years ago
65bfbcd
ARCv2: All bits in place, allow ARCv2 builds
by Vineet Gupta
· 10 years ago
795f455
ARCv2: SLC: Handle explcit flush for DMA ops (w/o IO-coherency)
by Vineet Gupta
· 10 years ago
a5c8b52
ARCv2: STAR 9000837815 workaround hardware exclusive transactions livelock
by Vineet Gupta
· 10 years ago
04e2eee
ARC: Reduce bitops lines of code using macros
by Vineet Gupta
· 10 years ago
b8a0330
ARCv2: barriers
by Vineet Gupta
· 10 years ago
2576c28
ARC: add smp barriers around atomics per Documentation/atomic_ops.txt
by Vineet Gupta
· 10 years ago
d57f727
ARC: add compiler barrier to LLSC based cmpxchg
by Vineet Gupta
· 10 years ago
9bf39ab
vfs: add file_path() helper
by Miklos Szeredi
· 9 years ago
d70b3ef
Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
eaf0ecc
ARCv2: SMP: intc: IDU 2nd level intc for dynamic IRQ distribution
by Vineet Gupta
· 10 years ago
72d7288
ARCv2: SMP: clocksource: Enable Global Real Time counter
by Vineet Gupta
· 10 years ago
aa6083e
ARCv2: SMP: ARConnect debug/robustness
by Vineet Gupta
· 10 years ago
82fea5a
ARCv2: SMP: Support ARConnect (MCIP) for Inter-Core-Interrupts et al
by Vineet Gupta
· 10 years ago
173eaaf
ARC: make plat_smp_ops weak to allow over-rides
by Vineet Gupta
· 9 years ago
aa93e8e
ARCv2: clocksource: Introduce 64bit local RTC counter
by Vineet Gupta
· 11 years ago
8922bc3
ARCv2: Adhere to Zero Delay loop restriction
by Vineet Gupta
· 11 years ago
1f7e3dc
ARCv2: optimised string/mem lib routines
by Claudiu Zissulescu
· 10 years ago
bcc4d65
ARCv2: MMUv4: support aliasing icache config
by Vineet Gupta
· 9 years ago
d1f317d
ARCv2: MMUv4: cache programming model changes
by Vineet Gupta
· 10 years ago
d7a512b
ARCv2: MMUv4: TLB programming Model changes
by Vineet Gupta
· 10 years ago
4de0e52
ARCv2: STAR 9000814690: Really Re-enable interrupts to avoid deadlocks
by Vineet Gupta
· 10 years ago
0d7b885
ARCv2: STAR 9000808988: signals involving Delay Slot
by Vineet Gupta
· 10 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
820970a
ARCv2: [intc] HS38 core interrupt controller
by Vineet Gupta
· 10 years ago
10d11e5
ARC: uncached base is hard constant for ARC, don't save it
by Vineet Gupta
· 10 years ago
5793e27
ARC: intc: split into ARCompact ISA specific, common bits
by Vineet Gupta
· 10 years ago
6ffb9c8
ARC: Make way for pt_regs != user_regs_struct
by Vineet Gupta
· 11 years ago
5a343b9
ARC: entry.S: [arcompact] simplify SWITCH_TO_KERNEL_STK
by Vineet Gupta
· 10 years ago
c80417b
ARC: entry.S: use single EXCEPTION_PROLOGUE
by Vineet Gupta
· 10 years ago
62fb640
ARC: entry.S: micro-optimize Trap handler
by Vineet Gupta
· 10 years ago
c7e6d79
ARC: entry.S: move some code around for cache locality in return path
by Vineet Gupta
· 10 years ago
6d1a20b
ARC: entry.S: split into ARCompact ISA specific, common bits
by Vineet Gupta
· 10 years ago
c10d696
ARC: entry.S: Ensure that restore_regs is local to compilation unit
by Vineet Gupta
· 10 years ago
4bf4564
ARC: entry.S: comments cleanup
by Vineet Gupta
· 10 years ago
a8717d2
ARC: entry.S: Trap handler to use r10 for syscall vs. brkpt decision
by Vineet Gupta
· 10 years ago
9b8c7d1
ARC: entry.S: FAKE_RET_FROM_EXCPN can always use r9
by Vineet Gupta
· 10 years ago
a615b47
ARC: entry.S: confine EXCEPTION_* macros to one file
by Vineet Gupta
· 10 years ago
f033737
ARC: entry.S: canonical'ize EXCEPTION_{PROLOGUE,EPILOGUE}
by Vineet Gupta
· 10 years ago
09f3b37
ARC: entry.S: Introduce INTERRUPT_{PROLOGUE,EPILOGUE}
by Vineet Gupta
· 10 years ago
fbfa26a
ARC: entry.S: common'ize scrtach reg freeup in intr + exceptions
by Vineet Gupta
· 10 years ago
11e1489
ARC: untangle cache flush loop
by Vineet Gupta
· 10 years ago
6c31068
ARC: cacheflush: No need to retain DC_CTRL from __before_dc_op()
by Vineet Gupta
· 9 years ago
8ea2ddf
ARC: cacheflush: move some code around, delete old comments
by Vineet Gupta
· 9 years ago
8362c38
ARC: mm/cache_arc700.c -> mm/cache.c
by Vineet Gupta
· 10 years ago
db7e985
ARC: [axs101] Add missing __init annotations
by Vineet Gupta
· 9 years ago
7cacc5b
ARC: [axs101] STAR 9000799830: Fix SD cards support
by Alexey Brodkin
· 10 years ago
749aa0e
ARC: [axs101] Tweak DDR port aperture mappings for performance
by Vineet Gupta
· 10 years ago
8d0d56b
ARC: [axs101] support early 8250 uart
by Vineet Gupta
· 10 years ago
556cc1c
ARC: [axs101] Add support for AXS101 SDP (software development platform)
by Alexey Brodkin
· 11 years ago
4db27dc
ARC: mm: document system mem map clearly
by Vineet Gupta
· 10 years ago
def32fad
ARC: stack unwinder to bail if PC is not kernel mode
by Vineet Gupta
· 10 years ago
082ae1e
ARC: perf: Remove unnecessary local variable
by Tobias Klauser
· 10 years ago
7002f77
arc: fix use of uninitialized arc_pmu
by Max Filippov
· 9 years ago
b27f739
ARC: fix section mismatch with allyesconfig
by Vineet Gupta
· 9 years ago
036b2c5
ARC: explicit'ify uboot support
by Vineet Gupta
· 10 years ago
fd15579
ARC: [plat_arcfpga]->[plat_sim]
by Vineet Gupta
· 10 years ago
6623146
ARC: [arcfpga] RIP legacy ISS based SMP extension
by Vineet Gupta
· 10 years ago
Next »