1. ac8a101 powerpc: fix ALSA options in Freescale 85xx and 86xx defconfigs by Timur Tabi · 16 years ago
  2. 108443c Revert "powerpc/ep8248e: Fix compile problem if !CONFIG_FS_ENET" by Kumar Gala · 16 years ago
  3. ff21f23 powerpc/ep8248e: Unconditionally select PHYLIB for mdio_bitbang by Kumar Gala · 16 years ago
  4. 0332f00 powerpc/fsl: Minor TLBSYNC cleanup for FSL Book-E by Kumar Gala · 16 years ago
  5. 6cfd899 powerpc: rework FSL Book-E PTE access and TLB miss by Kumar Gala · 16 years ago
  6. 2d07db3 powerpc: Remove Kconfig PPC_CPM_NEW_BINDING by Kumar Gala · 16 years ago
  7. b219108 fs_enet: Remove !CONFIG_PPC_CPM_NEW_BINDING code by Kumar Gala · 16 years ago
  8. 0026298 Add fsl,magic-packet to, and clean up, the gianfar binding. by Scott Wood · 16 years ago
  9. d87eb12 gianfar: Add magic packet and suspend/resume support. by Scott Wood · 16 years ago
  10. 7e1cc9c powerpc: Fix a bunch of sparse warnings in the qe_lib by Andy Fleming · 16 years ago
  11. 4cd7e1c powerpc: Add support for multiple gfar mdio interfaces by Andy Fleming · 16 years ago
  12. a47fda9 powerpc/86xx: mpc8610_hpcd - add support for ULI RTC by Anton Vorontsov · 16 years ago
  13. 52ddd1c powerpc/85xx/86xx: some refactoring for fsl_uli1575 code by Anton Vorontsov · 16 years ago
  14. 00c5372 powerpc/fsl_uli1575: fix RTC quirk to work on MPC8572DS and MPC8610HPCD by Anton Vorontsov · 16 years ago
  15. ade254d powerpc: Add documentation for CPM GPIO banks by Jochen Friedrich · 16 years ago
  16. 89ae5b2 powerpc: add FHCI USB, FSL MCU, FSL UPM and GPIO LEDs bindings by Anton Vorontsov · 16 years ago
  17. 69ad7e7 powerpc/fsl_soc: gianfar: don't probe disabled devices by Anton Vorontsov · 16 years ago
  18. c0a2015 powerpc/83xx: fix ULPI setup for MPC8315 processors by Anton Vorontsov · 16 years ago
  19. 76fe1ff powerpc: Move mpc83xx_add_bridge to fsl_pci.c by John Rigby · 16 years ago
  20. b500563 powerpc: pci config cleanup by John Rigby · 16 years ago
  21. 36aa796 powerpc/mpc7448: add alias list to DTS, clean out old chosen node by Paul Gortmaker · 16 years ago
  22. 5743661 powerpc/mpc8313erdb: Add power management to the device tree. by Scott Wood · 16 years ago
  23. d49747b powerpc/mpc83xx: Power Management support by Scott Wood · 17 years ago
  24. 7e72063 powerpc: Update example SOC node in booting-without-of.txt. by Scott Wood · 16 years ago
  25. 2dff417 powerpc: Document Freescale power management nodes, and the sleep property. by Scott Wood · 16 years ago
  26. 8a0ca91 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 16 years ago
  27. 9c1be0c Merge branch 'for_linus' of git://git.infradead.org/~dedekind/ubifs-2.6 by Linus Torvalds · 16 years ago
  28. 42fdd14 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
  29. 4314652 Merge branch 'release-2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-acpi-merge-2.6 by Linus Torvalds · 16 years ago
  30. d442cc4 block: Trivial fix for blk_integrity_rq() by Martin K. Petersen · 16 years ago
  31. 8df1b04 Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 16 years ago
  32. 01a5bba Fix FADT parsing by Jan Beulich · 16 years ago
  33. 4d38704 Add the ability to reset the machine using the RESET_REG in ACPI's FADT table. by Aaron Durbin · 16 years ago
  34. c83642d ACPI: use dev_printk when possible by Bjorn Helgaas · 16 years ago
  35. 40ab4f4 PNPACPI: add support for HP vendor-specific CCSR descriptors by Bjorn Helgaas · 16 years ago
  36. 84684c7 PNP: avoid legacy IDE IRQs by Bjorn Helgaas · 16 years ago
  37. 1f32ca3 PNP: convert resource options to single linked list by Bjorn Helgaas · 16 years ago
  38. bbe413b ISAPNP: handle independent options following dependent ones by Bjorn Helgaas · 16 years ago
  39. e2a1a6f PNP: remove extra 0x100 bit from option priority by Bjorn Helgaas · 16 years ago
  40. d5ebde6 PNP: support optional IRQ resources by Bjorn Helgaas · 16 years ago
  41. 2d29a7a PNP: rename pnp_register_*_resource() local variables by Bjorn Helgaas · 16 years ago
  42. fe2cf59 PNPACPI: ignore _PRS interrupt numbers larger than PNP_IRQ_NR by Bjorn Helgaas · 16 years ago
  43. c227536 PNP: centralize resource option allocations by Bjorn Helgaas · 16 years ago
  44. b08395e PNP: remove redundant pnp_can_configure() check by Bjorn Helgaas · 16 years ago
  45. 6e906f0 PNP: make resource assignment functions return 0 (success) or -EBUSY (failure) by Bjorn Helgaas · 16 years ago
  46. 819beac PNP: in debug resource dump, make empty list obvious by Bjorn Helgaas · 16 years ago
  47. fcfb7ce PNP: improve resource assignment debug by Bjorn Helgaas · 16 years ago
  48. 169aaff PNP: increase I/O port & memory option address sizes by Bjorn Helgaas · 16 years ago
  49. 7aefff5 PNP: introduce pnp_irq_mask_t typedef by Bjorn Helgaas · 16 years ago
  50. a1802c4 PNP: make resource option structures private to PNP subsystem by Bjorn Helgaas · 16 years ago
  51. 08c9f26 PNP: define PNP-specific IORESOURCE_IO_* flags alongside IRQ, DMA, MEM by Bjorn Helgaas · 16 years ago
  52. b72ee1f1 PNP: whitespace/coding style fixes by Bjorn Helgaas · 16 years ago
  53. 57fd51a PNP: add pnp_possible_config() -- can a device could be configured this way? by Bjorn Helgaas · 16 years ago
  54. f61ed7e PNP: dont sort by type in /sys/.../resources by Bjorn Helgaas · 16 years ago
  55. 25d39c3 PNP: remove ratelimit on add resource failures by Bjorn Helgaas · 16 years ago
  56. 5acf914 PNPACPI: keep disabled resources when parsing current config by Bjorn Helgaas · 16 years ago
  57. aee3ad8 PNP: replace pnp_resource_table with dynamically allocated resources by Bjorn Helgaas · 16 years ago
  58. 20bfdbb PNP: make pnp_{port,mem,etc}_start(), et al work for invalid resources by Bjorn Helgaas · 16 years ago
  59. 9fdee4e PNP: add pnp_resource_type_name() helper function by Bjorn Helgaas · 16 years ago
  60. 940e98d PNP: add pnp_resource_type() internal interface by Bjorn Helgaas · 16 years ago
  61. 87e4acf PNP: remove pnp_resource.index by Bjorn Helgaas · 16 years ago
  62. b897f46 PNP: add detail to debug resource dump by Bjorn Helgaas · 16 years ago
  63. 469778c ACPI: video: fix brightness allocation by Julia Jomantaite · 16 years ago
  64. 8aa863b ACPI: Andi Kleen maintains the ACPI sub-system by Len Brown · 16 years ago
  65. 65573ee ACPI: Zhang Rui maintains ACPI THERMAL and FAN by Len Brown · 16 years ago
  66. 2a2a647 ACPI: Disable MWAIT via DMI on broken Compal board by Zhao Yakui · 16 years ago
  67. da5e09a ACPI : Create "idle=nomwait" bootparam by Zhao Yakui · 16 years ago
  68. c1e3b37 ACPI: Create "idle=halt" bootparam by Zhao Yakui · 16 years ago
  69. 5b53496 ACPI: Disable the C2C3_FFH access mode HW has no MWAIT support by Zhao Yakui · 16 years ago
  70. 71b58cb ACPI: Enhance /sys/firmware/interrupts to allow enable/disable/clear from user-space by Zhang Rui · 16 years ago
  71. 9c9f6d0 ACPICA: Update version to 20080609 by Bob Moore · 16 years ago
  72. b53ce3f ACPICA: Fix mutex debug code for wrong loop termination value by Bob Moore · 16 years ago
  73. fd0a432 ACPICA: Cleanup of _PRT parsing code by Bob Moore · 16 years ago
  74. 71d993e ACPICA: Cleanup debug operand dump mechanism by Bob Moore · 16 years ago
  75. 5a1a57e ACPICA: Fix for invalid large array index on 64-bit systems by Bob Moore · 16 years ago
  76. 75e5b5f ACPICA: Update disassembler for DMAR table changes by Bob Moore · 16 years ago
  77. 19d0cfe ACPICA: Update DMAR and SRAT table definitions by Bob Moore · 16 years ago
  78. d0e184a ACPICA: Workaround for reversed _PRT entries from BIOS by Bob Moore · 16 years ago
  79. b25d2a4 ACPICA: Update version to 20080514 by Bob Moore · 16 years ago
  80. 4b8ed63 ACPICA: Add const qualifier for appropriate string constants by Bob Moore · 16 years ago
  81. b524376 ACPICA: Several lint changes, no functional changes by Bob Moore · 16 years ago
  82. d97b435 ACPICA: Removed unused include files from source files by Bob Moore · 16 years ago
  83. 67a119f ACPICA: Eliminate acpi_native_uint type v2 by Bob Moore · 16 years ago
  84. 11f2a61 ACPICA: Fix possible negative array index in acpi_ut_validate_exception by Bob Moore · 16 years ago
  85. 6719561 ACPICA: Update tracking macros to reduce code/data size by Jan Beulich · 16 years ago
  86. c91d924 ACPICA: Fix for hang on GPE method invocation by Bob Moore · 16 years ago
  87. f3454ae ACPICA: Add argument count checking to control method invocation via acpi_evaluate_object by Bob Moore · 16 years ago
  88. c735ab7 fujitsu-laptop: depends on INPUT by Randy Dunlap · 16 years ago
  89. 25f2f3d snapshot: Use pm_mutex for mutual exclusion by Rafael J. Wysocki · 16 years ago
  90. 52d1102 snapshot: Push BKL down into ioctl handlers by Alan Cox · 16 years ago
  91. ebb12db Freezer: Introduce PF_FREEZER_NOSIG by Rafael J. Wysocki · 16 years ago
  92. d20a4dc APM emulation: Notify about all suspend events, not just APM invoked ones (v2) by Johannes Berg · 16 years ago
  93. 741438b ACPI PM: Remove obsolete Toshiba workaround by Rafael J. Wysocki · 16 years ago
  94. a80a6da PCI ACPI: Drop the second argument of platform_pci_choose_state by Rafael J. Wysocki · 16 years ago
  95. 2fe2de5 ACPI PM: acpi_pm_device_sleep_state() cleanup by David Brownell · 16 years ago
  96. cc7e516 dock: bay: Don't call acpi_walk_namespace() when ACPI is disabled. by Len Brown · 16 years ago
  97. d185705 ACPI: don't walk tables if ACPI was disabled by Vegard Nossum · 16 years ago
  98. 860f0c6 acer-wmi: Remove version number by Carlos Corbacho · 16 years ago
  99. 8114352 acer-wmi: Add debugfs file for device detection by Carlos Corbacho · 16 years ago
  100. 5753dd5 acer-wmi: Disable device autodetection on Fujitsu Siemens Amilo Li2732 by Carlos Corbacho · 16 years ago