1. a9d9058 kmemleak: Allow the early log buffer to be configurable. by Catalin Marinas · 15 years ago
  2. defe910 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 15 years ago
  3. bf96d1e kmemleak: Do not force the slab debugging Kconfig options by Catalin Marinas · 15 years ago
  4. 8b12e25 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  5. 00540e5 lockdep: Select frame pointers on x86 by Peter Zijlstra · 15 years ago
  6. 32a9ff9 lib/checksum.c: fix endianess bug by Arnd Bergmann · 15 years ago
  7. d282922 lib: add lib/gcd.c by Florian Fainelli · 15 years ago
  8. 517d086 Merge branch 'akpm' by Linus Torvalds · 15 years ago
  9. 4b32412 rb_tree: remove redundant if()-condition in rb_erase() by Wolfram Strepp · 15 years ago
  10. 4c60117 rb_tree: make clear distinction between two different cases in rb_erase() by Wolfram Strepp · 15 years ago
  11. 16c047a rb_tree: reorganize code in rb_erase() for additional changes by Wolfram Strepp · 15 years ago
  12. 8e8a2de lib/genalloc.c: remove unmatched write_lock() in gen_pool_destroy by Zygo Blaxell · 15 years ago
  13. c67ae69 hexdump: remove the trailing space by Li Zefan · 15 years ago
  14. b72b71c lib: do code optimization for radix_tree_lookup() and radix_tree_lookup_slot() by Huang Shijie · 15 years ago
  15. 417dcdf atomic: only take lock when the counter drops to zero on UP as well by Jan Blunck · 15 years ago
  16. dc56612 radix-tree: add radix_tree_prev_hole() by Wu Fengguang · 15 years ago
  17. b3fec0f Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vegard/kmemcheck by Linus Torvalds · 15 years ago
  18. 6fd0330 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 15 years ago
  19. d9cd8f3 kobject: make kset_create check kobject_set_name return value by Dave Young · 15 years ago
  20. 722f2a6 Merge commit 'linus/master' into HEAD by Vegard Nossum · 15 years ago
  21. 0a4af3b kmemcheck: make kconfig accessible for other architectures by Pekka Enberg · 15 years ago
  22. 7d46d9e kmemcheck: enable in the x86 Kconfig by Vegard Nossum · 16 years ago
  23. aa010ef dma-debug: be more careful when building reference entries by Joerg Roedel · 15 years ago
  24. e5e8c5b dma-debug: check for sg_call_ents in best-fit algorithm too by Joerg Roedel · 15 years ago
  25. 09d4e0e lib: Provide generic atomic64_t implementation by Paul Mackerras · 15 years ago
  26. cd166bd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 15 years ago
  27. ad6561d module: trim exception table on init free. by Rusty Russell · 15 years ago
  28. 5b02ee3 asm-generic: merge branch 'master' of torvalds/linux-2.6 by Arnd Bergmann · 15 years ago
  29. 512626a Merge branch 'for-linus' of git://linux-arm.org/linux-2.6 by Linus Torvalds · 15 years ago
  30. b640f04 Merge branch 'topic/slab/earlyboot' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 15 years ago
  31. 26a28fa add generic lib/checksum.c by Arnd Bergmann · 15 years ago
  32. 38c7fed x86: remove some alloc_bootmem_cpumask_var calling by Yinghai Lu · 15 years ago
  33. 0822ee4 kmemleak: Simple testing module for kmemleak by Catalin Marinas · 15 years ago
  34. 3bba00d kmemleak: Enable the building of the memory leak detector by Catalin Marinas · 15 years ago
  35. 49c3556 Merge branch 'serial-from-alan' by Linus Torvalds · 15 years ago
  36. 8759ef3 lib: isolate rational fractions helper function by Oskar Schirmer · 15 years ago
  37. 769f3e8 Merge branch 'printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  38. 3f6280d Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  39. 0281b5d cpumask: introduce zalloc_cpumask_var by Yinghai Lu · 15 years ago
  40. 0bf8412 dma-debug: simplify logic in driver_filter() by Joerg Roedel · 15 years ago
  41. be81c6e dma-debug: disable/enable irqs only once in device_dma_allocations by Joerg Roedel · 15 years ago
  42. e7ed70e dma-debug: use pr_* instead of printk(KERN_* ...) by Joerg Roedel · 15 years ago
  43. c17e2cf dma-debug: code style fixes by Joerg Roedel · 15 years ago
  44. 31232509 dma-debug: comment style fixes by Joerg Roedel · 15 years ago
  45. 62a6f46 Merge branch 'dma-debug/2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into core/iommu by Ingo Molnar · 15 years ago
  46. 56fdd18 Merge branch 'linus' into core/iommu by Ingo Molnar · 15 years ago
  47. 7caf6a49 dma-debug: change hash_bucket_find from first-fit to best-fit by Joerg Roedel · 15 years ago
  48. bdc2911 Merge branches 'dma-debug/fixes' and 'dma-debug/driver-filter' into dma-debug/2.6.31 by Joerg Roedel · 15 years ago
  49. 1745de5 dma-debug: add dma_debug_driver kernel command line by Joerg Roedel · 15 years ago
  50. 8a6fc70 dma-debug: add debugfs file for driver filter by Joerg Roedel · 15 years ago
  51. 2e507d8 dma-debug: add variables and checks for driver filter by Joerg Roedel · 15 years ago
  52. 88f3907 dma-debug: fix debug_dma_sync_sg_for_cpu and debug_dma_sync_sg_for_device by FUJITA Tomonori · 15 years ago
  53. 884d059 dma-debug: use sg_dma_len accessor by FUJITA Tomonori · 15 years ago
  54. 15aedea dma-debug: use sg_dma_address accessor instead of using dma_address directly by FUJITA Tomonori · 15 years ago
  55. ed888ae dma-debug: re-add dma memory leak detection by Joerg Roedel · 15 years ago
  56. 41fb454 Merge commit 'v2.6.30-rc5' into core/iommu by Ingo Molnar · 15 years ago
  57. fe0e2bb Remove old PRINTK_DEBUG config item by Jason Baron · 15 years ago
  58. da87bbd Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  59. 0c8b946 vsprintf: introduce %pf format specifier by Frederic Weisbecker · 15 years ago
  60. 314eeac dma-debug: remove broken dma memory leak detection for 2.6.30 by Joerg Roedel · 15 years ago
  61. a5422a5 lib: find_last_bit.o needed by a module only, move it from lib to obj by Fred Isaman · 15 years ago
  62. 58be18c4 Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 15 years ago
  63. 75ee034 [S390] omit frame pointers on s390 when possible by Heiko Carstens · 15 years ago
  64. 23c560a scatterlist: make sure sg_miter_next() doesn't return 0 sized mappings by Tejun Heo · 15 years ago
  65. 8a577ff driver: dont update dev_name via device_add path by Kay Sievers · 15 years ago
  66. d094cbe driver core: allow non-root users to listen to uevents by Kay Sievers · 15 years ago
  67. 05f54c1 Revert "kobject: don't block for each kobject_uevent". by Hugh Dickins · 15 years ago
  68. e6a1a89 dma-debug: add dma_debug_resize_entries() to adjust the number of dma_debug_entries by FUJITA Tomonori · 15 years ago
  69. 9eeba61 lockdep: warn about lockdep disabling after kernel taint by Frederic Weisbecker · 15 years ago
  70. a4e94ef printk: add support of hh length modifier for printk by Zhaolei · 15 years ago
  71. 022624a printk: fix wrong format string iter for printk by Zhaolei · 15 years ago
  72. 42d7c5e swiotlb: change swiotlb_bus_to[phys,virt] prototypes by Becky Bruce · 15 years ago
  73. 380d687 swiotlb: use swiotlb_sync_single instead of duplicating code by Becky Bruce · 15 years ago
  74. 7fcebbd swiotlb: rename unmap_single to do_unmap_single by Becky Bruce · 15 years ago
  75. ef5722f swiotlb: allow arch override of address_needs_mapping by Becky Bruce · 15 years ago
  76. dd6b02f swiotlb: map_page fix for highmem systems by Becky Bruce · 15 years ago
  77. 67131ad swiotlb: fix compile warning by Becky Bruce · 15 years ago
  78. ceb5ac3 swiotlb: comment corrections by Becky Bruce · 15 years ago
  79. 1551260 Merge branch 'core/softlockup' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  80. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  81. 5e34437 Merge branch 'linus' into core/softlockup by Ingo Molnar · 15 years ago
  82. 77d0563 softlockup: make DETECT_HUNG_TASK default depend on DETECT_SOFTLOCKUP by Ingo Molnar · 15 years ago
  83. 12fe32e Merge branch 'kmemtrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  84. 5412b53 Merge branch 'core/debugobjects' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  85. e4c393f Merge branch 'printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  86. 492f59f Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  87. e65a1b7 kmemtrace, kbuild: fix slab.h dependency problem in lib/decompress_unlzma.c by Pekka Enberg · 15 years ago
  88. ba56617 kmemtrace, kbuild: fix slab.h dependency problem in lib/decompress_bunzip2.c by Pekka Enberg · 15 years ago
  89. 079effb kmemtrace, kbuild: fix slab.h dependency problem in lib/decompress_inflate.c by Pekka Enberg · 15 years ago
  90. 4f032ac cpumask: fix slab corruption caused by alloc_cpumask_var_node() by Jack Steiner · 15 years ago
  91. 38460b4 cgroup: CSS ID support by KAMEZAWA Hiroyuki · 15 years ago
  92. 8302294f Merge branch 'tracing/core-v2' into tracing-for-linus by Ingo Molnar · 15 years ago
  93. 55a6399 lib/rbtree.c: optimize rb_erase() by Wolfram Strepp · 15 years ago
  94. 6a11f75 generic debug pagealloc by Akinobu Mita · 15 years ago
  95. 7bee946 Merge branch 'linus' into locking-for-linus by Ingo Molnar · 15 years ago
  96. 93c36ed dma-debug: fix printk formats (i386) by Randy Dunlap · 15 years ago
  97. 712b000 Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  98. 9ff9a26 Merge commit 'origin/master' into next by Benjamin Herrenschmidt · 15 years ago
  99. 38a6ed3 Merge branch 'linus' into core/printk by Ingo Molnar · 15 years ago
  100. b0d44c0 Merge branch 'linus' into core/iommu by Ingo Molnar · 15 years ago