summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | sh: CPU hotplug support.Paul Mundt2010-04-264-3/+152
| | * | sh: cache secondary CPUs idle loop.Paul Mundt2010-04-261-4/+9
| | * | sh: flag smp_store_cpu_info() __cpuinit.Paul Mundt2010-04-261-2/+2
| | * | sh: provide percpu CPU states for hotplug notifiers.Paul Mundt2010-04-261-4/+10
| | * | sh: Make sure all SH-X3 cores are populated in the present CPU map.Paul Mundt2010-04-261-0/+3
| | * | sh: convert online CPU map twiddling to cpumask.Paul Mundt2010-04-262-2/+2
| | * | sh: arch/sh/kernel/setup.c needs asm/smp.h.Paul Mundt2010-04-261-0/+1
| | * | sh: Flag present CPUs hotpluggable in topology registration.Paul Mundt2010-04-261-1/+5
| | * | sh: Move platform smp ops in to their own structure.Paul Mundt2010-04-214-16/+32
| * | | Merge branch 'sh/stable-updates'Paul Mundt2010-04-269-3/+6
| |\ \ \
| * \ \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/mfleming...Paul Mundt2010-04-261-1/+4
| |\ \ \ \
| | * | | | sh: Use correct mask when comparing PMB DATA array valuesMatt Fleming2010-04-251-1/+4
| | | |/ / | | |/| |
| * / | | SH: constify multiple DMA related objects and references to themGuennadi Liakhovetski2010-04-265-58/+18
| |/ / /
| * | | sh: __cpuinit annotate the CPU init path.Paul Mundt2010-04-213-12/+12
| * | | sh: Tidy CPU probing and fixup section annotations.Paul Mundt2010-04-216-18/+7
| * | | sh: hw-breakpoints: Kill off stub unthrottle callback.Paul Mundt2010-04-211-5/+0
| * | | sh: dwarf unwinder needs linux/module.h.Paul Mundt2010-04-201-0/+1
| * | | sh: intc: IRQ auto-distribution support.Paul Mundt2010-04-152-26/+59
| * | | sh: Disable IRQ balancing for timer and IPI IRQs.Paul Mundt2010-04-151-2/+2
| * | | sh: intc: userimask support.Paul Mundt2010-04-131-0/+3
| * | | sh: dmaengine support for SH7786 DMAC0.Paul Mundt2010-04-131-1/+81
| * | | Merge branch 'sh/stable-updates'Paul Mundt2010-04-051-0/+3
| |\ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge branches 'sh/intc-extension', 'sh/dmaengine', 'sh/serial-dma' and 'sh/c...Paul Mundt2010-03-3036-492/+405
| |\ \ \ \ \
| | | * | | | sh: sh7724 clkdev lookups.Paul Mundt2010-03-302-10/+41
| | | * | | | sh: sh7723 clkdev lookups.Paul Mundt2010-03-292-11/+42
| | | * | | | sh: sh7722 clock string death.Paul Mundt2010-03-292-6/+2
| | | * | | | sh: sh7366 clock string death.Paul Mundt2010-03-292-6/+2
| | | * | | | sh: sh7343 clock string death.Paul Mundt2010-03-292-6/+2
| | | * | | | sh: Kill off timer clock strings for legacy CPG parts.Paul Mundt2010-03-2918-77/+0
| | | * | | | sh: provide some clock lookup aliases for legacy CPG parts.Paul Mundt2010-03-291-0/+5
| | | * | | | sh: sh7785 clkdev lookups.Paul Mundt2010-03-292-7/+38
| | | * | | | sh: sh7786 clkdev lookups.Paul Mundt2010-03-292-12/+68
| | | * | | | serial: sh-sci: clkdev updates for MSTP gating.Paul Mundt2010-03-1013-60/+34
| | | * | | | Merge branch 'sh/driver-core' into sh/clkfwkPaul Mundt2010-03-1026-243/+1
| | | |\ \ \ \
| | | | * | | | sh: Kill off all timer name clobbering.Paul Mundt2010-03-1025-242/+0
| | | * | | | | sh: Support early clkdev allocations.Paul Mundt2010-03-091-3/+10
| | | * | | | | sh: Merge clkdev API updates.Paul Mundt2010-03-093-55/+164
* | | | | | | | hw-breakpoints: Change/Enforce some breakpoints policiesFrederic Weisbecker2010-05-011-27/+7
* | | | | | | | hw-breakpoints: Tag ptrace breakpoint as exclude_kernelFrederic Weisbecker2010-05-011-1/+1
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge branch 'master' into export-slabhTejun Heo2010-04-053-2/+6
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | sh: export return_address() symbol.Paul Mundt2010-04-021-0/+3
| |/ / / / /
| * | | | | sh: Enable the mmu in start_secondary()Matt Fleming2010-03-291-0/+1
| * | | | | arch/sh/kernel: Use set_cpus_allowed_ptrJulia Lawall2010-03-291-2/+2
* | | | | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-309-3/+6
|/ / / / /
* | | | | sh: Silence unintialized variable warnings in dwarf unwinder.Paul Mundt2010-03-231-2/+2
* | | | | sh: Tidy up a couple of section mismatches.Paul Mundt2010-03-232-2/+2
* | | | | sh64: Remove long unused mid_sched macroAndreas Bombe2010-03-231-7/+0
|/ / / /
* | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-181-1/+19
|\ \ \ \
| * | | | perf: Rework and fix the arch CPU-hotplug hooksPeter Zijlstra2010-03-101-1/+19
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-03-121-1/+1
|\ \ \ \