aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds2-3/+0
2012-12-20Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus 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/mel/linux-balancenumaLinus Torvalds1-0/+1
2012-12-16Merge branches 'iommu/fixes', 'dma-debug', 'x86/amd', 'x86/vt-d', 'arm/tegra' and 'arm/omap' into nextJoerg 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/jikos/trivialLinus 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/viro/signalLinus Torvalds13-338/+79
2012-12-11Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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/gregkh/usbLinus Torvalds6-6/+22
2012-12-11Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+3
2012-12-11Merge tag 'char-misc-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-2/+2
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus 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/rostedt/linux-trace into perf/coreIngo 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', 'arch-h8300', 'arch-m32r', 'arch-mn10300', 'arch-score', 'arch-sh' and 'arch-powerpc' into for-nextAl 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-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/balbi/usb into usb-nextGreg 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
2012-10-22sh: switch to generic kernel_thread()/kernel_execve()Al Viro10-174/+71
2012-10-22sh: convert boards to use the OHCI platform driverFlorian Fainelli4-4/+20
2012-10-17UAPI: Make arch/sh/include/uapi/asm/hw_breakpoint.h non-emptyDavid Howells1-0/+4
2012-10-15sh: Wire up kcmp syscall.Paul Mundt4-2/+6
2012-10-15Merge tag 'disintegrate-sh-20121009' of git://git.infradead.org/users/dhowells/linux-headers into sh-latestPaul Mundt32-153/+173
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds2-11/+5
2012-10-12vfs: define struct filename and have getname() return itJeff Layton2-4/+4
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds3-2/+3
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds2-10/+1