| Commit message (Expand) | Author | Age | Files | Lines |
* | sh: Add media/soc_camera.h to board setup of Renesas AP325RXA | Nobuhiro Iwamatsu | 2009-03-10 | 1 | -0/+1 |
* | sh: ap325rxa: Revert ov772x support. | Paul Mundt | 2009-02-27 | 1 | -50/+3 |
* | sh: Storage class should be before const qualifier | Tobias Klauser | 2009-02-12 | 1 | -2/+2 |
* | sh: Fix up T-bit error handling in SH-4A mutex fastpath. | Takashi Yoshii | 2009-01-29 | 1 | -12/+9 |
* | sh: Fix up spurious syscall restarting. | Paul Mundt | 2009-01-29 | 4 | -44/+8 |
* | sh: fcnvds fix with denormalized numbers on SH-4 FPU. | Carmelo AMOROSO | 2009-01-29 | 1 | -1/+1 |
* | sh: Only reserve memory under CONFIG_ZERO_PAGE_OFFSET when it != 0. | Christopher SMITH | 2009-01-29 | 1 | -4/+4 |
* | sh: Handle calling csum_partial with misaligned data | Stuart Menefy | 2009-01-29 | 1 | -19/+50 |
* | sh: ap325rxa: Enable ov772x in defconfig. | Kuninori Morimoto | 2009-01-29 | 1 | -7/+20 |
* | sh: ap325rxa: Add ov772x support. | Kuninori Morimoto | 2009-01-29 | 1 | -3/+50 |
* | sh: ap325rxa: control camera power toggling. | Kuninori Morimoto | 2009-01-29 | 1 | -1/+9 |
* | sh: mach-migor: Enable ov772x and tw9910 in defconfig. | Kuninori Morimoto | 2009-01-29 | 1 | -9/+33 |
* | Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 | Linus Torvalds | 2009-01-26 | 10 | -19/+19 |
|\ |
|
| * | eeprom: More consistent symbol names | Jean Delvare | 2009-01-26 | 10 | -19/+19 |
* | | sh: fix unaligned and nonexistent address handling | SUGIOKA Toshinobu | 2009-01-21 | 1 | -5/+4 |
* | | sh: export the sh7343 JPU to user space | Magnus Damm | 2009-01-21 | 2 | -1/+32 |
* | | sh: update defconfigs. | Paul Mundt | 2009-01-21 | 37 | -866/+2060 |
* | | sh: Kill off obsolete busses from arch/sh/Kconfig. | Paul Mundt | 2009-01-21 | 1 | -52/+11 |
* | | sh: sh7785lcr/highlander/hp6xx need linux/irq.h. | Paul Mundt | 2009-01-21 | 3 | -1/+3 |
* | | sh: Migo-R MMC support using spi_gpio and mmc_spi. | Magnus Damm | 2009-01-21 | 1 | -1/+30 |
* | | sh: ap325rxa MMC support using spi_gpio and mmc_spi | Magnus Damm | 2009-01-21 | 1 | -0/+29 |
* | | sh: mach-x3proto: needs linux/irq.h. | Paul Mundt | 2009-01-21 | 1 | -0/+1 |
* | | sh: Drop the BKL from sys_execve() on SH-5. | Paul Mundt | 2009-01-21 | 1 | -2/+0 |
* | | sh: convert rsk7203 to use smsc911x. | Steve Glendinning | 2009-01-21 | 2 | -13/+32 |
* | | sh: convert magicpanelr2 platform to use smsc911x. | Steve Glendinning | 2009-01-21 | 2 | -8/+36 |
* | | sh: convert ap325rxa platform to use smsc911x. | Steve Glendinning | 2009-01-21 | 2 | -13/+32 |
* | | sh: mach-migor: Add tw9910 support. | Kuninori Morimoto | 2009-01-21 | 1 | -2/+35 |
* | | sh: mach-migor: Delete soc_camera_platform setup. | Kuninori Morimoto | 2009-01-21 | 1 | -103/+0 |
* | | sh: mach-migor: Add ov772x support. | Kuninori Morimoto | 2009-01-21 | 1 | -0/+22 |
* | | asm-sh/posix_types_{32,64}.h: drop __GLIBC__/__USE_ALL usage | Mike Frysinger | 2009-01-21 | 2 | -12/+4 |
* | | arch/sh/mm: Move a dereference below a NULL test | Julia Lawall | 2009-01-21 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'syscalls' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2009-01-14 | 4 | -7/+7 |
|\ |
|
| * | [CVE-2009-0029] Remove __attribute__((weak)) from sys_pipe/sys_pipe2 | Heiko Carstens | 2009-01-14 | 3 | -5/+5 |
| * | [CVE-2009-0029] Rename old_readdir to sys_old_readdir | Heiko Carstens | 2009-01-14 | 2 | -2/+2 |
* | | byteorder: make swab.h include asm/swab.h like a regular header | Harvey Harrison | 2009-01-14 | 2 | -3/+0 |
|/ |
|
* | NOMMU: Make VMAs per MM as for MMU-mode linux | David Howells | 2009-01-08 | 1 | -1/+0 |
* | PCI: sh: use generic INTx swizzle from PCI core | Bjorn Helgaas | 2009-01-07 | 1 | -16/+1 |
* | PCI: sh: use generic pci_swizzle_interrupt_pin() | Bjorn Helgaas | 2009-01-07 | 2 | -13/+3 |
* | sh: introduce asm/swab.h | Harvey Harrison | 2009-01-06 | 3 | -59/+64 |
* | remove linux/hardirq.h from asm-generic/local.h | Russell King | 2009-01-06 | 1 | -0/+1 |
* | atomic_t: unify all arch definitions | Matthew Wilcox | 2009-01-06 | 1 | -4/+3 |
* | mm: show node to memory section relationship with symlinks in sysfs | Gary Hade | 2009-01-06 | 1 | -1/+2 |
* | Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-01-03 | 1 | -0/+1 |
|\ |
|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/... | Mike Travis | 2009-01-03 | 160 | -4916/+8695 |
| |\ |
|
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Rusty Russell | 2008-12-30 | 159 | -4914/+8694 |
| | |\ |
|
| | * | | cpumask: sh: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_to_c... | Rusty Russell | 2008-12-26 | 1 | -0/+1 |
* | | | | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-01-02 | 5 | -12/+5 |
|\| | | |
|
| * | | | Merge branch 'linus' into cpus4096 | Ingo Molnar | 2008-12-17 | 1 | -0/+2 |
| |\ \ \ |
|
| * \ \ \ | Merge ../linux-2.6-x86 | Rusty Russell | 2008-12-13 | 1 | -1/+0 |
| |\ \ \ \
| | |_|/ /
| |/| | | |
|
| | * | | | sched: convert struct root_domain to cpumask_var_t, fix | Ingo Molnar | 2008-11-26 | 1 | -1/+0 |