Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
50174a7f2c24d13cdeec435ee1ba70b1e0b1318f
/
arch
/
arc
/
kernel
9ef2d8b
arc: SMP: CONFIG_ARC_IPI_DBG cleanup
by Valentin Rothberg
· 9 years ago
d73b73f
ARC: SMP: No need for CONFIG_ARC_IPI_DBG
by Vineet Gupta
· 9 years ago
3dea30c
ARCv2: Elide sending new cross core intr if receiver didn't ack prev
by Vineet Gupta
· 9 years ago
9681787
ARCv2: SMP: Push IPI_IRQ into IPI provider
by Vineet Gupta
· 9 years ago
dbcbc7e
ARC: [intc-compact] Remove IPI setup from ARCompact port
by Vineet Gupta
· 9 years ago
bb143f8
ARCv2: SMP: Emulate IPI to self using software triggered interrupt
by Vineet Gupta
· 9 years ago
a150b08
ARCv2: boot report CCMs (Closely Coupled Memories)
by Vineet Gupta
· 9 years ago
98341f7
ARCv2: boot print Low Latency Memory
by Vineet Gupta
· 9 years ago
0eca6fd
ARC: Assume multiplier is always present
by Vineet Gupta
· 9 years ago
e835a65
Merge tag 'arc-4.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
by Linus Torvalds
· 9 years ago
dec2b28
ARCv2: intc: Allow interruption by lowest priority interrupt
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
d584f0f
ARCv2: clocksource: Rename GRTC -> GFRC ...
by Vineet Gupta
· 9 years ago
cbfe74a
ARCv2: STAR 9000950267: Handle return from intr to Delay Slot #2
by Vineet Gupta
· 9 years ago
0f0836b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching
by Linus Torvalds
· 9 years ago
6b538db
ARC: dw2 unwind: Catch Dwarf SNAFUs early
by Vineet Gupta
· 9 years ago
6d0d506
ARC: dw2 unwind: Don't bail for CIE.version != 1
by Vineet Gupta
· 9 years ago
2d64aff
Revert "ARC: dw2 unwind: Ignore CIE version !=1 gracefully instead of bailing"
by Vineet Gupta
· 9 years ago
575a9d4
ARC: smp: Rename platform hook @init_cpu_smp -> @init_per_cpu
by Vineet Gupta
· 9 years ago
b474a02
ARC: rename smp operation init_irq_cpu() to init_per_cpu()
by Noam Camus
· 9 years ago
323f41f
ARC: dw2 unwind: Ignore CIE version !=1 gracefully instead of bailing
by Vineet Gupta
· 9 years ago
bc79c9a
ARC: dw2 unwind: Reinstante unwinding out of modules
by Vineet Gupta
· 9 years ago
c512c6b
ARC: intc: Document arc_request_percpu_irq() better
by Vineet Gupta
· 9 years ago
c6317bc
ARCv2: perf: Ensure perf intr gets enabled on all cores
by Vineet Gupta
· 9 years ago
5bf704c
ARC: intc: No need to clear IRQ_NOAUTOEN
by Vineet Gupta
· 9 years ago
8eb0984
ARCv2: intc: Fix random perf irq disabling in SMP setup
by Vineet Gupta
· 9 years ago
7523e4d
module: use a structure to encapsulate layout.
by Rusty Russell
· 9 years ago
2e22502
ARC: dw2 unwind: Remove falllback linear search thru FDE entries
by Vineet Gupta
· 9 years ago
e81b75f
ARC: remove SYNC from __switch_to()
by Vineet Gupta
· 9 years ago
512b5b8
ARC: Abstract out ISA specific SLEEP args
by Vineet Gupta
· 9 years ago
541366d
ARC: [arcompact] Handle bus error from userspace as Interrupt not exception
by Vineet Gupta
· 9 years ago
483bcc9
ARC: boot: Non Master cpus only need to call EARLY_CPU_SETUP once
by Vineet Gupta
· 9 years ago
aa0efcd
ARCv2: smp: [plat-*]: No need to explicitly call mcip_init_smp()
by Vineet Gupta
· 9 years ago
286130e
ARC: smp: Introduce smp hook @init_irq_cpu called for all cores
by Vineet Gupta
· 9 years ago
8721a7f
ARC: smp: Rename platform hook @init_smp -> @init_cpu_smp
by Vineet Gupta
· 9 years ago
26b8f99
ARCv2: smp: [plat-*]: No need to explicitly call mcip_init_early_smp()
by Vineet Gupta
· 9 years ago
e55af4d
ARC: smp: Introduce smp hook @init_early_smp for Master core
by Vineet Gupta
· 9 years ago
4c82f28
ARC: remove @init_time, @init_irq platform callbacks
by Vineet Gupta
· 9 years ago
e0868e6
ARC: smp: irqchip: handle IPI as percpu irq like timer
by Vineet Gupta
· 9 years ago
3971cdc
ARC: boot: Support Halt-on-reset and Run-on-reset SMP booting modes
by Vineet Gupta
· 9 years ago
f33e9c4
ARC: smp: Move default boot kick/wait code out of MCIP into common code
by Vineet Gupta
· 9 years ago
964cf28
ARC: boot log: move helper macros to header for reuse
by Vineet Gupta
· 9 years ago
9fabcc6
ARC: [arcompact] entry.S: Elide extra check/branch in exception ret path
by Vineet Gupta
· 9 years ago
5f88808
ARC: [arcompact] entry.S: Document preemption games for L2 intr
by Vineet Gupta
· 9 years ago
9dbd3d9
ARC: [arcompact] don't check for hard isr calling local_irq_enable()
by Vineet Gupta
· 9 years ago
bd0b9ac
genirq: Remove irq argument from irq flow handlers
by Thomas Gleixner
· 9 years ago
17e6b00
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
3d59265
ARCv2: entry: Fix reserved handler
by Vineet Gupta
· 9 years ago
9b28829
ARCv2: perf: Finally introduce HS perf unit
by Vineet Gupta
· 10 years ago
e525c37
ARCv2: perf: SMP support
by Alexey Brodkin
· 9 years ago
e6b1d12
ARCv2: perf: implement exclusion of event counting in user or kernel mode
by Alexey Brodkin
· 9 years ago
36481cf
ARCv2: perf: Support sampling events using overflow interrupts
by Alexey Brodkin
· 9 years ago
1fe8bfa
ARCv2: perf: implement "event_set_period"
by Alexey Brodkin
· 9 years ago
fb7c572
ARC: perf: cap the number of counters to hardware max of 32
by Vineet Gupta
· 9 years ago
0907495
ARC: add/fix some comments in code - no functional change
by Vineet Gupta
· 9 years ago
6de6066
ARC: change some branchs to jumps to resolve linkage errors
by Yuriy Kolerov
· 9 years ago
e78fdfe
ARCv2: spinlock/rwlock/atomics: Delayed retry of failed SCOND with exponential backoff
by Vineet Gupta
· 10 years ago
e13c42e
ARCv2: Fix the peripheral address space detection
by Vineet Gupta
· 9 years ago
badae6b
arc/irq: Prepare idu_cascade_isr for irq argument removal
by Thomas Gleixner
· 9 years ago
aeec6cd
ARC/time: Migrate to new 'set-state' interface
by Viresh Kumar
· 10 years ago
624b71e
ARCv2: support HS38 releases
by Vineet Gupta
· 10 years ago
b631788
ARC: slightly refactor macros for boot logging
by Vineet Gupta
· 10 years ago
70d93d8
arc:irqchip: prepare for drivers/irqchip/irqchip.h removal
by Joël Porquet
· 10 years ago
6b12ec1
ARCv2: intc: IDU: Fix potential race in installing a chained IRQ handler
by Vineet Gupta
· 10 years ago
83ce3e6
ARCv2: intc: IDU: support irq affinity
by Vineet Gupta
· 10 years ago
bccea41
ARC: fix unused var wanring
by Vineet Gupta
· 10 years ago
1dc51b8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
40b8ad8
ARC: Fix build failures for ARCompact in linux-next after ARCv2 support
by Vineet Gupta
· 10 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
9bf39ab
vfs: add file_path() helper
by Miklos Szeredi
· 10 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
· 10 years ago
aa93e8e
ARCv2: clocksource: Introduce 64bit local RTC counter
by Vineet Gupta
· 11 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
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
8d0d56b
ARC: [axs101] support early 8250 uart
by Vineet Gupta
· 10 years ago
def32fa
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
Next »