| Commit message (Expand) | Author | Age | Files | Lines |
* | aoe: Fix unitialized var usage | Kent Overstreet | 2013-03-25 | 1 | -1/+1 |
* | block: Add bio_alloc_pages() | Kent Overstreet | 2013-03-23 | 1 | -13/+3 |
* | block: Convert some code to bio_for_each_segment_all() | Kent Overstreet | 2013-03-23 | 2 | -9/+4 |
* | block: Add bio_for_each_segment_all() | Kent Overstreet | 2013-03-23 | 2 | -2/+2 |
* | raid1: use bio_copy_data() | Kent Overstreet | 2013-03-23 | 1 | -3/+2 |
* | pktcdvd: Use bio_reset() in disabled code to kill bi_idx usage | Kent Overstreet | 2013-03-23 | 1 | -9/+8 |
* | pktcdvd: use bio_copy_data() | Kent Overstreet | 2013-03-23 | 1 | -67/+12 |
* | raid1: Refactor narrow_write_error() to not use bi_idx | Kent Overstreet | 2013-03-23 | 1 | -18/+18 |
* | raid5: use bio_reset() | Kent Overstreet | 2013-03-23 | 1 | -14/+13 |
* | raid1: use bio_reset() | Kent Overstreet | 2013-03-23 | 1 | -18/+6 |
* | raid10: Use bio_reset() | Kent Overstreet | 2013-03-23 | 1 | -22/+9 |
* | block: Add submit_bio_wait(), remove from md | Kent Overstreet | 2013-03-23 | 2 | -38/+0 |
* | block: Remove some unnecessary bi_vcnt usage | Kent Overstreet | 2013-03-23 | 3 | -11/+11 |
* | block: Remove bi_idx references | Kent Overstreet | 2013-03-23 | 4 | -4/+2 |
* | block: Change bio_split() to respect the current value of bi_idx | Kent Overstreet | 2013-03-23 | 2 | -4/+2 |
* | block: Use bio_sectors() more consistently | Kent Overstreet | 2013-03-23 | 6 | -31/+28 |
* | block: Add bio_end_sector() | Kent Overstreet | 2013-03-23 | 9 | -24/+19 |
* | md: Convert md_trim_bio() to use bio_advance() | Kent Overstreet | 2013-03-23 | 1 | -13/+4 |
* | Merge tag 'char-misc-3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-03-16 | 2 | -3/+6 |
|\ |
|
| * | w1: fix oops when w1_search is called from netlink connector | Marcin Jurkowski | 2013-03-13 | 1 | -1/+2 |
| * | w1-gpio: fix unused variable warning | Johan Hovold | 2013-03-13 | 1 | -0/+2 |
| * | w1-gpio: remove erroneous __exit and __exit_p() | Johan Hovold | 2013-03-13 | 1 | -2/+2 |
* | | Merge tag 'mfd-fixes-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2013-03-16 | 7 | -12/+53 |
|\ \ |
|
| * | | mfd: twl4030-madc: Remove __exit_p annotation | Arnd Bergmann | 2013-03-15 | 1 | -1/+1 |
| * | | mfd: ab8500-gpadc: Complain if we fail to enable vtvout LDO | Axel Lin | 2013-03-12 | 1 | -4/+13 |
| * | | mfd: twl4030-audio: Fix argument type for twl4030_audio_disable_resource() | Mark Brown | 2013-03-12 | 1 | -1/+1 |
| * | | mfd: tps65912: Declare and use tps65912_irq_exit() | Mark Brown | 2013-03-12 | 1 | -0/+1 |
| * | | mfd: palmas: Provide irq flags through DT/platform data | Laxman Dewangan | 2013-03-12 | 1 | -3/+33 |
| * | | mfd: Make AB8500_CORE select POWER_SUPPLY to fix build error | Axel Lin | 2013-03-12 | 1 | -0/+1 |
| * | | mfd: omap-usb-host: Actually update hostconfig | Roger Quadros | 2013-03-12 | 1 | -3/+3 |
* | | | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2013-03-16 | 3 | -11/+17 |
|\ \ \ |
|
| * | | | hwmon: (pmbus/ltc2978) Fix temperature reporting | Guenter Roeck | 2013-03-14 | 1 | -6/+8 |
| * | | | hwmon: (pmbus) Fix krealloc() misuse in pmbus_add_attribute() | David Woodhouse | 2013-03-14 | 1 | -5/+7 |
| * | | | hwmon: (lineage-pem) Add missing terminating entry for pem_[input|fan]_attrib... | Axel Lin | 2013-03-14 | 1 | -0/+2 |
| | |/
| |/| |
|
* | | | Merge branch 'akpm' (fixes from Andrew) | Linus Torvalds | 2013-03-13 | 3 | -60/+36 |
|\ \ \ |
|
| * | | | tidspbridge: convert to idr_alloc() | Tejun Heo | 2013-03-13 | 1 | -44/+26 |
| * | | | zcache: convert to idr_alloc() | Tejun Heo | 2013-03-13 | 1 | -15/+10 |
| * | | | mlx4: remove leftover idr_pre_get() call | Tejun Heo | 2013-03-13 | 1 | -1/+0 |
* | | | | Merge tag 'usb-3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2013-03-13 | 36 | -216/+528 |
|\ \ \ \ |
|
| * | | | | USB: quatech2: only write to the tty if the port is open. | Bill Pemberton | 2013-03-13 | 1 | -2/+5 |
| * | | | | qcserial: bind to DM/DIAG port on Gobi 1K devices | Dan Williams | 2013-03-13 | 1 | -2/+5 |
| * | | | | USB: cdc-wdm: fix buffer overflow | Oliver Neukum | 2013-03-13 | 1 | -3/+20 |
| * | | | | usb: serial: Add Rigblaster Advantage to device table | Steve Conklin | 2013-03-12 | 1 | -0/+1 |
| * | | | | qcaux: add Franklin U600 | Dan Williams | 2013-03-11 | 1 | -0/+1 |
| * | | | | usb: musb: core: fix possible build error with randconfig | Felipe Balbi | 2013-03-11 | 1 | -4/+0 |
| * | | | | usb: cp210x new Vendor/Device IDs | Matwey V. Kornilov | 2013-03-11 | 1 | -0/+19 |
| * | | | | Merge tag 'fixes-for-v3.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman | 2013-03-11 | 6 | -18/+17 |
| |\ \ \ \ |
|
| | * | | | | usb: gadget: pxa25x: fix disconnect reporting | Felipe Balbi | 2013-03-11 | 1 | -0/+4 |
| | * | | | | usb: dwc3: ep0: fix sparc64 build | Andrew Morton | 2013-03-08 | 1 | -3/+4 |
| | * | | | | usb: musb: omap2430: fix sparse warning | Aaro Koskinen | 2013-03-05 | 1 | -1/+1 |