| Commit message (Expand) | Author | Age |
* | leds: eds-pca9532: mark pca9532_event() static | Sven Wegener | 2009-01-08 |
* | leds: ALIX.2 LEDs driver | Constantin Baranov | 2009-01-08 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2009-01-07 |
|\ |
|
| * | sparc64: Fix unsigned long long warnings in drivers. | Sam Ravnborg | 2009-01-06 |
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds | 2009-01-07 |
|\ \ |
|
| * | | V4L/DVB (10190): cx88: Fix some Kbuild troubles | Mauro Carvalho Chehab | 2009-01-07 |
| * | | V4L/DVB (10189): dm1105: Fix build with INPUT=m and DVB_DM1105=y | Mauro Carvalho Chehab | 2009-01-07 |
| * | | V4L/DVB (10185): Use negated usb_endpoint_xfer_control, etc | Julia Lawall | 2009-01-07 |
| * | | V4L/DVB (10182): tda8290: fix TDA8290 + TDA18271 initialization | Michael Krufky | 2009-01-07 |
| * | | V4L/DVB (10181): v4l2-device: Fix some sparse warnings | Mauro Carvalho Chehab | 2009-01-07 |
| * | | V4L/DVB (10180): drivers/media: Fix a number of sparse warnings | Mauro Carvalho Chehab | 2009-01-07 |
| * | | V4L/DVB (10179): tda8290: Fix two sparse warnings | Mauro Carvalho Chehab | 2009-01-07 |
| * | | V4L/DVB (10178): dvb_frontend: Fix some sparse warnings due to static symbols | Mauro Carvalho Chehab | 2009-01-07 |
| * | | V4L/DVB (10177): Fix sparse warnings on em28xx | Mauro Carvalho Chehab | 2009-01-07 |
| * | | V4L/DVB (10176b): pxa-camera: fix redefinition warnings and missing DMA defin... | Eric Miao | 2009-01-07 |
| * | | V4L/DVB (10176a): Switch remaining clear_user_page users over to clear_user_h... | Guennadi Liakhovetski | 2009-01-07 |
* | | | staging: __FUNCTION__ is gcc-specific, use __func__ | Harvey Harrison | 2009-01-07 |
* | | | trivial: replace last usages of __FUNCTION__ in kernel | Harvey Harrison | 2009-01-07 |
|/ / |
|
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2009-01-07 |
|\ \ |
|
| * | | PCI PM: Put PM callbacks in the order of execution | Rafael J. Wysocki | 2009-01-07 |
| * | | PCI PM: Run default PM callbacks for all devices using new framework | Rafael J. Wysocki | 2009-01-07 |
| * | | PCI PM: Register power state of devices during initialization | Rafael J. Wysocki | 2009-01-07 |
| * | | PCI PM: Call pci_fixup_device from legacy routines | Rafael J. Wysocki | 2009-01-07 |
| * | | PCI PM: Rearrange code in pci-driver.c | Rafael J. Wysocki | 2009-01-07 |
| * | | PCI PM: Avoid touching devices behind bridges in unknown state | Rafael J. Wysocki | 2009-01-07 |
| * | | PCI PM: Move pci_has_legacy_pm_support | Rafael J. Wysocki | 2009-01-07 |
| * | | PCI PM: Power-manage devices without drivers during suspend-resume | Rafael J. Wysocki | 2009-01-07 |
| * | | PCI PM: Add suspend counterpart of pci_reenable_device | Rafael J. Wysocki | 2009-01-07 |
| * | | PCI PM: Fix poweroff and restore callbacks | Rafael J. Wysocki | 2009-01-07 |
| * | | PCI: Use msleep instead of cpu_relax during ASPM link retraining | Andrew Patterson | 2009-01-07 |
| * | | PCI: PCIe portdrv: Add kerneldoc comments to remining core funtions | Rafael J. Wysocki | 2009-01-07 |
| * | | PCI: PCIe portdrv: Rearrange code so that related things are together | Rafael J. Wysocki | 2009-01-07 |
| * | | PCI: PCIe portdrv: Fix suspend and resume of PCI Express port services | Rafael J. Wysocki | 2009-01-07 |
| * | | PCI: PCIe portdrv: Add kerneldoc comments to some core functions | Rafael J. Wysocki | 2009-01-07 |
| * | | net: sfc: Use pci_clear_master() to disable bus mastering | Ben Hutchings | 2009-01-07 |
| * | | PCI: Add pci_clear_master() as opposite of pci_set_master() | Ben Hutchings | 2009-01-07 |
| * | | PCI hotplug: remove redundant test in cpq hotplug | Julia Lawall | 2009-01-07 |
| * | | PCI: pciehp: cleanup register and field definitions | Kenji Kaneshige | 2009-01-07 |
| * | | PCI: pciehp: ignore undefined bit in link status register | Kenji Kaneshige | 2009-01-07 |
| * | | PCI: keep ASPM link state consistent throughout PCIe hierarchy | Shaohua Li | 2009-01-07 |
| * | | PCI: use dev_printk for PCI bus resource mssages | Bjorn Helgaas | 2009-01-07 |
| * | | PCI: add interface to set visible size of VPD | Stephen Hemminger | 2009-01-07 |
| * | | PCI: revise VPD access interface | Stephen Hemminger | 2009-01-07 |
| * | | PCI: handle long delays in VPD access | Stephen Hemminger | 2009-01-07 |
| * | | PCI: add pci_common_swizzle() for INTx swizzling | Bjorn Helgaas | 2009-01-07 |
| * | | PCI hotplug: introduce functions for ACPI slot detection | Kenji Kaneshige | 2009-01-07 |
| * | | PCI: pciehp: add auto option to pciehp_detect_mode | Kenji Kaneshige | 2009-01-07 |
| * | | PCI: pciehp: add ACPI based slot detection | Kenji Kaneshige | 2009-01-07 |
| * | | PCI: work_on_cpu: use in drivers/pci/pci-driver.c | Rusty Russell | 2009-01-07 |
| * | | PCI PM: Split PCI Express port suspend-resume | Rafael J. Wysocki | 2009-01-07 |