summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* ptrace children revampRoland McGrath2008-07-162-16/+14
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2008-07-169-68/+373
|\
| * PCI: include linux/pm_wakeup.h for device_set_wakeup_capableStephen Rothwell2008-07-141-0/+2
| * PCI: Simplify PCI device PM codeRafael J. Wysocki2008-07-072-1/+8
| * PCI PM: Introduce pci_prepare_to_sleep and pci_back_from_sleepRafael J. Wysocki2008-07-071-0/+2
| * PCI ACPI: Rework PCI handling of wake-upRafael J. Wysocki2008-07-071-20/+6
| * PCI: make pci_name use dev_nameGreg KH2008-07-071-2/+2
| * PCI: add stub for pci_set_consistent_dma_mask()Randy Dunlap2008-06-301-0/+5
| * PCI: Fix comment of pci_dynidsWang Chen2008-06-271-1/+1
| * Suspend-related patches for 2.6.27Rafael J. Wysocki2008-06-122-1/+16
| * Merge branch 'suspend' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Jesse Barnes2008-06-121-1/+1
| |\
| * | PCI: introduce pci_slotAlex Chiang2008-06-102-11/+20
| * | shpchp: check firmware before taking controlKenji Kaneshige2008-06-101-1/+1
| * | Implement new suspend and hibernation callbacks for platform bussesRafael J. Wysocki2008-06-101-0/+1
| * | PCI: implement new suspend/resume callbacksRafael J. Wysocki2008-06-101-1/+1
| * | Introduce new top level suspend and hibernation callbacksRafael J. Wysocki2008-06-102-28/+295
| * | Suspend/Resume bug in PCI layer wrt quirksRafael J. Wysocki2008-06-101-1/+9
| * | PCI: drivers/pci/pci.c: add prototypesAdrian Bunk2008-06-101-1/+4
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2008-07-166-16/+49
|\ \ \
| * | | sdio: fix the use of hard coded timeout value.Benzi Zbit2008-07-151-0/+2
| * | | mmc: remove multiwrite capabilityPierre Ossman2008-07-151-6/+5
| * | | mmc: fix sdio_io sparse errorsTomas Winkler2008-07-151-9/+6
| * | | mmc,sdio: helper function for transfer paddingPierre Ossman2008-07-152-1/+4
| * | | mmc: change .get_ro() callback semanticsAnton Vorontsov2008-07-151-0/+12
| * | | mmc_spi: add support for card-detection pollingAnton Vorontsov2008-07-151-0/+9
| * | | mmc: add support for card-detection pollingAnton Vorontsov2008-07-151-0/+11
| * | | include/linux/mmc/mmc.h: remove CVS tagsAdrian Bunk2008-07-151-1/+0
| * | | sdhci: support JMicron secondary interfacePierre Ossman2008-07-151-0/+1
* | | | Merge branch 'for_linus' of git://git.infradead.org/~dedekind/ubifs-2.6Linus Torvalds2008-07-161-0/+2
|\ \ \ \
| * | | | VFS: export sync_sb_inodesArtem Bityutskiy2008-07-141-0/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-07-161-30/+44
|\ \ \ \ \
| * | | | | IDE: Remove unused codeElias Oltmanns2008-07-161-7/+0
| * | | | | IDE: Fix HDIO_DRIVE_RESET handlingElias Oltmanns2008-07-161-0/+6
| * | | | | ide: ->port_init_devs -> ->init_devBartlomiej Zolnierkiewicz2008-07-161-2/+2
| * | | | | ide: set hwif->dev in ide_init_port_hw() (take 2)Bartlomiej Zolnierkiewicz2008-07-161-1/+1
| * | | | | ide: make ide_hwifs[] staticBartlomiej Zolnierkiewicz2008-07-161-12/+0
| * | | | | ide: move PIO blacklist to ide-pio-blacklist.cBartlomiej Zolnierkiewicz2008-07-161-0/+2
| * | | | | ide: remove no longer used ide_pio_timings[]Bartlomiej Zolnierkiewicz2008-07-161-8/+0
| * | | | | ide: move ide_pio_cycle_time() to ide-timings.cBartlomiej Zolnierkiewicz2008-07-161-1/+1
| * | | | | ide: convert ide-timing.h to ide-timings.c library (take 2)Bartlomiej Zolnierkiewicz2008-07-161-0/+5
| * | | | | ide: move some bits from ide-timing.h to <linux/ide.h>Bartlomiej Zolnierkiewicz2008-07-161-0/+28
* | | | | | Merge branch 'release-2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-07-164-68/+94
|\ \ \ \ \ \
| * | | | | | PNP: convert resource options to single linked listBjorn Helgaas2008-07-161-2/+4
| * | | | | | PNP: support optional IRQ resourcesBjorn Helgaas2008-07-161-0/+1
| * | | | | | PNP: make resource option structures private to PNP subsystemBjorn Helgaas2008-07-161-48/+0
| * | | | | | PNP: define PNP-specific IORESOURCE_IO_* flags alongside IRQ, DMA, MEMBjorn Helgaas2008-07-162-3/+4
| * | | | | | PNP: add pnp_possible_config() -- can a device could be configured this way?Bjorn Helgaas2008-07-161-0/+5
| * | | | | | PNP: replace pnp_resource_table with dynamically allocated resourcesBjorn Helgaas2008-07-161-7/+13
| * | | | | | PNP: make pnp_{port,mem,etc}_start(), et al work for invalid resourcesBjorn Helgaas2008-07-161-12/+60
| * | | | | | Freezer: Introduce PF_FREEZER_NOSIGRafael J. Wysocki2008-07-162-0/+11
| |/ / / / /
OpenPOWER on IntegriCloud