Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | sh: nmi_debug support. | Paul Mundt | 2009-09-01 | 2 | -1/+2 | |
| * | | | | | Merge branch 'master' into sh/smp | Paul Mundt | 2009-09-01 | 22 | -50/+411 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | sh: unwinder: Fix up uninitialized variable warnings on sh2a build. | Paul Mundt | 2009-08-31 | 1 | -1/+1 | |
| | * | | | | | sh: Only shout about fixing up unexpected unaligned accesses | Matt Fleming | 2009-08-29 | 1 | -1/+1 | |
| | * | | | | | sh: sh7785lcr: fix prototype board on 32bit MMU mode. | Yoshihiro Shimoda | 2009-08-28 | 1 | -0/+2 | |
| | * | | | | | sh: Tidy up watchdog build for SH-2. | Paul Mundt | 2009-08-28 | 1 | -9/+10 | |
| | * | | | | | sh: Fix an off-by-1 in FTRACE_SYSCALL_MAX. | Paul Mundt | 2009-08-25 | 1 | -1/+1 | |
| | * | | | | | Merge branch 'sh/st-integration' | Paul Mundt | 2009-08-24 | 6 | -5/+38 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | sh: fix sys_cacheflush error checking | Giuseppe Cavallaro | 2009-08-24 | 1 | -0/+7 | |
| | | * | | | | | sh: Add sys_cacheflush() call for SH CPUs. | Stuart Menefy | 2009-08-24 | 4 | -3/+15 | |
| | | * | | | | | sh: Read from CCN_PVR instead of ROM for delay. | Stuart Menefy | 2009-08-24 | 1 | -1/+5 | |
| | | * | | | | | sh: Remove implicit sign extension from assembler immediates | Stuart Menefy | 2009-08-24 | 1 | -1/+1 | |
| | | * | | | | | sh: Allow use of GENERIC_IOMAP | David McKay | 2009-08-24 | 1 | -0/+10 | |
| | * | | | | | | sh: Move the FTRACE_SYSCALL_MAX definition in to asm/ftrace.h. | Paul Mundt | 2009-08-24 | 1 | -0/+1 | |
| | |/ / / / / | ||||||
| | * | | | | | Merge branches 'sh/hwblk' and 'sh/pm-runtime' | Paul Mundt | 2009-08-23 | 2 | -2/+18 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | sh: Runtime PM for SuperH Mobile platform bus devices | Magnus Damm | 2009-08-23 | 2 | -1/+12 | |
| | | * | | | | | Merge branch 'master' into sh/hwblk | Paul Mundt | 2009-08-15 | 15 | -75/+523 | |
| | | |\ \ \ \ \ | ||||||
| | | * | | | | | | sh: Runtime PM pdev hwblk | Magnus Damm | 2009-08-04 | 1 | -1/+6 | |
| | | * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Paul Mundt | 2009-08-04 | 2 | -12/+4 | |
| | | |\ \ \ \ \ \ | | | | | |_|/ / / | | | | |/| | | | | ||||||
| | * | | | | | | | Merge branch 'sh/dwarf-unwinder' | Paul Mundt | 2009-08-22 | 4 | -18/+52 | |
| | |\ \ \ \ \ \ \ | | | | |_|_|_|/ / | | | |/| | | | | | ||||||
| | | * | | | | | | sh64: dummy unwinder BUG wrappers. | Paul Mundt | 2009-08-22 | 1 | -0/+5 | |
| | | * | | | | | | sh: unwinder: Use a special bug flag for unwinder traps. | Paul Mundt | 2009-08-22 | 1 | -5/+6 | |
| | | | |_|_|_|/ | | | |/| | | | | ||||||
| | | * | | | | | sh: Handle the DWARF op, DW_CFA_undefined | Matt Fleming | 2009-08-21 | 1 | -0/+3 | |
| | | * | | | | | sh: unwinder: Introduce UNWINDER_BUG() and UNWINDER_BUG_ON() | Matt Fleming | 2009-08-21 | 3 | -0/+36 | |
| | | * | | | | | sh: unwinder: Set the flags for DW_CFA_val_offset ops as DWARF_VAL_OFFSET | Matt Fleming | 2009-08-21 | 1 | -0/+1 | |
| | | * | | | | | sh: unwinder: Fix memory leak and create our own kmem cache | Matt Fleming | 2009-08-21 | 1 | -16/+6 | |
| | | * | | | | | sh: unwinder: Move initialization to early_initcall() and tidy up locking. | Paul Mundt | 2009-08-17 | 1 | -2/+0 | |
| | * | | | | | | sh: Add initial support for SH7757 CPU subtype | Yoshihiro Shimoda | 2009-08-21 | 3 | -1/+248 | |
| | * | | | | | | sh: jump to p1 during boot on kfr2r09 | Magnus Damm | 2009-08-21 | 1 | -0/+13 | |
| | * | | | | | | sh: invalidate icache and tlbs during boot on kfr2r09 | Magnus Damm | 2009-08-21 | 1 | -0/+6 | |
| | * | | | | | | sh: DSP save/restore ordering and a0 sign extension fixups. | Paul Mundt | 2009-08-20 | 1 | -13/+13 | |
| | * | | | | | | sh: Better description of SH-4 PTEA register update. | Michael Trimarchi | 2009-08-20 | 1 | -0/+8 | |
| * | | | | | | | sh: Make cache flushers SMP-aware. | Paul Mundt | 2009-08-21 | 1 | -12/+29 | |
| * | | | | | | | sh: Kill off unused cpu/cacheflush.h. | Paul Mundt | 2009-08-21 | 2 | -43/+31 | |
| * | | | | | | | sh: Use local TLB flush for get_mmu_context() ASID exhaustion. | Paul Mundt | 2009-08-20 | 1 | -1/+1 | |
| * | | | | | | | Merge branch 'master' into sh/cachetlb | Paul Mundt | 2009-08-19 | 3 | -0/+6 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | ||||||
| | * | | | | | | sh: Prevent heartbeat from scribbling over non-LED bits. | Kuninori Morimoto | 2009-08-18 | 1 | -0/+1 | |
| | * | | | | | | sh: mach-kfr2409: add FLLFRQ value for PLL correction. | Kuninori Morimoto | 2009-08-18 | 1 | -0/+1 | |
| | |/ / / / / | ||||||
| | * | | | | | sh: Add support for DWARF GNU extensions | Matt Fleming | 2009-08-16 | 1 | -0/+4 | |
| | | |_|/ / | | |/| | | | ||||||
| * | | | | | sh: Fix up the SH-5 build with caches enabled. | Paul Mundt | 2009-08-16 | 3 | -13/+16 | |
| * | | | | | sh: Convert cache disabled SH-5 over to new cache interface. | Paul Mundt | 2009-08-16 | 2 | -33/+0 | |
| * | | | | | sh: Convert SH7705 extended mode to new cacheflush interface. | Paul Mundt | 2009-08-15 | 1 | -35/+0 | |
| * | | | | | sh: Convert SH-2A to new cacheflush interface. | Paul Mundt | 2009-08-15 | 1 | -30/+0 | |
| * | | | | | sh: Migrate SH-4 cacheflush ops to function pointers. | Paul Mundt | 2009-08-15 | 4 | -89/+26 | |
| * | | | | | sh: Kill off unused flush_icache_user_range(). | Paul Mundt | 2009-08-15 | 6 | -9/+0 | |
| * | | | | | sh: consolidate flush_dcache_mmap_lock/unlock() definitions. | Paul Mundt | 2009-08-15 | 6 | -17/+3 | |
| * | | | | | sh: Don't export flush_dcache_all(). | Paul Mundt | 2009-08-15 | 1 | -1/+0 | |
| * | | | | | sh: Centralize the CPU cache initialization routines. | Paul Mundt | 2009-08-15 | 6 | -10/+2 | |
| * | | | | | sh: Track the CPU family in sh_cpuinfo. | Paul Mundt | 2009-08-15 | 2 | -13/+24 | |
| * | | | | | sh: rework nommu for generic cache.c use. | Paul Mundt | 2009-08-15 | 4 | -10/+3 |