summaryrefslogtreecommitdiff
path: root/arch/sh
AgeCommit message (Expand)AuthorFilesLines
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-05-23Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-25/+0
2012-05-23Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2012-05-22Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2-2/+2
2012-05-18Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo2-2/+2
2012-05-09sched/numa: Rewrite the CONFIG_NUMA sched domain supportPeter Zijlstra1-25/+0
2012-05-08sh-use-common-threadinfo-allocatorThomas Gleixner2-53/+3
2012-05-08Merge branch 'smp/threadalloc' into smp/hotplugThomas Gleixner3-3/+2
2012-05-08fork: Remove the weak insanityThomas Gleixner1-1/+0
2012-05-08sh: Remove cpu_idle_wait()Thomas Gleixner3-24/+0
2012-05-05init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASKThomas Gleixner1-1/+0
2012-05-05sh: Use generic init_taskThomas Gleixner4-32/+3
2012-05-04Merge tag 'v3.4-rc5' into nextJames Morris2-2/+2
2012-04-27sh: Fix up tracepoint build fallout from static key introduction.Nobuhiro Iwamatsu1-1/+1
2012-04-26perf: Remove PERF_COUNTERS config optionRobert Richter1-1/+1
2012-04-26sh: Use generic idle thread allocationThomas Gleixner3-17/+2
2012-04-26smp: Add task_struct argument to __cpu_up()Thomas Gleixner1-1/+1
2012-04-19sh: Fix error synchronising kernel page tablesStuart Menefy1-1/+1
2012-04-18seccomp: ignore secure_computing return valuesWill Drewry2-2/+2
2012-04-16Fix typo in various Kconfig fileMasanari Iida1-1/+1
2012-04-07Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds18-16/+61
2012-04-05Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds3-14/+24
2012-04-04sh: fix clock-sh7757 for the latest sh_mobile_sdhi driverShimoda, Yoshihiro1-1/+1
2012-03-31Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-6/+2
2012-03-31Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-7/+3
2012-03-30Merge branches 'sh/urgent', 'sh/vsyscall' and 'common/serial-rework' into sh-...Paul Mundt2-13/+45
2012-03-30sh: vsyscall: Fix up .eh_frame generation.Paul Mundt2-13/+45
2012-03-30sh: dma: Fix up device attribute mismatch from sysdev fallout.Paul Mundt1-1/+1
2012-03-30sh: dwarf unwinder depends on SHcompact.Paul Mundt1-0/+1
2012-03-30sh: fix up fallout from system.h disintegration.Paul Mundt13-1/+13
2012-03-30Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds17-331/+383
2012-03-30Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-9/+0
2012-03-30Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2-12/+1
2012-03-29sh: Support I/O space swapping where needed.Paul Mundt3-15/+62
2012-03-29sh: use set_current_blocked() and block_sigmask()Matt Fleming2-49/+20
2012-03-29sh: no need to reset handler if SA_ONESHOTMatt Fleming2-6/+0
2012-03-29Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds56-397/+495
2012-03-28Delete all instances of asm/system.hDavid Howells1-8/+0
2012-03-28Move all declarations of free_initmem() to linux/mm.hDavid Howells1-1/+0
2012-03-28Disintegrate asm/system.h for SHDavid Howells56-396/+503
2012-03-28SH: adapt for dma_map_ops changesAndrzej Pietrasiewicz3-14/+24
2012-03-28sh: select ARCH_DISCARD_MEMBLOCK.Paul Mundt1-0/+1
2012-03-28sh: Consolidate duplicate _32/_64 unistd definitions.Paul Mundt3-80/+40
2012-03-28sh: ecovec: switch SDHI controllers to card pollingGuennadi Liakhovetski1-41/+63
2012-03-28sh: Avoid exporting unimplemented syscalls.Paul Mundt4-70/+71
2012-03-28sh: add platform_device for RSPI in setup-sh7757Shimoda, Yoshihiro1-0/+20
2012-03-28SH: pci-sh7780: enable big-endian operation.Thomas Schwinge1-3/+12
2012-03-28sh: dma: Collect up CHCR of SH7763, SH7764, SH7780 and SH7785Nobuhiro Iwamatsu1-17/+5
2012-03-28sh: dma: Collect up CHCR of SH7723 and SH7730Nobuhiro Iwamatsu1-7/+3
2012-03-28Merge branch 'sh/cpufreq' into sh-latestPaul Mundt1-39/+82