| Commit message (Expand) | Author | Age | Files | Lines |
* | arch/sh/drivers/dma/dma-sh.c: Correct use of ! and & | Julia Lawall | 2008-02-27 | 1 | -1/+1 |
* | serial: Move asm-sh/sci.h to linux/serial_sci.h. | Paul Mundt | 2008-02-26 | 18 | -18/+18 |
* | sh: revert dreamcast pci change | Magnus Damm | 2008-02-26 | 1 | -22/+22 |
* | sh: fix rtc_resources setup for sh770x | Rafael Ignacio Zurita | 2008-02-26 | 1 | -3/+3 |
* | sh: heartbeat: ioremap is expected to succeed | Roel Kluin | 2008-02-26 | 1 | -1/+1 |
* | sh: Storage class should be before const qualifier | Tobias Klauser | 2008-02-26 | 1 | -2/+2 |
* | sh: SH5-103 needs to select CPU_SH5. | Paul Mundt | 2008-02-25 | 1 | -0/+1 |
* | sh: Rename SH-3 CCR3 reg to avoid synclink_cs clash. | Paul Mundt | 2008-02-25 | 1 | -2/+2 |
* | sh: Fix multiple UTLB hit on UP SH-4. | Hideo Saito | 2008-02-14 | 1 | -0/+8 |
* | sh: fix pci io access for r2d boards | Magnus Damm | 2008-02-14 | 1 | -1/+2 |
* | sh: use ctrl_in/out for on chip pci access | Magnus Damm | 2008-02-14 | 6 | -37/+37 |
* | sh: Kill off more dead symbols. | Paul Mundt | 2008-02-14 | 5 | -40/+17 |
* | sh: __uncached_start only on sh32. | Paul Mundt | 2008-02-14 | 1 | -0/+2 |
* | sh: Get SH-5 caches working again post-unification. | Paul Mundt | 2008-02-14 | 2 | -643/+439 |
* | sh: Kill off bogus SH_SDK7780_STANDALONE symbol. | Paul Mundt | 2008-02-14 | 1 | -7/+0 |
* | sh: Shut up some trivial build warnings. | Paul Mundt | 2008-02-14 | 3 | -19/+18 |
* | sh: Update SH-5 flush_cache_sigtramp() for API changes. | Paul Mundt | 2008-02-14 | 1 | -3/+5 |
* | sh: Disable big endian for SH-5. | Paul Mundt | 2008-02-14 | 1 | -0/+1 |
* | sh: Symbol exports for trapped I/O. | Paul Mundt | 2008-02-14 | 1 | -0/+5 |
* | sh: Clean up whitespace damage in Kconfig.debug. | Paul Mundt | 2008-02-14 | 1 | -2/+2 |
* | sh: Use max_t in io_trapped. | Paul Mundt | 2008-02-14 | 1 | -3/+5 |
* | sh: add support for sh7366 processor | Magnus Damm | 2008-02-14 | 7 | -3/+203 |
* | sh: remove maskreg irq code | Magnus Damm | 2008-02-14 | 3 | -97/+0 |
* | sh: fix ptrace copy_from/to_user() compilation error | Magnus Damm | 2008-02-14 | 1 | -2/+2 |
* | sh: trapped io support for highlander V2 | Magnus Damm | 2008-02-14 | 2 | -31/+17 |
* | sh: trapped io support for r2d V2 | Magnus Damm | 2008-02-14 | 2 | -31/+15 |
* | sh: trapped io support V2 | Magnus Damm | 2008-02-14 | 8 | -38/+330 |
* | sh: update r2d defconfigs with usb, spi and rtc | Magnus Damm | 2008-02-14 | 2 | -150/+530 |
* | sh: use opcode_t and enable unaligned code for sh2a | Magnus Damm | 2008-02-14 | 1 | -34/+25 |
* | sh: add byte support to the sign extension code | Magnus Damm | 2008-02-14 | 1 | -1/+11 |
* | sh: fix xtime_lock deadlocking. | Peter Zijlstra | 2008-02-14 | 2 | -18/+32 |
* | sh: Add mach-type entries for MigoR and SDK7780. | Paul Mundt | 2008-02-14 | 1 | -0/+2 |
* | sh: migor board support | Magnus Damm | 2008-02-14 | 5 | -0/+894 |
* | sh: Wire up new timerfd syscalls. | Paul Mundt | 2008-02-14 | 2 | -2/+6 |
* | sh: break out unaligned sign extension code | Magnus Damm | 2008-02-14 | 1 | -45/+23 |
* | sh: add probe support for new sh7722 cut | Magnus Damm | 2008-02-14 | 1 | -1/+1 |
* | sh: add sh7722 support to EARLY_SCIF_CONSOLE | Magnus Damm | 2008-02-14 | 1 | -0/+1 |
* | sh: remove unneeded cast | Stephen Rothwell | 2008-02-14 | 1 | -1/+1 |
* | sh: declared coherent memory support V2 fix | Magnus Damm | 2008-02-14 | 1 | -12/+20 |
* | xtime_lock vs update_process_times | Peter Zijlstra | 2008-02-13 | 2 | -11/+0 |
* | ide: introduce HAVE_IDE | Sam Ravnborg | 2008-02-09 | 1 | -0/+1 |
* | Fix container_of() usage | Alexey Dobriyan | 2008-02-08 | 1 | -1/+1 |
* | aout: mark arches that support A.OUT format | David Howells | 2008-02-08 | 1 | -0/+3 |
* | Use BOOTMEM_EXCLUSIVE for kdump | Bernhard Walle | 2008-02-07 | 1 | -11/+18 |
* | Introduce flags for reserve_bootmem() | Bernhard Walle | 2008-02-07 | 2 | -6/+8 |
* | Rename: linux/pata_platform.h to linux/ata_platform.h | Jeff Garzik | 2008-02-06 | 6 | -6/+6 |
* | timerfd: fix remaining architectures | Andrew Morton | 2008-02-05 | 2 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2008-02-04 | 1 | -3/+2 |
|\ |
|
| * | remove Documentation/smp.txt | Adrian Bunk | 2008-02-03 | 1 | -3/+2 |
* | | Move Kconfig.instrumentation to arch/Kconfig and init/Kconfig | Mathieu Desnoyers | 2008-02-03 | 1 | -2/+0 |