| Commit message (Expand) | Author | Age |
* | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2011-01-18 |
|\ |
|
| * | hwmon: (lm93) Add support for LM94 | Guenter Roeck | 2011-01-18 |
* | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 2011-01-18 |
|\ \
| |/
|/| |
|
| * | SPI: Add SPI controller driver for the Atheros AR71XX/AR724X/AR913X SoCs | Gabor Juhos | 2011-01-18 |
* | | staging: fix build failure in bcm driver | Andres Salomon | 2011-01-17 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2011-01-17 |
|\ \ |
|
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| *-----. \ | Merge branches 'misc', 'mlx4', 'mthca', 'nes' and 'srp' into for-next | Roland Dreier | 2011-01-17 |
| |\ \ \ \ \ |
|
| | | | | * | | IB/srp: Test only once whether iu allocation succeeded | Bart Van Assche | 2011-01-13 |
| | | | * | | | RDMA/nes: Fix incorrect SFP+ link status detection on driver init | Maciej Sosnowski | 2011-01-16 |
| | | | * | | | RDMA/nes: Fix SFP+ link down detection issue with switch port disable | Maciej Sosnowski | 2011-01-16 |
| | | | * | | | RDMA/nes: Generate IB_EVENT_PORT_ERR/PORT_ACTIVE events | Maciej Sosnowski | 2011-01-16 |
| | | | * | | | RDMA/nes: Fix bonding on iw_nes | Maciej Sosnowski | 2011-01-16 |
| | | | |/ / |
|
| | | * / / | IB/mthca: Fix driver when sizeof (phys_addr_t) > sizeof (long) | John L. Burr | 2011-01-11 |
| | | |/ / |
|
| | * | | | IB/mlx4: Handle protocol field in multicast table | Aleksey Senin | 2011-01-12 |
| | * | | | mlx4_{core, ib, en}: Fix driver when sizeof (phys_addr_t) > sizeof (long) | Roland Dreier | 2011-01-12 |
| | |/ / |
|
| * | | | RDMA: Update workqueue usage | Tejun Heo | 2011-01-17 |
| * | | | RDMA: Use vzalloc() to replace vmalloc()+memset(0) | Joe Perches | 2011-01-12 |
| |/ / |
|
* | | | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2011-01-17 |
|\ \ \ |
|
| * | | | spi/spi_sh_msiof: fix a wrong free_irq() parameter | Guennadi Liakhovetski | 2011-01-17 |
| * | | | dt/flattree: Return virtual address from early_init_dt_alloc_memory_arch() | Grant Likely | 2011-01-16 |
| | |/
| |/| |
|
* | | | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2011-01-17 |
|\ \ \ |
|
| * | | | mtd: mtdpart: disallow reading OOB past the end of the partition | Artem Bityutskiy | 2011-01-17 |
| * | | | mtd: pxa3xx_nand: NULL dereference in pxa3xx_nand_probe | Dan Carpenter | 2011-01-06 |
| * | | | UBI: use mtd->writebufsize to set minimal I/O unit size | Anatolij Gustschin | 2011-01-06 |
| * | | | mtd: initialize writebufsize in the MTD object of a partition | Anatolij Gustschin | 2011-01-06 |
| * | | | mtd: onenand: add mtd->writebufsize initialization | Anatolij Gustschin | 2011-01-06 |
| * | | | mtd: nand: add mtd->writebufsize initialization | Anatolij Gustschin | 2011-01-06 |
| * | | | mtd: cfi: add writebufsize initialization | Anatolij Gustschin | 2011-01-06 |
| * | | | mtd: OneNAND: OMAP2/3: prevent regulator sleeping while OneNAND is in use | Adrian Hunter | 2011-01-06 |
| * | | | mtd: OneNAND: add enable / disable methods to onenand_chip | Adrian Hunter | 2011-01-06 |
| * | | | mtd: m25p80: Fix JEDEC ID for AT26DF321 | Aleksandr Koltsoff | 2011-01-06 |
| * | | | mtd: txx9ndfmc: limit transfer bytes to 512 (ECC provides 6 bytes max) | Ralf Rösch | 2011-01-06 |
| * | | | mtd: cfi_cmdset_0002: add support for Samsung K8D3x16UxC NOR chips | Guillaume LECERF | 2011-01-06 |
| * | | | mtd: cfi_cmdset_0002: add support for Samsung K8D6x16UxM NOR chips | Guillaume LECERF | 2011-01-06 |
| * | | | mtd: nand: ams-delta: drop omap_read/write, use ioremap | Janusz Krzysztofik | 2011-01-06 |
| * | | | mtd: m25p80: add debugging trace in sst_write | Nicolas Ferre | 2011-01-06 |
| * | | | mtd: nand: ams-delta: select for built-in by default | Janusz Krzysztofik | 2011-01-06 |
| * | | | mtd: OneNAND: lighten scary initial bad block messages | Adrian Hunter | 2011-01-06 |
| * | | | mtd: OneNAND: OMAP2/3: add support for command line partitioning | Adrian Hunter | 2011-01-06 |
| * | | | mtd: nand: rearrange ONFI revision checking, add ONFI 2.3 | Brian Norris | 2011-01-06 |
| * | | | mtd: nand: choose correct chip name (ONFI bug) | Brian Norris | 2011-01-06 |
| * | | | mtd: nand: ams-delta: convert to platform driver | Janusz Krzysztofik | 2011-01-06 |
| * | | | mtd: don't use flush_scheduled_work() | Tejun Heo | 2011-01-06 |
| * | | | mtd: OneNAND: Fix multi block erase support at 4KiB pagesize | Kyungmin Park | 2011-01-06 |
| * | | | Revert "mtd: nand: add check for out of page read" | Artem Bityutskiy | 2011-01-06 |
| * | | | mtd: nand: Fix integer overflow in ONFI detection of chips >= 4GiB | David Woodhouse | 2010-12-03 |
| * | | | mtd: onenand: bugfix for 2x mode bad block handling | Roman Tereshonkov | 2010-12-03 |
| * | | | mtd: OneNAND: Fix 4KiB pagesize OOB handling | Kyungmin Park | 2010-12-03 |
| * | | | mtd: FSMC NAND use the PrimeCell identifier macros | Linus Walleij | 2010-12-03 |
| * | | | mtd: FSMC NAND remove PARTITION macro and fix compile noise | Linus Walleij | 2010-12-03 |