| Commit message (Expand) | Author | Age | Files | Lines |
* | perf: Do the big rename: Performance Counters -> Performance Events | Ingo Molnar | 2009-09-21 | 4 | -11/+11 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds | 2009-09-18 | 59 | -423/+1629 |
|\ |
|
| * | sh: Wire up HAVE_SYSCALL_TRACEPOINTS. | Paul Mundt | 2009-09-16 | 1 | -4/+4 |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Paul Mundt | 2009-09-16 | 1 | -0/+3 |
| |\ |
|
| * | | sh: kfr2r09: document the PLL/FLL <-> RF relationship. | Kuninori Morimoto | 2009-09-15 | 1 | -0/+2 |
| * | | sh: add kycr2_delay for sh_keysc | Kuninori Morimoto | 2009-09-15 | 1 | -0/+1 |
| * | | sh: USB disable process is needed if romImage boot for EcoVec24 | Kuninori Morimoto | 2009-09-11 | 1 | -0/+3 |
| * | | sh: Add romImage support for EcoVec24 | Kuninori Morimoto | 2009-09-11 | 2 | -0/+99 |
| * | | sh: add romimage-macros.h | Kuninori Morimoto | 2009-09-11 | 2 | -69/+74 |
| * | | sh: Fix up and optimize the kmap_coherent() interface. | Paul Mundt | 2009-09-03 | 3 | -2/+13 |
| * | | sh: Kill off kgdb's magical NMI debouncing. | Paul Mundt | 2009-09-01 | 1 | -3/+0 |
| * | | 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 |
| | | |_|/ /
| | |/| | | |
|