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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2015-09-03
1
-2
/
+6
|
\
|
*
atomic: Collapse all atomic_{set,clear}_mask definitions
Peter Zijlstra
2015-07-27
1
-10
/
+0
|
*
atomic: Provide atomic_{or,xor,and}
Peter Zijlstra
2015-07-27
1
-1
/
+0
|
*
arc: Provide atomic_{or,xor,and}
Peter Zijlstra
2015-07-27
1
-2
/
+17
*
|
ARCv2: perf: Finally introduce HS perf unit
Vineet Gupta
2015-08-27
1
-1
/
+4
*
|
ARCv2: perf: implement exclusion of event counting in user or kernel mode
Alexey Brodkin
2015-08-27
1
-0
/
+3
*
|
ARCv2: perf: Support sampling events using overflow interrupts
Alexey Brodkin
2015-08-27
1
-2
/
+6
*
|
ARC: perf: cap the number of counters to hardware max of 32
Vineet Gupta
2015-08-27
1
-2
/
+3
*
|
ARC: add/fix some comments in code - no functional change
Vineet Gupta
2015-08-20
2
-12
/
+12
*
|
ARC: change some branchs to jumps to resolve linkage errors
Yuriy Kolerov
2015-08-20
1
-3
/
+3
*
|
ARC: ensure futex ops are atomic in !LLSC config
Vineet Gupta
2015-08-20
1
-0
/
+12
*
|
ARC: make futex_atomic_cmpxchg_inatomic() return bimodal
Vineet Gupta
2015-08-20
1
-9
/
+11
*
|
ARC: futex cosmetics
Vineet Gupta
2015-08-20
1
-8
/
+9
*
|
ARC: add barriers to futex code
Vineet Gupta
2015-08-20
1
-11
/
+10
*
|
ARCv2: Support IO Coherency and permutations involving L1 and L2 caches
Alexey Brodkin
2015-08-20
2
-0
/
+9
*
|
ARCv2: spinlock/rwlock/atomics: reduce 1 instruction in exponential backoff
Vineet Gupta
2015-08-07
2
-4
/
+2
*
|
ARC: Make pt_regs regs unsigned
Vineet Gupta
2015-08-05
2
-37
/
+37
*
|
ARCv2: spinlock/rwlock: Reset retry delay when starting a new spin-wait cycle
Vineet Gupta
2015-08-04
1
-3
/
+3
*
|
ARCv2: spinlock/rwlock/atomics: Delayed retry of failed SCOND with exponentia...
Vineet Gupta
2015-08-04
2
-4
/
+338
*
|
ARC: LLOCK/SCOND based rwlock
Vineet Gupta
2015-08-04
2
-10
/
+166
*
|
ARC: LLOCK/SCOND based spin_lock
Vineet Gupta
2015-08-04
1
-7
/
+69
*
|
ARC: refactor atomic inline asm operands with symbolic names
Vineet Gupta
2015-08-04
1
-15
/
+17
*
|
Revert "ARCv2: STAR 9000837815 workaround hardware exclusive transactions liv...
Vineet Gupta
2015-08-04
1
-12
/
+2
*
|
ARCv2: Fix the peripheral address space detection
Vineet Gupta
2015-08-03
1
-4
/
+3
|
/
*
mm: clean up per architecture MM hook header files
Laurent Dufour
2015-07-17
2
-15
/
+1
*
ARC: make sure instruction_pointer() returns unsigned value
Alexey Brodkin
2015-07-13
1
-1
/
+1
*
ARC: Add llock/scond to futex backend
Vineet Gupta
2015-07-09
1
-6
/
+42
*
ARC: Make ARC bitops "safer" (add anti-optimization)
Vineet Gupta
2015-07-09
1
-26
/
+9
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2015-07-01
1
-5
/
+7
|
\
|
*
arc: use for_each_sg()
Akinobu Mita
2015-06-30
1
-5
/
+7
*
|
Merge tag 'arc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...
Linus Torvalds
2015-07-01
28
-928
/
+1502
|
\
\
|
|
/
|
/
|
|
*
ARCv2: SLC: Handle explcit flush for DMA ops (w/o IO-coherency)
Vineet Gupta
2015-06-25
1
-0
/
+11
|
*
ARCv2: STAR 9000837815 workaround hardware exclusive transactions livelock
Vineet Gupta
2015-06-25
1
-2
/
+12
|
*
ARC: Reduce bitops lines of code using macros
Vineet Gupta
2015-06-25
1
-333
/
+144
|
*
ARCv2: barriers
Vineet Gupta
2015-06-25
3
-4
/
+87
|
*
ARC: add smp barriers around atomics per Documentation/atomic_ops.txt
Vineet Gupta
2015-06-25
4
-0
/
+89
|
*
ARC: add compiler barrier to LLSC based cmpxchg
Vineet Gupta
2015-06-25
1
-4
/
+5
|
*
ARCv2: SMP: clocksource: Enable Global Real Time counter
Vineet Gupta
2015-06-22
1
-0
/
+3
|
*
ARCv2: SMP: Support ARConnect (MCIP) for Inter-Core-Interrupts et al
Vineet Gupta
2015-06-22
2
-0
/
+92
|
*
ARCv2: Adhere to Zero Delay loop restriction
Vineet Gupta
2015-06-22
2
-14
/
+12
|
*
ARCv2: MMUv4: support aliasing icache config
Vineet Gupta
2015-06-22
1
-3
/
+1
|
*
ARCv2: MMUv4: cache programming model changes
Vineet Gupta
2015-06-22
2
-2
/
+6
|
*
ARCv2: MMUv4: TLB programming Model changes
Vineet Gupta
2015-06-22
3
-2
/
+34
|
*
ARCv2: STAR 9000814690: Really Re-enable interrupts to avoid deadlocks
Vineet Gupta
2015-06-22
1
-0
/
+5
|
*
ARCv2: STAR 9000808988: signals involving Delay Slot
Vineet Gupta
2015-06-22
1
-7
/
+10
|
*
ARCv2: Support for ARCv2 ISA and HS38x cores
Vineet Gupta
2015-06-22
11
-4
/
+377
|
*
ARCv2: [intc] HS38 core interrupt controller
Vineet Gupta
2015-06-22
2
-0
/
+117
|
*
ARC: uncached base is hard constant for ARC, don't save it
Vineet Gupta
2015-06-22
1
-1
/
+0
|
*
ARC: intc: split into ARCompact ISA specific, common bits
Vineet Gupta
2015-06-19
3
-166
/
+184
|
*
ARC: entry.S: [arcompact] simplify SWITCH_TO_KERNEL_STK
Vineet Gupta
2015-06-19
1
-36
/
+35
[next]