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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARC: Setup Vector Table Base in early boot
Vineet Gupta
2013-06-26
2
-2
/
+2
*
ARC: Remove explicit passing around of ECR
Vineet Gupta
2013-06-26
13
-78
/
+59
*
ARC: pt_regs update #5: Use real ECR for pt_regs->event vs. synth values
Vineet Gupta
2013-06-26
8
-57
/
+53
*
ARC: stop using pt_regs->orig_r8
Vineet Gupta
2013-06-22
3
-16
/
+4
*
ARC: pt_regs update #4: r25 saved/restored unconditionally
Vineet Gupta
2013-06-22
6
-40
/
+24
*
ARC: K/U SP saved from one location in stack switching macro
Vineet Gupta
2013-06-22
1
-4
/
+4
*
ARC: Entry Handler tweaks: Simplify branch for in-kernel preemption
Vineet Gupta
2013-06-22
1
-6
/
+2
*
ARC: Entry Handler tweaks: Avoid hardcoded LIMMS for ECR values
Vineet Gupta
2013-06-22
2
-6
/
+14
*
ARC: Increase readability of entry handlers
Vineet Gupta
2013-06-22
2
-212
/
+186
*
ARC: pt_regs update #3: Remove unused gutter at start of callee_regs
Vineet Gupta
2013-06-22
9
-31
/
+24
*
ARC: pt_regs update #2: Remove unused gutter at start of pt_regs
Vineet Gupta
2013-06-22
4
-26
/
+15
*
ARC: pt_regs update #1: Align pt_regs end with end of kernel stack page
Vineet Gupta
2013-06-22
4
-5
/
+3
*
ARC: pt_regs update #0: remove kernel stack canary
Vineet Gupta
2013-06-22
1
-18
/
+0
*
ARC: [mm] Remove @write argument to do_page_fault()
Vineet Gupta
2013-06-22
3
-23
/
+8
*
ARC: [mm] Make stack/heap Non-executable by default
Vineet Gupta
2013-06-22
2
-13
/
+1
*
ARC: [mm] Assume pagecache page dirty by default
Vineet Gupta
2013-06-22
3
-7
/
+14
*
ARC: [mm] optimise VIPT dcache aliasing 2/x
Vineet Gupta
2013-06-22
1
-0
/
+1
*
ARC: [mm] optimise VIPT dcache aliasing 1/x
Vineet Gupta
2013-06-22
1
-1
/
+6
*
ARC: [mm] Zero page optimization
Vineet Gupta
2013-06-22
1
-1
/
+5
*
ARC: make dcache VIPT aliasing support dependant on dcache
Alexey Brodkin
2013-06-22
1
-0
/
+1
*
ARC: No-op full icache flush if !CONFIG_ARC_HAS_ICACHE
Vineet Gupta
2013-06-22
1
-19
/
+9
*
ARC: cache detection code bitrot
Vineet Gupta
2013-06-22
4
-37
/
+13
*
ARC: Reduce Code for ECR printing
Vineet Gupta
2013-06-22
1
-9
/
+7
*
ARC: Disintegrate arcregs.h
Vineet Gupta
2013-06-22
12
-162
/
+139
*
ARC: More code beautification with IS_ENABLED()
Vineet Gupta
2013-06-22
1
-9
/
+3
*
ARC: Use kconfig helper IS_ENABLED() to get rid of defines.h
Vineet Gupta
2013-06-22
8
-68
/
+23
*
ARC: [plat-arcfpga] Fix build breakage when !CONFIG_ARC_SERIAL
Mischa Jonker
2013-06-22
1
-3
/
+9
*
ARC: lazy dcache flush broke gdb in non-aliasing configs
Vineet Gupta
2013-05-25
2
-19
/
+11
*
ARC: Use enough bits for determining page's cache color
Vineet Gupta
2013-05-23
1
-1
/
+1
*
ARC: Brown paper bag bug in macro for checking cache color
Vineet Gupta
2013-05-23
2
-2
/
+5
*
ARC: copy_(to|from)_user() to honor usermode-access permissions
Vineet Gupta
2013-05-23
3
-15
/
+19
*
ARC: [mm] Prevent stray dcache lines after__sync_icache_dcach()
Vineet Gupta
2013-05-23
1
-1
/
+1
*
ARC: [TB10x] Remove redundant abilis,simple-pinctrl mechanism
Christian Ruppert
2013-05-15
4
-32
/
+4
*
Merge tag 'arc-v3.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2013-05-10
13
-74
/
+377
|
\
|
*
ARC: [TB10x] Remove GENERIC_GPIO
Vineet Gupta
2013-05-10
1
-7
/
+0
|
*
ARC: [mm] Aliasing VIPT dcache support 4/4
Vineet Gupta
2013-05-09
7
-5
/
+101
|
*
ARC: [mm] Aliasing VIPT dcache support 3/4
Vineet Gupta
2013-05-09
2
-2
/
+4
|
*
ARC: [mm] Aliasing VIPT dcache support 2/4
Vineet Gupta
2013-05-09
6
-22
/
+223
|
*
ARC: [mm] Aliasing VIPT dcache support 1/4
Vineet Gupta
2013-05-09
3
-18
/
+34
|
*
ARC: [mm] refactor the core (i|d)cache line ops loops
Vineet Gupta
2013-05-09
1
-29
/
+24
|
*
ARC: [mm] serious bug in vaddr based icache flush
Vineet Gupta
2013-05-09
1
-1
/
+1
*
|
Merge tag 'arc-v3.10-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2013-05-09
38
-342
/
+1840
|
\
\
|
|
/
|
*
ARC: [mm] Lazy D-cache flush (non aliasing VIPT)
Vineet Gupta
2013-05-07
3
-7
/
+21
|
*
ARC: [mm] micro-optimize page size icache invalidate
Vineet Gupta
2013-05-07
1
-3
/
+12
|
*
ARC: [mm] remove the pessimistic all-alias-invalidate icache helpers
Vineet Gupta
2013-05-07
1
-184
/
+17
|
*
ARC: [mm] consolidate icache/dcache sync code
Vineet Gupta
2013-05-07
2
-19
/
+18
|
*
ARC: [mm] optimise icache flush for kernel mappings
Vineet Gupta
2013-05-07
1
-4
/
+10
|
*
ARC: [mm] optimise icache flush for user mappings
Vineet Gupta
2013-05-07
3
-15
/
+21
|
*
ARC: [mm] optimize needless full mm TLB flush on munmap
Vineet Gupta
2013-05-07
1
-4
/
+12
|
*
ARC: Add support for nSIM OSCI System C model
Mischa Jonker
2013-05-07
3
-0
/
+164
[next]