1. 87a7def Kprobes on select architectures no longer EXPERIMENTAL by Ananth N Mavinakayanahalli · 18 years ago
  2. 5b78cc9 make timespec_equal() take const arguments by Jan Engelhardt · 18 years ago
  3. 9281ace kallsyms: make KSYM_NAME_LEN include space for trailing '\0' by Tejun Heo · 18 years ago
  4. b45d527 sb1250-duart.c: SB1250 DUART serial support by Maciej W. Rozycki · 18 years ago
  5. f9e86f419 Remove CHILD_MAX by Roland McGrath · 18 years ago
  6. 7729303 Remove OPEN_MAX by Roland McGrath · 18 years ago
  7. c09edd6 avoid OPEN_MAX in SCM_MAX_FD by Roland McGrath · 18 years ago
  8. f448024 unregister_blkdev(): return void by Akinobu Mita · 18 years ago
  9. c6d4d63 unregister_blkdev(): delete redundant message by Akinobu Mita · 18 years ago
  10. 00d5940 unregister_blkdev() delete redundant messages in callers by Akinobu Mita · 18 years ago
  11. 294462a unregister_blkdev(): do WARN_ON on failure by Akinobu Mita · 18 years ago
  12. 62239ac proper prototype for proc_nr_files() by Adrian Bunk · 18 years ago
  13. f284ce7 PTRACE_POKEDATA consolidation by Alexey Dobriyan · 18 years ago
  14. 7664732 PTRACE_PEEKDATA consolidation by Alexey Dobriyan · 18 years ago
  15. bcdcd8e Report that kernel is tainted if there was an OOPS by Pavel Emelianov · 18 years ago
  16. 74489a9 Add support for Xilinx SystemACE CompactFlash interface by Grant Likely · 18 years ago
  17. 99121c0 powerpc: 8xx: fix whitespace and indentation by Vitaly Bordug · 18 years ago
  18. 2a7326b CONFIG_BOUNCE to avoid useless inclusion of bounce buffer logic by Christoph Lameter · 18 years ago
  19. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 18 years ago
  20. 787d221 fs: introduce some page/buffer invariants by Nick Piggin · 18 years ago
  21. a1ed3dd MM: Make needlessly global hugetlb_no_page() static. by Robert P. J. Day · 18 years ago
  22. b5fab14e Add VM_BUG_ON in case someone uses page_mapping on a slab page by Christoph Lameter · 18 years ago
  23. a0acd82 Make SLUB the default allocator by Christoph Lameter · 18 years ago
  24. 8ab1372 SLUB: Fix CONFIG_SLUB_DEBUG use for CONFIG_NUMA by Christoph Lameter · 18 years ago
  25. a0e1d1b SLUB: Move sysfs operations outside of slub_lock by Christoph Lameter · 18 years ago
  26. 434e245 SLUB: Do not allocate object bit array on stack by Christoph Lameter · 18 years ago
  27. 94f6030 Slab allocators: Replace explicit zeroing with __GFP_ZERO by Christoph Lameter · 18 years ago
  28. 81cda66 Slab allocators: Cleanup zeroing allocations by Christoph Lameter · 18 years ago
  29. ce15fea SLUB: Do not use length parameter in slab_alloc() by Christoph Lameter · 18 years ago
  30. 12ad684 SLUB: Style fix up the loop to disable small slabs by Christoph Lameter · 18 years ago
  31. 5af328a mm/slub.c: make code static by Adrian Bunk · 18 years ago
  32. 7b55f62 SLUB: Simplify dma index -> size calculation by Christoph Lameter · 18 years ago
  33. f1b2633 SLUB: faster more efficient slab determination for __kmalloc by Christoph Lameter · 18 years ago
  34. dfce864 SLUB: do proper locking during dma slab creation by Christoph Lameter · 18 years ago
  35. 2e443fd SLUB: extract dma_kmalloc_cache from get_cache. by Christoph Lameter · 18 years ago
  36. 0c71001 SLUB: add some more inlines and #ifdef CONFIG_SLUB_DEBUG by Christoph Lameter · 18 years ago
  37. d07dbea Slab allocators: support __GFP_ZERO in all allocators by Christoph Lameter · 18 years ago
  38. 6cb8f91 Slab allocators: consistent ZERO_SIZE_PTR support and NULL result semantics by Christoph Lameter · 18 years ago
  39. ef2ad80 Slab allocators: consolidate code for krealloc in mm/util.c by Christoph Lameter · 18 years ago
  40. d45f39c SLUB Debug: fix initial object debug state of NUMA bootstrap objects by Christoph Lameter · 18 years ago
  41. 6300ea7 SLUB: ensure that the number of objects per slab stays low for high orders by Christoph Lameter · 18 years ago
  42. 68dff6a SLUB slab validation: Move tracking information alloc outside of lock by Christoph Lameter · 18 years ago
  43. 5b95a4ac SLUB: use list_for_each_entry for loops over all slabs by Christoph Lameter · 18 years ago
  44. 2492268 SLUB: change error reporting format to follow lockdep loosely by Christoph Lameter · 18 years ago
  45. 8e1f936 mm: clean up and kernelify shrinker registration by Rusty Russell · 18 years ago
  46. 5ad333e Lumpy Reclaim V4 by Andy Whitcroft · 18 years ago
  47. 7e63efe Add a movablecore= parameter for sizing ZONE_MOVABLE by Mel Gorman · 18 years ago
  48. ed7ed36 handle kernelcore=: generic by Mel Gorman · 18 years ago
  49. 396faf0 Allow huge page allocations to use GFP_HIGH_MOVABLE by Mel Gorman · 18 years ago
  50. 2a1e274 Create the ZONE_MOVABLE zone by Mel Gorman · 18 years ago
  51. 769848c Add __GFP_MOVABLE for callers to flag allocations from high memory that may be migrated by Mel Gorman · 18 years ago
  52. a32ea1e Fix read/truncate race by NeilBrown · 18 years ago
  53. e21ea24 mm: remove ptep_test_and_clear_dirty and ptep_clear_flush_dirty by Martin Schwidefsky · 18 years ago
  54. f0e47c2 mm: remove ptep_establish() by Martin Schwidefsky · 18 years ago
  55. 5ee403f parse error, drivers/i2c/busses/i2c-pmcmsp.c by Yoann Padioleau · 18 years ago
  56. ae6f4a8 Merge branch 'drm-patches' of ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 18 years ago
  57. 45ea5dcd drm: add idr_init to drm_stub.c by Dave Airlie · 18 years ago
  58. cca5307 drm: fix problem with SiS typedef with sisfb enabled. by Dave Airlie · 18 years ago
  59. a5fcaa2 Merge branch 'drm-patches' of ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 18 years ago
  60. d4e2cbe drm: convert drawable code to using idr by Dave Airlie · 18 years ago
  61. 6296814 drm: convert drm context code to use Linux idr by Dave Airlie · 18 years ago
  62. 489de30 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 18 years ago
  63. 1f1c288 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 18 years ago
  64. 7608a86 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 18 years ago
  65. 7713a7d [HRTIMER] Fix cpu pointer arg to clockevents_notify() by David Miller · 18 years ago
  66. f798634 [SERIAL] SUNHV: Fix jerky console on LDOM guests. by David S. Miller · 18 years ago
  67. 778feeb [SPARC64]: Fix race between MD update and dr-cpu add. by David S. Miller · 18 years ago
  68. 3ac66e3 [SPARC64]: SMP build fix. by Fabio Massimo Di Nitto · 18 years ago
  69. 29417b8 Make BLK_DEV_BSG depend strictly on SCSI=y by Linus Torvalds · 18 years ago
  70. a54890d Make check_signature depend on CONFIG_HAS_IOMEM by Linus Torvalds · 18 years ago
  71. c5e3ae8 forcedeth bug fix: realtek phy by Ayaz Abdulla · 18 years ago
  72. d215d8a forcedeth bug fix: vitesse phy by Ayaz Abdulla · 18 years ago
  73. 14a67f3 forcedeth bug fix: cicada phy by Ayaz Abdulla · 18 years ago
  74. 05ffdd7 atl1: reorder atl1_main functions by Jay Cliburn · 18 years ago
  75. 2ca13da atl1: fix excessively indented code by Jay Cliburn · 18 years ago
  76. 53ffb42 atl1: cleanup atl1_main by Jay Cliburn · 18 years ago
  77. 2b11614 atl1: header file cleanup by Jay Cliburn · 18 years ago
  78. 70d9d4b atl1: remove irq_sem by Jay Cliburn · 18 years ago
  79. d4f01a7 cdc-subset to support new vendor/product ID by jing xiang · 18 years ago
  80. 9030c0d 8139cp: implement the missing dev->tx_timeout by Francois Romieu · 18 years ago
  81. c97884b myri10ge: Remove nonsensical limit in the tx done routine by Brice Goglin · 18 years ago
  82. be5ae97 gianfar: kill unused header by Kumar Gala · 18 years ago
  83. 06103b1 EP93XX_ETH must select MII by John Donoghue · 18 years ago
  84. 446ebd0 macb: Add multicast capability by Patrice Vilchez · 18 years ago
  85. 6c36a70 macb: Use generic PHY layer by frederic RODO · 18 years ago
  86. 54ab292 s390: add barriers to qeth driver by Frank Blaschka · 18 years ago
  87. aa617aa s390: scatter-gather for inbound traffic in qeth driver by Frank Blaschka · 18 years ago
  88. 44c8215 eHEA: Introducing support vor DLPAR memory add by Thomas Klein · 18 years ago
  89. 5be80846 Merge branch 'upstream-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstream by Jeff Garzik · 18 years ago
  90. 8910b49 Fix a potential NULL pointer dereference in free_shared_mem() in drivers/net/s2io.c by Micah Gruber · 18 years ago
  91. 2e27afb Revert "[NET]: Fix races in net_rx_action vs netpoll." by Linus Torvalds · 18 years ago
  92. c2dc1ad Merge branch 'drm-patches' of ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 18 years ago
  93. 5b37696 utime(s): Honour CAP_FOWNER when times==NULL by Satyam Sharma · 18 years ago
  94. 9793c32 Fix too few arguments to function `scsi_cmd_ioctl' by S.Çağlar Onur · 18 years ago
  95. 959bc220 Fix LDM for new field in the VOL5 VBLK. by Anton Altaparmakov · 18 years ago
  96. 7144521 Remove duplicate comments from sysctl.c by Linus Torvalds · 18 years ago
  97. abce891 Fix new generic block device SG compile by Linus Torvalds · 18 years ago
  98. 10b275d Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 18 years ago
  99. add0969 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2 by Linus Torvalds · 18 years ago
  100. e245bef Merge branch 'bsg' of git://git.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 18 years ago