1. b7a6980 ACPICA: _CID support for PCI Root Bridge detection. by Bob Moore · 19 years ago
  2. d1fdda8 ACPICA: Fix race condition with AcpiWalkNamespace. by Bob Moore · 19 years ago
  3. 9bc75cf ACPICA: Eliminate control method 2-pass parse/execute. by Valery Podrezov · 19 years ago
  4. 4d0b4af ACPICA: Restructured module into multiple functions. by Mikhail Kouzmich · 19 years ago
  5. 2b705a8 ACPICA: Update version to 20060927 by Bob Moore · 19 years ago
  6. cb219bb ACPICA: Add new subsystem state bit that is set after SubsystemInitialize is called by Bob Moore · 19 years ago
  7. 65e4b9b ACPICA: Fix for possible memory leak and fault. by Fiodor Suietov · 19 years ago
  8. 867c9ae ACPICA: Update interpreter error paths to always report the error by Bob Moore · 19 years ago
  9. f70a5e7 ACPICA: On AML mutex force-release, set depth to zero (was 1). by Bob Moore · 19 years ago
  10. 310a7f7 ACPICA: Use faster ByIndex interface to get FACS by Bob Moore · 19 years ago
  11. d8c71b6 ACPICA: Remove obsolete Flags parameter. by Bob Moore · 19 years ago
  12. 73ca0fb ACPICA: Fix for Global Lock semaphore. by Bob Moore · 19 years ago
  13. 14d64b5 ACPICA: Add full table name to disassembler output by Bob Moore · 19 years ago
  14. 4cdf469 ACPICA: Update version to 20060912 by Bob Moore · 19 years ago
  15. 977a622 ACPICA: Fix trace output name and whitespace by Bob Moore · 19 years ago
  16. 0fab899 ACPICA: Fix memory leak in table load error path by Bob Moore · 19 years ago
  17. 7139284 ACPICA: New common routine for creating and verifying a local FADT. by Bob Moore · 19 years ago
  18. 13b572a ACPICA: Report error if method creates 2 objects with the same name by Bob Moore · 19 years ago
  19. ea5d8eb ACPICA: FADT verification is now table driven. by Bob Moore · 19 years ago
  20. 775d85b ACPICA: Add declarations for ASF! sub-tables by Bob Moore · 19 years ago
  21. cc2a472 ACPICA: IsResourceTemplate now returns ACPI_STATUS by Bob Moore · 19 years ago
  22. 15f0c0d ACPICA: Allow type ANY to be the target of the Scope operator. by Bob Moore · 19 years ago
  23. 77389e1 ACPICA: re-factor table init routines for benefit of iASL by Bob Moore · 19 years ago
  24. 694b0b2 ACPICA: add ASF comment by Bob Moore · 19 years ago
  25. e56b638 ACPICA: Update comments in tbfadt.c by Bob Moore · 19 years ago
  26. 765ec20 ACPICA: Delete stale FADT functions outside tbfadt.c. by Bob Moore · 19 years ago
  27. 1ba753a ACPICA: Re-implement interpreters' "serialized mode" by Bob Moore · 19 years ago
  28. 95befdb ACPICA: Create tbfadt.c to hold all FADT-related functions by Bob Moore · 19 years ago
  29. b89b71a ACPICA: Cleanup of FADT verification function. by Bob Moore · 19 years ago
  30. 0eaa14c ACPICA: Update version to 20060831 by Bob Moore · 19 years ago
  31. 84fb2c9 ACPICA: Split acpi_format_exception into two parts by Bob Moore · 19 years ago
  32. 6987416 ACPICA: Store GPE number instead of bitmask by Alexey Starikovskiy · 19 years ago
  33. 3d81b23 ACPICA: Fix unalignment in acpi_ut_repair_name by Bob Moore · 19 years ago
  34. c5a7156 ACPICA: Disable all wake GPEs after first one recieved by Bob Moore · 19 years ago
  35. fdffb72 ACPICA: Add acpi_gpe_count global to track the number of GPE events by Bob Moore · 19 years ago
  36. 2502fff ACPICA: Add support for DMAR table by Bob Moore · 19 years ago
  37. ad71860 ACPICA: minimal patch to integrate new tables into Linux by Alexey Starikovskiy · 19 years ago
  38. a4bbb81 ACPICA: Lint changes by Bob Moore · 19 years ago
  39. 4bf2739 ACPICA: Fix for FADT conversion in 64-bit mode by Bob Moore · 19 years ago
  40. 8f34890 ACPICA: Update comments for individual table fields by Bob Moore · 19 years ago
  41. c5fc42a ACPICA: misc fixes for new Table Manager: by Bob Moore · 19 years ago
  42. f3d2e78 ACPICA: Implement simplified Table Manager by Bob Moore · 19 years ago
  43. 2e42005 ACPICA: Update debug output by Bob Moore · 19 years ago
  44. f93a21c ACPICA: Update version to 20060721 by Bob Moore · 19 years ago
  45. 9c52657 ACPICA: Temporary fix for BankValue parameter by Bob Moore · 19 years ago
  46. 6b366e2 ACPICA: fix for object premature deletion by Fiodor Suietov · 19 years ago
  47. 0654a6d ACPICA: Cast acpi_thread_id to UINT32 for debug output only by Bob Moore · 19 years ago
  48. a72d475 ACPICA: Release global lock from interrupt handler by Bob Moore · 19 years ago
  49. c81da66 ACPICA: Delete recursive feature of ACPI Global Lock by Bob Moore · 19 years ago
  50. 8f9337c ACPICA: Handle case NumElements > Package length by Bob Moore · 19 years ago
  51. 2405805 ACPICA: Handle mis-matched package length by Bob Moore · 19 years ago
  52. c9e3ba2 ACPICA: Update function header by Bob Moore · 19 years ago
  53. e47fddf Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 19 years ago
  54. 49c8042 libata: Initialize nbytes for internal sg commands by Brian King · 19 years ago
  55. 0777721 libata: Fix ata_busy_wait() kernel docs by Alan · 19 years ago
  56. 05c39e5 pata_via: Correct missing comments by Alan · 19 years ago
  57. 54494f3 pata_atiixp: propogate cable detection hack from drivers/ide to the new driver by Alan · 19 years ago
  58. 7728098 ahci/pata_jmicron: fix JMicron quirk by Tejun Heo · 19 years ago
  59. 222335b Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 19 years ago
  60. 7a18642 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/bnx2-2.6 by Linus Torvalds · 19 years ago
  61. 6cdd12a Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 19 years ago
  62. 583243c Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 19 years ago
  63. 719d969 [PATCH] MAINTAINERS: ufs entry by Evgeniy Dushistov · 19 years ago
  64. 435f8a6 Revert "[PATCH] fix typo in geode_configre()@cyrix.c" by Linus Torvalds · 19 years ago
  65. a55eb05 spidernet : fix memory leak in spider_net_stop by Jens Osterkamp · 19 years ago
  66. a53a33d e100: fix napi ifdefs removing needed code by Auke Kok · 19 years ago
  67. ae2c27a Merge ../linux-2.6 by Jeff Garzik · 19 years ago
  68. b659f44 [BNX2]: PHY workaround for 5709 A0. by Michael Chan · 19 years ago
  69. 239a87c [NET_SCHED]: act_ipt: fix regression in ipt action by Patrick McHardy · 19 years ago
  70. 51bcf09 [SPARC32]: Fix over-optimization by GCC near ip_fast_csum. by Bob Breuer · 19 years ago
  71. e34efe3 [PATCH] Remove avr32@atmel.com from MAINTAINERS by Haavard Skinnemoen · 19 years ago
  72. fb594d3 [PATCH] via82cxxx: fix typo ("cx7000" should be corrected to "cx700") by Bartlomiej Zolnierkiewicz · 19 years ago
  73. d346cce [PATCH] sysrq: showBlockedTasks is sysrq-W by Randy Dunlap · 19 years ago
  74. 7d89524 [PATCH] procfs: Fix listing of /proc/NOT_A_TGID/task by Guillaume Chazarain · 19 years ago
  75. 432bd6c [PATCH] KVM: fix lockup on 32-bit intel hosts with nx disabled in the bios by Avi Kivity · 19 years ago
  76. 6a4c24e [PATCH] pci: remove warning messages by Andrew Morton · 19 years ago
  77. cb7468e [PATCH] via quirk update by Jean Delvare · 19 years ago
  78. 04add67 [PATCH] uml-i386: fix build breakage with CONFIG_HIGHMEM by Al Viro · 19 years ago
  79. 9d6ed92 [PATCH] radio modems sitting on serial port are not for s390 by Al Viro · 19 years ago
  80. b4cff84 [PATCH] sanitize sections for sparc32 smp by Al Viro · 19 years ago
  81. 472ba91 [PATCH] efi_set_rtc_mmss() is not __init by Al Viro · 19 years ago
  82. 2a3d4f1 [PATCH] __crc_... is intended to be absolute by Al Viro · 19 years ago
  83. 9abcf40 [PATCH] fork_idle() should be __cpuinit, not __devinit by Al Viro · 19 years ago
  84. fc2dd2e [PATCH] endianness bug: ntohl() misspelled as >> 24 in fh_verify(). by Al Viro · 19 years ago
  85. eb79722 [PATCH] ide section fixes by Al Viro · 19 years ago
  86. aaba6d4 [PATCH] mca_nmi_hook() can be called at any point by Al Viro · 19 years ago
  87. e7bc537 [PATCH] fix frv headers_check by Al Viro · 19 years ago
  88. 190ff5b Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 19 years ago
  89. 6fd6b17 Revert "[PATCH] mm: micro optimise zone_watermark_ok" by Linus Torvalds · 19 years ago
  90. a608ab9 netxen patches by Al Viro · 19 years ago
  91. 2e55302 [NETFILTER]: xt_hashlimit: fix ip6tables dependency by Patrick McHardy · 19 years ago
  92. f56df2f Linux 2.6.20-rc7 by Linus Torvalds · 19 years ago
  93. 4222721 Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 19 years ago
  94. 41c57a8 [PATCH] IPMI: fix timeout list handling by David Barksdale · 19 years ago
  95. fa8609d [PATCH] ntfs: kmap_atomic() atomicity fix by Andrew Morton · 19 years ago
  96. 3896625 [PATCH] uml: fix signal frame alignment by Jeff Dike · 19 years ago
  97. 99abaf5 [PATCH] jmicron: 40/80pin primary detection by ethanhsiao@jmicron.com · 19 years ago
  98. c06bb5d [PATCH] Fix VIA quirks by Jean Delvare · 19 years ago
  99. ab40c5c [PATCH] kprobes: replace magic numbers with enum by Masami Hiramatsu · 19 years ago
  100. 46bae1a [PATCH] Remove warning: VFS is out of sync with lock manager by Neil Brown · 19 years ago