summaryrefslogtreecommitdiffstats
path: root/arch/sh (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | sh: initial stack protector support.Filippo Arcidiacono2012-04-195-0/+57
| | | | |/ / | | | |/| |
| | * | | | sh: Move board specific options into the Board support menuStuart Menefy2012-04-191-2/+2
| | * | | | sh: Improve oops error reportingStuart Menefy2012-04-191-23/+74
| * | | | | Merge branch 'sh/kgdb' into sh-latestPaul Mundt2012-04-172-39/+96
| |\ \ \ \ \
| | * | | | | sh: kgdb: Unset CACHE_FLUSH_IS_SAFE for SMP.Paul Mundt2012-04-111-3/+8
| | * | | | | sh: kgdb: Fix up NULL pointer deref by kgdb_nmicallback.Paul Mundt2012-04-101-1/+1
| | * | | | | sh: kgdb: Fill out sleeping_thread_to_gdb_regs() state.Paul Mundt2012-04-101-0/+23
| | * | | | | sh: kgdb: Individual register get/set support.Paul Mundt2012-04-102-36/+53
| | * | | | | sh: kgdb: Fix up basic SMP support.Paul Mundt2012-04-101-0/+12
| | | |/ / / | | |/| | |
| * | | | | sh: Add support pinmux for SH7734Nobuhiro Iwamatsu2012-04-172-0/+2498
| * | | | | sh: Add initial support for SH7734 CPU subtypeNobuhiro Iwamatsu2012-04-179-3/+1396
| * | | | | sh: sh2: Change the specification method of IRQ to SCIx_IRQ_MUXEDNobuhiro Iwamatsu2012-04-175-20/+20
| * | | | | sh: sh3: Change the specification method of IRQ to SCIx_IRQ_MUXEDNobuhiro Iwamatsu2012-04-174-9/+9
| * | | | | sh: sh4: Change the specification method of IRQ to SCIx_IRQ_MUXEDNobuhiro Iwamatsu2012-04-171-2/+2
| * | | | | sh: sh4a: Change the specification method of IRQ to SCIx_IRQ_MUXEDNobuhiro Iwamatsu2012-04-1710-44/+44
| * | | | | sh64: Kill off dead page fault debug cruft.Paul Mundt2012-04-111-69/+5
| * | | | | sh64: Port OOM changes to do_page_faultPaul Mundt2012-04-111-10/+30
| * | | | | sh/mm/fault_32.c: Port OOM changes to do_page_faultKautuk Consul2012-04-111-9/+29
| |/ / / /
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-05-231-1/+1
|\ \ \ \ \
| * | | | | Fix typo in various Kconfig fileMasanari Iida2012-04-161-1/+1
| |/ / / /
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-05-231-25/+0
|\ \ \ \ \
| * | | | | sched/numa: Rewrite the CONFIG_NUMA sched domain supportPeter Zijlstra2012-05-091-25/+0
| | |_|/ / | |/| | |
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-05-231-1/+1
|\ \ \ \ \
| * | | | | Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo2012-05-182-2/+2
| |\| | | |
| * | | | | perf: Remove PERF_COUNTERS config optionRobert Richter2012-04-261-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-05-222-2/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge tag 'v3.4-rc5' into nextJames Morris2012-05-042-2/+2
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | seccomp: ignore secure_computing return valuesWill Drewry2012-04-182-2/+2
| | |/ / | |/| |
* | | | sh-use-common-threadinfo-allocatorThomas Gleixner2012-05-082-53/+3
* | | | Merge branch 'smp/threadalloc' into smp/hotplugThomas Gleixner2012-05-083-3/+2
|\ \ \ \
| * | | | fork: Remove the weak insanityThomas Gleixner2012-05-081-1/+0
| | |/ / | |/| |
| * | | sh: Fix up tracepoint build fallout from static key introduction.Nobuhiro Iwamatsu2012-04-271-1/+1
| | |/ | |/|
| * | sh: Fix error synchronising kernel page tablesStuart Menefy2012-04-191-1/+1
| |/
* | sh: Remove cpu_idle_wait()Thomas Gleixner2012-05-083-24/+0
* | init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASKThomas Gleixner2012-05-051-1/+0
* | sh: Use generic init_taskThomas Gleixner2012-05-054-32/+3
* | sh: Use generic idle thread allocationThomas Gleixner2012-04-263-17/+2
* | smp: Add task_struct argument to __cpu_up()Thomas Gleixner2012-04-261-1/+1
|/
* Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds2012-04-0718-16/+61
|\
| * sh: fix clock-sh7757 for the latest sh_mobile_sdhi driverShimoda, Yoshihiro2012-04-041-1/+1
| *-. Merge branches 'sh/urgent', 'sh/vsyscall' and 'common/serial-rework' into sh-...Paul Mundt2012-03-302-13/+45
| |\ \
| | * | sh: vsyscall: Fix up .eh_frame generation.Paul Mundt2012-03-302-13/+45
| | |/
| * | sh: dma: Fix up device attribute mismatch from sysdev fallout.Paul Mundt2012-03-301-1/+1
| * | sh: dwarf unwinder depends on SHcompact.Paul Mundt2012-03-301-0/+1
| * | sh: fix up fallout from system.h disintegration.Paul Mundt2012-03-3013-1/+13
| |/
* | Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-04-053-14/+24
|\ \
| * | SH: adapt for dma_map_ops changesAndrzej Pietrasiewicz2012-03-283-14/+24
* | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2012-03-311-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-311-7/+3
|\ \ \ \ | |_|_|/ |/| | |