Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2014-04-02 | 5 | -22/+581 |
|\ | |||||
| * | Merge remote-tracking branch 'scott/next' into next | Benjamin Herrenschmidt | 2014-03-24 | 1 | -8/+0 |
| |\ | |||||
| | * | Revert "powerpc/watchdog: Don't enable interrupt on PPC64 BookE" | Scott Wood | 2014-03-20 | 1 | -8/+0 |
| * | | powerpc/powernv: hwmon driver for power values, fan rpm and temperature | Shivaprasad G Bhat | 2014-03-23 | 3 | -0/+538 |
| |/ | |||||
| * | macintosh/adb: Change platform power management to use dev_pm_ops | Shuah Khan | 2014-03-07 | 1 | -5/+36 |
| * | macintosh/adb: Fixed some coding style problems | Brandon Stewart | 2014-03-07 | 1 | -9/+7 |
* | | Merge branch 'mips-for-linux-next' of git://git.linux-mips.org/pub/scm/ralf/u... | Linus Torvalds | 2014-04-02 | 3 | -6/+202 |
|\ \ | |||||
| * \ | Merge branch '3.14-fixes' into mips-for-linux-next | Ralf Baechle | 2014-03-31 | 224 | -1612/+2485 |
| |\ \ | |||||
| * | | | MIPS: VR41xx: Mark GPIO lines used for IRQ | Linus Walleij | 2014-03-31 | 1 | -0/+20 |
| * | | | EDAC: Octeon: Add error injection support | Daniel Walker | 2014-03-31 | 1 | -6/+171 |
| * | | | EDAC: Octeon: Fix lack of opstate_init | Daniel Walker | 2014-03-31 | 1 | -0/+2 |
| * | | | MIPS: Alchemy: Unify Devboard support. | Manuel Lauss | 2014-03-26 | 1 | -0/+9 |
* | | | | Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2014-04-02 | 10 | -1028/+3 |
|\ \ \ \ | |||||
| * | | | | x86, platforms: Remove SGI Visual Workstation | H. Peter Anvin | 2014-02-27 | 8 | -914/+3 |
| * | | | | x86, apic: Remove support for IBM Summit/EXA chipset | David Rientjes | 2014-02-12 | 2 | -114/+0 |
* | | | | | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-04-02 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | compat: Get rid of (get|put)_compat_time(val|spec) | H. Peter Anvin | 2014-02-02 | 1 | -1/+1 |
* | | | | | | Merge branch 'for-3.15/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 2014-04-02 | 41 | -6253/+6514 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'bcache-for-3.15' of git://evilpiepirate.org/~kent/linux-bcache ... | Jens Axboe | 2014-03-18 | 17 | -767/+629 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | bcache: remove nested function usage | John Sheu | 2014-03-18 | 2 | -72/+76 |
| | * | | | | | | bcache: Kill bucket->gc_gen | Kent Overstreet | 2014-03-18 | 4 | -11/+9 |
| | * | | | | | | bcache: Kill unused freelist | Kent Overstreet | 2014-03-18 | 5 | -125/+110 |
| | * | | | | | | bcache: Rework btree cache reserve handling | Kent Overstreet | 2014-03-18 | 6 | -139/+145 |
| | * | | | | | | bcache: Kill btree_io_wq | Kent Overstreet | 2014-03-18 | 3 | -24/+2 |
| | * | | | | | | bcache: btree locking rework | Kent Overstreet | 2014-03-18 | 4 | -52/+133 |
| | * | | | | | | bcache: Fix a race when freeing btree nodes | Kent Overstreet | 2014-03-18 | 1 | -33/+20 |
| | * | | | | | | bcache: Add a real GC_MARK_RECLAIMABLE | Kent Overstreet | 2014-03-18 | 4 | -14/+21 |
| | * | | | | | | bcache: Add bch_keylist_init_single() | Kent Overstreet | 2014-03-18 | 2 | -4/+7 |
| | * | | | | | | bcache: Improve priority_stats | Kent Overstreet | 2014-03-18 | 1 | -6/+20 |
| | * | | | | | | bcache: Better alloc tracepoints | Kent Overstreet | 2014-03-18 | 2 | -5/+12 |
| | * | | | | | | bcache: Kill dead cgroup code | Kent Overstreet | 2014-03-18 | 5 | -202/+0 |
| | * | | | | | | bcache: stop moving_gc marking buckets that can't be moved. | Nicholas Swenson | 2014-03-18 | 1 | -1/+4 |
| | * | | | | | | bcache: Fix moving_pred() | Kent Overstreet | 2014-03-18 | 1 | -5/+3 |
| | * | | | | | | bcache: Fix moving_gc deadlocking with a foreground write | Nicholas Swenson | 2014-03-18 | 5 | -8/+16 |
| | * | | | | | | bcache: Fix discard granularity | Kent Overstreet | 2014-03-18 | 1 | -0/+1 |
| | * | | | | | | bcache: Fix another bug recovering from unclean shutdown | Kent Overstreet | 2014-03-18 | 3 | -65/+36 |
| | * | | | | | | bcache: Fix a bug recovering from unclean shutdown | Kent Overstreet | 2014-03-18 | 1 | -2/+2 |
| | * | | | | | | bcache: Fix a journalling reclaim after recovery bug | Kent Overstreet | 2014-03-18 | 1 | -2/+8 |
| | * | | | | | | bcache: Fix a null ptr deref in journal replay | Kent Overstreet | 2014-03-18 | 1 | -1/+5 |
| | * | | | | | | bcache: Fix a lockdep splat in an error path | Kent Overstreet | 2014-03-18 | 1 | -3/+5 |
| | * | | | | | | bcache: Fix a shutdown bug | Kent Overstreet | 2014-02-26 | 3 | -2/+12 |
| | * | | | | | | bcache: Fix flash_dev_cache_miss() for real this time | Kent Overstreet | 2014-02-26 | 1 | -14/+5 |
| | * | | | | | | bcache: Fix another compiler warning on m68k | Kent Overstreet | 2014-02-18 | 1 | -2/+2 |
| * | | | | | | | mtip32xx: mtip_async_complete() bug fixes | Sam Bradshaw | 2014-03-13 | 2 | -39/+50 |
| * | | | | | | | mtip32xx: Unmap the DMA segments before completing the IO request | Felipe Franciosi | 2014-03-13 | 1 | -12/+12 |
| * | | | | | | | mtip32xx: Set queue bounce limit | Felipe Franciosi | 2014-03-13 | 1 | -0/+1 |
| * | | | | | | | nvme: Use pci_enable_msi_range() and pci_enable_msix_range() | Alexander Gordeev | 2014-03-13 | 1 | -24/+9 |
| * | | | | | | | cciss: Fallback to MSI rather than to INTx if MSI-X failed | Alexander Gordeev | 2014-03-13 | 1 | -2/+0 |
| * | | | | | | | swim3: fix interruptible_sleep_on race | Arnd Bergmann | 2014-03-13 | 1 | -7/+11 |
| * | | | | | | | ataflop: fix sleep_on races | Arnd Bergmann | 2014-03-13 | 1 | -8/+8 |