1. 7e00fe2 PCI: deprecate pci_scan_bus_parented() by Bjorn Helgaas · 13 years ago
  2. 1e39ae9 PCI: convert pci_scan_bus_parented() to use pci_create_root_bus() by Bjorn Helgaas · 13 years ago
  3. de4b2f7 PCI: convert pci_scan_bus() to use pci_create_root_bus() by Bjorn Helgaas · 13 years ago
  4. a2ebb82 PCI: add pci_scan_root_bus() that accepts resource list by Bjorn Helgaas · 13 years ago
  5. 166c637 PCI: add pci_create_root_bus() that accepts resource list by Bjorn Helgaas · 13 years ago
  6. a9d9f52 PCI: show host bridges and root bus resources by Bjorn Helgaas · 13 years ago
  7. 45ca9e9 PCI: add helpers for building PCI bus resource lists by Bjorn Helgaas · 13 years ago
  8. afd24ec PCI: delay configuration of SRIOV capability by Ram Pai · 13 years ago
  9. 79cc960 PCI: Only call pci_stop_bus_device() one time for child devices at remove by Yinghai Lu · 13 years ago
  10. f676678 PCI: latency timer doesn't apply to PCIe by Myron Stowe · 13 years ago
  11. 96c5590 PCI: Pull PCI 'latency timer' setup up into the core by Myron Stowe · 13 years ago
  12. 2502dbd uio: Convert uio_generic_pci to new intx masking API by Jan Kiszka · 13 years ago
  13. a2e2778 PCI: Introduce INTx check & mask API by Jan Kiszka · 13 years ago
  14. fb51ccb PCI: Rework config space blocking services by Jan Kiszka · 13 years ago
  15. 68e35c9 PCI: fix a brace coding style issue in probe.c by Zac Storer · 13 years ago
  16. 82440a8 PCI: pci_has_legacy_pm_support add driver and device to WARN by David Fries · 13 years ago
  17. d5dea7d PCI: msi: Disable msi interrupts when we initialize a pci device by Eric W. Biederman · 13 years ago
  18. 4716a45 PCI/ACPI/PM: Avoid resuming devices that don't signal PME by Rafael J. Wysocki · 13 years ago
  19. ab4ca78 PCI: pciehp: Handle push button event asynchronously by Kenji Kaneshige · 13 years ago
  20. 863b7eb PCI: pciehp: Fix wrong workqueue cleanup by Kenji Kaneshige · 13 years ago
  21. 10f6dc7 PCI: Rework ASPM disable code by Matthew Garrett · 13 years ago
  22. cfa4d8c PCI: Fix PRI and PASID consistency by Alex Williamson · 13 years ago
  23. da8d1c8 PCI/sysfs: add per pci device msi[x] irq listing (v5) by Neil Horman · 13 years ago
  24. f423fc6 Revert "rtc: Expire alarms after the time is set." by Linus Torvalds · 13 years ago
  25. 157e8bf Revert "rtc: Disable the alarm in the hardware" by Linus Torvalds · 13 years ago
  26. 4376eee drm/radeon/kms/atom: fix possible segfault in pm setup by Alexander Müller · 13 years ago
  27. 115e8e7 Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  28. 733bbb7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  29. ac97ecc gspca: Fix falling back to lower isoc alt settings by Mauro Carvalho Chehab · 13 years ago
  30. fe3c8cc skge: restore rx multicast filter on resume and after config changes by Florian Zumbiehl · 13 years ago
  31. cd3109d mlx4_en: nullify cq->vector field when closing completion queue by Yevgeny Petrilin · 13 years ago
  32. 06867fb Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm by Linus Torvalds · 13 years ago
  33. 604a16b Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  34. c63c4ed Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 13 years ago
  35. 995b410 Merge git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 13 years ago
  36. 89307ba Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 13 years ago
  37. 757e55c gspca: Fix bulk mode cameras no longer working (regression fix) by Hans de Goede · 13 years ago
  38. 6ccbcf2 Input: sentelic - fix retrieving number of buttons by Tai-hwa Liang · 13 years ago
  39. 0d09858 watchdog: iTCO_wdt.c - problems with newer hardware due to SMI clearing (part 2) by Wim Van Sebroeck · 13 years ago
  40. 371de6e drm/i915: Disable RC6 on Sandybridge by default by Keith Packard · 13 years ago
  41. ebbd857 drm/i915: Disable semaphores by default on SNB by Keith Packard · 13 years ago
  42. e67d668 watchdog: hpwdt: Changes to handle NX secure bit in 32bit path by Mingarelli, Thomas · 13 years ago
  43. bb558da watchdog: sp805: Fix section mismatch in ID table. by Nick Bowler · 13 years ago
  44. 452190c watchdog: move coh901327 state holders by Linus Walleij · 13 years ago
  45. 4962516 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  46. 4d18de9 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 13 years ago
  47. d9bae67 Input: sentelic - release mutex upon register write failure by Tai-hwa Liang · 13 years ago
  48. ad1fca2 Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 13 years ago
  49. 961902c md/bitmap: It is OK to clear bits during recovery. by NeilBrown · 13 years ago
  50. 60fc137 md: don't give up looking for spares on first failure-to-add by NeilBrown · 13 years ago
  51. 30d7a48 md/raid5: ensure correct assessment of drives during degraded reshape. by NeilBrown · 13 years ago
  52. 09cd927 md/linear: fix hot-add of devices to linear arrays. by NeilBrown · 13 years ago
  53. b3b1b70 Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 13 years ago
  54. abe8809 Merge branch 'upstream-linus' of git://github.com/jgarzik/libata-dev by Linus Torvalds · 13 years ago
  55. 19d40dc pata_of_platform: Add missing CONFIG_OF_IRQ dependency. by David Miller · 13 years ago
  56. 8a78389 vmwgfx: fix incorrect VRAM size check in vmw_kms_fb_create() by Xi Wang · 13 years ago
  57. 77e00f2 drm/radeon/kms: bail on BTC parts if MC ucode is missing by Alex Deucher · 13 years ago
  58. ecefc36 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  59. 0703c68 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 13 years ago
  60. 341f5b1 Merge branch 'for-greg' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus by Greg Kroah-Hartman · 13 years ago
  61. abf058e USB: Fix usb/isp1760 build on sparc by David Miller · 13 years ago
  62. b4949b8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 13 years ago
  63. b9e26df Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 13 years ago
  64. 11da3764 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 13 years ago
  65. 5fbd305 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  66. a205b08 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  67. 455ba0c Merge branch 'stable/for-linus-fixes-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  68. 929e8d4 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  69. 62d7a29 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 13 years ago
  70. b75d91f ipmi_watchdog: restore settings when BMC reset by Corey Minyard · 13 years ago
  71. fa86040 mfd: Include linux/io.h to jz4740-adc by Axel Lin · 13 years ago
  72. c1e61bc mfd: Use request_threaded_irq for twl4030-irq instead of irq_set_chained_handler by NeilBrown · 13 years ago
  73. 286f8f3 mfd: Base interrupt for twl4030-irq must be one-shot by NeilBrown · 13 years ago
  74. 8f6a459 mfd: Handle tps65910 clear-mask correctly by Marcus Folkesson · 13 years ago
  75. df72064 mfd: add #ifdef CONFIG_DEBUG_FS guard for ab8500_debug_resources by Axel Lin · 13 years ago
  76. 8653be1 mfd: Fix twl-core oops while calling twl_i2c_* for unbound driver by Ilya Yanok · 13 years ago
  77. 858a630 mfd: include linux/module.h for ab5500-debugfs by Axel Lin · 13 years ago
  78. b5488b6 mfd: Update wm8994 active device checks for WM1811 by Mark Brown · 13 years ago
  79. 26bc4e0 mfd: Set tps6586x bits if new value is different from the old one by Axel Lin · 13 years ago
  80. af65e6c mfd: Set da903x bits if new value is different from the old one by Axel Lin · 13 years ago
  81. 890c98e mfd: Set adp5520 bits if new value is different from the old one by Axel Lin · 13 years ago
  82. 9ad33ba mfd: Add missed free_irq in da903x_remove by Axel Lin · 13 years ago
  83. 6107428 mmc: vub300: fix type of firmware_rom_wait_states module parameter by Rusty Russell · 13 years ago
  84. 5c7f0e0 Revert "mmc: enable runtime PM by default" by Ohad Ben-Cohen · 13 years ago
  85. 29495aa mmc: sdhci: remove "state" argument from sdhci_suspend_host by Manuel Lauss · 13 years ago
  86. 511585a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 13 years ago
  87. 10ee08b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 13 years ago
  88. e8303a3 asix: new device id by Aurelien Jacobs · 13 years ago
  89. 7746ab0 davinci-cpdma: fix locking issue in cpdma_chan_stop by Ilya Yanok · 13 years ago
  90. 2ca6cf0 r8169: fix Config2 MSIEnable bit setting. by françois romieu · 13 years ago
  91. c070e38 [media] omap3isp: Fix crash caused by subdevs now having a pointer to devnodes by Laurent Pinchart · 13 years ago
  92. 96f1f05 iwlwifi: update SCD BC table for all SCD queues by Emmanuel Grumbach · 13 years ago
  93. 480390c Merge branches 'cma', 'mlx4' and 'qib' into for-next by Roland Dreier · 13 years ago
  94. 29d1b16 IB/qib: Correct sense on freectxts increment and decrement by Mike Marciniszyn · 13 years ago
  95. 04ded16 RDMA/cma: Verify private data length by Sean Hefty · 13 years ago
  96. 913050b oprofile: Fix uninitialized memory access when writing to writing to oprofilefs by Robert Richter · 13 years ago
  97. 12275dd Revert "xen/pv-on-hvm kexec: add xs_reset_watches to shutdown watches from old kernel" by Konrad Rzeszutek Wilk · 13 years ago
  98. 6abff3c vmwgfx: Clip cliprects against screen boundaries in present and dirty by Jakob Bornecrantz · 13 years ago
  99. bfc2638 vmwgfx: Resend the cursor after legacy modeset by Jakob Bornecrantz · 13 years ago
  100. 203dc22 vmwgfx: Do better culling of presents by Jakob Bornecrantz · 13 years ago