aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | 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
|\ \ \
| * \ \ Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | fix typos "precidence" -> "precedence" in commentsUwe Kleine-König2010-02-051-1/+1
* | | | Add generic sys_olduname()Christoph Hellwig2010-03-121-11/+0
* | | | Add generic sys_ipc wrapperChristoph Hellwig2010-03-121-104/+0
| |_|/ |/| |
* | | Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-071-1/+1
|/ /
* | sh: Convert sh to use read/update_persistent_clockJohn Stultz2010-03-051-5/+1
* | sh: establish PMB mappings for NUMA nodes.Paul Mundt2010-03-031-2/+1
| |
| \
*-. \ Merge branches 'sh/dmaengine', 'sh/hw-breakpoints' and 'sh/trivial'Paul Mundt2010-03-021-24/+6
|\ \ \
| * | | sh: hw-breakpoints: Accept breakpoints on NULL addresses.Paul Mundt2010-03-011-24/+6
| |/ /
* | | sh: activate runtime PM for dmaengine on sh7722 and sh7724Guennadi Liakhovetski2010-03-022-0/+9
* | | dmaengine: shdma: separate DMA headers.Guennadi Liakhovetski2010-03-024-7/+76
* | | dmaengine: shdma: convert to platform device resourcesGuennadi Liakhovetski2010-03-024-23/+432
* | | sh: add DMA slave definitions and SIU platform data to sh7722 setupGuennadi Liakhovetski2010-03-021-6/+97
|/ /
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-02-281-3/+0
|\ \
| * \ Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-01-292-1/+1
| |\ \
| * | | perf: Fix inconsistency between IP and callchain samplingAnton Blanchard2010-01-281-3/+0
* | | | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-02-281-9/+0
|\ \ \ \
| * \ \ \ Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2010-02-271-9/+0
| |\ \ \ \
| | * | | | tracing: Unify arch_syscall_addr() implementationsMike Frysinger2010-02-171-9/+0
| | |/ / /
* | | | | sh: SH-Mobile R-standby register save/restoreMagnus Damm2010-02-262-3/+121
* | | | | sh: always enable sh7724 vpu_clk and set to 166MHz on EcovecMagnus Damm2010-02-221-1/+1
* | | | | sh: add sh7724 kick callback to clk_div4_tableMagnus Damm2010-02-222-0/+15
* | | | | sh: introduce struct clk_div4_tableMagnus Damm2010-02-228-14/+44
* | | | | sh: clock-cpg div4 set_rate() shift fixMagnus Damm2010-02-221-2/+2
* | | | | Merge branch 'sh/pmb-dynamic'Paul Mundt2010-02-186-28/+74
|\ \ \ \ \
| * | | | | sh: Merge legacy and dynamic PMB modes.Paul Mundt2010-02-182-4/+40
| * | | | | sh: uncached mapping helpers.Paul Mundt2010-02-171-1/+7
| * | | | | sh: PMB tidying.Paul Mundt2010-02-171-1/+1
| * | | | | sh: Fix up more 64-bit pgprot truncation on SH-X2 TLB.Paul Mundt2010-02-171-7/+6
| * | | | | sh: Setup boot CPU VBR early to enable early page faults.Paul Mundt2010-02-172-11/+17
| * | | | | sh: Kill off some superfluous legacy PMB special casing.Paul Mundt2010-02-161-4/+3
* | | | | | sh: fix sh7723 SDHI support using INTC force_disableMagnus Damm2010-02-171-2/+4