1. a31fba5 dma-debug: add checks for sync_single_sg_* by Joerg Roedel · 16 years ago
  2. 948408b dma-debug: add checks for sync_single_range_* by Joerg Roedel · 16 years ago
  3. b9d2317 dma-debug: add checks for sync_single_* by Joerg Roedel · 16 years ago
  4. 6bfd449 dma-debug: add checking for [alloc|free]_coherent by Joerg Roedel · 16 years ago
  5. 972aa45 dma-debug: add add checking for map/unmap_sg by Joerg Roedel · 16 years ago
  6. f62bc98 dma-debug: add checking for map/unmap_page/single by Joerg Roedel · 16 years ago
  7. 2d62ece dma-debug: add core checking functions by Joerg Roedel · 16 years ago
  8. 788dcfa dma-debug: add debugfs interface by Joerg Roedel · 16 years ago
  9. 59d3daa dma-debug: add kernel command line parameters by Joerg Roedel · 16 years ago
  10. 6bf0787 dma-debug: add initialization code by Joerg Roedel · 16 years ago
  11. 3b1e79e dma-debug: add allocator code by Joerg Roedel · 16 years ago
  12. 30dfa90 dma-debug: add hash functions for dma_debug_entries by Joerg Roedel · 16 years ago
  13. f2f45e5 dma-debug: add header file and core data structures by Joerg Roedel · 16 years ago
  14. 5ee00bd dma-debug: add Kconfig entry by Joerg Roedel · 16 years ago
  15. 7df4edb Merge branch 'linus' into core/iommu by Ingo Molnar · 15 years ago
  16. a140fea Merge commit 'v2.6.29-rc7' into core/locking by Ingo Molnar · 15 years ago
  17. 28b1bd1 Merge branch 'core/locking' into tracing/ftrace by Ingo Molnar · 15 years ago
  18. 1075414 lockdep: require framepointers for x86 by Peter Zijlstra · 15 years ago
  19. e9cc8bd netlink: Move netlink attribute parsing support to lib by Geert Uytterhoeven · 15 years ago
  20. 8b0e586 Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x86/setup-lzma', 'x86/signal' and 'x86/urgent' into x86/core by Ingo Molnar · 15 years ago
  21. 3e8ebb5 debug_objects: add boot-parameter toggle to turn object debugging off again by Kyle McMartin · 15 years ago
  22. 4434e51 Merge branches 'sched/cleanups', 'sched/urgent' and 'linus' into sched/core by Ingo Molnar · 15 years ago
  23. e70049b Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  24. 152de30 docsrc: use config instead of menuconfig by Randy Dunlap · 15 years ago
  25. e4aa7ca bzip2/lzma: don't stop search at first unconfigured compression by Alain Knaff · 15 years ago
  26. adf8b37 [ARM] 5386/2: unwind: Add Makefile and Kconfig entries for ARM stack unwinding by Catalin Marinas · 15 years ago
  27. 871cafc Merge branch 'linus' into core/softlockup by Ingo Molnar · 15 years ago
  28. c37682d lmb: Rework lmb_dump_all() output by Michael Ellerman · 16 years ago
  29. 140573d Merge branches 'sched/rt' and 'sched/urgent' into sched/core by Ingo Molnar · 15 years ago
  30. ff491a7 netlink: change return-value logic of netlink_broadcast() by Pablo Neira Ayuso · 15 years ago
  31. 4ab0a94 cpumask: convert lib/smp_processor_id to new cpumask ops by Rusty Russell · 16 years ago
  32. 3386c05 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
  33. 810ee58 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  34. 6552eba Merge branch 'core/debugobjects' into core/urgent by Thomas Gleixner · 15 years ago
  35. 749a440 rcu: remove duplicate CONFIG_RCU_CPU_STALL_DETECTOR by Lai Jiangshan · 15 years ago
  36. 64dec40 x86: define ARCH_WANT_FRAME_POINTERS by Jeff Mahoney · 16 years ago
  37. ceacc2c sched: make plist a library facility by Peter Zijlstra · 16 years ago
  38. e162b39 softlockup: decouple hung tasks check from softlockup detection by Mandeep Singh Baines · 16 years ago
  39. af2519f Merge branch 'linus' into core/iommu by Ingo Molnar · 16 years ago
  40. 5b019e9 lib/idr.c: use kmem_cache_zalloc() for the idr_layer cache by Andrew Morton · 16 years ago
  41. b098161 idr: fix wrong kernel-doc by Li Zefan · 16 years ago
  42. 23a22d5 bzip2/lzma: comprehensible error messages for missing decompressor by H. Peter Anvin · 16 years ago
  43. 961d7d0 swiotlb: do not use sg_virt() by Ian Campbell · 16 years ago
  44. 0b8698a swiotlb: range_needs_mapping should take a physical address. by Ian Campbell · 16 years ago
  45. 0811a43 Merge branch 'linus' into core/iommu by Ingo Molnar · 16 years ago
  46. 3d14bda Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  47. f4b477c rbtree: add const qualifier to some functions by Artem Bityutskiy · 16 years ago
  48. b173042 Merge branch 'linus' into x86/setup-lzma by Ingo Molnar · 16 years ago
  49. c40f6f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-nommu by Linus Torvalds · 16 years ago
  50. 889c92d bzip2/lzma: centralize format detection by H. Peter Anvin · 16 years ago
  51. 6c11b12 bzip2/lzma: fix decompress_inflate.c vs multi-block-with-embedded-filename by Alain Knaff · 16 years ago
  52. 5619448 bzip2/lzma: fix constant in decompress_inflate by H. Peter Anvin · 16 years ago
  53. b53907c generic swap(): lib/sort.c: rename swap to swap_func by Wu Fengguang · 16 years ago
  54. 8feae13 NOMMU: Make VMAs per MM as for MMU-mode linux by David Howells · 16 years ago
  55. 57c44c5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 16 years ago
  56. da4276b x86: offer frame pointers in all build modes by Ingo Molnar · 16 years ago
  57. 7856a16e bzip2/lzma: DECOMPRESS_GZIP should select ZLIB_INFLATE by H. Peter Anvin · 16 years ago
  58. f94181d Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  59. 40d7ee5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 16 years ago
  60. 179f7eb percpu_counter: FBC_BATCH should be a variable by Eric Dumazet · 16 years ago
  61. e899aa8 strict_strto* is not strict enough by Pavel Machek · 16 years ago
  62. 3007967 lib: proportions.c trivial sparse lock annotation by Harvey Harrison · 16 years ago
  63. 8cef7d5 lib: radix_tree.c make percpu variable static by Harvey Harrison · 16 years ago
  64. 40bc1f2 lib: fix sparse shadowed variable warning by Harvey Harrison · 16 years ago
  65. f1883f8 Remove remaining unwinder code by Alexey Dobriyan · 16 years ago
  66. b61312d oops handling: ensure that any oops is flushed to the mtdoops console by Viktor Rosendahl · 16 years ago
  67. 94b3248 swiotlb: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  68. 2e5ba26 dynamic_printk: reduce one level of indentation by Wu Fengguang · 16 years ago
  69. e0d7bf5 kobject: return the result of uevent sending by netlink by Ming Lei · 16 years ago
  70. c65b914 uevent: don't pass envp_ext[] as format string in kobject_uevent_env() by Tejun Heo · 16 years ago
  71. 210272a driver core: Remove completion from struct klist_node by Matthew Wilcox · 16 years ago
  72. f98eee8 x86, ia64: remove duplicated swiotlb code by FUJITA Tomonori · 16 years ago
  73. 160c1d8 x86, ia64: convert to use generic dma_map_ops struct by FUJITA Tomonori · 16 years ago
  74. 8e6bdb7 trivial: radix-tree: document wrap-around issue of radix_tree_next_hole() by Wu Fengguang · 16 years ago
  75. fdbc045 Merge branches 'core/futexes', 'core/locking', 'core/rcu' and 'linus' into core/urgent by Ingo Molnar · 16 years ago
  76. c8531ab bzip2/lzma: proper Kconfig dependencies for the ramdisk options by H. Peter Anvin · 16 years ago
  77. 46483d1 Merge branch 'core/iommu' into core/urgent by Ingo Molnar · 16 years ago
  78. 30d65db bzip2/lzma: config and initramfs support for bzip2/lzma decompression by Alain Knaff · 16 years ago
  79. bc22c17 bzip2/lzma: library support for gzip, bzip2 and lzma decompression by Alain Knaff · 16 years ago
  80. 52942b6 swiotlb: Don't include linux/swiotlb.h twice in lib/swiotlb.c by Jesper Juhl · 16 years ago
  81. 4010b01 Merge branch 'linus' into core/urgent by Ingo Molnar · 16 years ago
  82. 7d3b56b Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  83. d97106a Make %p print '(null)' for NULL pointers by Linus Torvalds · 16 years ago
  84. 79ff56e swiotlb: add missing __init annotations by Roland Dreier · 16 years ago
  85. b840d79 Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  86. 8c384cd cpumask: CONFIG_DISABLE_OBSOLETE_CPUMASK_FUNCTIONS by Rusty Russell · 16 years ago
  87. 2a53008 cpumask: zero extra bits in alloc_cpumask_var_node by Rusty Russell · 16 years ago
  88. ab53d47 bitmap: find_last_bit() by Rusty Russell · 16 years ago
  89. e9690a6 cpumask: fix bogus kernel-doc by Li Zefan · 16 years ago
  90. 2ca1a61 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Rusty Russell · 16 years ago
  91. db5e53f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 16 years ago
  92. 5f34fe1 Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  93. 33edcf1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Rusty Russell · 16 years ago
  94. ea31951 locking, percpu counters: introduce separate lock classes by Peter Zijlstra · 16 years ago
  95. 773ff60 SLUB: failslab support by Akinobu Mita · 16 years ago
  96. 0191b62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 16 years ago
  97. be9c5ae Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  98. bb26c6c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 16 years ago
  99. 874d6a9 swiotlb: clean up EXPORT_SYMBOL usage by FUJITA Tomonori · 16 years ago
  100. ac86ccc swiotlb: remove unnecessary declaration by FUJITA Tomonori · 16 years ago