summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: allow initialization of previously allocated request_queueMike Snitzer2010-05-113-1/+24
* block: kill some useless goto's in blk-cgroup.cJens Axboe2010-05-031-44/+40
* Merge branch 'master' into for-2.6.35Jens Axboe2010-04-29486-3098/+7888
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2010-04-282-38/+5
| |\
| | * x86/PCI: compute Address Space length rather than using _LENBjorn Helgaas2010-04-281-38/+2
| | * x86/PCI: never allocate PCI MMIO resources below BIOS_ENDBjorn Helgaas2010-04-261-0/+3
| * | nfs d_revalidate() is too trigger-happy with d_drop()Al Viro2010-04-281-0/+2
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds2010-04-281-1/+1
| |\ \
| | * | regulator: fix enabling regulator issue on max8925Haojian Zhuang2010-04-281-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-04-2836-188/+1312
| |\ \ \
| | * | | sfc: Change falcon_probe_board() to fail for unsupported boardsBen Hutchings2010-04-283-12/+7
| | * | | sfc: Always close net device at the end of a disabling resetBen Hutchings2010-04-281-2/+2
| | * | | sfc: Wait at most 10ms for the MC to finish reading out MAC statisticsBen Hutchings2010-04-281-2/+11
| | * | | sctp: Fix oops when sending queued ASCONF chunksVlad Yasevich2010-04-284-16/+34
| | * | | sctp: fix to calc the INIT/INIT-ACK chunk length correctly is setWei Yongjun2010-04-281-7/+10
| | * | | sctp: per_cpu variables should be in bh_disabled sectionVlad Yasevich2010-04-281-2/+2
| | * | | sctp: fix potential reference of a freed pointerVlad Yasevich2010-04-281-2/+4
| | * | | sctp: avoid irq lock inversion while call sk->sk_data_ready()Wei Yongjun2010-04-283-0/+12
| | * | | Revert "tcp: bind() fix when many ports are bound"David S. Miller2010-04-282-21/+10
| | * | | net/usb: add sierra_net.c driverElina Pasheva2010-04-273-0/+1012
| | * | | cdc_ether: fix autosuspend for mbm devicesTorgny Johansson2010-04-271-0/+1
| | * | | bluetooth: handle l2cap_create_connless_pdu() errorsDan Carpenter2010-04-271-1/+4
| | * | | gianfar: Wait for both RX and TX to stopAndy Fleming2010-04-271-3/+3
| | * | | ipheth: potential null dereferences on error pathDan Carpenter2010-04-271-7/+8
| | * | | smc91c92_cs: spin_unlock_irqrestore before calling smc_interrupt()Ken Kawasaki2010-04-271-10/+21
| | * | | drivers/usb/net/kaweth.c: add device "Allied Telesyn AT-USB10 USB Ethernet Ad...Andreas Hartmann2010-04-271-0/+1
| | * | | bnx2: Update version to 2.0.9.Michael Chan2010-04-271-2/+2
| | * | | bnx2: Prevent "scheduling while atomic" warning with cnic, bonding and vlan.Michael Chan2010-04-271-18/+20
| | * | | bnx2: Fix lost MSI-X problem on 5709 NICs.Michael Chan2010-04-271-1/+5
| | * | | cxgb3: Wait longer for control packets on initializationAndre Detsch2010-04-271-1/+1
| | * | | e1000e: enable/disable ASPM L0s and L1 and ERT according to hardware errataBruce Allan2010-04-273-40/+55
| | * | | ixgbe: Power down PHY during driver resetsPeter Waskiewicz2010-04-273-24/+62
| | * | | r8169: more broken register writes workaroundfrançois romieu2010-04-261-0/+5
| | * | | r8169: failure to enable mwi should not be fatalfrançois romieu2010-04-261-14/+13
| | * | | bridge br_multicast: Ensure to initialize BR_INPUT_SKB_CB(skb)->mrouters_only.YOSHIFUJI Hideaki / 吉藤英明2010-04-261-3/+3
| | * | | ieee802154: Fix oops during ieee802154_sock_ioctlStefan Schmidt2010-04-261-0/+3
| | * | | tg3: Fix INTx fallback when MSI failsAndre Detsch2010-04-261-0/+1
| * | | | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/...Linus Torvalds2010-04-283-45/+24
| |\ \ \ \
| | * | | | pcmcia: fix matching rules for pseudo-multi-function cardsAlexander Kurz2010-04-261-3/+4
| | * | | | pcmcia: pcmcia_dev_present bugfixDominik Brodowski2010-04-213-42/+20
| * | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-04-2832-90/+219
| |\ \ \ \ \
| | * | | | | coda: move backing-dev.h kernel include inside __KERNEL__Jens Axboe2010-04-281-1/+2
| | * | | | | mtd: ensure that bdi entries are properly initialized and registeredJens Axboe2010-04-271-4/+42
| | * | | | | Move mtd_bdi_*mappable to mtdcore.cJörn Engel2010-04-274-62/+33
| | * | | | | btrfs: convert to using bdi_setup_and_register()Jens Axboe2010-04-261-11/+1
| | * | | | | Catch filesystems lacking s_bdiJörn Engel2010-04-254-4/+13
| | * | | | | drbd: Terminate a connection early if sending the protocol failsPhilipp Reisner2010-04-221-1/+2
| | * | | | | drbd: fix memory leakDan Carpenter2010-04-221-0/+1
| | * | | | | Fix JFFS2 sync silent failureJörn Engel2010-04-221-0/+2
| | * | | | | smbfs: add bdi backing to mount sessionJens Axboe2010-04-222-0/+11
OpenPOWER on IntegriCloud