summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sparc64: all pointers to irq_handler_data renamed to handler_dataSam Ravnborg2011-03-171-39/+39
* sparc: in handler_irq() rename irq parameter to pilSam Ravnborg2011-03-173-21/+21
* sparc64: fix direct access to irq_descSam Ravnborg2011-03-171-7/+7
* sparc: Fix sbus_alloc_coherent error handling.Kristoffer Glembo2011-03-171-2/+2
* sparc: Make mmu_inval_dma_area take void * instead of unsigned long to minimi...Kristoffer Glembo2011-03-171-26/+27
* sparc/leon: Make mmu_inval_dma_area flush dcache for LEONs without snooping e...Kristoffer Glembo2011-03-171-3/+7
* sparc/leon: Add LEON dma_ops.Kristoffer Glembo2011-03-171-5/+13
* sparc: Add pci32_unmap_page.Kristoffer Glembo2011-03-171-0/+8
* sparc: Replace open coded page alignment with PAGE_ALIGN macro.Kristoffer Glembo2011-03-171-14/+11Star
* Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-03-17178-1725/+1407Star
|\
| * tty: serial: altera_jtaguart: Add device tree supportTobias Klauser2011-03-012-2/+17
| * tty: serial: altera_uart: Add devicetree supportTobias Klauser2011-03-012-4/+54
| * dt: eliminate of_platform_driver shim codeGrant Likely2011-03-012-79/+1Star
| * dt: Eliminate of_platform_{,un}register_driverGrant Likely2011-02-2827-148/+134Star
| * dt/serial: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-289-46/+42Star
| * dt/usb: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-288-41/+33Star
| * dt/video: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-2813-64/+52Star
| * dt/net: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-2826-128/+123Star
| * dt/sound: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-288-49/+43Star
| * dt/spi: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-288-36/+28Star
| * dt: uartlite: merge platform and of_platform driver bindingsGrant Likely2011-02-281-79/+24Star
| * dt: xilinx_hwicap: merge platform and of_platform driver bindingsGrant Likely2011-02-281-82/+47Star
| * ipmi: convert OF driver to platform driverRob Herring2011-02-281-47/+23Star
| * leds/leds-gpio: merge platform_driver with of_platform_driverGrant Likely2011-02-281-127/+87Star
| * dt/sparc: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-2827-148/+133Star
| * dt/powerpc: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-2826-161/+120Star
| * dt/powerpc: move of_bus_type infrastructure to ibmebusGrant Likely2011-02-284-437/+400Star
| * drivercore/dt: add a match table pointer to struct deviceGrant Likely2011-02-282-2/+4
| * dt: Typo fix.Lennert Buytenhek2011-02-281-1/+1
| * Merge commit 'v2.6.38-rc6' into devicetree/nextGrant Likely2011-02-28738-5880/+7892
| |\
| * | altera_ps2: Add devicetree supportWalter Goossens2011-02-162-2/+17
| * | powerpc/pci: Make both ppc32 and ppc64 use sysdata for pci_controllerGrant Likely2011-02-0410-42/+24Star
* | | Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2011-03-1755-619/+220Star
|\ \ \
| * | | BKL: That's all, folksArnd Bergmann2011-03-057-232/+2Star
| * | | fs/locks.c: Remove stale FIXME left over from BKL conversionMatt Fleming2011-03-051-1/+0Star
| * | | ipx: remove the BKLArnd Bergmann2011-03-052-33/+20Star
| * | | appletalk: remove the BKLArnd Bergmann2011-03-052-25/+16Star
| * | | x25: remove the BKLArnd Bergmann2011-03-053-43/+23Star
| * | | ufs: remove the BKLArnd Bergmann2011-03-027-108/+83Star
| * | | hpfs: remove the BKLArnd Bergmann2011-03-027-62/+75
| * | | drivers: remove extraneous includes of smp_lock.hArnd Bergmann2011-03-0221-22/+0Star
| * | | tracing: don't trace the BKLArnd Bergmann2011-03-022-68/+0Star
| * | | adfs: remove the big kernel lockArnd Bergmann2011-03-024-25/+1Star
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-03-171143-37918/+119131
|\ \ \
| * | | bonding: enable netpoll without checking link statusAndy Gospodarek2011-03-161-2/+0Star
| * | | xfrm: Refcount destination entry on xfrm_lookupSteffen Klassert2011-03-161-0/+2
| * | | net: introduce rx_handler results and logic around thatJiri Pirko2011-03-168-39/+98
| * | | bonding: get rid of IFF_SLAVE_INACTIVE netdev->priv_flagJiri Pirko2011-03-163-10/+14
| * | | bonding: wrap slave state workJiri Pirko2011-03-164-25/+46
| * | | net: get rid of multiple bond-related netdevice->priv_flagsJiri Pirko2011-03-163-50/+15Star