summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core/rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-07-156-376/+432
|\
| * Merge branch 'core/rcu' into core/rcu-for-linusIngo Molnar2008-07-156-376/+432
| |\
| | * Merge branch 'linus' into core/rcuIngo Molnar2008-07-1135-54/+106
| | |\
| | * \ Merge commit 'v2.6.26-rc8' into core/rcuIngo Molnar2008-06-269-30/+66
| | |\ \
| | * \ \ Merge branch 'linus' into core/rcuIngo Molnar2008-06-2333-71/+158
| | |\ \ \
| | * \ \ \ Merge branch 'linus' into core/rcuIngo Molnar2008-06-16277-503/+808
| | |\ \ \ \
| | * | | | | RCU, rculist.h: fix list iteratorsPaul E. McKenney2008-05-191-33/+15
| | * | | | | rculist.h: use the rcu APIFranck Bui-Huu2008-05-191-14/+9
| | * | | | | rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu2008-05-193-367/+397
| | * | | | | rcu: add rcu_barrier_sched() and rcu_barrier_bh()Paul E. McKenney2008-05-191-0/+2
| | * | | | | rcu: add call_rcu_sched()Paul E. McKenney2008-05-193-6/+61
| | * | | | | rcupreempt: remove duplicate prototypesSteven Rostedt2008-05-191-2/+0
* | | | | | | mm: fix build on non-mmu machinesSebastian Siewior2008-07-151-1/+1
* | | | | | | Merge branch 'sbp2-spindown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-07-151-0/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | scsi: sd: optionally set power condition in START STOP UNITStefan Richter2008-07-141-0/+1
* | | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-07-151-10/+45
|\ \ \ \ \ \ \
| * | | | | | | libata/ahci: enclosure management supportKristen Carlson Accardi2008-07-141-0/+21
| * | | | | | | libata: improve EH internal command timeout handlingTejun Heo2008-07-141-1/+7
| * | | | | | | libata: improve EH retry delay handlingTejun Heo2008-07-141-0/+2
| * | | | | | | libata: consistently use msecs for time durationsTejun Heo2008-07-141-10/+16
| |/ / / / / /
* | | | | | | Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2008-07-154-15/+70
|\ \ \ \ \ \ \
| * | | | | | | i2c: Add detection capability to new-style driversJean Delvare2008-07-141-5/+31
| * | | | | | | i2c: New-style EEPROM driver using device IDsWolfram Sang2008-07-141-0/+28
| * | | | | | | i2c: Export the i2c_bus_type symbolJon Smirl2008-07-141-0/+2
| * | | | | | | i2c-dev: Delete empty detach_client callbackJean Delvare2008-07-141-2/+0
| * | | | | | | i2c-algo-pcf: Drop unused struct membersJean Delvare2008-07-141-4/+0
| * | | | | | | i2c-algo-pcf: Multi-master lost-arbitration improvementEric Brower2008-07-141-0/+6
| * | | | | | | i2c: Let bus drivers add SPD to their classJean Delvare2008-07-141-0/+1
| * | | | | | | i2c: Let framebuffer drivers set their I2C bus class to DDCJean Delvare2008-07-141-1/+1
| * | | | | | | i2c: Update stray references to smbus_accessJean Delvare2008-07-141-2/+2
| * | | | | | | i2c: Delete unused function i2c_smbus_write_quickJean Delvare2008-07-141-1/+0
| * | | | | | | i2c: Remove 3 deprecated bus driversAdrian Bunk2008-07-141-1/+0
| |/ / / / / /
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-07-152-32/+24
|\ \ \ \ \ \ \
| * | | | | | | ide: add ide_pc_intr() helperBartlomiej Zolnierkiewicz2008-07-151-0/+6
| * | | | | | | ide: add ide_issue_pc() helperBartlomiej Zolnierkiewicz2008-07-151-0/+2
| * | | | | | | ide: add PC_FLAG_DRQ_INTERRUPT pc flagBartlomiej Zolnierkiewicz2008-07-151-0/+1
| * | | | | | | ide: add ide_transfer_pc() helperBartlomiej Zolnierkiewicz2008-07-151-0/+3
| * | | | | | | ide: add PC_FLAG_ZIP_DRIVE pc flagBartlomiej Zolnierkiewicz2008-07-151-0/+1
| * | | | | | | ide-{floppy,tape}: PC_FLAG_DMA_RECOMMENDED -> PC_FLAG_DMA_OKBartlomiej Zolnierkiewicz2008-07-151-5/+4
| * | | | | | | ide-{floppy,tape}: merge pc->idefloppy_callback and pc->idetape_callbackBartlomiej Zolnierkiewicz2008-07-151-2/+2
| * | | | | | | ide-tape: make pc->idetape_callback voidBartlomiej Zolnierkiewicz2008-07-151-1/+1
| * | | | | | | ide: remove action argument in ide_do_drive_cmdFUJITA Tomonori2008-07-151-11/+1
| * | | | | | | ide: remove drive->ctlBartlomiej Zolnierkiewicz2008-07-151-2/+1
| * | | | | | | ide: use ->OUTBSYNC in ide_set_irq()Bartlomiej Zolnierkiewicz2008-07-151-1/+2
| * | | | | | | ide: pass 'hwif *' instead of 'drive *' to ->OUTBSYNC methodBartlomiej Zolnierkiewicz2008-07-151-1/+1
| * | | | | | | ide: remove ->mmio flag from ide_hwif_tBartlomiej Zolnierkiewicz2008-07-151-1/+0
| * | | | | | | ide: move IRQ unmasking out from ->tf_load methodBartlomiej Zolnierkiewicz2008-07-151-0/+1
| * | | | | | | ide: remove IDE_TFLAG_NO_SELECT_MASK taskfile flagBartlomiej Zolnierkiewicz2008-07-151-1/+0
| * | | | | | | ide: remove obsoleted "ide=" kernel parametersBartlomiej Zolnierkiewicz2008-07-151-4/+0
| * | | | | | | ide: remove obsoleted "idebus=" kernel parameterBartlomiej Zolnierkiewicz2008-07-151-2/+0
OpenPOWER on IntegriCloud