index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
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: boot: consolidate cross-checking of h/w and s/w
Vineet Gupta
2014-10-13
1
-29
/
+15
*
ARC: RIP @running_on_hw
Vineet Gupta
2014-10-13
2
-12
/
+0
*
ARC: rename kconfig option for unaligned emulation
Vineet Gupta
2014-10-13
2
-3
/
+3
*
ARC: [plat*] move code out of .init_machine into common
Vineet Gupta
2014-10-13
1
-1
/
+9
*
ARC: Allow SMP kernel to build/boot on UP-only infrastructure
Vineet Gupta
2014-09-27
2
-13
/
+2
*
Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2014-08-09
1
-30
/
+17
|
\
|
*
arc: Use sigsp()
Richard Weinberger
2014-08-06
1
-7
/
+3
|
*
arc: Use get_signal() signal_setup_done()
Richard Weinberger
2014-08-06
1
-24
/
+15
*
|
Merge tag 'arc-v3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...
Linus Torvalds
2014-08-09
3
-49
/
+55
|
\
\
|
*
|
ARC: [intc] mask/unmask can be hidden again
Vineet Gupta
2014-07-23
1
-6
/
+14
|
*
|
ARC: [intc] don't mask all IRQ by default
Vineet Gupta
2014-07-23
1
-6
/
+1
|
*
|
ARC: prune extra header includes from smp.c
Vineet Gupta
2014-07-23
1
-8
/
+0
|
*
|
ARC: update some comments
Vineet Gupta
2014-07-23
1
-3
/
+7
|
*
|
ARC: [SMP] unify cpu private IRQ requests (TIMER/IPI)
Vineet Gupta
2014-07-23
3
-26
/
+33
|
|
/
*
|
Merge tag 'v3.16-rc7' into perf/core, to merge in the latest fixes before app...
Ingo Molnar
2014-07-28
6
-8
/
+24
|
\
\
|
|
/
|
*
ARC: [SMP] Fix IPI IRQ registration
Noam Camus
2014-06-26
1
-2
/
+13
|
*
ARC: Implement ptrace(PTRACE_GET_THREAD_AREA)
Anton Kolesov
2014-06-26
1
-0
/
+4
|
*
ARC: optimize kernel bss clearing in early boot code
Vineet Gupta
2014-06-26
2
-4
/
+5
|
*
ARC: Fix build breakage for !CONFIG_ARC_DW2_UNWIND
Vineet Gupta
2014-06-26
1
-1
/
+1
|
*
ARC: fix build warning in devtree
Vineet Gupta
2014-06-23
1
-1
/
+1
*
|
arc, perf: Use common PMU interrupt disabled code
Vince Weaver
2014-06-18
1
-4
/
+3
|
/
*
Merge tag 'arc-v3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...
Linus Torvalds
2014-06-09
6
-33
/
+71
|
\
|
*
ARC: Disable caches in early boot if so configured
Vineet Gupta
2014-06-03
1
-3
/
+35
|
*
ARC: arc_local_timer_setup() need not pass own cpu id
Vineet Gupta
2014-06-03
2
-6
/
+7
|
*
ARC: Fixed spelling errors within comments
Terence Eden
2014-05-05
1
-6
/
+6
|
*
ARC: make start_thread() out-of-line
Vineet Gupta
2014-05-05
1
-0
/
+23
|
*
ARC: [SMP] ISS SMP extension bitrot
Vineet Gupta
2014-05-05
1
-18
/
+0
*
|
arc: call find_vma with the mmap_sem held
Davidlohr Bueso
2014-06-04
1
-4
/
+6
*
|
Merge branch 'dt-bus-name' into for-next
Rob Herring
2014-05-13
1
-3
/
+5
|
\
\
|
|
/
|
*
ARC: !PREEMPT: Ensure Return to kernel mode is IRQ safe
Vineet Gupta
2014-04-30
1
-3
/
+5
*
|
of/fdt: update of_get_flat_dt_prop in prep for libfdt
Rob Herring
2014-04-30
1
-1
/
+1
|
/
*
ARC: [SMP] General Fixes
Vineet Gupta
2014-04-05
1
-3
/
+4
*
ARC: [clockevent] simplify timer ISR
Vineet Gupta
2014-03-26
1
-19
/
+15
*
ARC: [clockevent] can't be SoC specific
Vineet Gupta
2014-03-26
1
-2
/
+1
*
ARC: switch to generic ENTRY/END assembler annotations
Vineet Gupta
2014-03-26
2
-27
/
+27
*
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
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
[next]