1. 4451537 ACPI: call acpi_power_init() explicitly rather than as initcall by Bjorn Helgaas · 15 years ago
  2. a5f820f ACPI: call acpi_ec_init() explicitly rather than as initcall by Bjorn Helgaas · 15 years ago
  3. e747f27 ACPI: call acpi_scan_init() explicitly rather than as initcall by Bjorn Helgaas · 15 years ago
  4. 81d0273 ACPI: skip DMI power state check when ACPI disabled by Bjorn Helgaas · 15 years ago
  5. e60cc7a ACPI: move private declarations to internal.h by Bjorn Helgaas · 15 years ago
  6. c15d8a6 Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 15 years ago
  7. 4902135 Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 15 years ago
  8. f8dacde Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 15 years ago
  9. 6004260 Merge git://git.infradead.org/iommu-2.6 by Linus Torvalds · 15 years ago
  10. 6aa03ab Fix iwlan DMA mapping direction by Fenghua Yu · 15 years ago
  11. e08fb4f drm/i915: convert DRM_ERROR to DRM_DEBUG in phys object pwrite path by Dave Airlie · 15 years ago
  12. dd0910b drm/i915: make hw page ioremap use ioremap_wc by Dave Airlie · 15 years ago
  13. d61e738 drm: edid revision 0 is valid by Kyle McMartin · 15 years ago
  14. b3f5e73 drm: Correct unbalanced drm_vblank_put() during mode setting. by Chris Wilson · 15 years ago
  15. 7bec756 drm: disable encoders before re-routing them by Jesse Barnes · 15 years ago
  16. fe56cf4 drm: Fix ordering of bit fields in EDID structure leading huge vsync values. by Jesse Barnes · 15 years ago
  17. c8766ac drm: Fix shifts of EDID vsync offset/width fields. by Linus Torvalds · 15 years ago
  18. 37df967 drm/i915: handle bogus VBT panel timing by Jesse Barnes · 15 years ago
  19. 7c04d1d drm/i915: remove PLL debugging messages by Jesse Barnes · 15 years ago
  20. 73d5c38 md: avoid races when stopping resync. by NeilBrown · 15 years ago
  21. 78200d4 md/raid10: Don't call bitmap_cond_end_sync when we are doing recovery. by NeilBrown · 15 years ago
  22. 09b4068 md/raid10: Don't skip more than 1 bitmap-chunk at a time during recovery. by NeilBrown · 15 years ago
  23. 694593e Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/proc by Linus Torvalds · 15 years ago
  24. 21209b6 Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 by Linus Torvalds · 15 years ago
  25. a792cd1 Merge branch 'firedtv-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 15 years ago
  26. 4daa068 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  27. 531660e Add i2c_board_info for RiscPC PCF8583 by Russell King · 15 years ago
  28. 082a4cf i2c: Make sure i2c_algo_bit_data.timeout is HZ-independent by Jean Delvare · 15 years ago
  29. cd97f39 i2c-dev: Clarify the unit of ioctl I2C_TIMEOUT by Jean Delvare · 15 years ago
  30. a746b57 i2c: Timeouts reach -1 by Roel Kluin · 15 years ago
  31. f29d2e0 i2c: Fix misplaced parentheses by Roel Kluin · 15 years ago
  32. e07a4b9 proc: fix PG_locked reporting in /proc/kpageflags by Helge Bahmann · 15 years ago
  33. e73bf9f firedtv: dvb_frontend_info for FireDTV S2, fix "frequency limits undefined" error by Beat Michel Liechti · 15 years ago
  34. 1549079 firedtv: massive refactoring by Stefan Richter · 15 years ago
  35. a70f81c firedtv: rename files, variables, functions from firesat to firedtv by Rambaldi · 15 years ago
  36. 291f006 firedtv: Use DEFINE_SPINLOCK by Julia Lawall · 16 years ago
  37. a40bf55 firedtv: fix registration - adapter number could only be zero by Henrik Kurelid · 16 years ago
  38. 7199e52 firedtv: use length_field() of PMT as length by Henrik Kurelid · 16 years ago
  39. 096edfb firedtv: fix returned struct for ca_info by Henrik Kurelid · 16 years ago
  40. 8ae83cd firedtv: cleanups and minor fixes by Stefan Richter · 16 years ago
  41. 00fc307 ieee1394: remove superfluous assertions by Stefan Richter · 15 years ago
  42. 9c939e4 ieee1394: inherit ud vendor_id from node vendor_id by Stefan Richter · 16 years ago
  43. b33fdd6 ieee1394: add hpsb_node_read() and hpsb_node_lock() by Stefan Richter · 16 years ago
  44. 29f8ea8 ieee1394: use correct barrier types between accesses of nodeid and generation by Stefan Richter · 16 years ago
  45. 612262a firesat: copyrights, rename to firedtv, API conversions, fix remote control input by Stefan Richter · 16 years ago
  46. 81c67b7 firesat: avc resend by Henrik Kurelid · 16 years ago
  47. df4846c firesat: update isochronous interface, add CI support by Henrik Kurelid · 16 years ago
  48. 2c22861 firesat: add DVB-S support for DVB-S2 devices by Ben Backx · 16 years ago
  49. f1bbb43 firesat: fix DVB-S2 device recognition by Ben Backx · 16 years ago
  50. c81c8b6 DVB: add firesat driver by Greg Kroah-Hartman · 16 years ago
  51. f7e603a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  52. cac7112 proc: proc_get_inode should de_put when inode already initialized by Krzysztof Sachanowicz · 15 years ago
  53. 226485e i915: suspend/resume interrupt state by Jesse Barnes · 15 years ago
  54. 6c0594a Fix an oops in i915_gem_retire_requests() by Karsten Wiese · 15 years ago
  55. 50fee1d net: amend the fix for SO_BSDCOMPAT gsopt infoleak by Eugene Teo · 15 years ago
  56. ebe47d4 netns: build fix for net_alloc_generic by Clemens Noss · 15 years ago
  57. ea5a42c Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 15 years ago
  58. d38e84e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  59. 20f4d6c Linux 2.6.29-rc6 by Linus Torvalds · 15 years ago
  60. af23f57 acpi/doc: add missing param value by Randy Dunlap · 15 years ago
  61. ebd3610 ext4: Fix deadlock in ext4_write_begin() and ext4_da_write_begin() by Jan Kara · 15 years ago
  62. 8310509 Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 15 years ago
  63. 5004417 drm/i915: Add missing mutex_lock(&dev->struct_mutex) by Pierre Willenbrock · 15 years ago
  64. 6fb8858 drm/i915: fix WC mapping in non-GEM i915 code. by Jesse Barnes · 15 years ago
  65. bab2d1f drm/i915: Fix regression in 95ca9d by Chris Wilson · 15 years ago
  66. f21289b drm/i915: Retire requests from i915_gem_busy_ioctl. by Eric Anholt · 15 years ago
  67. 5669fca drm/i915: suspend/resume GEM when KMS is active by Jesse Barnes · 15 years ago
  68. efbeed9 drm/i915: Don't let a device flush to prepare buffers clear new write_domains. by Eric Anholt · 15 years ago
  69. 8b0e378 drm/i915: Cut two args to set_to_gpu_domain that confused this tricky path. by Eric Anholt · 15 years ago
  70. 09c50b4 selinux: Fix the NetLabel glue code for setsockopt() by Paul Moore · 15 years ago
  71. 586c250 cipso: Fix documentation comment by Paul Moore · 15 years ago
  72. 683fdc5 Merge branch 'core/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  73. 0f99fed PM: Split up sysdev_[suspend|resume] from device_power_[down|up], fix by Ingo Molnar · 15 years ago
  74. f7f84f3 docbook: split kernel-api for device-drivers by Randy Dunlap · 15 years ago
  75. 770824b PM: Split up sysdev_[suspend|resume] from device_power_[down|up] by Rafael J. Wysocki · 15 years ago
  76. 936577c x86: Add IRQF_TIMER to legacy x86 timer interrupt descriptors by Linus Torvalds · 15 years ago
  77. 7c24af4 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 15 years ago
  78. f8a1af6 PATCH [2/2] Documentation/filesystems/sysfs.txt: fix descriptions of device attributes by Mike Murphy · 15 years ago
  79. 245127d PATCH [1/2] Documentation/driver-model/device.txt: fix struct device_attribute by Mike Murphy · 15 years ago
  80. 3d92e8f m68k: atari - Rename "mfp" to "st_mfp" by Geert Uytterhoeven · 15 years ago
  81. 486a87f netns: fix double free at netns creation by Daniel Lezcano · 15 years ago
  82. ee92362 veth : add the set_mac_address capability by Daniel Lezcano · 15 years ago
  83. b956d41 sunlance: Beyond ARRAY_SIZE of ib->btx_ring by Roel Kluin · 15 years ago
  84. 5acfac5 Merge branches 'release', 'bugzilla-12011', 'bugzilla-12632', 'misc' and 'suspend' into release by Len Brown · 15 years ago
  85. ba193d6 ACPI: remove CONFIG_ACPI_SYSTEM by Bjorn Helgaas · 15 years ago
  86. 4898c2b fujitsu-laptop: Use RFKILL support bitmask from firmware by Tony Vroon · 15 years ago
  87. 6defa2f x86_64: Fix S3 fail path by Jiri Slaby · 15 years ago
  88. e6bd676 x86_64: acpi/wakeup_64 cleanup by Jiri Slaby · 15 years ago
  89. adfafef Merge branch 'hibernate' by Linus Torvalds · 15 years ago
  90. 403f307 PM: Fix suspend_console and resume_console to use only one semaphore by Arve Hjønnevåg · 15 years ago
  91. b090f9f PM: Wait for console in resume by Arve Hjønnevåg · 15 years ago
  92. ebae260 PM: Fix pm_notifiers during user mode hibernation by Andrey Borzenkov · 15 years ago
  93. 0cb5725 swsusp: clean up shrink_all_zones() by Johannes Weiner · 15 years ago
  94. 3049103 swsusp: dont fiddle with swappiness by Johannes Weiner · 15 years ago
  95. 09664fd PM: fix build for CONFIG_PM unset by Rafael J. Wysocki · 15 years ago
  96. a1bb7d6 PM/hibernate: fix "swap breaks after hibernation failures" by Alan Jenkins · 15 years ago
  97. eed3ee0 PM/resume: wait for device probing to finish by Arjan van de Ven · 15 years ago
  98. 216773a Consolidate driver_probe_done() loops into one place by Arjan van de Ven · 15 years ago
  99. 56f382a battery: don't assume we are fully charged when not charging or discharging by Richard Hughes · 15 years ago
  100. 5423a0c ACPI: EC: Add delay for slow MSI controller by Alexey Starikovskiy · 15 years ago