summaryrefslogtreecommitdiffstats
path: root/arch/sh
Commit message (Expand)AuthorAgeFilesLines
* Kconfig: clean up the long arch list for the DEBUG_BUGVERBOSE config optionCatalin Marinas2012-10-091-0/+1
* Kconfig: clean up the long arch list for the DEBUG_KMEMLEAK config optionCatalin Marinas2012-10-091-0/+1
* Kconfig: clean up the long arch list for the UID16 config optionCatalin Marinas2012-10-091-0/+1
* cross-arch: don't corrupt personality flags upon exec()Jiri Kosina2012-10-061-1/+2
* sections: fix section conflicts in arch/shAndi Kleen2012-10-062-2/+2
* Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...Linus Torvalds2012-10-0318-34/+37
|\
| * UAPI: (Scripted) Set up UAPI Kbuild filesDavid Howells2012-10-021-0/+3
| * UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...David Howells2012-10-0217-34/+34
* | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-021-1/+1
|\ \ | |/ |/|
| * workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-201-1/+1
* | Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-10-011-5/+0
|\ \
| * | PCI: Provide a default pcibios_update_irq()Thierry Reding2012-09-181-5/+0
| * | PCI: Discard __init annotations for pci_fixup_irqs() and related functionsThierry Reding2012-09-181-1/+1
* | | sh: Fix up TIF_NOTIFY_RESUME sans TIF_SIGPENDING handling.Al Viro2012-09-182-2/+2
|/ /
* | Merge branches 'sh/urgent' and 'sh/gpiolib' into sh-latestPaul Mundt2012-08-092-90/+141
|\ \
| * | sh: sh7269: Fix LCD pinmuxPhil Edworthy2012-08-092-90/+141
* | | sh: dma: fix request_irq usageMike Frysinger2012-08-091-1/+1
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2012-08-035-9/+4
|\ \ | |/ |/|
| * mtd/uclinux: Use generic __bss_stop instead of _ebssGeert Uytterhoeven2012-06-275-9/+4
* | sh: explicitly include sh_dma.h in setup-sh7722.cGuennadi Liakhovetski2012-08-021-0/+1
* | sh: ecovec: care CN5 VBUS if USB host modeKuninori Morimoto2012-08-011-0/+8
* | sh: sh7724: fixup renesas_usbhs clock settingsKuninori Morimoto2012-08-011-2/+2
* | Merge branch 'sh/dmaengine' into sh-latestPaul Mundt2012-08-017-8/+9
|\ \
| * | memcg: rename config variablesAndrew Morton2012-07-315-7/+7
| * | ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon2012-07-302-1/+2
* | | sh: modify the sh_dmae_slave_config for RSPI in setup-sh7757Shimoda, Yoshihiro2012-07-262-0/+16
* | | Merge branches 'sh/urgent' and 'sh/regulator' into sh-latestPaul Mundt2012-07-2514-17/+260
|\ \ \
| * | | sh: select the fixed regulator driver on several boardsGuennadi Liakhovetski2012-07-061-0/+13
| * | | sh: ecovec: switch MMC power control to regulatorsGuennadi Liakhovetski2012-06-281-17/+100
| * | | sh: add fixed voltage regulators to se7724Guennadi Liakhovetski2012-06-281-0/+15
| * | | sh: add fixed voltage regulators to sdk7786Guennadi Liakhovetski2012-06-281-0/+10
| * | | sh: add fixed voltage regulators to rskGuennadi Liakhovetski2012-06-281-0/+10
| * | | sh: add fixed voltage regulators to migorGuennadi Liakhovetski2012-06-281-0/+13
| * | | sh: add fixed voltage regulators to kfr2r09Guennadi Liakhovetski2012-06-281-0/+12
| * | | sh: add fixed voltage regulators to ap325rxaGuennadi Liakhovetski2012-06-281-0/+21
| * | | sh: add fixed voltage regulators to sh7757lcrGuennadi Liakhovetski2012-06-281-0/+14
| * | | sh: add fixed voltage regulators to sh2007Guennadi Liakhovetski2012-06-281-0/+12
| * | | sh: add fixed voltage regulators to polarisGuennadi Liakhovetski2012-06-281-0/+10
| * | | sh: add fixed voltage regulators to magicpanelr2Guennadi Liakhovetski2012-06-281-0/+10
| * | | sh: add fixed voltage regulators to apsh4ad0aGuennadi Liakhovetski2012-06-281-0/+10
| * | | sh: add fixed voltage regulators to apsh4a3aGuennadi Liakhovetski2012-06-281-0/+10
* | | | sh: Fix up recursive fault in oops with unset TTB.Paul Mundt2012-07-251-2/+6
| |/ / |/| |
* | | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-07-242-2/+0
|\ \ \
| * | | sh: remove unused DMA device pointer from SIU platform dataGuennadi Liakhovetski2012-07-202-2/+0
| | |/ | |/|
* | | Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-07-243-9/+4
|\ \ \
| * \ \ Merge branch 'pci/myron-pcibios_setup' into nextBjorn Helgaas2012-07-052-7/+2
| |\ \ \
| | * | | sh/PCI: adjust section annotations for pcibios_setup()Myron Stowe2012-07-051-2/+2
| | * | | sh/PCI: factor out pcibios_setup()Myron Stowe2012-07-051-5/+0
| | |/ /
| * | | Merge branch 'topic/sebastian-devinit-fixups' into nextBjorn Helgaas2012-06-181-1/+1
| |\ \ \
| | * | | sh/PCI: move fixup hooks from __init to __devinitSebastian Andrzej Siewior2012-06-161-1/+1
| | |/ /
OpenPOWER on IntegriCloud