1. 4938370 Merge branch 'driver-ops-cleanup' into release by Len Brown · 16 years ago
  2. e857b33 Merge branch 'bjorn-cleanups' into release by Len Brown · 16 years ago
  3. 9a38f4e Merge branch 'bjorn-initcall-cleanup' into release by Len Brown · 16 years ago
  4. 67dc092 ACPI: Remove R40e c-state blacklist by Thomas Renninger · 16 years ago
  5. 8308e8a ACPI: remove unused acpi_bus_ops flags by Bjorn Helgaas · 16 years ago
  6. c0ce093 ACPI: remove unused acpi_device_ops .shutdown method by Bjorn Helgaas · 16 years ago
  7. 93b3e78 ACPI: remove unused acpi_device_ops .lock and .scan methods by Bjorn Helgaas · 16 years ago
  8. fb318cb ACPI: cpufreq: use new bit register access function by Lin Ming · 16 years ago
  9. 018f452 ACPI: tidy up makefile by Bjorn Helgaas · 16 years ago
  10. 201b8c6 ACPI: call acpi_wakeup_device_init() explicitly rather than as initcall by Bjorn Helgaas · 16 years ago
  11. 9cee43e ACPI: call acpi_sleep_proc_init() explicitly rather than as initcall by Bjorn Helgaas · 16 years ago
  12. 0e46517 ACPI: call init_acpi_device_notify() explicitly rather than as initcall by Bjorn Helgaas · 16 years ago
  13. 84f810c ACPI: call acpi_debug_init() explicitly rather than as initcall by Bjorn Helgaas · 16 years ago
  14. 141a0af ACPI: call acpi_system_init() explicitly rather than as initcall by Bjorn Helgaas · 16 years ago
  15. 4451537 ACPI: call acpi_power_init() explicitly rather than as initcall by Bjorn Helgaas · 16 years ago
  16. a5f820f ACPI: call acpi_ec_init() explicitly rather than as initcall by Bjorn Helgaas · 16 years ago
  17. e747f27 ACPI: call acpi_scan_init() explicitly rather than as initcall by Bjorn Helgaas · 16 years ago
  18. 81d0273 ACPI: skip DMI power state check when ACPI disabled by Bjorn Helgaas · 16 years ago
  19. 14eecfc ACPICA: Update version to 20090320 by Bob Moore · 16 years ago
  20. 03ef132 ACPICA: Fix index value in package warning message by Bob Moore · 16 years ago
  21. f655630 ACPICA: FADT: Favor 32-bit FACS and DSDT addresses by Bob Moore · 16 years ago
  22. 31fbc07 ACPICA: FADT: Favor 32-bit register addresses for compatibility by Bob Moore · 16 years ago
  23. f28ad2c3 ACPICA: Fix PCI configuration space port address range by Bob Moore · 16 years ago
  24. ee6a0fb ACPICA: Condense some protected ports by Bob Moore · 16 years ago
  25. 91a56e6 ACPICA: Remove unused code, no functional change by Bob Moore · 16 years ago
  26. c3dd25f ACPICA: Clear PM register write-only bits on reading by Lin Ming · 16 years ago
  27. f9ca058 ACPICA: Remove obsolete acpi_os_validate_address interface by Bob Moore · 16 years ago
  28. 7f07190 ACPICA: New: I/O port protection by Bob Moore · 16 years ago
  29. 20869dc ACPICA: Preserve all PM control reserved and ignored bits by Bob Moore · 16 years ago
  30. 8636f8d ACPICA: Change handling of PM1 Status register ignored bit by Bob Moore · 16 years ago
  31. 8a335a2 ACPICA: Fix AcpiWalkNamespace race condition with table unload by Bob Moore · 16 years ago
  32. aab61b6 ACPICA: FADT: Fix extraneous length mismatch warning by Bob Moore · 16 years ago
  33. d4913dc ACPICA: Formatting update - no functional changes by Bob Moore · 16 years ago
  34. 768aaaf ACPICA: Add manifest constants for bit register values by Bob Moore · 16 years ago
  35. 2affa28 ACPICA: Update version to 20090220 by Bob Moore · 16 years ago
  36. b6bc342 ACPICA: Update table header print function by Bob Moore · 16 years ago
  37. 88dcb04 ACPICA: Restructure bit register access functions by Bob Moore · 16 years ago
  38. 50ffba1 ACPICA: Rename ACPI bit register access functions by Bob Moore · 16 years ago
  39. 9892dd2 ACPICA: Optimize ACPI register locking by Bob Moore · 16 years ago
  40. ec41f19 ACPICA: Formatting update - no functional changes by Bob Moore · 16 years ago
  41. 7bcc06e ACPICA: Debug output: decrease verbosity of DB_INFO debug level by Bob Moore · 16 years ago
  42. c114e4b ACPICA: Debug output: print result of _OSI invocations by Bob Moore · 16 years ago
  43. 4f70e37 ACPICA: Conditionally compile acpi_set_firmware_waking_vector64 by Bob Moore · 16 years ago
  44. 3371c19 ACPICA: Remove ACPI_GET_OBJECT_TYPE macro by Bob Moore · 16 years ago
  45. 32c9ef9 ACPICA: Add function to handle PM1 control registers by Bob Moore · 16 years ago
  46. 82d79b8 ACPICA: Remove redundant ACPI_BITREG_SLEEP_TYPE_B by Bob Moore · 16 years ago
  47. ac0c845 ACPICA: Fix parameter validation for acpi_read/write by Bob Moore · 16 years ago
  48. aefc7f9 ACPICA: For PM1B registers, do not shift value read or written by Bob Moore · 16 years ago
  49. 227243a ACPICA: Remove extra write for acpi_hw_clear_acpi_status by Bob Moore · 16 years ago
  50. c520aba ACPICA: Fix writes to optional PM1B registers by Bob Moore · 16 years ago
  51. d3319d1 ACPICA: Update comments in module header by Bob Moore · 16 years ago
  52. 5e053e7 ACPICA: Check for non-zero address before being converted to GAS by Lin Ming · 16 years ago
  53. 531c633 ACPICA: Split out PM1 status registers from the FADT by Bob Moore · 16 years ago
  54. 6fc69d8 ACPICA: Update version to 20090123 by Bob Moore · 16 years ago
  55. 993958f ACPICA: Update FADT flag definitions by Bob Moore · 16 years ago
  56. d3ccaff ACPICA: Add override for dynamic tables by Bob Moore · 16 years ago
  57. 97cbb7d ACPICA: Remove extraneous parameter in table manager by Bob Moore · 16 years ago
  58. ac5f98d ACPICA: Allow OS override of all ACPI tables by Bob Moore · 16 years ago
  59. 4bbfb85 ACPICA: Add error check to debug object dump routine by Bob Moore · 16 years ago
  60. 8e0ee43 Linux 2.6.29 by Linus Torvalds · 16 years ago
  61. 0030864 Build with -fno-dwarf2-cfi-asm by Kyle McMartin · 16 years ago
  62. 1db4b2d trivial: fix orphan dates in ext2 documentation by Jody McIntyre · 16 years ago
  63. d56ffd3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  64. 12a37b5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 16 years ago
  65. 53da1d9 fix ptrace slowness by Miklos Szeredi · 16 years ago
  66. b0dcb4a Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc by Linus Torvalds · 16 years ago
  67. 345953c powerpc/mm: Fix Respect _PAGE_COHERENT on classic ppc32 SW TLB load machines by Kumar Gala · 16 years ago
  68. 61fa9dc ucc_geth: Fix oops when using fixed-link support by Anton Vorontsov · 16 years ago
  69. e3162d3 dm9000: locking bugfix by David Brownell · 16 years ago
  70. 6580f57 net: update dnet.c for bus_id removal by Stephen Rothwell · 16 years ago
  71. 59fcbdd Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes by Linus Torvalds · 16 years ago
  72. 39678e5 Merge branch 'fix-includes' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 16 years ago
  73. f762dd6 Update my email address by Gertjan van Wingerde · 16 years ago
  74. 2aac0cf eCryptfs: NULL crypt_stat dereference during lookup by Tyler Hicks · 16 years ago
  75. 8faece5 eCryptfs: Allocate a variable number of pages for file headers by Tyler Hicks · 16 years ago
  76. 18a0d89 radeonfb: Whack the PCI PM register until it sticks by Benjamin Herrenschmidt · 16 years ago
  77. 4b97926 dnet: DNET should depend on HAS_IOMEM by Ilya Yanok · 16 years ago
  78. e2fc4d1 dca: add missing copyright/license headers by Maciej Sosnowski · 16 years ago
  79. c2f3252 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 16 years ago
  80. f3f9258 nl80211: Check that function pointer != NULL before using it by Jouni Malinen · 16 years ago
  81. 5ed0102 sungem: missing net_device_ops by Stephen Hemminger · 16 years ago
  82. 1ab1ab7 be2net: fix to restore vlan ids into BE2 during a IF DOWN->UP cycle by Sathya Perla · 16 years ago
  83. ea1dae1 be2net: replenish when posting to rx-queue is starved in out of mem conditions by Sathya Perla · 16 years ago
  84. 65c2449 aio: lookup_ioctx can return the wrong value when looking up a bogus context by Jeff Moyer · 16 years ago
  85. 87c3a86 eventfd: remove fput() call from possible IRQ context by Davide Libenzi · 16 years ago
  86. d011555 Move cc-option to below arch-specific setup by Linus Torvalds · 16 years ago
  87. caa81d6 Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 16 years ago
  88. 2d8620c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 16 years ago
  89. fe2fd6c Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 16 years ago
  90. a8e7d49 Fix race in create_empty_buffers() vs __set_page_dirty_buffers() by Linus Torvalds · 16 years ago
  91. 68df375 Add '-fwrapv' to gcc CFLAGS by Linus Torvalds · 16 years ago
  92. 0702b30 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 16 years ago
  93. 192d7a4 sparc64: Fix crash with /proc/iomem by Mikulas Patocka · 16 years ago
  94. 42cc77c sparc64: Reschedule KGDB capture to a software interrupt. by David S. Miller · 16 years ago
  95. 170ebf8 bas_gigaset: correctly allocate USB interrupt transfer buffer by Tilman Schmidt · 16 years ago
  96. 44c1d6f smsc911x: reset last known duplex and carrier on open by Steve Glendinning · 16 years ago
  97. 2e2a6a9 sh_eth: Fix mistake of the address of SH7763 by Nobuhiro Iwamatsu · 16 years ago
  98. 0e0fde3 sh_eth: Change handling of IRQ by Nobuhiro Iwamatsu · 16 years ago
  99. 2bad35b netns: oops in ip[6]_frag_reasm incrementing stats by Jorge Boncompte [DTI2] · 16 years ago
  100. e4a389a net: kfree(napi->skb) => kfree_skb by Roel Kluin · 16 years ago