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
/
include
/
asm-sh
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
sh: Fix up generic BUG build for SH-5.
Paul Mundt
2008-01-28
1
-5
/
+0
*
sh: Move PXSEG comments to addrspace.h.
Paul Mundt
2008-01-28
2
-16
/
+8
*
sh: Set HPAGE_SHIFT for 512MB hugetlb pages.
Paul Mundt
2008-01-28
1
-0
/
+2
*
sh: Stubs for fpu disabled on SH-5.
Paul Mundt
2008-01-28
1
-0
/
+5
*
sh: Move quad-word real-address I/O defs to io.h.
Paul Mundt
2008-01-28
1
-0
/
+5
*
sh: Share bug/debug traps across _32 and _64.
Paul Mundt
2008-01-28
3
-7
/
+26
*
sh: Tidy up various clear_page()/copy_page() definitions.
Paul Mundt
2008-01-28
1
-10
/
+2
*
sh: Plug in the SHmedia ELF relocations.
Paul Mundt
2008-01-28
1
-1
/
+29
*
sh: Tidy up lib64 udelay impl.
Paul Mundt
2008-01-28
1
-2
/
+6
*
sh: Split out pgtable.h in to _32 and _64 variants.
Paul Mundt
2008-01-28
4
-482
/
+792
*
sh: Move over the SH-5 entry.S.
Paul Mundt
2008-01-28
1
-5
/
+12
*
sh: Split out syscall ABI for _32 and _64 variants.
Paul Mundt
2008-01-28
3
-375
/
+797
*
sh: Split out checksum.h in to _32 and _64 variants.
Paul Mundt
2008-01-28
3
-213
/
+298
*
sh: Plug in SH-5 ffz()/__ffs() bitops.
Paul Mundt
2008-01-28
1
-0
/
+26
*
sh: Add SH-5 support to the consistent DMA impl.
Paul Mundt
2008-01-28
1
-2
/
+2
*
sh: Move vsyscall_init() defs up one level.
Paul Mundt
2008-01-28
2
-6
/
+6
*
sh: Nopped out p3_cache_init() on SH-5 also.
Paul Mundt
2008-01-28
1
-0
/
+1
*
sh: Fix up VMALLOC_START for SH-5.
Paul Mundt
2008-01-28
1
-0
/
+4
*
sh: Move over the SH-5 head.S and tlb.h.
Paul Mundt
2008-01-28
2
-1
/
+78
*
sh: Have SH-5 provide an {en,dis}able_fpu() impl.
Paul Mundt
2008-01-28
1
-2
/
+13
*
sh: timer.h stub for SH-5.
Paul Mundt
2008-01-28
1
-0
/
+4
*
sh: Move in the SH-5 signal trampoline impl.
Paul Mundt
2008-01-28
1
-0
/
+13
*
sh: More SH-5 cpuinfo tidying.
Paul Mundt
2008-01-28
4
-5
/
+12
*
sh: Consolidate slab/kmalloc minalign values.
Paul Mundt
2008-01-28
2
-12
/
+14
*
sh: Split out uaccess.h in to _32 and _64 variants.
Paul Mundt
2008-01-28
3
-561
/
+894
*
sh: SH-5 also uses the ASID cache.
Paul Mundt
2008-01-28
1
-6
/
+2
*
sh: Split out system.h in to _32 and _64 variants.
Paul Mundt
2008-01-28
3
-89
/
+144
*
sh: Split out 29-bit and 32-bit physical mode definitions.
Paul Mundt
2008-01-28
1
-0
/
+17
*
sh: Split out processor.h in to _32 and _64 variants.
Paul Mundt
2008-01-28
3
-241
/
+531
*
sh: SH-5 pt_regs.
Paul Mundt
2008-01-28
1
-6
/
+22
*
sh: Move in the SH-5 mmu_context headers.
Paul Mundt
2008-01-28
4
-63
/
+173
*
sh: SH-5 byteorder routines.
Paul Mundt
2008-01-28
1
-15
/
+30
*
sh: SH-5 version of current_thread_info().
Paul Mundt
2008-01-28
1
-2
/
+4
*
sh: Split out irqflags.h in to _32 and _64 variants.
Paul Mundt
2008-01-28
4
-93
/
+294
*
sh: Split out asm/string.h for sh32 and sh64.
Paul Mundt
2008-01-28
3
-131
/
+157
*
sh: Add SH-5 support to io.h.
Paul Mundt
2008-01-28
1
-16
/
+22
*
sh: Add in cacheflush and DMA headers for SH-5.
Paul Mundt
2008-01-28
2
-0
/
+40
*
sh: Correct SH-5 instruction size value.
Paul Mundt
2008-01-28
1
-1
/
+3
*
sh: Add cache definitions for SH-5.
Paul Mundt
2008-01-28
1
-0
/
+94
*
sh: Add addrspace.h segmentation stub for SH-5.
Paul Mundt
2008-01-28
1
-0
/
+6
*
sh: BUGFLAG_WARNING needs GENERIC_BUG.
Paul Mundt
2008-01-28
1
-2
/
+2
*
sh: Fix up fixmap location for SH-5.
Paul Mundt
2008-01-28
1
-0
/
+4
*
sh: Add SH-5 support to asm/module.h.
Paul Mundt
2008-01-28
1
-0
/
+4
*
sh: Split out cache status bits per-CPU family.
Paul Mundt
2008-01-28
5
-5
/
+20
*
sh: Split out PXSEG segmentation per-CPU family.
Paul Mundt
2008-01-28
5
-23
/
+39
*
sh: Force __access_ok() to obey address space limit.
Paul Mundt
2008-01-11
1
-27
/
+15
*
sh: Fix argument page dcache flushing regression.
Carmelo Amoroso
2008-01-07
1
-0
/
+6
*
sh: Fix copy_{to,from}_user_page() with cache disabled.
Heiko Schocher
2007-11-19
1
-1
/
+1
*
sh: remove dead config symbols from SH code
Jiri Olsa
2007-11-09
1
-4
/
+2
*
Merge branch 'page_colouring_despair'
Paul Mundt
2007-11-08
2
-8
/
+21
|
\
[prev]
[next]