Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
556cc1c5f528dcc87733920de17d61b6ebe8999d
/
arch
/
arc
/
kernel
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
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
a44ec8b
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
6914e1e
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
f6dd2a3
arc: Use get_signal() signal_setup_done()
by Richard Weinberger
· 11 years ago
5030c69
Merge tag 'v3.16-rc7' into perf/core, to merge in the latest fixes before applying new changes
by Ingo Molnar
· 10 years ago
590892d
ARC: [intc] mask/unmask can be hidden again
by Vineet Gupta
· 11 years ago
878f46c
ARC: [intc] don't mask all IRQ by default
by Vineet Gupta
· 11 years ago
c16e3e2
ARC: prune extra header includes from smp.c
by Vineet Gupta
· 11 years ago
c9a98e18
ARC: update some comments
by Vineet Gupta
· 11 years ago
2b75c0f
ARC: [SMP] unify cpu private IRQ requests (TIMER/IPI)
by Vineet Gupta
· 11 years ago
7e51221
ARC: [SMP] Fix IPI IRQ registration
by Noam Camus
· 12 years ago
a4b6cb7
ARC: Implement ptrace(PTRACE_GET_THREAD_AREA)
by Anton Kolesov
· 11 years ago
bef444a
ARC: optimize kernel bss clearing in early boot code
by Vineet Gupta
· 11 years ago
ba25915
ARC: Fix build breakage for !CONFIG_ARC_DW2_UNWIND
by Vineet Gupta
· 11 years ago
760ecbc
ARC: fix build warning in devtree
by Vineet Gupta
· 11 years ago
2cc9e58
arc, perf: Use common PMU interrupt disabled code
by Vince Weaver
· 11 years ago
9b651cc
Merge tag 'arc-v3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
by Linus Torvalds
· 11 years ago
5040573
arc: call find_vma with the mmap_sem held
by Davidlohr Bueso
· 11 years ago
ef680cd
ARC: Disable caches in early boot if so configured
by Vineet Gupta
· 11 years ago
2d4899f
ARC: arc_local_timer_setup() need not pass own cpu id
by Vineet Gupta
· 11 years ago
eafd370
Merge branch 'dt-bus-name' into for-next
by Rob Herring
· 11 years ago
f63f98e
ARC: Fixed spelling errors within comments
by Terence Eden
· 11 years ago
2ab402d
ARC: make start_thread() out-of-line
by Vineet Gupta
· 11 years ago
9a091d9
ARC: [SMP] ISS SMP extension bitrot
by Vineet Gupta
· 11 years ago
8aa9e85
ARC: !PREEMPT: Ensure Return to kernel mode is IRQ safe
by Vineet Gupta
· 11 years ago
9d0c4df
of/fdt: update of_get_flat_dt_prop in prep for libfdt
by Rob Herring
· 11 years ago
c3441ed
ARC: [SMP] General Fixes
by Vineet Gupta
· 11 years ago
f8b34c3
ARC: [clockevent] simplify timer ISR
by Vineet Gupta
· 11 years ago
35571f4
ARC: [clockevent] can't be SoC specific
by Vineet Gupta
· 11 years ago
ec7ac6a
ARC: switch to generic ENTRY/END assembler annotations
by Vineet Gupta
· 11 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
d8e8c7d
ARC: [SMP] optimize IPI send and receive
by Vineet Gupta
· 11 years ago
f2a4aa5
ARC: [SMP] simplify IPI code
by Vineet Gupta
· 11 years ago
53dc110
ARC: [SMP] cpu halt interface doesn't need "self" cpu-id
by Vineet Gupta
· 11 years ago
ccdaa6e
ARC: [SMP] IPI ACK interface doesn't need "self" cpu-id
by Vineet Gupta
· 11 years ago
ddf8443
ARC: [SMP] cpumask not needed in IPI send path
by Vineet Gupta
· 11 years ago
da990a4
ARC: [perf] Fix a few thinkos
by Vineet Gupta
· 11 years ago
dec8e46
Merge tag 'arc-v3.13-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
by Linus Torvalds
· 11 years ago
9073e1a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 11 years ago
230c4aa
ARC: perf: ARC 700 PMU doesn't support sampling events
by Mischa Jonker
· 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
0dd450f
ARC: Add perf support for ARC700 cores
by Mischa Jonker
· 11 years ago
b548095
Merge remote-tracking branch 'grant/devicetree/next' into for-next
by Rob Herring
· 11 years ago
06b93c3
smp, ARC: kill SMP single function call interrupt
by Jiang Liu
· 11 years ago
7d0857a
ARC: [SMP] Disallow RTSC
by Vineet Gupta
· 11 years ago
57e26e5
ARC: [SMP] Fix build failures for large NR_CPUS
by Vineet Gupta
· 11 years ago
5ea72a9
ARC: [SMP] TLB flush
by Vineet Gupta
· 11 years ago
b6fe8e7
arc: export symbol for pm_power_off in reset.c
by Chen Gang
· 11 years ago
8f146d0
arc: export symbol for save_stack_trace() in stacktrace.c
by Chen Gang
· 11 years ago
4782f7f
arc: remove '__init' for get_hw_config_num_irq()
by Chen Gang
· 11 years ago
8f5d221
arc: remove '__init' for first_lines_of_secondary()
by Chen Gang
· 11 years ago
3d01c1c
arc: kgdb: add default implementation for kgdb_roundup_cpus()
by Chen Gang
· 11 years ago
0dafafc
ARC: Add support for irqflags tracing and lockdep
by Vineet Gupta
· 11 years ago
Next »