aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-22sparc: correct section of current_pc()Frederic Weisbecker1-0/+1
2008-10-22sparc: correct section of apc_no_idleFrederic Weisbecker1-1/+1
2008-10-12sparc32: fix build errorsRobert Reif2-0/+2
2008-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller2-0/+3
2008-10-08Merge branches 'sched/devel', 'sched/cpu-hotplug', 'sched/cpusets' and 'sched/urgent' into sched/coreIngo Molnar2-0/+3
2008-10-07sparc32: sun4m interrupt mask cleanupRobert Reif2-71/+91
2008-09-21sparc: arch/sparc/kernel/pmc.c -- extra #include?David Brownell1-2/+0
2008-09-19sparc32: Add more extensive documentation of sun4m interrupts.David S. Miller1-0/+53
2008-09-19sparc32: Kill irq_rcvreg from sun4m_irq.cDavid S. Miller1-6/+2
2008-09-19sparc32: Delete master_l10_limit.David S. Miller4-4/+0
2008-09-19sparc32: Use PROM device probing for sun4c timers.David S. Miller1-20/+39
2008-09-19sparc32: Use PROM device probing for sun4c interrupt register.David S. Miller1-26/+21
2008-09-19sparc32: Delete claim_ticker14().David S. Miller1-46/+0
2008-09-19sparc32: Stop calling claim_ticker14() from sun4c_irq.cDavid S. Miller1-1/+1
2008-09-19sparc32: Kill clear_profile_irq btfixup entry.David S. Miller5-25/+0
2008-09-19sparc32: Call sun4m_clear_profile_irq() directly from sun4m_smp.cDavid S. Miller2-2/+5
2008-09-19sparc32: Remove #if 0'd code from sun4c_irq.cDavid S. Miller1-9/+0
2008-09-19sparc32: Remove some SMP ifdefs in sun4d_irq.cDavid S. Miller1-26/+16
2008-09-19sparc32: Use PROM infrastructure for probing and mapping sun4d timers.David S. Miller1-56/+83
2008-09-19sparc32: Use PROM device probing for sun4m irq registers.David S. Miller2-129/+74
2008-09-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6David S. Miller1-1/+1
2008-09-13sparc32: Use PROM device probing for sun4m timer registers.David S. Miller1-64/+57
2008-09-12sparc: Fix user_regset 'n' field values.David S. Miller1-2/+2
2008-09-12sparc: Fix user_regset 'n' field values.David S. Miller1-2/+2
2008-09-10sparc32: Call parse_early_param() in setup_arch().David S. Miller1-0/+1
2008-09-10sparc32: Fix function signature of of_bus_sbus_get_flags().David S. Miller1-1/+1
2008-09-10sparc32: Need to close openned RTC device just like sparc64.David S. Miller1-3/+6
2008-09-08sparc32: Move sun4d show_leds() out of asm/obio.hDavid S. Miller2-1/+11
2008-09-08sparc32: Fix coding style of sparc_cpu_model setting code.David S. Miller1-7/+14
2008-09-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6David S. Miller3-15/+32
2008-09-08kernel/cpu.c: create a CPU_STARTING cpu_chain notifierManfred Spraul2-0/+3
2008-09-03sparc32: Kill remaining asm/mostek.h inclusions.David S. Miller2-2/+0
2008-09-03sparc32: use RTC subsystemDavid S. Miller2-159/+60
2008-09-03sparc: Fix handling of LANCE and ESP parent nodes in of_device.cDavid S. Miller1-4/+22
2008-08-31sparc: remove CONFIG_SUN4Adrian Bunk12-379/+27
2008-08-31sparc: Annotate of_device_id arrays with const or __initdata.David S. Miller3-3/+3
2008-08-30sparc: Kill ebus_bus_type.David S. Miller1-10/+0
2008-08-30sparc: Kill EBUS driver layer.David S. Miller4-404/+1
2008-08-29sparc: Kill now spurious includes of sbus.hDavid S. Miller4-4/+0
2008-08-29sparc32: Kill iounit_map_dma_*().David S. Miller1-3/+0
2008-08-29sparc: Kill sbus_bus_type.David S. Miller1-9/+0
2008-08-29sparc: Remove generic SBUS probing layer.David S. Miller1-23/+0
2008-08-29sparc: Add OF archdata propagation helper.David S. Miller1-0/+22
2008-08-29sparc: Kill sbus_arch_preinit().David S. Miller1-9/+3
2008-08-29sparc: Kill sbus_ioremap() and sbus_iounmap().David S. Miller2-18/+0
2008-08-29sparc: Convert remaining sbus_ioremap() and sbus_iounmap() users.David S. Miller5-13/+19
2008-08-29sparc: Remove dinky old-style SBUS probing facilities.David S. Miller1-1/+0
2008-08-29sparc: Remove SBUS layer resource and irq handling.David S. Miller1-27/+0
2008-08-29sparc: Kill SBUS layer IRQ hooks.David S. Miller4-100/+0
2008-08-29sparc32: Convert sun4d IRQ code to use generic device tree probing.David S. Miller1-35/+48