summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sparc: Convert all SBUS drivers to dma_*() interfaces.David S. Miller2008-08-2914-310/+206Star
* 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/+47Star
* sparc: Make SBUS DMA interfaces take struct device.David S. Miller2008-08-2916-156/+167
* sparc: Propagate SBUS iommu archdata into real of_device objects.David S. Miller2008-08-291-4/+20
* 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-2912-717/+246Star
* sparc: Kill videopix SBUS driver.David S. Miller2008-08-298-1356/+0Star
* sparc: Delete bare sbus char bpp driver, obsoleted by parport_sunbppDavid S. Miller2008-08-298-1141/+0Star
* sparc64: Fix irq_of_parse_and_map() and irq_dispose_mapping().David S. Miller2008-08-263-6/+8
* sparc64: Use the cond_syscall()s in kernel/sys_ni.c instead of home-grown copy.David S. Miller2008-08-262-20/+2Star
* 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-254-2/+17
* sparc64: Add generic interface for registering a dimm printing handler.David S. Miller2008-08-253-13/+79
* sparc64: Use consistent chmc_ prefix in variables, types, and functions.David S. Miller2008-08-251-117/+120
* sparc64: Convert UltraSPARC-III memory controller driver to OF driver probing.David S. Miller2008-08-251-41/+78
* hwmon: Add Ultra45 workstation hwmon driver.David S. Miller2008-08-253-0/+328
* sparc64: Kill duplicated sys_pause() implementation.David S. Miller2008-08-252-9/+1Star
* sparc64: Split syscall_trace() into two functions.David S. Miller2008-08-254-32/+30Star
* sparc: Add GPIO layer support.David S. Miller2008-08-253-0/+48
* sparc: Implement irq_of_parse_and_map() and irq_dispose_mapping().David S. Miller2008-08-253-0/+30
* sparc: Add mutex for set property calls.David S. Miller2008-08-253-0/+14
* sparc64: Add JBUS NUMA detection.David S. Miller2008-08-251-0/+40
* Fix oops in acer_wmi driver (acer_wmi_init)Arjan van de Ven2008-08-241-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-08-2310-49/+149
|\
| * ipv6: protocol for address routesStephen Hemminger2008-08-231-0/+1
| * icmp: icmp_sk() should not use smp_processor_id() in preemptible codeDenis V. Lunev2008-08-232-19/+26
| * pkt_sched: Fix qdisc list lockingJarek Poplawski2008-08-223-8/+42
| * pkt_sched: Fix qdisc_watchdog() vs. dev_deactivate() raceJarek Poplawski2008-08-213-0/+13
| * sctp: fix potential panics in the SCTP-AUTH API.Vlad Yasevich2008-08-212-22/+67
* | removed unused #include <linux/version.h>'sAdrian Bunk2008-08-2367-72/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2008-08-221-4/+6
|\ \
| * | crypto: authenc - Avoid using clobbered request pointerHerbert Xu2008-08-221-4/+6
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2008-08-222-3/+12
|\ \ \
| * | | ALSA: hda - Fix call of alc888_coef_init()Takashi Iwai2008-08-221-3/+3
| * | | ALSA: hda_intel: enable snoop for nvidia HDA controllerPeer Chen2008-08-211-0/+9
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2008-08-2213-238/+460
|\ \ \ \
| * | | | ext4: Update documentation to remind users to update mke2fs.confTheodore Ts'o2008-07-281-0/+6
| * | | | ext4: Fix small file fragmentationAneesh Kumar K.V2008-08-192-13/+61
| * | | | ext4: Initialize writeback_index to 0 when allocating a new inodeAneesh Kumar K.V2008-08-201-0/+1
| * | | | ext4: make sure ext4_has_free_blocks returns 0 for ENOSPCAneesh Kumar K.V2008-08-201-0/+3
| * | | | ext4: journal credit fix for the delayed allocation's writepages() functionMingming Cao2008-08-202-24/+58
| * | | | ext4: Rework the ext4_da_writepages() functionAneesh Kumar K.V2008-08-201-88/+113
| * | | | ext4: journal credits reservation fixes for DIO, fallocateMingming Cao2008-08-203-27/+30
| * | | | ext4: journal credits reservation fixes for extent file writepageMingming Cao2008-08-203-62/+49Star
| * | | | ext4: journal credits calulation cleanup and fix for non-extent writepageMingming Cao2008-08-203-34/+108
| * | | | ext4: Fix bug where we return ENOSPC even though we have plenty of inodesEric Sandeen2008-08-201-1/+1
| * | | | ext4: don't try to resize if there are no reserved gdt blocks leftJosef Bacik2008-08-201-1/+2
| * | | | ext4: Use ext4_discard_reservations instead of mballoc-specific callTheodore Ts'o2008-08-161-1/+1
| * | | | ext4: Fix ext4_dx_readdir hash collision handlingTheodore Ts'o2008-08-201-5/+15