| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | | * | | | | | 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 | 8 | -10/+486 | |
| | | | |\ \ \ \ \ | ||||||
| | | | * | | | | | | 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 | 1 | -1/+1 | |
| | | * | | | | | | 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 | 1 | -1/+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 | 2 | -0/+5 | |
| | |\| | | | | | | ||||||
| | | * | | | | | | sh: Prevent heartbeat from scribbling over non-LED bits. | 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 | 1 | -8/+0 | |
| | * | | | | | sh: Migrate SH-4 cacheflush ops to function pointers. | Paul Mundt | 2009-08-15 | 1 | -36/+1 | |
| | * | | | | | sh: Kill off unused flush_icache_user_range(). | Paul Mundt | 2009-08-15 | 1 | -1/+0 | |
| | * | | | | | sh: consolidate flush_dcache_mmap_lock/unlock() definitions. | Paul Mundt | 2009-08-15 | 1 | -2/+3 | |
| | * | | | | | sh: Centralize the CPU cache initialization routines. | Paul Mundt | 2009-08-15 | 1 | -1/+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 | 2 | -6/+3 | |
| | * | | | | | sh: rename pg-mmu.c -> cache.c, enable generically. | Paul Mundt | 2009-08-15 | 1 | -2/+0 | |
| | * | | | | | sh: Provide the kmap_coherent() interface generically. | Paul Mundt | 2009-08-15 | 2 | -6/+4 | |
| | * | | | | | Merge branch 'master' into sh/cachetlb | Paul Mundt | 2009-08-15 | 10 | -22/+562 | |
| | |\| | | | | ||||||
| | | * | | | | sh: Delete DWARF_ARCH_UNWIND_OFFSET | Matt Fleming | 2009-08-14 | 1 | -5/+0 | |
| | | * | | | | sh: Setup the frame register in asm code | Matt Fleming | 2009-08-14 | 1 | -0/+12 | |
| | | * | | | | sh: dwarf unwinder support. | Matt Fleming | 2009-08-14 | 3 | -0/+425 | |
| | | * | | | | sh: Allow multiple stack unwinders to be setup | Matt Fleming | 2009-08-13 | 1 | -0/+25 | |
| | | * | | | | sh: Use the generalized stacktrace ops | Matt Fleming | 2009-08-13 | 1 | -0/+25 | |
| | | * | | | | Merge branch 'sh/stable-updates' | Paul Mundt | 2009-08-13 | 2 | -12/+4 | |
| | | |\ \ \ \ | | | | |/ / | | | |/| | | ||||||
| | | * | | | | sh: convert to asm-generic/hardirq.h | Christoph Hellwig | 2009-08-05 | 1 | -10/+3 | |
| | | * | | | | sh: Add SH7724 DMAC support. | Kuninori Morimoto | 2009-08-04 | 1 | -0/+1 | |
| | | | |/ / | | |/| | | ||||||
| | | * | | | sh: Rework irqflags tracing to fix up CONFIG_PROVE_LOCKING. | Stuart Menefy | 2009-07-29 | 1 | -0/+72 | |
| | * | | | | sh: Add register alignment helpers for shared flushers. | Paul Mundt | 2009-08-15 | 3 | -0/+12 | |
| | * | | | | sh: Tidy up NEFF-based sign extension for SH-5. | Paul Mundt | 2009-08-04 | 1 | -0/+6 | |
| | * | | | | sh: Provide __flush_anon_page(). | Paul Mundt | 2009-08-04 | 1 | -0/+14 | |
| | * | | | | sh: update_mmu_cache() consolidation. | Paul Mundt | 2009-07-29 | 1 | -2/+13 | |
| | * | | | | sh: Use the now generic SH-4 clear/copy page ops for all MMU platforms. | Paul Mundt | 2009-07-27 | 3 | -22/+7 | |
