summaryrefslogtreecommitdiffstats
path: root/arch/sh
Commit message (Expand)AuthorAgeFilesLines
* Combine instrumentation menus in kernel/Kconfig.instrumentationMathieu Desnoyers2007-10-192-24/+1Star
* Use extended crashkernel command line on shBernhard Walle2007-10-192-26/+33
* Use helpers to obtain task pid in printks (arch code)Alexey Dobriyan2007-10-193-6/+7
* pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn2007-10-191-1/+1
* PM: Rename struct pm_ops and related thingsRafael J. Wysocki2007-10-181-3/+3
* Remove dma_cache_(wback|inv|wback_inv) functionsRalf Baechle2007-10-172-5/+5
* remove include/asm-*/ipc.hAdrian Bunk2007-10-171-1/+1
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-2/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2007-10-162-4/+4
|\
| * kbuild: enable 'make AFLAGS=...' to add additional options to ASSam Ravnborg2007-10-151-1/+1
| * kbuild: enable 'make CFLAGS=...' to add additional options to CCSam Ravnborg2007-10-142-3/+3
* | SH vDSO: linker script indentationRoland McGrath2007-10-161-35/+42
* | fix memory hot remove not configured case.KAMEZAWA Hiroyuki2007-10-161-6/+0Star
* | During VM oom condition, kill all threads in process groupWill Schmidt2007-10-161-1/+1
* | Consolidate PTRACE_DETACHAlexey Dobriyan2007-10-161-4/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2007-10-1399-3034/+7127
|\ \
| * | sh: allow building for both r2d boards in same binary.Magnus Damm2007-10-101-8/+1Star
| * | sh: fix r2d board detectionMagnus Damm2007-10-101-2/+5
| * | sh: Discard .exit.text/.exit.data at runtime.Paul Mundt2007-10-091-0/+5
| * | sh: Fix up some section alignments in linker script.Paul Mundt2007-10-091-0/+4
| * | sh: Rip out left-over nommu cond syscall cruft.Paul Mundt2007-10-041-18/+0Star
| * | sh: Make kgdb i-cache flushing less inept.Paul Mundt2007-10-031-4/+4
| * | sh: kgdb section mismatches and tidying.Paul Mundt2007-10-031-42/+3Star
| * | sh: cleanup struct irqaction initializers.Thomas Gleixner2007-10-033-4/+17
| * | sh: early_printk tidying.Paul Mundt2007-10-021-11/+4Star
| * | sh: Conditionalize gUSA support.Paul Mundt2007-09-284-2/+18
| * | sh: Follow gUSA preempt changes in __switch_to().Paul Mundt2007-09-281-3/+3
| * | sh: Tidy up gUSA preempt handling.Paul Mundt2007-09-281-7/+3Star
| * | sh: __copy_user() optimizations for small copies.Stuart Menefy2007-09-281-61/+108
| * | sh: clkfwk: Support multi-level clock propagation.Stuart Menefy2007-09-281-0/+2
| * | sh: Fix URAM start address on SH7785.Paul Mundt2007-09-271-1/+1
| * | sh: Use boot_cpu_data for CPU probe.Paul Mundt2007-09-274-129/+126Star
| * | sh: Support extended mode TLB on SH-X3.Paul Mundt2007-09-271-1/+1
| * | sh: Bump MAX_ACTIVE_REGIONS for SH7785.Paul Mundt2007-09-271-1/+2
| * | sh: Fix plat_irq_setup_pins() for SH7785.Paul Mundt2007-09-271-4/+0Star
| * | sh: Kill off duplicate NODES_SHIFT.Paul Mundt2007-09-271-5/+0Star
| * | sh: Disable 4kB pages on extended mode TLB.Paul Mundt2007-09-271-3/+5
| * | sh: Disable L2 reporting for present URAM only parts.Paul Mundt2007-09-271-5/+2Star
| * | sh: Define _ebss for uClinux MTD map driver.Paul Mundt2007-09-242-1/+3
| * | sh: Revert incorrect license string changes.Paul Mundt2007-09-242-2/+2
| * | sh: Calculate cache aliases on L2 caches.Paul Mundt2007-09-241-0/+15
| * | sh: nommu: Kill off dummy page fault ops for SH-3/4.Paul Mundt2007-09-242-67/+0Star
| * | sh: Fix alias calculation for non-aliasing cases.Paul Mundt2007-09-241-2/+2
| * | sh: Initial SH-X3 SMP support.Paul Mundt2007-09-214-208/+375
| * | sh: Plug plat_smp_setup() in to generic setup path.Paul Mundt2007-09-211-0/+5
| * | sh: Hook up the SH-X3 SMP intc register groups.Magnus Damm2007-09-211-1/+1
| * | sh: Bring SMP support back from the dead.Paul Mundt2007-09-214-88/+118
| * | sh: intc - initial SMP support.Magnus Damm2007-09-211-21/+57
| * | sh: Add SMP tlbflush variants.Paul Mundt2007-09-211-0/+140
| * | sh: Avoid smp_processor_id() in cache desc paths.Paul Mundt2007-09-211-31/+31