summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2010-02-265-0/+35
|\
| * USB: implement non-tree resume ordering constraints for PCI host controllersAlan Stern2010-02-261-0/+1
| * PM: Allow device drivers to use dpm_wait()Rafael J. Wysocki2010-02-261-0/+2
| * PM: Add facility for advanced testing of async suspend/resumeRafael J. Wysocki2010-02-261-0/+11
| * PM: Asynchronous suspend and resume of devicesRafael J. Wysocki2010-02-263-0/+16
| * PM / Runtime: Add sysfs switch for disabling device run-time PMRafael J. Wysocki2010-02-262-0/+5
* | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-02-261-0/+2
|\ \
| * | V4L/DVB (14003): gspca_cpai1: New gspca subdriver for CPIA CPiA version 1 camsHans de Goede2010-02-261-0/+1
| * | V4L/DVB (13992): gspca_sn9c2028: New gspca subdriverTheodore Kilgore2010-02-261-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/xfs-viptLinus Torvalds2010-02-261-0/+6
|\ \ \
| * | | mm: add coherence API for DMA to vmalloc/vmap areasJames Bottomley2010-01-251-0/+6
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-02-261-0/+1
|\ \ \ \
| * | | | [SCSI] mpt2sas: Added raid transport supportKashyap, Desai2010-02-081-0/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2010-02-262-11/+25
|\ \ \ \ \
| * | | | | sh: extend INTC with force_disableMagnus Damm2010-02-161-0/+1
| * | | | | Merge branch 'sh/intc-extension'Paul Mundt2010-02-091-11/+21
| |\ \ \ \ \
| | * | | | | sh: extend INTC with force_enableMagnus Damm2010-02-091-0/+1
| | * | | | | sh: extend INTC with struct intc_hw_descMagnus Damm2010-02-091-11/+20
| * | | | | | Merge branch 'sh/dmaengine'Paul Mundt2010-02-083-4/+6
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | Merge branch 'sh/stable-updates'Paul Mundt2010-02-052-32/+4
| |\ \ \ \ \ \
| * | | | | | | mtd: sh_flctl SHBUSSEL and SEL_16BIT supportMagnus Damm2010-02-021-0/+2
| * | | | | | | mtd: trivial sh_flctl changesMagnus Damm2010-02-021-0/+1
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2010-02-262-0/+89
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | crypto: gcm - Add RFC4543 wrapper for GCMTobias Brunner2010-01-171-0/+1
| * | | | | | | padata: Generic parallelization/serialization interfaceSteffen Klassert2010-01-061-0/+88
* | | | | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2010-02-265-65/+102
|\ \ \ \ \ \ \ \
| * | | | | | | | PCI: augment bus resource table with a listBjorn Helgaas2010-02-231-6/+29
| * | | | | | | | PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refsBjorn Helgaas2010-02-231-0/+3
| * | | | | | | | PCI PM: Run-time callbacks for PCI bus typeRafael J. Wysocki2010-02-221-1/+8
| * | | | | | | | PCI / ACPI / PM: Platform support for PCI PME wake-upRafael J. Wysocki2010-02-222-0/+8
| * | | | | | | | PCI PM: PCIe PME root port service driverRafael J. Wysocki2010-02-221-0/+1
| * | | | | | | | PCI: mark is_pcie obsoleteKenji Kaneshige2010-02-221-1/+2
| * | | | | | | | PCI: introduce pci_assign_unassigned_bridge_resourcesYinghai Lu2010-02-221-0/+1
| * | | | | | | | PCI: push deprecated pci_find_device() function to last userTilman Schmidt2010-02-221-13/+0
| * | | | | | | | resource: add release_child_resourcesYinghai Lu2010-02-221-0/+1
| * | | | | | | | resource/PCI: mark struct resource as constDominik Brodowski2010-02-222-3/+4
| * | | | | | | | resource/PCI: align functions now return start of resourceDominik Brodowski2010-02-222-5/+9
| * | | | | | | | x86/PCI: irq and pci_ids patch for Intel Cougar Point DeviceIDsSeth Heasley2010-02-221-0/+3
| * | | | | | | | PCI: Clean up build for CONFIG_PCI_QUIRKS unsetRafael J. Wysocki2010-02-221-1/+5
| * | | | | | | | PCI: Add support for reporting PCIe 3.0 speedsMatthew Wilcox2010-02-221-0/+1
| * | | | | | | | PCI: Add support for AGP in cur/max bus speedMatthew Wilcox2010-02-221-0/+5
| * | | | | | | | PCI: Make current and maximum bus speeds part of the PCI coreMatthew Wilcox2010-02-222-13/+5
| * | | | | | | | PCI: Unify pcie_link_speed and pci_bus_speedMatthew Wilcox2010-02-222-26/+21
* | | | | | | | | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-02-252-47/+90
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | of/sparc: Remove sparc-local declaration of allnodes and devtree_lockGrant Likely2010-02-141-0/+2
| * | | | | | | | | of: move definition of of_chosen into common code.Grant Likely2010-02-141-0/+1
| * | | | | | | | | of: put default string compare and #a/s-cell values into common headerGrant Likely2010-02-141-0/+13
| * | | | | | | | | of/flattree: Don't assume HAVE_LMBJeremy Kerr2010-02-141-0/+1
| * | | | | | | | | of: protect linux/of.h with CONFIG_OFJeremy Kerr2010-02-141-0/+3
| * | | | | | | | | of: Remove old and misplaced function declarationsGrant Likely2010-02-142-10/+8
OpenPOWER on IntegriCloud