1. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 12 years ago
  2. 42b2aa8 treewide: Fix typos in various parts of the kernel, and fix some comments. by Justin P. Mattock · 13 years ago
  3. 3c00303 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 13 years ago
  4. f7f71cf ACPI: Fix possible recursive locking in hwregs.c by Rakib Mullick · 13 years ago
  5. 214f2c9 acpi: add export.h to files using THIS_MODULE/EXPORT_SYMBOL by Paul Gortmaker · 13 years ago
  6. cc4b859 acpi: add module.h to files implicitly using/relying on it. by Paul Gortmaker · 13 years ago
  7. b33c25d acpica: ACPI_MAX_SLEEP should be 2 sec, not 20 by Len Brown · 13 years ago
  8. 8f9c912 ACPICA: Do not repair _TSS return package if _PSS is present by Fenghua Yu · 13 years ago
  9. d57b23a ACPICA: Add option to disable method return value validation and repair by Bob Moore · 13 years ago
  10. f631f9c ACPICA: Add missing _TDL to list of predefined names by Bob Moore · 13 years ago
  11. c8cefe3 ACPICA: Load operator: re-instate most restrictions on incoming table signature by Bob Moore · 13 years ago
  12. daa9422 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 13 years ago
  13. 6288cf1 Merge branches 'acpica', 'aml-custom', 'bugzilla-16548', 'bugzilla-20242', 'd3-cold', 'ec-asus' and 'thermal-fix' into release by Len Brown · 13 years ago
  14. 70f23fd treewide: fix a few typos in comments by Justin P. Mattock · 13 years ago
  15. e2066ca ACPICA: Execute an orphan _REG method under the EC device by Bob Moore · 13 years ago
  16. 07aa99e ACPICA: Move ACPI_NUM_PREDEFINED_REGIONS to a more appropriate place by Bob Moore · 13 years ago
  17. 82a1b7c ACPICA: Update internal address SpaceID for DataTable regions by Bob Moore · 13 years ago
  18. 945488b ACPICA: Add more methods eligible for NULL package element removal by Bob Moore · 13 years ago
  19. 0f6896f ACPICA: Split all internal Global Lock functions to new file - evglock by Bob Moore · 13 years ago
  20. 749c276 ACPICA: Fix code divergence of global lock handling by Lin Ming · 13 years ago
  21. 3854c8e ACPICA: Use acpi_os_create_lock interface by Lin Ming · 13 years ago
  22. f7f28f7 Merge branch 'reset' into release by Len Brown · 13 years ago
  23. f17d9cb ACPICA: Fix access width for reset vector by Matthew Garrett · 13 years ago
  24. 05534c9 Merge branch 'acpica' into release by Len Brown · 13 years ago
  25. ef09c4f ACPICA: Add mechanism to defer _REG methods for some installed handlers by Bob Moore · 13 years ago
  26. 47863b9 ACPICA: Add support for FunctionalFixedHW in acpi_ut_get_region_name by Bob Moore · 13 years ago
  27. 9ad19ac4 ACPICA: Split large dsopcode and dsload.c files. by Bob Moore · 13 years ago
  28. a257e07 ACPICA: Split large utglobal into utdecode.c. by Bob Moore · 13 years ago
  29. 1b74dfb ACPICA: Clarify a couple of error messages by Bob Moore · 13 years ago
  30. 64b3db2 ACPICA: Remove use of unreliable FADT revision field by Bob Moore · 13 years ago
  31. 6dfad33 ACPICA: GPE detect optimization - ignore unused GPE registers by Lin Ming · 13 years ago
  32. 981858b ACPI / ACPICA: Implicit notify for multiple devices by Rafael J. Wysocki · 13 years ago
  33. 2d55951 ACPI / ACPICA: Avoid crashing if _PRW is defined for the root object by Rafael J. Wysocki · 13 years ago
  34. e589501 Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 13 years ago
  35. b4e104e ACPICA: Update all ACPICA copyrights and signons to 2011 by Bob Moore · 13 years ago
  36. 2629484 ACPICA: Fix issues/fault with automatic "serialized" method support by Lin Ming · 13 years ago
  37. 672af84 ACPICA: Debugger: Lock namespace for duration of a namespace dump by Bob Moore · 13 years ago
  38. 5d3131f ACPICA: Fix namespace race condition by Dana Myers · 13 years ago
  39. be33b76 ACPICA: Fix memory leak in acpi_ev_asynch_execute_gpe_method(). by Jesper Juhl · 13 years ago
  40. 9a1fe2f ACPI / ACPICA: Initialize the global lock spinlock as appropriate by Rafael J. Wysocki · 13 years ago
  41. 52cfd50 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 13 years ago
  42. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  43. fb4af41 Merge branch 'wakeup-etc-rafael' into release by Len Brown · 13 years ago
  44. da50337 ACPICA: Misc comments to minimize code divergence by Lin Ming · 14 years ago
  45. a0fcdb2 ACPICA: Global event handler by Lin Ming · 14 years ago
  46. bba63a2 ACPICA: Implicit notify support by Lin Ming · 14 years ago
  47. 5a284cd ACPICA: Fix local variable mess in acpi_ev_asynch_execute_gpe_method by Lin Ming · 14 years ago
  48. 84f6b2a ACPICA: Remove unused function declarations by Lin Ming · 14 years ago
  49. 8b6cd8a ACPICA: New GPE handler callback definition by Lin Ming · 14 years ago
  50. 3a37898 ACPICA: Rename some function and variable names by Lin Ming · 14 years ago
  51. 3cfd53d ACPICA: Move GPE functions to new file evxfgpe.c by Lin Ming · 14 years ago
  52. 9cd0314 ACPI / ACPICA: Fix global lock acquisition by Rafael J. Wysocki · 13 years ago
  53. cc22219 Merge commit 'v2.6.37-rc8' into perf/core by Ingo Molnar · 14 years ago
  54. 5acdb1a ACPI / ACPICA: Disable GPEs during initialization by Rafael J. Wysocki · 14 years ago
  55. 072b198 x86, nmi_watchdog: Remove all stub function calls from old nmi_watchdog by Don Zickus · 14 years ago
  56. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  57. 6e04c41 Merge branch 'gpe-defer' into release by Len Brown · 14 years ago
  58. aca209e Merge branch 'acpica' into release by Len Brown · 14 years ago
  59. 8df3fc9 Subject: [PATCH] ACPICA: Fix Scope() op in module level code by Bob Moore · 14 years ago
  60. 49b3c1e ACPICA: Clear PCIEXP_WAKE_STS when clearing ACPI events by Colin Ian King · 14 years ago
  61. 23ebbf0 ACPICA: Add Vista SP2 to supported _OSI strings by Bob Moore · 14 years ago
  62. 34cf66e ACPICA: Eliminate duplicate code in acpi_ut_execute_* functions by Bob Moore · 14 years ago
  63. 8125666 ACPICA: Change type of _TZ from ThermalZone to Device by Bob Moore · 14 years ago
  64. 3989170 ACPICA: Comment update; no functional change by Bob Moore · 14 years ago
  65. 75434a2 ACPICA: Increase configurability of error messages by Bob Moore · 14 years ago
  66. 77b23f712 ACPICA: Add repair for _HID and _CID strings by Bob Moore · 14 years ago
  67. cc84e26 ACPICA: iASL/Disassembler: Write ACPI errors to stderr instead of output file by Bob Moore · 14 years ago
  68. 31b3d4c ACPICA: Make acpi_gbl_system_awake_and_running publically available by Bob Moore · 14 years ago
  69. e786db7 ACPICA: Update math module; no functional change by Bob Moore · 14 years ago
  70. 28eb3fc ACPICA: Make acpi_thread_id no longer configurable, always u64 by Lin Ming · 14 years ago
  71. 8f40f17 ACPICA: Add ACPI_INLINE configuration parameter by Lin Ming · 14 years ago
  72. 95abccb ACPICA: Obsolete the acpi_os_derive_pci_id OSL interface by Bob Moore · 14 years ago
  73. b0ed7a9 ACPICA/ACPI: Add new host interfaces for _OSI support by Lin Ming · 14 years ago
  74. 09387b4 ACPICA: Revert "Revert "Enable multi-byte EC transfers by Bob Moore · 14 years ago
  75. c5f0231 ACPICA: Fix acpi_os_read_pci_configuration prototype by Bob Moore · 14 years ago
  76. fdb8c58 Merge branches 'apei', 'battery-mwh-fix', 'bugzilla-10807', 'bugzilla-14736', 'bugzilla-14679', 'bugzilla-16396', 'launchpad-613381' and 'misc' into release by Len Brown · 14 years ago
  77. 58f87ed ACPI: Fix typos by Lucas De Marchi · 14 years ago
  78. 573b638 ACPI: enable repeated PCIEXP wakeup by clearing PCIEXP_WAKE_STS on resume by Colin Ian King · 14 years ago
  79. a210080 ACPI / ACPICA: Defer enabling of runtime GPEs (v3) by Rafael J. Wysocki · 14 years ago
  80. cfa806f gcc-4.6: ACPI: fix unused but set variables in ACPI by Andi Kleen · 14 years ago
  81. c172cb7 Merge branch 'acpica-gpe' into release by Len Brown · 14 years ago
  82. c637e48 ACPI: introduce module parameter acpi.aml_debug_output by Zhang Rui · 14 years ago
  83. 9e50ab9 Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 14 years ago
  84. 28f4f8a ACPI / ACPICA: Fix reference counting problems with GPE handlers by Rafael J. Wysocki · 14 years ago
  85. a0d4687 ACPI / ACPICA: Simplify acpi_ev_initialize_gpe_block() by Rafael J. Wysocki · 14 years ago
  86. 9ce10df ACPI / ACPICA: Fail acpi_gpe_wakeup() if ACPI_GPE_CAN_WAKE is unset by Rafael J. Wysocki · 14 years ago
  87. 9874647 ACPI / ACPICA: Do not execute _PRW methods during initialization by Rafael J. Wysocki · 14 years ago
  88. 0907925 ACPICA: Fix for Alias references within Package objects by Bob Moore · 14 years ago
  89. 150dba3 ACPICA: Fix lint warning for 64-bit constant by Bob Moore · 14 years ago
  90. de5668f ACPICA: Remove obsolete GPE function by Bob Moore · 14 years ago
  91. 546eb57 ACPICA: Drop acpi_set_gpe by Rafael J. Wysocki · 14 years ago
  92. 3bd741b ACPICA: Use low-level GPE enable during GPE block initialization by Rafael J. Wysocki · 14 years ago
  93. a44061a ACPICA: Remove wakeup GPE reference counting which is not used by Rafael J. Wysocki · 14 years ago
  94. e8b6f97 ACPICA: Introduce acpi_gpe_wakeup() by Rafael J. Wysocki · 14 years ago
  95. b76df67 ACPICA: Rename acpi_hw_gpe_register_bit by Lin Ming · 14 years ago
  96. a9fc031 ACPICA: Optimization: Reduce the number of namespace walks by Alexey Starikovskiy · 14 years ago
  97. 20d33ae ACPICA: Update flags for operand object by Bob Moore · 14 years ago
  98. c45b5c0 ACPICA: Performance enhancement for namespace search and access by Alexey Starikovskiy · 14 years ago
  99. 5821f75 ACPICA: Expand device initialization counters to 32 bits by Bob Moore · 14 years ago
  100. b27d659 ACPICA: Core: Replace all %d format specifiers with %u (unsigned) by Bob Moore · 14 years ago