1. 15ae02b lib/extable.c: remove an expensive integer divide in search_extable() by Eric Dumazet · 16 years ago
  2. e2848a0 radix-tree: avoid atomic allocations for preloaded insertions by Nick Piggin · 16 years ago
  3. 681cc5c iommu sg merging: swiotlb: respect the segment boundary limits by FUJITA Tomonori · 16 years ago
  4. 0291df8 iommu sg: add IOMMU helper functions for the free area management by FUJITA Tomonori · 16 years ago
  5. f5bb3a5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 16 years ago
  6. 519cb68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 16 years ago
  7. 643d1f7 lib/: Spelling fixes by Joe Perches · 16 years ago
  8. d6fbfa4 kbuild: Spelling/grammar fixes for config DEBUG_SECTION_MISMATCH by Geert Uytterhoeven · 16 years ago
  9. e5f95c8 kbuild: print only total number of section mismatces found by Sam Ravnborg · 16 years ago
  10. f70701a kobject: kerneldoc comment fix by Dave Young · 16 years ago
  11. aa7d935 latencytop: Change Kconfig dependency. by Heiko Carstens · 16 years ago
  12. f212ec4 x86: early boot debugging via FireWire (ohci1394_dma=early) by Bernhard Kaindl · 16 years ago
  13. 6dab277 x86: add a simple backtrace test module by Arjan van de Ven · 16 years ago
  14. d50efc6 x86: fix UML and -regparm=3 by Ingo Molnar · 16 years ago
  15. 8c1c935 x86: kprobes: add kprobes smoke tests that run on boot by Ananth N Mavinakayanahalli · 16 years ago
  16. 0ba6c33bc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.25 by Linus Torvalds · 16 years ago
  17. 5ea293a Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 16 years ago
  18. aa02ad6 ext4: Add ext4_find_next_bit() by Aneesh Kumar K.V · 16 years ago
  19. 571e768 [LIB] pcounter : unline too big functions by Eric Dumazet · 17 years ago
  20. de4d1db [LIB]: Introduce struct pcounter by Arnaldo Carvalho de Melo · 17 years ago
  21. 588ccd7 kbuild: add verbose option to Section mismatch reporting in modpost by Sam Ravnborg · 16 years ago
  22. 91341d4 kbuild: introduce new option to enhance section mismatch analysis by Sam Ravnborg · 16 years ago
  23. 7cedb1f SG: work with the SCSI fixed maximum allocations. by James Bottomley · 17 years ago
  24. 0db9299 SG: Move functions to lib/scatterlist.c and add sg chaining allocator helpers by Jens Axboe · 17 years ago
  25. 9745512 sched: latencytop support by Arjan van de Ven · 16 years ago
  26. 6478d88 sched: remove the !PREEMPT_BKL code by Ingo Molnar · 16 years ago
  27. e374a2b Kobject: fix coding style issues in kobject c files by Greg Kroah-Hartman · 16 years ago
  28. af5ca3f Driver core: change sysdev classes to use dynamic kobject names by Kay Sievers · 17 years ago
  29. 528a4bf Kobject: remove kobject_unregister() as no one uses it anymore by Greg Kroah-Hartman · 17 years ago
  30. 78a2d90 Kobject: convert remaining kobject_unregister() to kobject_put() by Greg Kroah-Hartman · 17 years ago
  31. 0f4dafc Kobject: auto-cleanup on final unref by Kay Sievers · 17 years ago
  32. 12e339a Kset: remove kset_add function by Greg Kroah-Hartman · 22 years ago
  33. 6d06adf Kobject: remove kobject_register() by Greg Kroah-Hartman · 17 years ago
  34. f9cb074 Kobject: rename kobject_init_ng() to kobject_init() by Greg Kroah-Hartman · 17 years ago
  35. e1543dd Kobject: remove kobject_init() as no one uses it anymore by Greg Kroah-Hartman · 17 years ago
  36. b2d6db5 Kobject: rename kobject_add_ng() to kobject_add() by Greg Kroah-Hartman · 17 years ago
  37. 9e7bbcc Kobject: remove kobject_add() as no one uses it anymore by Greg Kroah-Hartman · 17 years ago
  38. 09f82ea Kobject: drop child->parent ref at unregistration by Alan Stern · 17 years ago
  39. 9f66fa2 kobject: clean up debugging messages by Greg Kroah-Hartman · 17 years ago
  40. cfb36ff kobject: grab the kset reference in kobject_add, not kobject_init by Greg Kroah-Hartman · 17 years ago
  41. 2fb9113 kobject: remove subsystem_(un)register functions by Greg Kroah-Hartman · 17 years ago
  42. 000f2a4 Driver Core: kill subsys_attribute and default sysfs ops by Kay Sievers · 17 years ago
  43. 386f275 Driver Core: switch all dynamic ksets to kobj_sysfs_ops by Kay Sievers · 17 years ago
  44. 23b5212 Driver Core: add kobj_attribute handling by Kay Sievers · 17 years ago
  45. 43968d2 kobject: get rid of kobject_kset_add_dir by Greg Kroah-Hartman · 17 years ago
  46. 4ff6abf kobject: get rid of kobject_add_dir by Greg Kroah-Hartman · 17 years ago
  47. 3f9e3ee kobject: add kobject_create_and_add function by Greg Kroah-Hartman · 17 years ago
  48. b727c70 kset: add kset_create_and_add function by Greg Kroah-Hartman · 17 years ago
  49. c11c415 kobject: add kobject_init_and_add function by Greg Kroah-Hartman · 17 years ago
  50. 244f6ce kobject: add kobject_add_ng function by Greg Kroah-Hartman · 17 years ago
  51. e86000d kobject: add kobject_init_ng function by Greg Kroah-Hartman · 17 years ago
  52. 18041f4 kobject: make kobject_cleanup be static by Greg Kroah-Hartman · 17 years ago
  53. 663a474 kobject: fix up kobject_set_name to use kvasprintf by Greg Kroah-Hartman · 17 years ago
  54. 41ca28a kref: add kref_set() by Evgeniy Polyakov · 17 years ago
  55. 7a83d45 kobject: remove incorrect comment in kobject_rename by Greg Kroah-Hartman · 17 years ago
  56. f16b34a lib: proportion: fix underflow in prop_norm_percpu() by Peter Zijlstra · 17 years ago
  57. c7af77b sched: mark rwsem functions as __sched for wchan/profiling by Livio Soares · 17 years ago
  58. 8c4606b kobject: fix the documentation of how kobject_set_name works by Greg Kroah-Hartman · 17 years ago
  59. 8002ced Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/net-2.6 by Linus Torvalds · 17 years ago
  60. e03ba84 [TEXTSEARCH]: Do not allow zero length patterns in the textsearch infrastructure by Pablo Neira Ayuso · 17 years ago
  61. d0eec99 hexdump: don't print bytes with bit 7 set by Randy Dunlap · 17 years ago
  62. 71409a4 kobject: two typo fixes by Johannes Berg · 17 years ago
  63. 529a73f Blackfin arch: punt CONFIG_BFIN -- we already have CONFIG_BLACKFIN by Mike Frysinger · 17 years ago
  64. 5a6dca7 lib: move bitmap.o from lib-y to obj-y. by Paul Mundt · 17 years ago
  65. ef19454 [LIB] crc32c: Keep intermediate crc state in cpu order by Benny Halevy · 17 years ago
  66. 0b030c2 Fix bitmap_scnlistprintf for empty masks by Andi Kleen · 17 years ago
  67. 34358c2 kobject: check for duplicate names in kobject_rename by Greg Kroah-Hartman · 17 years ago
  68. de48844 Permit silencing of __deprecated warnings. by Jeff Garzik · 17 years ago
  69. 6e50607 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 17 years ago
  70. d6ec084 Add CONFIG_DEBUG_SG sg validation by Jens Axboe · 17 years ago
  71. f9527f1 Update swiotlb to use sg helpers by Jens Axboe · 17 years ago
  72. eb68450 [MTD] [NAND] Replace -1 with -EBADMSG in nand error correction code by Jörn Engel · 17 years ago
  73. 1dd7fdb [RSLIB] BUG() when passing illegal parameters to decode_rs8() or decode_rs16() by Jörn Engel · 17 years ago
  74. 5895df9 spelling fixes: lib/ by Simon Arlott · 17 years ago
  75. 5a56db1 LIB: Replace inappropriate include of <linux/bug.h> by Robert P. J. Day · 17 years ago
  76. 3a4fa0a Fix misspellings of "system", "controller", "interrupt" and "necessary". by Robert P. J. Day · 17 years ago
  77. 267c402 markers: Add samples subdir by Mathieu Desnoyers · 17 years ago
  78. d2b20b1 Add irq protection in the percpu-counters cpu-hotplug-callback path by Gautham R Shenoy · 17 years ago
  79. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  80. 1977f03 remove asm/bitops.h includes by Jiri Slaby · 17 years ago
  81. 8707d8b Fix cpusets update_cpumask by Paul Menage · 17 years ago
  82. e8c4431 Replace __attribute_pure__ with __pure by Ralf Baechle · 17 years ago
  83. b6257a9 Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 17 years ago
  84. debe621 lib/iomap.c:bad_io_access(): print 0x hex prefix by Rene Herman · 17 years ago
  85. 430d275 avoid negative (and full-width) shifts in radix-tree.c by Peter Lund · 17 years ago
  86. 0044299 handle recursive calls to bust_spinlocks() by Jan Beulich · 17 years ago
  87. 995e428 lib/sort.c optimization by Subbaiah Venkata · 17 years ago
  88. 53fa664 lib/ioremap.c should #include <linux/io.h> by Adrian Bunk · 17 years ago
  89. 8e2b705 argv_split: allow argv_split to handle NULL pointer in argcp parameter gracefully by Neil Horman · 17 years ago
  90. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  91. 145ca25 lib: floating proportions by Peter Zijlstra · 17 years ago
  92. dc62a30 lib: percpu_counter_init_irq by Peter Zijlstra · 17 years ago
  93. 833f407 lib: percpu_counter_init error handling by Peter Zijlstra · 17 years ago
  94. bf1d89c lib: percpu_count_sum() by Peter Zijlstra · 17 years ago
  95. 52d9f3b lib: percpu_counter_sum_positive by Peter Zijlstra · 17 years ago
  96. 3a587f4 lib: percpu_counter_set by Peter Zijlstra · 17 years ago
  97. 20e8976 lib: make percpu_counter_add take s64 by Peter Zijlstra · 17 years ago
  98. 252e0ba lib: percpu_counter variable batch by Peter Zijlstra · 17 years ago
  99. aa0dff2 lib: percpu_counter_add by Peter Zijlstra · 17 years ago
  100. 9e91fdb swiotlb: fix map_sg failure handling by FUJITA Tomonori · 17 years ago