summaryrefslogtreecommitdiffstats
path: root/arch/sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-07-301-8/+7
|\
| * [media] V4L: soc-camera: remove soc-camera bus and devices on itGuennadi Liakhovetski2011-07-271-8/+7
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2011-07-2912-12/+12
|\ \
| * | PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.Ralf Baechle2011-07-2212-12/+12
| |/
* | atomic: cleanup asm-generic atomic*.h inclusionArun Sharma2011-07-261-3/+0
* | atomic: move atomic_add_unless to generic codeArun Sharma2011-07-261-4/+4
* | atomic: use <linux/atomic.h>Arun Sharma2011-07-267-7/+6
* | ptrace: unify show_regs() prototypeMike Frysinger2011-07-261-2/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-257-12/+12
|\ \
| * | Merge branch 'master' into for-nextJiri Kosina2011-07-1115-80/+227
| |\|
| * | SH: static should be at beginning of declarationJesper Juhl2011-07-115-7/+7
| * | treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-102-5/+5
* | | Merge branch 'for-upstream' of git://openrisc.net/jonas/linuxLinus Torvalds2011-07-241-26/+1
|\ \ \
| * | | asm-generic: move archictures to common delay.hJonas Bonn2011-07-221-26/+1
* | | | modules: make arch's use default loader hooksJonas Bonn2011-07-241-35/+0
* | | | virtio: expose for non-virtualization users tooOhad Ben-Cohen2011-07-231-16/+0
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-07-228-14/+45
|\ \ \ \
| * | | | perf: Add context field to perf_eventAvi Kivity2011-07-011-1/+2
| * | | | perf, arch: Add generic NODE cache eventsPeter Zijlstra2011-07-012-0/+30
| * | | | perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra2011-07-016-13/+13
| |/ / /
* | | / PM / Domains: Rename struct dev_power_domain to struct dev_pm_domainRafael J. Wysocki2011-07-021-3/+3
| |_|/ |/| |
* | | Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-06-305-40/+94
|\ \ \ | |/ / |/| |
| * | sh: use printk_ratelimited instead of printk_ratelimitPaul Mundt2011-06-302-7/+8
| * | sh: Fix up unmet dependency warnings with USB EHCI/OHCI selects.Paul Mundt2011-06-301-5/+5
| * | sh: fix the value of sh_dmae_slave_config in setup-sh7757Yoshihiro Shimoda2011-06-291-16/+16
| * | sh: fix the INTC vector for IRQ and IRL in setup-sh7757Yoshihiro Shimoda2011-06-291-12/+12
| * | sh: add to select the new configuration for USB EHCI/OHCIYoshihiro Shimoda2011-06-241-0/+5
| * | sh: add platform_device of EHCI/OHCI to setup-sh7757Yoshihiro Shimoda2011-06-211-0/+50
| * | sh: fix compile error using sh7757lcr_defconfigYoshihiro Shimoda2011-06-211-5/+3
* | | Fix node_start/end_pfn() definition for mm/page_cgroup.cKAMEZAWA Hiroyuki2011-06-271-4/+0
|/ /
* | Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-06-168-35/+132
|\ \
| * | sh: sh7724: Add USBHS DMAEngine supportKuninori Morimoto2011-06-162-0/+48
| * | sh: ecovec: Add renesas_usbhs supportKuninori Morimoto2011-06-161-0/+48
| * | sh, exec: remove redundant set_fs(USER_DS)Mathias Krause2011-06-142-3/+0
| * | sh: Fix up xchg/cmpxchg corruption with gUSA RB.Srinivas KANDAGATLA2011-06-081-9/+12
| * | sh: Remove compressed kernel libgcc dependency.Paul Mundt2011-06-061-3/+19
| * | sh: fix wrong icache/dcache address-array start addr in cache-debugfs.Srinivas KANDAGATLA2011-06-061-20/+5
| |/
* / rtc: fix build warnings in defconfigsWanlong Gao2011-06-151-1/+1
|/
* sh: Fix up asm-generic/ptrace.h fallout.Paul Mundt2011-05-311-2/+4
* sh64: Move from P1SEG to CAC_ADDR for consistent sync.Paul Mundt2011-05-311-1/+1
* sh64: asm/pgtable.h needs asm/mmu.hPaul Mundt2011-05-311-0/+1
* sh: asm/tlb.h needs linux/swap.hNobuhiro Iwamatsu2011-05-311-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2011-05-3117-38/+29
|\
| * Merge branch 'setns'Linus Torvalds2011-05-284-2/+6
| |\
| | * ns: Wire up the setns system callEric W. Biederman2011-05-284-2/+6
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2011-05-271-1/+0
| |\ \
| | * | PM / Hibernate: Remove arch_prepare_suspend()Rafael J. Wysocki2011-05-241-1/+0
| * | | arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Akinobu Mita2011-05-261-6/+0
| * | | kgdbts: unify/generalize gdb breakpoint adjustmentMike Frysinger2011-05-261-0/+1
| * | | sh: convert to asm-generic ptrace.hMike Frysinger2011-05-261-2/+4