1. 6cb8f91 Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semantics by Christoph Lameter · 17 years ago
  2. ef2ad80 Slab allocators: consolidate code for krealloc in mm/util.c by Christoph Lameter · 17 years ago
  3. d45f39c SLUB Debug: fix initial object debug state of NUMA bootstrap objects by Christoph Lameter · 17 years ago
  4. 6300ea7 SLUB: ensure that the number of objects per slab stays low for high orders by Christoph Lameter · 17 years ago
  5. 68dff6a SLUB slab validation: Move tracking information alloc outside of lock by Christoph Lameter · 17 years ago
  6. 5b95a4ac SLUB: use list_for_each_entry for loops over all slabs by Christoph Lameter · 17 years ago
  7. 2492268 SLUB: change error reporting format to follow lockdep loosely by Christoph Lameter · 17 years ago
  8. 8e1f936 mm: clean up and kernelify shrinker registration by Rusty Russell · 17 years ago
  9. 5ad333e Lumpy Reclaim V4 by Andy Whitcroft · 17 years ago
  10. 7e63efe Add a movablecore= parameter for sizing ZONE_MOVABLE by Mel Gorman · 17 years ago
  11. ed7ed36 handle kernelcore=: generic by Mel Gorman · 17 years ago
  12. 396faf0 Allow huge page allocations to use GFP_HIGH_MOVABLE by Mel Gorman · 17 years ago
  13. 2a1e274 Create the ZONE_MOVABLE zone by Mel Gorman · 17 years ago
  14. 769848c Add __GFP_MOVABLE for callers to flag allocations from high memory that may be migrated by Mel Gorman · 17 years ago
  15. a32ea1e Fix read/truncate race by NeilBrown · 17 years ago
  16. e21ea24 mm: remove ptep_test_and_clear_dirty and ptep_clear_flush_dirty by Martin Schwidefsky · 17 years ago
  17. f0e47c2 mm: remove ptep_establish() by Martin Schwidefsky · 17 years ago
  18. 5ee403f parse error, drivers/i2c/busses/i2c-pmcmsp.c by Yoann Padioleau · 17 years ago
  19. e5bd762 [IA64] Enable percpu vector domain for IA64_DIG by Yasuaki Ishimatsu · 17 years ago
  20. d080d39 [IA64] Enable percpu vector domain for IA64_GENERIC by Yasuaki Ishimatsu · 17 years ago
  21. cd378f1 [IA64] Support irq migration across domain by Yasuaki Ishimatsu · 17 years ago
  22. 4994be1 [IA64] Add support for vector domain by Yasuaki Ishimatsu · 17 years ago
  23. e1b30a3 [IA64] Add mapping table between irq and vector by Yasuaki Ishimatsu · 17 years ago
  24. f8c087f [IA64] Check if irq is sharable by Yasuaki Ishimatsu · 17 years ago
  25. 4bbdec7 [IA64] Fix invalid irq vector assumption for iosapic by Yasuaki Ishimatsu · 17 years ago
  26. eb21ab2 [IA64] Use dynamic irq for iosapic interrupts by Yasuaki Ishimatsu · 17 years ago
  27. c1726d6 [IA64] Use per iosapic lock for indirect iosapic register access by Yasuaki Ishimatsu · 17 years ago
  28. 40598cb [IA64] Cleanup lock order in iosapic_register_intr by Yasuaki Ishimatsu · 17 years ago
  29. c5e3f9e [IA64] Remove duplicated members in iosapic_rte_info by Yasuaki Ishimatsu · 17 years ago
  30. e3a8f7b [IA64] Remove block structure for locking in iosapic.c by Yasuaki Ishimatsu · 17 years ago
  31. ae6f4a8 Merge branch 'drm-patches' of ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 17 years ago
  32. 5d3a8cd bsg: fix missing space in version print by Jens Axboe · 17 years ago
  33. b824325 xtensa: use DATA_DATA in xtensa by Mathieu Desnoyers · 17 years ago
  34. 3ae0aa9 powerpc: add missing DATA_DATA to powerpc by Mathieu Desnoyers · 17 years ago
  35. 5c617c6 cris: use DATA_DATA in cris by Mathieu Desnoyers · 17 years ago
  36. 7c5d249 kallsyms: remove usage of memmem and _GNU_SOURCE from scripts/kallsyms.c by Paulo Marques · 17 years ago
  37. af332aa kbuild: use -fno-optimize-sibling-calls unconditionally by Adrian Bunk · 17 years ago
  38. d8982ba kconfig: reset generated values only if Kconfig and .config agree. by Roman Zippel · 17 years ago
  39. a412c17 kbuild: fix the warning when running make tags by Aneesh Kumar K.V · 17 years ago
  40. 0584f9f kconfig: strip 'CONFIG_' automatically in kernel configuration search by Bernhard Walle · 17 years ago
  41. c051903 kbuild: use POSIX BRE in headers install target by Mike Frysinger · 17 years ago
  42. 13bd59a Don't define empty struct bsg_class_device if !CONFIG_BLK_DEV_BSG by Geert Uytterhoeven · 17 years ago
  43. a07a5b3 [S390] Fix broken logic, SIGA flags must be bitwise ORed by Jan Glauber · 17 years ago
  44. 086a6c6 [S390] cio: Dont print trailing \0 in modalias_show(). by Cornelia Huck · 17 years ago
  45. e90a285 [S390] Simplify stack trace. by Heiko Carstens · 17 years ago
  46. 810cb5b [S390] z/VM unit record device driver by Frank Munzert · 17 years ago
  47. d9d119f [S390] vmcp cleanup by Christian Borntraeger · 17 years ago
  48. 6cbed91 [S390] qdio: output queue stall on FCP and network devices by Frank Pavlic · 17 years ago
  49. 92d154b [S390] Fix disassembly of RX_URRD, SI_URD & PC-relative instructions. by Christian Borntraeger · 17 years ago
  50. a13a9b6 [S390] Update default configuration. by Martin Schwidefsky · 17 years ago
  51. 319a7b7 bsg: Kconfig updates by FUJITA Tomonori · 17 years ago
  52. 0ed081c bsg: minor cleanup by FUJITA Tomonori · 17 years ago
  53. 1c1133e bsg: device hash table cleanup by FUJITA Tomonori · 17 years ago
  54. 9b9f770 bsg: fix initialization error handling bugs by FUJITA Tomonori · 17 years ago
  55. eec73e8 Whitelist references from __dbe_table to .init by Ralf Baechle · 17 years ago
  56. a5eb6a5 modpost white list pattern adjustment by Jan Beulich · 17 years ago
  57. 741f98f kbuild: do section mismatch check on full vmlinux by Sam Ravnborg · 17 years ago
  58. 5cdf7f7 bsg: mark FUJITA Tomonori as bsg maintainer by Jens Axboe · 17 years ago
  59. 46f6ef4 bsg: convert to dynamic major by Jens Axboe · 17 years ago
  60. 25fd164 bsg: address various review comments by Jens Axboe · 17 years ago
  61. 45ea5dcd drm: add idr_init to drm_stub.c by Dave Airlie · 17 years ago
  62. cca5307 drm: fix problem with SiS typedef with sisfb enabled. by Dave Airlie · 17 years ago
  63. a5fcaa2 Merge branch 'drm-patches' of ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 17 years ago
  64. d4e2cbe drm: convert drawable code to using idr by Dave Airlie · 17 years ago
  65. 6296814 drm: convert drm context code to use Linux idr by Dave Airlie · 17 years ago
  66. 489de30 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  67. 1f1c288 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 17 years ago
  68. 7608a86 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 17 years ago
  69. 7713a7d [HRTIMER] Fix cpu pointer arg to clockevents_notify() by David Miller · 17 years ago
  70. f798634 [SERIAL] SUNHV: Fix jerky console on LDOM guests. by David S. Miller · 17 years ago
  71. 778feeb [SPARC64]: Fix race between MD update and dr-cpu add. by David S. Miller · 17 years ago
  72. 3ac66e3 [SPARC64]: SMP build fix. by Fabio Massimo Di Nitto · 17 years ago
  73. 29417b8 Make BLK_DEV_BSG depend strictly on SCSI=y by Linus Torvalds · 17 years ago
  74. a54890d Make check_signature depend on CONFIG_HAS_IOMEM by Linus Torvalds · 17 years ago
  75. c5e3ae8 forcedeth bug fix: realtek phy by Ayaz Abdulla · 17 years ago
  76. d215d8a forcedeth bug fix: vitesse phy by Ayaz Abdulla · 17 years ago
  77. 14a67f3 forcedeth bug fix: cicada phy by Ayaz Abdulla · 17 years ago
  78. 05ffdd7 atl1: reorder atl1_main functions by Jay Cliburn · 17 years ago
  79. 2ca13da atl1: fix excessively indented code by Jay Cliburn · 17 years ago
  80. 53ffb42 atl1: cleanup atl1_main by Jay Cliburn · 17 years ago
  81. 2b11614 atl1: header file cleanup by Jay Cliburn · 17 years ago
  82. 70d9d4b atl1: remove irq_sem by Jay Cliburn · 17 years ago
  83. d4f01a7 cdc-subset to support new vendor/product ID by jing xiang · 17 years ago
  84. 9030c0d 8139cp: implement the missing dev->tx_timeout by Francois Romieu · 17 years ago
  85. c97884b myri10ge: Remove nonsensical limit in the tx done routine by Brice Goglin · 17 years ago
  86. be5ae97 gianfar: kill unused header by Kumar Gala · 17 years ago
  87. 06103b1 EP93XX_ETH must select MII by John Donoghue · 17 years ago
  88. 446ebd0 macb: Add multicast capability by Patrice Vilchez · 17 years ago
  89. 6c36a70 macb: Use generic PHY layer by frederic RODO · 17 years ago
  90. 54ab292 s390: add barriers to qeth driver by Frank Blaschka · 17 years ago
  91. aa617aa s390: scatter-gather for inbound traffic in qeth driver by Frank Blaschka · 17 years ago
  92. 44c8215 eHEA: Introducing support vor DLPAR memory add by Thomas Klein · 17 years ago
  93. 5be80846 Merge branch 'upstream-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstream by Jeff Garzik · 17 years ago
  94. 8910b49 Fix a potential NULL pointer dereference in free_shared_mem() in drivers/net/s2io.c by Micah Gruber · 17 years ago
  95. 2e27afb Revert "[NET]: Fix races in net_rx_action vs netpoll." by Linus Torvalds · 17 years ago
  96. 1e29a70 kbuild: whitelist references from variables named _timer to .init.text by Sam Ravnborg · 17 years ago
  97. 92cc6b0 kbuild: remove hardcoded _logo names from modpost by Sam Ravnborg · 17 years ago
  98. d3ab785 kbuild: remove hardcoded apic_es7000 from modpost by Sam Ravnborg · 17 years ago
  99. 6fc53ba kbuild: warn about references from .init.text to .exit.text by Sam Ravnborg · 17 years ago
  100. 1d8af55 kbuild: consolidate section checks by Sam Ravnborg · 17 years ago