summaryrefslogtreecommitdiffstats
path: root/arch/sh
Commit message (Expand)AuthorAgeFilesLines
* sh: Fix up T-bit error handling in SH-4A mutex fastpath.Takashi Yoshii2009-01-291-12/+9
* sh: Fix up spurious syscall restarting.Paul Mundt2009-01-294-44/+8
* sh: fcnvds fix with denormalized numbers on SH-4 FPU.Carmelo AMOROSO2009-01-291-1/+1
* sh: Only reserve memory under CONFIG_ZERO_PAGE_OFFSET when it != 0.Christopher SMITH2009-01-291-4/+4
* sh: Handle calling csum_partial with misaligned dataStuart Menefy2009-01-291-19/+50
* sh: ap325rxa: Enable ov772x in defconfig.Kuninori Morimoto2009-01-291-7/+20
* sh: ap325rxa: Add ov772x support.Kuninori Morimoto2009-01-291-3/+50
* sh: ap325rxa: control camera power toggling.Kuninori Morimoto2009-01-291-1/+9
* sh: mach-migor: Enable ov772x and tw9910 in defconfig.Kuninori Morimoto2009-01-291-9/+33
* Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2009-01-2610-19/+19
|\
| * eeprom: More consistent symbol namesJean Delvare2009-01-2610-19/+19
* | sh: fix unaligned and nonexistent address handlingSUGIOKA Toshinobu2009-01-211-5/+4
* | sh: export the sh7343 JPU to user spaceMagnus Damm2009-01-212-1/+32
* | sh: update defconfigs.Paul Mundt2009-01-2137-866/+2060
* | sh: Kill off obsolete busses from arch/sh/Kconfig.Paul Mundt2009-01-211-52/+11
* | sh: sh7785lcr/highlander/hp6xx need linux/irq.h.Paul Mundt2009-01-213-1/+3
* | sh: Migo-R MMC support using spi_gpio and mmc_spi.Magnus Damm2009-01-211-1/+30
* | sh: ap325rxa MMC support using spi_gpio and mmc_spiMagnus Damm2009-01-211-0/+29
* | sh: mach-x3proto: needs linux/irq.h.Paul Mundt2009-01-211-0/+1
* | sh: Drop the BKL from sys_execve() on SH-5.Paul Mundt2009-01-211-2/+0
* | sh: convert rsk7203 to use smsc911x.Steve Glendinning2009-01-212-13/+32
* | sh: convert magicpanelr2 platform to use smsc911x.Steve Glendinning2009-01-212-8/+36
* | sh: convert ap325rxa platform to use smsc911x.Steve Glendinning2009-01-212-13/+32
* | sh: mach-migor: Add tw9910 support.Kuninori Morimoto2009-01-211-2/+35
* | sh: mach-migor: Delete soc_camera_platform setup.Kuninori Morimoto2009-01-211-103/+0
* | sh: mach-migor: Add ov772x support.Kuninori Morimoto2009-01-211-0/+22
* | asm-sh/posix_types_{32,64}.h: drop __GLIBC__/__USE_ALL usageMike Frysinger2009-01-212-12/+4
* | arch/sh/mm: Move a dereference below a NULL testJulia Lawall2009-01-211-1/+1
|/
* Merge branch 'syscalls' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-01-144-7/+7
|\
| * [CVE-2009-0029] Remove __attribute__((weak)) from sys_pipe/sys_pipe2Heiko Carstens2009-01-143-5/+5
| * [CVE-2009-0029] Rename old_readdir to sys_old_readdirHeiko Carstens2009-01-142-2/+2
* | byteorder: make swab.h include asm/swab.h like a regular headerHarvey Harrison2009-01-142-3/+0
|/
* NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells2009-01-081-1/+0
* PCI: sh: use generic INTx swizzle from PCI coreBjorn Helgaas2009-01-071-16/+1
* PCI: sh: use generic pci_swizzle_interrupt_pin()Bjorn Helgaas2009-01-072-13/+3
* sh: introduce asm/swab.hHarvey Harrison2009-01-063-59/+64
* remove linux/hardirq.h from asm-generic/local.hRussell King2009-01-061-0/+1
* atomic_t: unify all arch definitionsMatthew Wilcox2009-01-061-4/+3
* mm: show node to memory section relationship with symlinks in sysfsGary Hade2009-01-061-1/+2
* Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-031-0/+1
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Mike Travis2009-01-03160-4916/+8695
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-30159-4914/+8694
| | |\
| | * | cpumask: sh: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_to_c...Rusty Russell2008-12-261-0/+1
* | | | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-025-12/+5
|\ \ \ \ | |/ / /
| * | | Merge branch 'linus' into cpus4096Ingo Molnar2008-12-171-0/+2
| |\ \ \
| * \ \ \ Merge ../linux-2.6-x86Rusty Russell2008-12-131-1/+0
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | sched: convert struct root_domain to cpumask_var_t, fixIngo Molnar2008-11-261-1/+0
| * | | | cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell2008-12-134-5/+5
| * | | | cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell2008-12-131-6/+0
| |/ / /
* | | | take init_fs to saner placeAl Viro2008-12-311-1/+0
| |_|/ |/| |
OpenPOWER on IntegriCloud