| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | sh: add dynamic crash base address support | Magnus Damm | 2008-10-20 | 1 | -6/+9 |
| * | | sh: reduce Migo-R smc91x overruns | Magnus Damm | 2008-10-20 | 2 | -2/+6 |
| * | | sh: Fix up some merge damage. | Paul Mundt | 2008-10-20 | 2 | -1/+3 |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Paul Mundt | 2008-10-20 | 2 | -2/+2 |
| |\ \ |
|
| * \ \ | Merge branch 'sh/gpiolib' | Paul Mundt | 2008-10-20 | 22 | -100/+8144 |
| |\ \ \ |
|
| | * | | | sh: Use sh7720 GPIO on magicpanelr2 board | Magnus Damm | 2008-10-20 | 2 | -1/+11 |
| | * | | | sh: Add sh7720 pinmux code | Magnus Damm | 2008-10-20 | 3 | -0/+1420 |
| | * | | | sh: Use sh7203 GPIO on rsk7203 board | Magnus Damm | 2008-10-20 | 2 | -0/+12 |
| | * | | | sh: Add sh7203 pinmux code | Magnus Damm | 2008-10-20 | 3 | -0/+1747 |
| | * | | | sh: Use sh7723 GPIO on AP325RXA board | Magnus Damm | 2008-10-20 | 2 | -26/+75 |
| | * | | | sh: Add sh7723 pinmux code | Magnus Damm | 2008-10-20 | 3 | -0/+2164 |
| | * | | | sh: Use sh7722 GPIO on Migo-R board | Magnus Damm | 2008-10-20 | 3 | -69/+125 |
| | * | | | sh: Add sh7722 pinmux code | Magnus Damm | 2008-10-20 | 3 | -0/+1997 |
| | * | | | sh: GPIO and pinmux base code | Magnus Damm | 2008-10-20 | 5 | -4/+593 |
| * | | | | Fix debugfs_create_file's error checking method for arch/sh/mm/ | Zhaolei | 2008-10-20 | 2 | -0/+8 |
| * | | | | Fix debugfs_create_dir's error checking method for arch/sh/kernel/ | Zhaolei | 2008-10-20 | 1 | -0/+2 |
| * | | | | sh: ap325rxa: Add support RTC RX-8564LC in AP325RXA board | Nobuhiro Iwamatsu | 2008-10-20 | 1 | -0/+3 |
| |/ / / |
|
| * | | | sh: More I/O routine overhauling. | Paul Mundt | 2008-10-04 | 6 | -232/+115 |
| | |/
| |/| |
|
| * | | video: sh_mobile_lcdcfb: Support HAVE_CLK=n configurations. | Paul Mundt | 2008-10-01 | 5 | -76/+4 |
| * | | sh: Move the shared INTC code out to drivers/sh/ | Paul Mundt | 2008-10-01 | 3 | -804/+2 |
| * | | sh: Use __raw_xxx() I/O accessors for INTC and IPR. | Paul Mundt | 2008-10-01 | 2 | -14/+14 |
| * | | sh: Fix up the __raw_read/writeX() definitions. | Paul Mundt | 2008-10-01 | 2 | -45/+40 |
| * | | sh: Use clk fwk for preset lpj on sh64, too. | Paul Mundt | 2008-09-29 | 1 | -1/+0 |
| * | | sh: SH-5 clk fwk support. | Paul Mundt | 2008-09-29 | 3 | -161/+91 |
| * | | sh: sh_ksyms_64 needs __strncpy_from_user() definition. | Paul Mundt | 2008-09-29 | 1 | -0/+2 |
| * | | sh: Fix up signal_64 cast warnings. | Paul Mundt | 2008-09-29 | 1 | -2/+2 |
| * | | sh: Fix up uaccess_64 put/get_user() cast warnings. | Paul Mundt | 2008-09-29 | 1 | -8/+16 |
| * | | sh: Force pending restarted system calls to return -EINTR. | Paul Mundt | 2008-09-24 | 2 | -6/+18 |
| * | | sh: ap325rxa: create CPLD data area in mtd | Nobuhiro Iwamatsu | 2008-09-24 | 1 | -10/+23 |
| * | | sh: Add FPU registers to regset interface. | Paul Mundt | 2008-09-21 | 5 | -9/+108 |
| * | | sh: Add missing asm/ftrace.h. | Paul Mundt | 2008-09-21 | 1 | -0/+8 |
| * | | sh: ftrace support. | Paul Mundt | 2008-09-21 | 4 | -0/+54 |
| * | | sh: Trivial trace_mark() instrumentation for core events. | Paul Mundt | 2008-09-21 | 4 | -28/+50 |
| * | | sh: Kill off duplicate page fault notifiers in slow path. | Paul Mundt | 2008-09-21 | 1 | -7/+4 |
| * | | sh: Look up the trap vector for the page fault notifier. | Paul Mundt | 2008-09-21 | 1 | -9/+4 |
| * | | sh: Move lookup_exception_vector() out to asm/system_32.h. | Paul Mundt | 2008-09-21 | 2 | -12/+29 |
| * | | sh: edosk7760: Correct size of bootloader flash partition. | Luca Santini | 2008-09-21 | 1 | -5/+6 |
| * | | sh: Add a few more definitions to asm/sizes.h. | Paul Mundt | 2008-09-21 | 1 | -0/+5 |
| * | | sh: Copy in asm/sizes.h helper from ARM. | Paul Mundt | 2008-09-21 | 1 | -0/+56 |
| * | | sh: Support kernel stacks smaller than a page. | Paul Mundt | 2008-09-20 | 2 | -18/+43 |
| * | | sh: Disable 4kB stacks when using PAGE_SIZE_64KB. | Paul Mundt | 2008-09-20 | 1 | -1/+1 |
| * | | sh: HAVE_IOREMAP_PROT depends on MMU. | Paul Mundt | 2008-09-17 | 1 | -1/+1 |
| * | | sh: Fix up headers_check regression. | Paul Mundt | 2008-09-17 | 1 | -3/+0 |
| * | | sh: Consolidate struct sh_cpuinfo definitions across _32/_64 split. | Paul Mundt | 2008-09-17 | 3 | -61/+39 |
| * | | sh: Fix up signal_64 conflicting handle_signal() definition. | Paul Mundt | 2008-09-17 | 1 | -0/+4 |
| * | | sh: Make memory hot-add and hot-remove depend on MMU. | Paul Mundt | 2008-09-17 | 1 | -2/+2 |
| * | | sh: Fix up fpu emu build. | Paul Mundt | 2008-09-17 | 1 | -5/+3 |
| * | | sh: latencytop support. | Paul Mundt | 2008-09-13 | 2 | -1/+26 |
| * | | sh: Tidy up ELF core dumps. | Paul Mundt | 2008-09-12 | 4 | -40/+0 |
| * | | sh: Check SR.DSP bit for DSP regset validity. | Paul Mundt | 2008-09-12 | 1 | -0/+9 |