index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arc
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARC: [cmdline] support External Device Trees from u-boot
Vineet Gupta
2014-01-16
1
-3
/
+12
*
ARC: [cmdline] uboot cmdline handling rework
Vineet Gupta
2014-01-16
2
-31
/
+34
*
ARC: [SMP] optimize IPI send and receive
Vineet Gupta
2013-12-23
1
-28
/
+40
*
ARC: [SMP] simplify IPI code
Vineet Gupta
2013-12-23
1
-28
/
+28
*
ARC: [SMP] cpu halt interface doesn't need "self" cpu-id
Vineet Gupta
2013-12-23
1
-5
/
+4
*
ARC: [SMP] IPI ACK interface doesn't need "self" cpu-id
Vineet Gupta
2013-12-23
1
-1
/
+1
*
ARC: [SMP] cpumask not needed in IPI send path
Vineet Gupta
2013-12-23
1
-9
/
+14
*
ARC: [perf] Fix a few thinkos
Vineet Gupta
2013-11-28
1
-2
/
+2
*
Merge tag 'arc-v3.13-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2013-11-19
2
-0
/
+327
|
\
|
*
ARC: perf: ARC 700 PMU doesn't support sampling events
Mischa Jonker
2013-11-15
1
-0
/
+4
|
*
ARC: Add perf support for ARC700 cores
Mischa Jonker
2013-11-12
2
-0
/
+323
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2013-11-15
1
-1
/
+1
|
\
\
|
*
|
doc: typo on word accounting in kprobes.c in mutliple architectures
Anoop Thomas Mathew
2013-10-14
1
-1
/
+1
*
|
|
Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2013-11-12
2
-81
/
+22
|
\
\
\
|
*
\
\
Merge remote-tracking branch 'grant/devicetree/next' into for-next
Rob Herring
2013-11-07
4
-18
/
+22
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
arc: remove unnecessary prom.h includes
Rob Herring
2013-10-09
2
-2
/
+0
|
*
|
|
arc: use common of_flat_dt_match_machine
Rob Herring
2013-10-09
2
-49
/
+20
|
*
|
|
arc: use early_init_dt_scan
Rob Herring
2013-10-09
1
-13
/
+1
|
*
|
|
arc: use unflatten_and_copy_device_tree
Rob Herring
2013-10-09
2
-17
/
+1
*
|
|
|
smp, ARC: kill SMP single function call interrupt
Jiang Liu
2013-11-07
1
-6
/
+1
*
|
|
|
ARC: [SMP] Disallow RTSC
Vineet Gupta
2013-11-07
1
-3
/
+4
*
|
|
|
ARC: [SMP] Fix build failures for large NR_CPUS
Vineet Gupta
2013-11-06
2
-3
/
+21
*
|
|
|
ARC: [SMP] TLB flush
Vineet Gupta
2013-11-06
1
-0
/
+1
*
|
|
|
arc: export symbol for pm_power_off in reset.c
Chen Gang
2013-11-06
1
-0
/
+1
*
|
|
|
arc: export symbol for save_stack_trace() in stacktrace.c
Chen Gang
2013-11-06
1
-0
/
+1
*
|
|
|
arc: remove '__init' for get_hw_config_num_irq()
Chen Gang
2013-11-06
1
-1
/
+1
*
|
|
|
arc: remove '__init' for first_lines_of_secondary()
Chen Gang
2013-11-06
1
-1
/
+1
*
|
|
|
arc: kgdb: add default implementation for kgdb_roundup_cpus()
Chen Gang
2013-11-06
1
-0
/
+12
*
|
|
|
ARC: Add support for irqflags tracing and lockdep
Vineet Gupta
2013-11-06
2
-1
/
+14
*
|
|
|
ARC: Reset the value of Interrupt Priority Register
Vineet Gupta
2013-11-06
1
-3
/
+7
*
|
|
|
ARC: Reduce #ifdef'ery for unaligned access emulation
Vineet Gupta
2013-11-06
2
-6
/
+1
*
|
|
|
ARC: Change calling convention of do_page_fault()
Vineet Gupta
2013-11-06
1
-5
/
+4
*
|
|
|
ARC: use __weak instead of __attribute__((weak))
Vineet Gupta
2013-11-06
2
-2
/
+2
*
|
|
|
ARC: Annotate some functions as static
Vineet Gupta
2013-11-06
1
-6
/
+5
*
|
|
|
arc: Replace __get_cpu_var uses
Christoph Lameter
2013-11-06
2
-4
/
+4
|
|
/
/
|
/
|
|
*
|
|
ARC: Ignore ptrace SETREGSET request for synthetic register "stop_pc"
Vineet Gupta
2013-10-12
1
-1
/
+1
*
|
|
ARC: Fix signal frame management for SA_SIGINFO
Christian Ruppert
2013-10-03
1
-12
/
+13
*
|
|
ARC: Use clockevents_config_and_register over clockevents_register_device
Uwe Kleine-König
2013-09-27
1
-5
/
+2
*
|
|
ARC: Handle zero-overhead-loop in unaligned access handler
Mischa Jonker
2013-09-27
1
-0
/
+6
|
/
/
*
|
ARC: SMP failed to boot due to missing IVT setup
Noam Camus
2013-09-12
3
-4
/
+5
*
|
Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux
Linus Torvalds
2013-09-10
1
-6
/
+0
|
\
\
|
*
|
of: consolidate definition of early_init_dt_alloc_memory_arch()
Grant Likely
2013-08-28
1
-6
/
+0
|
|
/
*
|
ARC: remove console_verbose() from setup_arch()
Mischa Jonker
2013-09-05
1
-2
/
+0
*
|
ARC: Handle un-aligned user space access in BE.
Noam Camus
2013-09-05
1
-7
/
+19
*
|
ARC: Entry Handler tweaks: Optimize away redundant IRQ_DISABLE_SAVE
Vineet Gupta
2013-08-26
1
-5
/
+5
*
|
ARC: Exception Handlers Code consolidation
Vineet Gupta
2013-08-26
1
-43
/
+13
*
|
ARC: Add some .gitignore entries
Vineet Gupta
2013-08-26
1
-0
/
+1
|
/
*
Merge tag 'arc-v3.11-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2013-07-03
18
-168
/
+158
|
\
|
*
ARC: warn on improper stack unwind FDE entries
Vineet Gupta
2013-06-27
1
-0
/
+2
|
*
arc: delete __cpuinit usage from all arc files
Paul Gortmaker
2013-06-27
4
-11
/
+11
[next]