summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* omap_hsmmc: add missing probe handler hookRoger Quadros2009-10-291-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2009-10-235-42/+5Star
|\
| * move virtrng_remove to .devexit.textUwe Kleine-König2009-10-221-1/+1
| * move virtballoon_remove to .devexit.textUwe Kleine-König2009-10-221-1/+1
| * virtio_blk: Revert serial number supportRusty Russell2009-10-221-34/+3Star
| * virtio: let header files include virtio_ids.hChristian Borntraeger2009-10-225-5/+0Star
| * virtio_blk: revert QUEUE_FLAG_VIRT additionChristoph Hellwig2009-10-221-1/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-10-2311-53/+111
|\ \
| * | niu: VLAN_ETH_HLEN should be used to make sure that the whole MAC header was ...Joyce Yu2009-10-221-1/+1
| * | KS8851: Fix ks8851_set_rx_mode() for IFF_MULTICASTBen Dooks2009-10-211-1/+1
| * | KS8851: Fix MAC address write orderBen Dooks2009-10-212-4/+34
| * | KS8851: Add soft reset at probe timeBen Dooks2009-10-211-0/+3
| * | net: fix section mismatch in fec.cSteven King2009-10-211-1/+1
| * | ethoc: clear only pending irqsThomas Chou2009-10-191-1/+1
| * | ethoc: inline regs accessThomas Chou2009-10-191-9/+10
| * | vmxnet3: use dev_dbg, fix build for CONFIG_BLOCK=nRandy Dunlap2009-10-172-10/+19
| * | virtio_net: use dev_kfree_skb_any() in free_old_xmit_skbs()Eric Dumazet2009-10-151-1/+1
| * | be2net: fix support for PCI hot plugSathya Perla2009-10-152-11/+22
| * | be2net: fix promiscuous and multicast promiscuous modes being enabled alwaysSathya Perla2009-10-153-14/+18
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-10-226-61/+127
|\ \ \
| * | | Input: hp_sdc_rtc - fix test in hp_sdc_rtc_read_rt()Roel Kluin2009-10-181-1/+1
| * | | Input: atkbd - consolidate force release quirks for volume keysHerton Ronaldo Krzesinski2009-10-181-37/+14Star
| * | | Input: logips2pp - model 73 is actually TrackMan FXDmitry Torokhov2009-10-181-1/+1
| * | | Input: i8042 - add Sony Vaio VGN-FZ240E to the nomux listDmitry Torokhov2009-10-181-0/+11
| * | | Input: fix locking issue in /proc/bus/input/ handlersDmitry Torokhov2009-10-141-17/+48
| * | | Input: atkbd - postpone restoring LED/repeat rate at resumeDmitry Torokhov2009-10-141-4/+15
| * | | Input: atkbd - restore resetting LED state at startupDmitry Torokhov2009-10-131-0/+26
| * | | Input: i8042 - make pnp_data_busted variable boolean instead of intDmitry Torokhov2009-10-131-1/+1
| * | | Input: synaptics - add another Protege M300 to rate blacklistDmitry Torokhov2009-10-131-0/+10
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2009-10-226-45/+55
|\ \ \ \
| * | | | dm snapshot: allow chunk size to be less than page sizeMikulas Patocka2009-10-171-16/+0Star
| * | | | dm snapshot: use unsigned integer chunk sizeMikulas Patocka2009-10-174-23/+25
| * | | | dm snapshot: lock snapshot while supplying statusMikulas Patocka2009-10-171-0/+4
| * | | | dm exception store: fix failed set_chunk_size error pathMikulas Patocka2009-10-171-1/+1
| * | | | dm snapshot: require non zero chunk size by end of ctrMikulas Patocka2009-10-171-0/+5
| * | | | dm: dec_pending needs locking to save error valueKiyoshi Ueda2009-10-171-2/+8
| * | | | dm: add missing del_gendisk to alloc_dev error pathZdenek Kabelac2009-10-171-0/+1
| * | | | dm log: userspace fix incorrect luid cast in userspace_ctrAndrew Morton2009-10-171-1/+1
| * | | | dm snapshot: free exception store on init failureJonathan Brassow2009-10-171-1/+4
| * | | | dm snapshot: sort by chunk size to fix raceMikulas Patocka2009-10-171-1/+6
* | | | | mmc: at91_mci: Don't include asm/mach/mmc.hUwe Kleine-König2009-10-221-1/+0Star
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2009-10-221-2/+12
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | crypto: padlock-sha - Fix stack alignmentHerbert Xu2009-09-221-2/+12
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2009-10-161-4/+4
|\ \ \ \ \
| * | | | | amd64_edac: fix DRAM base and limit extraction masks, v2Borislav Petkov2009-10-161-4/+4
| | |/ / / | |/| | |
* | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-10-1610-21/+62
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | sata_mv: Prevent PIO commands to be defered too long if traffic in progress.Gwendal Grignou2009-10-161-2/+27
| * | | | pata_sc1200: Fix crash on bootAlan Cox2009-10-161-2/+1Star
| * | | | libata: fix internal command failure handlingTejun Heo2009-10-161-5/+7
| * | | | libata: fix PMP initializationTejun Heo2009-10-161-2/+4