aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAge
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2009-09-14
|\
| * PM: Add convenience macro to make switching to dev_pm_ops less error-proneAlbin Tonnerre2009-09-14
| * Merge branch 'master' into for-linusRafael J. Wysocki2009-09-14
| |\
| * \ Merge branch 'master' into for-linusRafael J. Wysocki2009-09-09
| |\ \
| * | | PM: Introduce core framework for run-time PM of I/O devices (rev. 17)Rafael J. Wysocki2009-08-22
| * | | Merge branch 'master' into for-linusRafael J. Wysocki2009-08-22
| |\ \ \
| * \ \ \ Merge branch 'master' into for-linusRafael J. Wysocki2009-08-20
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into for-linusRafael J. Wysocki2009-08-18
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into for-linusRafael J. Wysocki2009-08-16
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into for-linusRafael J. Wysocki2009-08-10
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into for-linusRafael J. Wysocki2009-08-05
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into for-linusRafael J. Wysocki2009-07-30
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into for-linusRafael J. Wysocki2009-07-29
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Driver Core: Make PM operations a const pointerDmitry Torokhov2009-07-23
| * | | | | | | | | | | PM: Remove platform device suspend_late()/resume_early() V2Magnus Damm2009-07-21
| * | | | | | | | | | | Driver Core: Add platform device arch data V3Magnus Damm2009-07-21
* | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-09-14
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Input: add twl4030_keypad driverDavid Brownell2009-08-28
| * | | | | | | | | | | | Input: matrix-keypad - add function to build device keymapDmitry Torokhov2009-08-28
| * | | | | | | | | | | | Merge commit 'v2.6.31-rc8' into nextDmitry Torokhov2009-08-28
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Input: add new driver for Sentelic Finger Sensing PadTai-hwa Liang2009-08-20
| * | | | | | | | | | | | | Input: eeti_ts - allow active high irq linesDaniel Mack2009-08-12
| * | | | | | | | | | | | | Input: serio - switch to using dev_pm_opsDmitry Torokhov2009-07-26
| * | | | | | | | | | | | | Driver Core: Make PM operations a const pointerDmitry Torokhov2009-07-25
| * | | | | | | | | | | | | Merge commit 'v2.6.31-rc4' into nextDmitry Torokhov2009-07-23
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Input: wm97xx - add possibility to control the GPIO_STATUS shiftMarek Vasut2009-07-21
* | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'upstream', 'upstream-fixes' and 'debugfs' into for-linusJiri Kosina2009-09-13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | HID: fix debugfs build with !CONFIG_DEBUG_FSJiri Kosina2009-06-26
| | * | | | | | | | | | | | | | HID: use debugfs for events/reports dumpingJiri Kosina2009-06-12
| | * | | | | | | | | | | | | | HID: use debugfs for report dumping descriptorJiri Kosina2009-06-12
* | | | | | | | | | | | | | | | Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-09-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | block: use blkdev_issue_discard in blk_ioctl_discardChristoph Hellwig2009-09-14
| * | | | | | | | | | | | | | | | Make DISCARD_BARRIER and DISCARD_NOBARRIER writes instead of readsDavid Woodhouse2009-09-14
| * | | | | | | | | | | | | | | | block: Optimal I/O limit wrapperMartin K. Petersen2009-09-14
| * | | | | | | | | | | | | | | | Seperate read and write statistics of in_flight requestsNikanth Karthikesan2009-09-14
| * | | | | | | | | | | | | | | | block: enable rq CPU completion affinity by defaultJens Axboe2009-09-11
| * | | | | | | | | | | | | | | | block: make blk_iopoll_prep_sched() follow normal 0/1 return conventionJens Axboe2009-09-11
| * | | | | | | | | | | | | | | | block: add blk-iopoll, a NAPI like approach for block devicesJens Axboe2009-09-11
| * | | | | | | | | | | | | | | | block: improve queue_should_plug() by looking at IO depthsJens Axboe2009-09-11
| * | | | | | | | | | | | | | | | bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe2009-09-11
| * | | | | | | | | | | | | | | | block: make bio_rw_flagged() return a boolJens Axboe2009-09-11
| * | | | | | | | | | | | | | | | block: implement mixed merge of different failfast requestsTejun Heo2009-09-11
| * | | | | | | | | | | | | | | | block: use the same failfast bits for bio and requestTejun Heo2009-09-11
* | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2009-09-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | [SCSI] libiscsi, bnx2i: make bound ep check commonMike Christie2009-09-12
| * | | | | | | | | | | | | | | | | [SCSI] libiscsi: add completion function for drivers that do not need pdu pro...Mike Christie2009-09-12
| * | | | | | | | | | | | | | | | | [SCSI] libfc: send GPN_ID in reaction to single-port RSCNs.Joe Eykholt2009-09-10
| * | | | | | | | | | | | | | | | | [SCSI] libfc: use ADISC to verify rport login stateJoe Eykholt2009-09-10
| * | | | | | | | | | | | | | | | | [SCSI] libfc: improve debug messages for ELS response handlersJoe Eykholt2009-09-10