1. a722559 nfit: make DIMM DSMs optional by Dan Williams · 8 years ago
  2. 4995734 acpi, nfit: fix acpi_check_dsm() vs zero functions implemented by Dan Williams · 8 years ago
  3. 1f40c49 Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  4. c7e16e5 acpi: widen acpi_evaluate_dsm() revision and function-index arguments by Jerry Hoemann · 8 years ago
  5. c68ae33e ACPI / utils: Rename acpi_dev_present() by Lukas Wunner · 8 years ago
  6. 4a798f5 ACPI / util: cast data to u64 before shifting to fix sign extension by Colin Ian King · 8 years ago
  7. bea3c37 ACPI / util: remove redundant check if element is NULL by Colin Ian King · 8 years ago
  8. 2d12b6b ACPI / utils: Add acpi_dev_present() by Lukas Wunner · 9 years ago
  9. 4c62dbb ACPI: Remove FSF mailing addresses by Jarkko Nikula · 9 years ago
  10. 14ca7a47 acpi-video-detect: video: Make video_detect code part of the video module by Hans de Goede · 9 years ago
  11. be10f60 Merge branches 'acpi-scan', 'acpi-utils' and 'acpi-pm' by Rafael J. Wysocki · 9 years ago
  12. c48cf1b ACPI / utils: Drop error messages from acpi_evaluate_reference() by Rafael J. Wysocki · 9 years ago
  13. d93de34 ACPI: remove unnecessary sizeof(u8) by Fabian Frederick · 10 years ago
  14. 8264fce Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 10 years ago
  15. e3ec483 ACPI: add ACPI_TYPE_LOCAL_REFERENCE support to acpi_extract_package() by Zhang Rui · 10 years ago
  16. 5d30f74 ACPI / utils: Update acpi_check_dsm() comments by Yijing Wang · 10 years ago
  17. 45fef5b ACPI: add dynamic_debug support by Bjørn Mork · 10 years ago
  18. 2d0acb4 ACPI: Clean up memory allocations by jhbird.choi@samsung.com · 10 years ago
  19. 700b842 ACPI: Drop acpi_evaluate_hotplug_ost() and ACPI_HOTPLUG_OST by Rafael J. Wysocki · 10 years ago
  20. 05730c1 ACPI: rename acpi_evaluate_hotplug_ost() to acpi_evaluate_ost() by Jiang Liu · 10 years ago
  21. eb5ed9a ACPI / utils: remove a pointless NULL check by Dan Carpenter · 10 years ago
  22. fbb9c10 Merge branch 'acpi-dsm' by Rafael J. Wysocki · 10 years ago
  23. a65ac52 ACPI: introduce helper interfaces for _DSM method by Jiang Liu · 10 years ago
  24. 8b48463 ACPI: Clean up inclusions of ACPI header files by Lv Zheng · 11 years ago
  25. e7e92ec9 ACPI: Fix spelling mistake in error messages by Colin Ian King · 11 years ago
  26. e83dda0 ACPI: improve acpi_extract_package() utility by Al Stone · 11 years ago
  27. 7d2421f ACPI: introduce two helper functions for _EJ0 and _LCK by Jiang Liu · 11 years ago
  28. 0db9820 ACPI: introduce helper function acpi_execute_simple_method() by Jiang Liu · 11 years ago
  29. 952c63e ACPI: introduce helper function acpi_has_method() by Jiang Liu · 11 years ago
  30. fbfddae ACPI: Add acpi_handle_<level>() interfaces by Toshi Kani · 12 years ago
  31. 8ede06a ACPI: Use ACPICA native way to decode the PLD buffer by Feng Tang · 12 years ago
  32. 275c58d ACPI: Add an interface to evaluate _OST by Toshi Kani · 12 years ago
  33. 38ac0f1 ACPI: Add _PLD support by Matthew Garrett · 12 years ago
  34. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  35. ec28dcc Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzilla-531916-power-state', 'ht-warn-2.6.34', 'pnp', 'processor-rename', 'sony-2.6.34', 'suse-bugzilla-531547', 'tz-check', 'video' and 'misc-2.6.34' into release by Len Brown · 14 years ago
  36. 0e02644 ACPI: delete unused acpi_evaluate_string() by Len Brown · 14 years ago
  37. 439913f ACPI: replace acpi_integer by u64 by Lin Ming · 14 years ago
  38. a192a95 ACPI: Move definition of PREFIX from acpi_bus.h to internal..h by Len Brown · 15 years ago
  39. 4059907 ACPI: scheduling in atomic via acpi_evaluate_integer () by Pavel Machek · 16 years ago
  40. 27663c5 ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernels by Matthew Wilcox · 16 years ago
  41. cd0b224 ACPICA: Fixes for external Reference Objects by Bob Moore · 16 years ago
  42. b6a1638 ACPICA: Warn if packages with invalid references are evaluated by Thomas Renninger · 16 years ago
  43. 4fd7f51 ACPI: sparse fix, replace macro with static function by Harvey Harrison · 16 years ago
  44. f52fd66 ACPI: clean up ACPI_MODULE_NAME() use by Len Brown · 17 years ago
  45. 36bcbec ACPI: replace kmalloc+memset with kzalloc by Burman Yan · 17 years ago
  46. 50dd096 ACPI: Remove unnecessary from/to-void* and to-void casts in drivers/acpi by Jan Engelhardt · 18 years ago
  47. d68909f ACPI: avoid irqrouter_resume might_sleep oops on resume from S4 by Len Brown · 18 years ago
  48. 02438d8 ACPI: delete acpi_os_free(), use kfree() directly by Len Brown · 18 years ago
  49. d550d98 ACPI: delete tracing macros from drivers/acpi/*.c by Patrick Mochel · 18 years ago
  50. 6468463 ACPI: un-export ACPI_ERROR() -- use printk(KERN_ERR...) by Len Brown · 18 years ago
  51. cece929 ACPI: un-export ACPI_WARNING() -- use printk(KERN_WARNING...) by Len Brown · 18 years ago
  52. a6fc672 ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUG by Thomas Renninger · 18 years ago
  53. 64385f2 ACPI: fix potential memory leak in acpi_evaluate_integer() error path by Vasily Averin · 18 years ago
  54. 4be44fc [ACPI] Lindent all ACPI files by Len Brown · 19 years ago
  55. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago