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
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'arc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...
Linus Torvalds
2015-07-01
5
-248
/
+434
|
\
|
*
ARCv2: [vdk] dts files and defconfig for HS38 VDK
Ruud Derwig
2015-06-25
1
-0
/
+2
|
*
ARCv2: SLC: Handle explcit flush for DMA ops (w/o IO-coherency)
Vineet Gupta
2015-06-25
2
-2
/
+74
|
*
ARCv2: MMUv4: support aliasing icache config
Vineet Gupta
2015-06-22
1
-1
/
+13
|
*
ARCv2: MMUv4: cache programming model changes
Vineet Gupta
2015-06-22
1
-15
/
+97
|
*
ARCv2: MMUv4: TLB programming Model changes
Vineet Gupta
2015-06-22
2
-3
/
+75
|
*
ARCv2: Support for ARCv2 ISA and HS38x cores
Vineet Gupta
2015-06-22
1
-2
/
+0
|
*
ARC: entry.S: confine EXCEPTION_* macros to one file
Vineet Gupta
2015-06-19
1
-15
/
+1
|
*
ARC: untangle cache flush loop
Vineet Gupta
2015-06-19
1
-25
/
+55
|
*
ARC: cacheflush: No need to retain DC_CTRL from __before_dc_op()
Vineet Gupta
2015-06-19
1
-20
/
+19
|
*
ARC: cacheflush: move some code around, delete old comments
Vineet Gupta
2015-06-19
1
-165
/
+102
|
*
ARC: mm/cache_arc700.c -> mm/cache.c
Vineet Gupta
2015-06-19
2
-1
/
+1
|
*
ARC: compress cpuinfo_arc_mmu (mainly save page size in KB)
Vineet Gupta
2015-06-19
1
-4
/
+4
|
*
ARC: remove the unused platform helpers from dma mapping API
Vineet Gupta
2015-06-19
1
-8
/
+4
|
*
ARC: fold ___flush_dcache_page into __flush_dcache_page
Vineet Gupta
2015-05-19
1
-6
/
+6
*
|
mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...
David Hildenbrand
2015-05-19
1
-1
/
+1
|
/
*
ARC: inline cache flush toggle helpers
Vineet Gupta
2015-05-11
1
-2
/
+2
*
ARC: mem init spring cleaning - No functional changes
Vineet Gupta
2015-04-13
1
-4
/
+5
*
ARC: perf: Enable generic software events
Vineet Gupta
2015-02-27
1
-2
/
+10
*
arc: mm: Fix build failure
Guenter Roeck
2015-01-30
1
-1
/
+1
*
vm: add VM_FAULT_SIGSEGV handling support
Linus Torvalds
2015-01-29
1
-0
/
+2
*
ARC: boot: cpu feature print enhancements
Vineet Gupta
2014-10-13
1
-5
/
+3
*
ARC: refactoring: reduce the scope of some local vars
Vineet Gupta
2014-10-13
1
-9
/
+5
*
ARC: [mm] Fix compilation breakage
Noam Camus
2014-09-03
1
-1
/
+1
*
flush_icache_range: export symbol to fix build errors
Pranith Kumar
2014-08-29
1
-0
/
+1
*
mm, arc: remove obsolete pagefault oom killer comment
David Rientjes
2014-08-07
1
-1
/
+0
*
ARC: help gcc elide icache helper for !SMP
Vineet Gupta
2014-07-23
1
-11
/
+28
*
ARC: move common ops for line/full cache into helpers
Vineet Gupta
2014-07-23
1
-36
/
+32
*
ARC: cache boot reporting updates
Vineet Gupta
2014-07-23
1
-25
/
+36
*
ARC: update some comments
Vineet Gupta
2014-07-23
1
-2
/
+2
*
ARC: [SMP] Enable icache coherency
Vineet Gupta
2014-06-26
1
-6
/
+19
*
ARC: Disable caches in early boot if so configured
Vineet Gupta
2014-06-03
1
-81
/
+25
*
ARC: fix mmuv2 warning
Vineet Gupta
2014-05-05
1
-0
/
+4
*
ARC: [SMP] General Fixes
Vineet Gupta
2014-04-05
1
-2
/
+1
*
ARC: switch to generic ENTRY/END assembler annotations
Vineet Gupta
2014-03-26
1
-6
/
+4
*
ARC: support external initrd
Noam Camus
2014-03-26
1
-0
/
+27
*
ARC: Use correct PTAG register for icache flush
Vineet Gupta
2014-03-07
1
-2
/
+2
*
Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2013-11-12
1
-7
/
+0
|
\
|
*
of: remove early_init_dt_setup_initrd_arch
Rob Herring
2013-10-09
1
-7
/
+0
*
|
ARC: [SMP] TLB flush
Vineet Gupta
2013-11-06
1
-0
/
+73
*
|
ARC: [SMP] ASID allocation
Vineet Gupta
2013-11-06
1
-6
/
+8
*
|
ARC: Fix bogus gcc warning and micro-optimise TLB iteration loop
Vineet Gupta
2013-11-06
1
-2
/
+2
*
|
ARC: Change calling convention of do_page_fault()
Vineet Gupta
2013-11-06
2
-3
/
+3
*
|
ARC: cacheflush optim - PTAG can be loop invariant if V-P is const
Vineet Gupta
2013-11-06
1
-3
/
+11
*
|
ARC: cacheflush refactor #3: Unify the {d,i}cache flush leaf helpers
Vineet Gupta
2013-11-06
1
-84
/
+55
*
|
ARC: cacheflush refactor #2: I and D caches lines to have same size
Vineet Gupta
2013-11-06
1
-15
/
+15
*
|
ARC: cacheflush refactor #1: push aux reg ascertaining into leaf routine
Vineet Gupta
2013-11-06
1
-10
/
+6
*
|
ARC: Incorrect mm reference used in vmalloc fault handler
Vineet Gupta
2013-11-02
1
-3
/
+3
|
/
*
arch: mm: pass userspace fault flag to generic fault handler
Johannes Weiner
2013-09-12
1
-2
/
+4
*
arch: mm: remove obsolete init OOM protection
Johannes Weiner
2013-09-12
1
-5
/
+0
[next]