Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-28 | sh: Bump up ARCH_KMALLOC_MINALIGN for DMA cases. | Paul Mundt | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: Invalidate the TLB after applying PMB mappings. | Stuart Menefy | |
Signed-off-by: Stuart Menefy <stuart.menefy@st.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: SH-2A FPU support. | Paul Mundt | |
Signed-off-by: Kieran Bingham <kbingham@mpc-data.co.uk> Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: Add SH7263 CPU support. | Paul Mundt | |
This adds support for the SH7263 (SH-2A) CPU. This particular CPU is a superset of SH7203, adding some additional peripheral blocks and hooking up additional (reserved on SH7203) vectors in the INTC block. No visibly nasty surprises, yet.. Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: Add SH7203 CPU support. | Paul Mundt | |
This adds support for the SH7203 (SH-2A) CPU. Signed-off-by: Kieran Bingham <kbingham@mpc-data.co.uk> Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: syscall audit support. | Yuichi Nakamura | |
Support syscall auditing.. Signed-off-by: Yuichi Nakamura <ynakam@hitachisoft.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: Fix up bug trap handler build for sh32. | Paul Mundt | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: Bring the SH-5 FPU in line with the SH-4 FPU API. | Paul Mundt | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: Get the SH-5 PCI support building. | Paul Mundt | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: Add SH-5 subtypes to check_bugs() for utsname. | Paul Mundt | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: Get the mach-cayman IRQ support building. | Paul Mundt | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: Kill off the last of the sh64 headers. | Paul Mundt | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: Add onchip remap prototypes, kill old sh64 io.h. | Paul Mundt | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: Fix up user_fpu_struct typo for SH-5. | Paul Mundt | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: Special layout for SH-5 stat.h and user.h. | Paul Mundt | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: SH-5 uses a 64-bit PTE_MAGNITUDE, as X2 TLB. | Paul Mundt | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: Fix up generic BUG build for SH-5. | Paul Mundt | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: Move PXSEG comments to addrspace.h. | Paul Mundt | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: Set HPAGE_SHIFT for 512MB hugetlb pages. | Paul Mundt | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: Stubs for fpu disabled on SH-5. | Paul Mundt | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: Move quad-word real-address I/O defs to io.h. | Paul Mundt | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: Share bug/debug traps across _32 and _64. | Paul Mundt | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: Tidy up various clear_page()/copy_page() definitions. | Paul Mundt | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: Plug in the SHmedia ELF relocations. | Paul Mundt | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: Tidy up lib64 udelay impl. | Paul Mundt | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: Split out pgtable.h in to _32 and _64 variants. | Paul Mundt | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: Move over the SH-5 entry.S. | Paul Mundt | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: Split out syscall ABI for _32 and _64 variants. | Paul Mundt | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: Split out checksum.h in to _32 and _64 variants. | Paul Mundt | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: Plug in SH-5 ffz()/__ffs() bitops. | Paul Mundt | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: Add SH-5 support to the consistent DMA impl. | Paul Mundt | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: Move vsyscall_init() defs up one level. | Paul Mundt | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: Nopped out p3_cache_init() on SH-5 also. | Paul Mundt | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: Fix up VMALLOC_START for SH-5. | Paul Mundt | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: Move over the SH-5 head.S and tlb.h. | Paul Mundt | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: Have SH-5 provide an {en,dis}able_fpu() impl. | Paul Mundt | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: timer.h stub for SH-5. | Paul Mundt | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: Move in the SH-5 signal trampoline impl. | Paul Mundt | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: More SH-5 cpuinfo tidying. | Paul Mundt | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: Consolidate slab/kmalloc minalign values. | Paul Mundt | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: Split out uaccess.h in to _32 and _64 variants. | Paul Mundt | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: SH-5 also uses the ASID cache. | Paul Mundt | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: Split out system.h in to _32 and _64 variants. | Paul Mundt | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: Split out 29-bit and 32-bit physical mode definitions. | Paul Mundt | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: Split out processor.h in to _32 and _64 variants. | Paul Mundt | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: SH-5 pt_regs. | Paul Mundt | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: Move in the SH-5 mmu_context headers. | Paul Mundt | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: SH-5 byteorder routines. | Paul Mundt | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: SH-5 version of current_thread_info(). | Paul Mundt | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-01-28 | sh: Split out irqflags.h in to _32 and _64 variants. | Paul Mundt | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> |