summaryrefslogtreecommitdiffstats
path: root/arch/sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2012-03-301-6/+2
|\
| * Kbuild: centralize MKIMAGE and cmd_uimage definitionsStephen Warren2012-03-261-6/+2
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-03-301-7/+3
|\ \
| * | SH: shmobile: Consolidate time keeping and irq enableRobert Lee2012-03-211-7/+3
* | | Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds2012-03-3017-331/+383
|\ \ \
| * | | sh: Support I/O space swapping where needed.Paul Mundt2012-03-293-15/+62
| * | | sh: use set_current_blocked() and block_sigmask()Matt Fleming2012-03-292-49/+20
| * | | sh: no need to reset handler if SA_ONESHOTMatt Fleming2012-03-292-6/+0
| * | | sh: select ARCH_DISCARD_MEMBLOCK.Paul Mundt2012-03-281-0/+1
| * | | sh: Consolidate duplicate _32/_64 unistd definitions.Paul Mundt2012-03-283-80/+40
| * | | sh: ecovec: switch SDHI controllers to card pollingGuennadi Liakhovetski2012-03-281-41/+63
| * | | sh: Avoid exporting unimplemented syscalls.Paul Mundt2012-03-284-70/+71
| * | | sh: add platform_device for RSPI in setup-sh7757Shimoda, Yoshihiro2012-03-281-0/+20
| * | | SH: pci-sh7780: enable big-endian operation.Thomas Schwinge2012-03-281-3/+12
| * | | sh: dma: Collect up CHCR of SH7763, SH7764, SH7780 and SH7785Nobuhiro Iwamatsu2012-03-281-17/+5
| * | | sh: dma: Collect up CHCR of SH7723 and SH7730Nobuhiro Iwamatsu2012-03-281-7/+3
| * | | Merge branch 'sh/cpufreq' into sh-latestPaul Mundt2012-03-281-39/+82
| |\ \ \
| | * | | sh: cpufreq: Wire up scaling_available_freqs support.Paul Mundt2012-01-271-0/+6
| | * | | sh: cpufreq: notify about rate rounding fallback.Paul Mundt2012-01-271-3/+9
| | * | | sh: cpufreq: Support CPU clock frequency table.Paul Mundt2012-01-271-28/+46
| | * | | sh: cpufreq: struct device lookup from CPU topology.Paul Mundt2012-01-271-10/+17
| | * | | sh: cpufreq: percpu struct clk accounting.Paul Mundt2012-01-271-9/+15
| | | |/ | | |/|
| * | | sh/next: Fix build fail by asm/system.h in asm/bitops.hNobuhiro Iwamatsu2012-03-281-1/+0
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2012-03-2844-258/+191
| |\ \ \
| * | | | arch/sh/drivers/dma/{dma-g2,dmabrg}.c: ensure arguments to request_irq and fr...Julia Lawall2012-03-152-4/+4
| | |_|/ | |/| |
* | | | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-292-9/+0
|\ \ \ \
| * | | | sh: Remove unnecessary posix_types.h type overridesH. Peter Anvin2012-02-142-9/+0
* | | | | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-292-12/+1
|\ \ \ \ \
| * | | | | sh: intc: unify evt2irq/irq2evt macros for sh and armRob Herring2012-01-251-11/+0
| * | | | | irq: make SPARSE_IRQ an optionally hidden optionRob Herring2012-01-251-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-2856-397/+495
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Delete all instances of asm/system.hDavid Howells2012-03-281-8/+0
| * | | | Move all declarations of free_initmem() to linux/mm.hDavid Howells2012-03-281-1/+0
| * | | | Disintegrate asm/system.h for SHDavid Howells2012-03-2856-396/+503
* | | | | Merge tag 'timer' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-2728-112/+112
|\ \ \ \ \
| * | | | | sh: board sh_clk_ops renameMagnus Damm2012-03-122-2/+2
| * | | | | sh: sh5 sh_clk_ops renameMagnus Damm2012-03-121-6/+6
| * | | | | sh: sh4a sh_clk_ops renameMagnus Damm2012-03-1212-35/+35
| * | | | | sh: sh4 sh_clk_ops renameMagnus Damm2012-03-122-9/+9
| * | | | | sh: sh3 sh_clk_ops renameMagnus Damm2012-03-126-35/+35
| * | | | | sh: sh2a sh_clk_ops renameMagnus Damm2012-03-123-18/+18
| * | | | | sh: sh2 sh_clk_ops renameMagnus Damm2012-03-121-6/+6
| * | | | | sh: sh header sh_clk_ops renameMagnus Damm2012-03-121-1/+1
* | | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-231-2/+1
|\ \ \ \ \ \
| * | | | | | coredump: remove VM_ALWAYSDUMP flagJason Baron2012-03-231-2/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-03-232-70/+11
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | PCI: collapse pcibios_resource_to_busBjorn Helgaas2012-02-231-2/+0
| * | | | | sh/PCI: get rid of device resource fixupsBjorn Helgaas2012-02-232-69/+12
| | |/ / / | |/| | |
* | | | | Merge tag 'fbdev-updates-for-3.4' of git://github.com/schandinat/linux-2.6Linus Torvalds2012-03-229-61/+48
|\ \ \ \ \
| * \ \ \ \ Merge commit 'v3.3' into fbdev-nextFlorian Tobias Schandinat2012-03-203-2/+5
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
OpenPOWER on IntegriCloud