summaryrefslogtreecommitdiffstats
path: root/arch/sh
AgeCommit message (Expand)AuthorFilesLines
2013-01-25sh: sh7723: Rename GPIO_FN_SIUOSPD to GPIO_FN_SIUAOSPDLaurent Pinchart2-2/+2
2013-01-25sh: sh7269: Rename CRX0CRX1(CRX2) marks to match GPIO namesLaurent Pinchart1-6/+6
2013-01-25sh: sh7264: Rename CRX0CRX1 mark to match GPIO namesLaurent Pinchart1-3/+3
2013-01-24Merge branch 'core/irq_work' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-1/+0
2013-01-21arch/sh: remove depends on CONFIG_EXPERIMENTALKees Cook3-11/+9
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell1-1/+1
2013-01-16sh: ecovec: add sample amixer settingsKuninori Morimoto1-0/+10
2013-01-14sh: Fix up stack debugging build.Paul Mundt1-0/+2
2013-01-14sh: wire up finit_module syscall.Paul Mundt4-2/+6
2013-01-14ASoC: simple-card: add asoc_simple_dai for initializingKuninori Morimoto2-21/+19
2013-01-11sh: Fix FDPIC binary loaderThomas Schwinge1-2/+2
2013-01-11sh: define TASK_UNMAPPED_BASE as a page aligned constantKuninori Morimoto2-2/+2
2013-01-03ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman3-5/+5
2012-12-24ASoC: fsi: remove SH_FSI_xxx_INV flagsKuninori Morimoto2-20/+4
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-3/+0
2012-12-20Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2-3/+0
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2012-12-16Merge branches 'iommu/fixes', 'dma-debug', 'x86/amd', 'x86/vt-d', 'arm/tegra'...Joerg Roedel1-0/+1
2012-12-15Merge tag 'fbdev-for-3.8' of git://gitorious.org/linux-omap-dss2/linuxLinus Torvalds5-31/+10
2012-12-13Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-12/+7
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-12-12mm, oom: remove statically defined arch functions of same nameDavid Rientjes1-12/+7
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds13-338/+79
2012-12-11Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2012-12-11Merge branch 'akpm' (Andrew's patchbomb)Linus Torvalds1-114/+23
2012-12-11mm: use vm_unmapped_area() on sh architectureMichel Lespinasse1-114/+23
2012-12-11Merge tag 'usb-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds6-6/+22
2012-12-11Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+3
2012-12-11Merge tag 'char-misc-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+2
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+0
2012-12-11mm: numa: Add fault driven placement and migrationPeter Zijlstra1-0/+1
2012-12-08Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-0/+1
2012-11-28flagday: don't pass regs to copy_thread()Al Viro2-5/+3
2012-11-28sh: switch to generic fork/vfork/cloneAl Viro5-110/+11
2012-11-28Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc...Al Viro13-230/+72
2012-11-28sh64: fix altstack switching on sigreturnAl Viro1-4/+2
2012-11-28sh/PCI: Remove CONFIG_HOTPLUG ifdefsBill Pemberton1-2/+0
2012-11-28sh: dma_debug: add debug_dma_mapping_error supportShuah Khan1-0/+1
2012-11-21sh: kfr2r09: Use the backlight API for brightness controlLaurent Pinchart3-19/+10
2012-11-21sh: ecovec24: Remove unused get_brightness LCDC callbackLaurent Pinchart1-6/+0
2012-11-21sh: ap325rxa: Remove unused get_brightness LCDC callbackLaurent Pinchart1-6/+0
2012-11-19treewide: fix typo of "suport" in various comments and KconfigMasanari Iida1-1/+1
2012-11-17irq_work: Remove CONFIG_HAVE_IRQ_WORKFrederic Weisbecker1-1/+0
2012-11-13tracing,x86: Add a TSC trace_clockDavid Sharp1-0/+1
2012-11-11Merge tag 'gadget-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2-2/+2
2012-11-08arch: Change defconfigs to point to g_mass_storage.Michal Nazarewicz2-2/+2
2012-10-25tty, ioctls -- Add new ioctl definitions for tty flags fetchingCyrill Gorcunov1-0/+3
2012-10-24/dev/mem: use phys_addr_t for physical addressesCyril Chemparathy2-2/+2
2012-10-22sh: convert to generic sys_execve()Al Viro5-56/+1