| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds | 2009-07-01 | 2 | -9/+46 |
|\ |
|
| * | sh: LCDC dcache flush for deferred io | Paul Mundt | 2009-07-02 | 1 | -8/+45 |
| * | clocksource: sh_tmu: Make undefined TCOR behaviour less undefined. | Shin-ichiro KAWASAKI | 2009-06-24 | 1 | -1/+1 |
* | | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2009-07-01 | 7 | -26/+36 |
|\ \ |
|
| * | | mtd: nand: fix build failure and incorrect return from omap_wait() | vimal singh | 2009-06-28 | 1 | -2/+5 |
| * | | mtd: Use BLOCK_NIL consistently in NFTL/INFTL | Julia Lawall | 2009-06-27 | 2 | -13/+14 |
| * | | mtd: m25p80 timeout too short for worst-case m25p16 devices | Steven A. Falco | 2009-06-26 | 1 | -1/+1 |
| * | | mtd: atmel_nand: Fix typo s/parititions/partitions/ | Thadeu Lima de Souza Cascardo | 2009-06-25 | 1 | -1/+1 |
| * | | mtd: cmdlineparts: Use 64-bit format when printing a debug message. | Thadeu Lima de Souza Cascardo | 2009-06-25 | 1 | -1/+1 |
| * | | mtd: maps: Remove BUS_ID_SIZE from integrator_flash | David Woodhouse | 2009-06-24 | 1 | -8/+14 |
* | | | Fix iommu address space allocation | David Woodhouse | 2009-07-01 | 1 | -4/+22 |
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-07-01 | 2 | -5/+3 |
|\ \ \ |
|
| * | | | block: get rid of queue-private command filter | Jens Axboe | 2009-07-01 | 1 | -3/+1 |
| * | | | block: Create bip slabs with embedded integrity vectors | Martin K. Petersen | 2009-07-01 | 1 | -2/+2 |
* | | | | Merge branch 'for-linus' of git://neil.brown.name/md | Linus Torvalds | 2009-07-01 | 7 | -48/+84 |
|\ \ \ \ |
|
| * | | | | md: use interruptible wait when duration is controlled by userspace. | NeilBrown | 2009-07-01 | 2 | -8/+21 |
| * | | | | md/raid5: suspend shouldn't affect read requests. | NeilBrown | 2009-07-01 | 1 | -1/+2 |
| * | | | | md: tidy up error paths in md_alloc | NeilBrown | 2009-07-01 | 1 | -20/+18 |
| * | | | | md: fix error path when duplicate name is found on md device creation. | NeilBrown | 2009-07-01 | 1 | -0/+2 |
| * | | | | md: avoid dereferencing NULL pointer when accessing suspend_* sysfs attributes. | NeilBrown | 2009-07-01 | 1 | -2/+4 |
| * | | | | md: Use new topology calls to indicate alignment and I/O sizes | Martin K. Petersen | 2009-07-01 | 6 | -19/+39 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-07-01 | 13 | -63/+107 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | igb: return PCI_ERS_RESULT_DISCONNECT on permanent error | Alexander Duyck | 2009-06-30 | 1 | -0/+3 |
| * | | | | e1000e: io_error_detected callback should return PCI_ERS_RESULT_DISCONNECT | Mike Mason | 2009-06-30 | 1 | -0/+3 |
| * | | | | e1000: return PCI_ERS_RESULT_DISCONNECT on permanent error | Andre Detsch | 2009-06-30 | 1 | -0/+3 |
| * | | | | e1000: fix unmap bug | Jesse Brandeburg | 2009-06-30 | 1 | -1/+7 |
| * | | | | igb: fix unmap length bug | Jesse Brandeburg | 2009-06-30 | 1 | -5/+6 |
| * | | | | ixgbe: fix unmap length bug | Jesse Brandeburg | 2009-06-30 | 1 | -6/+11 |
| * | | | | ixgbe: Fix link capabilities during adapter resets | Mallikarjuna R Chilakala | 2009-06-30 | 1 | -1/+2 |
| * | | | | ixgbe: Fix device capabilities of 82599 single speed fiber NICs. | Mallikarjuna R Chilakala | 2009-06-30 | 1 | -2/+3 |
| * | | | | ixgbe: Fix SFP log messages | Don Skidmore | 2009-06-30 | 1 | -8/+17 |
| * | | | | usbnet: Use netdev stats structure | Herbert Xu | 2009-06-30 | 1 | -15/+15 |
| * | | | | smsc95xx: Use netdev stats structure | Herbert Xu | 2009-06-30 | 1 | -5/+5 |
| * | | | | rndis_host: Use netdev stats structure | Herbert Xu | 2009-06-30 | 1 | -1/+1 |
| * | | | | net1080: Use netdev stats structure | Herbert Xu | 2009-06-30 | 1 | -6/+6 |
| * | | | | dm9601: Use netdev stats structure | Herbert Xu | 2009-06-30 | 1 | -5/+5 |
| * | | | | cdc_eem: Use netdev stats structure | Herbert Xu | 2009-06-30 | 1 | -1/+1 |
| * | | | | bnx2x: Fix the behavior of ethtool when ONBOOT=no | Naohiro Ooiwa | 2009-06-30 | 1 | -1/+9 |
| * | | | | net/irda: convert bfin_sir to net_device_ops | Graf Yang | 2009-06-29 | 1 | -6/+10 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm | Linus Torvalds | 2009-06-30 | 2 | -4/+7 |
|\ \ \ \ \ |
|
| * | | | | | dm table: fix blk_stack_limits arg to use bytes not sectors | Mike Snitzer | 2009-06-30 | 1 | -1/+1 |
| * | | | | | dm exception store: really fix type lookup | Milan Broz | 2009-06-30 | 1 | -3/+6 |
| | |/ / /
| |/| | | |
|
* | | | | | floppy: fix lock imbalance | Jiri Slaby | 2009-06-30 | 1 | -1/+4 |
* | | | | | bfin: delay IRQ registration until driver is ready | Mike Frysinger | 2009-06-30 | 1 | -15/+15 |
* | | | | | atyfb: fix alignment for block writes | Ville Syrjala | 2009-06-30 | 3 | -14/+46 |
* | | | | | atyfb: fix HP OmniBook 500 reboot hang | Ville Syrjala | 2009-06-30 | 2 | -9/+82 |
* | | | | | gpio: pl061: fix IRQ handling for GPIOs >= PL061_GPIO_NR | Baruch Siach | 2009-06-30 | 1 | -3/+14 |
* | | | | | gpio: pl061: fix probe error handling code | Baruch Siach | 2009-06-30 | 1 | -1/+2 |
* | | | | | spi: bitbang bugfix in message setup | David Brownell | 2009-06-30 | 1 | -10/+14 |
* | | | | | fbdev: add mutex for fb_mmap locking | Krzysztof Helt | 2009-06-30 | 15 | -42/+73 |