summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* sparc: Delete asm/sbus*.hDavid S. Miller2008-08-293-108/+0
* sparc: Kill now spurious includes of sbus.hDavid S. Miller2008-08-2914-14/+9
* sparc32: Kill iounit_map_dma_*().David S. Miller2008-08-293-55/+0
* sparc: Kill sbus_bus_type.David S. Miller2008-08-293-19/+0
* sparc: Remove generic SBUS probing layer.David S. Miller2008-08-297-112/+108
* sparc: Add OF archdata propagation helper.David S. Miller2008-08-293-0/+46
* sparc: Kill sbus_arch_preinit().David S. Miller2008-08-292-14/+3
* sparc32: Kill sbus_is_slave().David S. Miller2008-08-291-7/+0
* sparc: Kill OBP property members of sbus_dev and sbus_busDavid S. Miller2008-08-292-13/+0
* sparc: Kill sbus_devaddr() and sbus_dev_slot().David S. Miller2008-08-292-36/+0
* sparc: Kill sbus_ioremap() and sbus_iounmap().David S. Miller2008-08-294-39/+0
* sparc: Convert remaining sbus_ioremap() and sbus_iounmap() users.David S. Miller2008-08-296-14/+23
* sparc: Remove dinky old-style SBUS probing facilities.David S. Miller2008-08-294-28/+0
* sparc: Remove SBUS layer resource and irq handling.David S. Miller2008-08-294-62/+0
* sparc: Kill SBUS layer IRQ hooks.David S. Miller2008-08-297-144/+0
* sparc32: Convert sun4d IRQ code to use generic device tree probing.David S. Miller2008-08-291-35/+48
* sparc32: Convert pmc to OF driver.David S. Miller2008-08-291-29/+28
* sparc32: Convert apc to OF driver.David S. Miller2008-08-291-34/+38
* sparc32: Make mmu_map_dma_area and mmu_unmap_dma_area take a device pointer.David S. Miller2008-08-295-23/+19
* sparc32: Kill mmu_translate_dvma and implementations.David S. Miller2008-08-294-34/+0
* sparc32: Kill mmu_translate_dvma() usage.David S. Miller2008-08-291-35/+1
* sparc64: Convert SBUS floppy probing to use OF device objects.David S. Miller2008-08-291-18/+27
* sparc: Move SBUS DMA attribute interfaces out of asm/sbus.hDavid S. Miller2008-08-296-12/+36
* sparc: Convert all SBUS drivers to dma_*() interfaces.David S. Miller2008-08-294-96/+0
* sparc32: Implement more generic dma_*() interfaces.David S. Miller2008-08-295-6/+298
* sparc32: Make mmu_{get,release}_*() take a struct device pointer.David S. Miller2008-08-294-53/+47
* sparc: Make SBUS DMA interfaces take struct device.David S. Miller2008-08-295-73/+42
* sparc32: Make IOMMU and IO-UNIT init work with device nodes.David S. Miller2008-08-295-40/+45
* sparc: Kill SBUS DVMA layer.David S. Miller2008-08-296-500/+147
* sparc: Kill videopix SBUS driver.David S. Miller2008-08-292-59/+0
* sparc: Delete bare sbus char bpp driver, obsoleted by parport_sunbppDavid S. Miller2008-08-294-76/+0
* sparc64: Fix irq_of_parse_and_map() and irq_dispose_mapping().David S. Miller2008-08-253-6/+8
* sparc64: Use the cond_syscall()s in kernel/sys_ni.c instead of home-grown copy.David S. Miller2008-08-252-20/+2
* sparc64: Add JBUS UltraSPARC-IIIi support to memory controller driver.David S. Miller2008-08-251-83/+453
* sparc64: Allow chmc to be built as a module.David S. Miller2008-08-244-2/+17
* sparc64: Add generic interface for registering a dimm printing handler.David S. Miller2008-08-243-13/+79
* sparc64: Use consistent chmc_ prefix in variables, types, and functions.David S. Miller2008-08-241-117/+120
* sparc64: Convert UltraSPARC-III memory controller driver to OF driver probing.David S. Miller2008-08-241-41/+78
* sparc64: Kill duplicated sys_pause() implementation.David S. Miller2008-08-242-9/+1
* sparc64: Split syscall_trace() into two functions.David S. Miller2008-08-244-32/+30
* sparc: Add GPIO layer support.David S. Miller2008-08-243-0/+48
* sparc: Implement irq_of_parse_and_map() and irq_dispose_mapping().David S. Miller2008-08-243-0/+30
* sparc: Add mutex for set property calls.David S. Miller2008-08-243-0/+14
* sparc64: Add JBUS NUMA detection.David S. Miller2008-08-241-0/+40
* removed unused #include <linux/version.h>'sAdrian Bunk2008-08-235-6/+0
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-08-2219-94/+165
|\
| * x86: work around MTRR mask setting, v2Ingo Molnar2008-08-221-1/+6
| * x86: fix section mismatch warning - uv_cpu_initMarcin Slusarz2008-08-222-3/+8
| * x86: fix VMI for early paramsAlok Kataria2008-08-221-8/+8
| * x86: fix two modpost warnings in mm/init_64.cJan Beulich2008-08-221-2/+2