Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
0c986253b939cc14c69d4adbe2b4121bdf4aa220
/
arch
/
arc
/
kernel
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
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
· 10 years ago
b27f739
ARC: fix section mismatch with allyesconfig
by Vineet Gupta
· 10 years ago
036b2c5
ARC: explicit'ify uboot support
by Vineet Gupta
· 10 years ago
5b9bd17
ARC: clocksource cleanups
by Vineet Gupta
· 10 years ago
565a9b4
ARC: RIP broken 64bit RTSC
by Vineet Gupta
· 10 years ago
c76397e
Merge tag 'arc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
by Linus Torvalds
· 10 years ago
d8f6ad8
ARC: perf: don't add code for impossible case
by Vineet Gupta
· 10 years ago
30fdd37
ARC: perf: Rename DT binding to not confuse with power mgmt
by Vineet Gupta
· 10 years ago
22f6b89
ARC: perf: add user space attribution in callchains
by Vineet Gupta
· 12 years ago
389e316
ARC: perf: Add kernel callchain support
by Vineet Gupta
· 11 years ago
bde80c2
ARC: perf: Add some comments/debug stuff
by Vineet Gupta
· 10 years ago
03c94fc
ARC: perf: make @arc_pmu static global
by Vineet Gupta
· 10 years ago
be2a7fc
arc: do not export symbols in troubleshoot.c
by Davidlohr Bueso
· 10 years ago
fa2e5c0
Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc
by Linus Torvalds
· 10 years ago
ca2ec32
Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
d0bbe0d
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 10 years ago
a44ec8bd
ARC: Fix RTT boot printing
by Vineet Gupta
· 10 years ago
0dfb8ec
ARC: rename unhandled exception handler
by Vineet Gupta
· 10 years ago
e6de3ca
arc: Remove signal translation and exec_domain
by Richard Weinberger
· 10 years ago
a555ad4
whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread()
by Al Viro
· 10 years ago
18e1d1b
arc: copy_thread(): rename 'arg' argument to 'kthread_arg'
by Alex Dowad
· 10 years ago
e414081
ARC: signal handling robustify
by Vineet Gupta
· 10 years ago
6914e1e3
ARC: SA_SIGINFO ucontext regs off-by-one
by Vineet Gupta
· 10 years ago
d939be3
treewide: Fix typo in printk messages
by Masanari Iida
· 10 years ago
3240dd5
ARC: Fix thread_saved_pc()
by Vineet Gupta
· 10 years ago
13648b0
ARC: Fix KSTK_ESP()
by Vineet Gupta
· 10 years ago
ceed97a
ARC: perf: Enable generic software events
by Vineet Gupta
· 10 years ago
3a51d50
ARC: Make arc_unwind_core accessible externally
by Vineet Gupta
· 12 years ago
a68fb48
Merge tag 'arc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
by Linus Torvalds
· 10 years ago
f56141e
all arches, signal: move restart_block to struct task_struct
by Andy Lutomirski
· 10 years ago
091f56b
ARC: Fix earlycon build breakage
by Peter Hurley
· 10 years ago
ffb7fcd
ARC: Dynamically determine BASE_BAUD from DeviceTree
by Vineet Gupta
· 10 years ago
7082a29
ARC: use ACCESS_ONCE in cmpxchg loop
by Vineet Gupta
· 10 years ago
98edfab
ARC: add some more comments to ret_from_fork
by Vineet Gupta
· 10 years ago
4c86231
ARC: fix /proc/cpuinfo for offline cpus
by Vineet Gupta
· 10 years ago
9fb92eb
ARC: R-M-W assist locks only needed for !LLSC
by Vineet Gupta
· 10 years ago
816fb41
Merge tag 'remove-weak-declarations' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 10 years ago
4fbf81c
ARC: kgdb: generic kgdb_arch_pc() suffices
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
1736a56
ARC: rename kconfig option for unaligned emulation
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
63b12bd
Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc
by Linus Torvalds
· 10 years ago
e853ccf
Merge tag 'arc-v3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
by Linus Torvalds
· 10 years ago
5290dd7
arc: Use sigsp()
by Richard Weinberger
· 11 years ago
Next »