1. 548bbff lib/asn1_decoder.c: kernel-doc warning fix by Fabian Frederick · 10 years ago
  2. b3b16d2 lib/atomic64_test.c: convert printk(KERN_INFO to pr_info by Fabian Frederick · 10 years ago
  3. c56ba70 lib/bug.c: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  4. ce643a3 lib/textsearch.c: move EXPORT_SYMBOL after functions by Fabian Frederick · 10 years ago
  5. 6d6a138 lib/nlattr.c: move EXPORT_SYMBOL after functions by Fabian Frederick · 10 years ago
  6. 54b14f4 lib/digsig.c: kernel-doc warning fixes by Fabian Frederick · 10 years ago
  7. 38b4fe5 lib/crc32.c: remove unnecessary __constant by Fabian Frederick · 10 years ago
  8. 8e4c0b6 lib/radix-tree.c: kernel-doc warning fix by Fabian Frederick · 10 years ago
  9. b8cfff6 lib/plist.c: make CONFIG_DEBUG_PI_LIST selectable by Dan Streetman · 10 years ago
  10. c75b53a lib/btree.c: fix leak of whole btree nodes by Minfei Huang · 10 years ago
  11. 3f623eb lib/vsprintf.c: fix comparison to bool by Fabian Frederick · 10 years ago
  12. f8eaf29 lib/libcrc32c.c: use PTR_ERR_OR_ZERO by Fabian Frederick · 10 years ago
  13. bf4d064 lib/xz: enable all filters by default in Kconfig by Lasse Collin · 10 years ago
  14. 1812062 lib/plist.c: replace pr_debug with printk in plist_test() by Dan Streetman · 10 years ago
  15. 84d517f lib/xz: add comments for the intentionally missing break statements by Lasse Collin · 10 years ago
  16. 0046dd9 lib/string.c: use the name "C-string" in comments by Dan Carpenter · 10 years ago
  17. a75f232 lib/plist: add plist_requeue by Dan Streetman · 10 years ago
  18. 7c8e018 mm: replace __get_cpu_var uses with this_cpu_ptr by Christoph Lameter · 10 years ago
  19. 9c5a362 x86: enable DMA CMA with swiotlb by Akinobu Mita · 10 years ago
  20. 4f11514 mm,vmacache: add debug data by Davidlohr Bueso · 10 years ago
  21. c0f35cc lib/debugobjects.c: convert printk(KERN_DEBUG to pr_debug by Fabian Frederick · 10 years ago
  22. 719e484 lib/debugobjects.c: add pr_fmt to logging by Fabian Frederick · 10 years ago
  23. d7ffef2 lib/debugobjects.c: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  24. d2705064 Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux into next by Linus Torvalds · 10 years ago
  25. 1aacb90 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial into next by Linus Torvalds · 10 years ago
  26. 5cbb00c lib/devres.c: fix checkpatch warnings by Fabian Frederick · 10 years ago
  27. 6090132 lib/devres.c: use dev in devm_request_and_ioremap by Fabian Frederick · 10 years ago
  28. 11d200e lib: add glibc style strchrnul() variant by Grant Likely · 10 years ago
  29. cbfef53 Merge 3.15-rc6 into driver-core-next by Greg Kroah-Hartman · 10 years ago
  30. 722a9f9 asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/* by Andi Kleen · 10 years ago
  31. b1357c9 Kconfig.debug: Grammar s/addition/additional/ by Geert Uytterhoeven · 10 years ago
  32. 86d5613 kobject: Make support for uevent_helper optional. by Michael Marineau · 10 years ago
  33. a663dad mm: fix CONFIG_DEBUG_VM_RB description by Davidlohr Bueso · 10 years ago
  34. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  35. 0b74717 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago
  36. e39435c lib/percpu_counter.c: fix bad percpu counter state during suspend by Jens Axboe · 10 years ago
  37. 188a814 percpu: add preemption checks to __this_cpu ops by Christoph Lameter · 10 years ago
  38. ce816fa Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAP by Uwe Kleine-König · 10 years ago
  39. 6aa7a29 initramfs: debug detected compression method by Daniel M. Weeks · 10 years ago
  40. 3f59b06 lib/idr.c: use RCU_INIT_POINTER(x, NULL) by Monam Agarwal · 10 years ago
  41. 90ae3ae idr: remove dead code by Stephen Hemminger · 10 years ago
  42. af661e8 lib/decompress_inflate.c: include appropriate header file by Rashika Kheria · 10 years ago
  43. 3c516cd lib/clz_ctz.c: add prototype declarations in lib/clz_ctz.c by Rashika Kheria · 10 years ago
  44. d3d47eb lib/random32.c: minor cleanups and kdoc fix by Daniel Borkmann · 10 years ago
  45. b104d6a lib/devres.c: fix some sparse warnings by Steven Rostedt · 10 years ago
  46. 708d96fd vsprintf: remove %n handling by Ryan Mallon · 10 years ago
  47. d300d59 lib/syscall.c: unexport task_current_syscall() by Andrew Morton · 10 years ago
  48. bcccff9 kobject: don't block for each kobject_uevent by Vladimir Davydov · 10 years ago
  49. 449dd69 mm: keep page cache radix tree nodes in check by Johannes Weiner · 10 years ago
  50. 139e561 lib: radix_tree: tree node interface by Johannes Weiner · 10 years ago
  51. e7b563b mm: filemap: move radix tree hole searching here by Johannes Weiner · 10 years ago
  52. 53c59f2 lib: radix-tree: add radix_tree_delete_item() by Johannes Weiner · 10 years ago
  53. cd6362b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  54. 4597e69 get rid of DEBUG_WRITECOUNT by Al Viro · 10 years ago
  55. b33ce44 Merge branch 'for-3.15/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  56. 158e0d3 Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  57. 4b1779c Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  58. 8b7b932 netlink: don't compare the nul-termination in nla_strcmp by Pablo Neira · 10 years ago
  59. 176ab02 Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  60. b3fd4ea Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  61. 05efa8c random32: avoid attempt to late reseed if in the middle of seeding by Sasha Levin · 10 years ago
  62. a2fb4d7 partly revert commit 8a10bc9: parisc/sti_console: prefer Linux fonts over built-in ROM fonts by Helge Deller · 10 years ago
  63. 4b58841 audit: Add generic compat syscall support by AKASHI Takahiro · 10 years ago
  64. 5f30fc9 lib/radix-tree.c: swapoff tmpfs radix_tree: remember to rcu_read_unlock by Hugh Dickins · 10 years ago
  65. 3b7a641 dma debug: account for cachelines and read-only mappings in overlap tracking by Dan Williams · 10 years ago
  66. d19cb80 vsprintf: Add support for IORESOURCE_UNSET in %pR by Bjorn Helgaas · 10 years ago
  67. 0af3fe1 locktorture: Add a lock-torture kernel module by Paul E. McKenney · 10 years ago
  68. 51b1130 rcutorture: Abstract rcu_torture_random() by Paul E. McKenney · 10 years ago
  69. 91219a3 Merge 3.14-rc3 into driver-core-next by Greg Kroah-Hartman · 10 years ago
  70. 05f7a7d idr: Add new function idr_is_empty() by Andreas Gruenbacher · 13 years ago
  71. 5e57dc8 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  72. a7330c9 asmlinkage Make __stack_chk_failed and memcmp visible by Andi Kleen · 10 years ago
  73. a8fa94e Merge branch 'master' into driver-core-next-test-merge-rc2 by Tejun Heo · 10 years ago
  74. c1ff843 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  75. fa4cd45 sysfs, kobject: add sysfs wrapper for kernfs_enable_ns() by Tejun Heo · 10 years ago
  76. a3b072c Merge tag 'efi-urgent' into x86/urgent by H. Peter Anvin · 10 years ago
  77. 6583327 x86, hweight: Fix BUG when booting with CONFIG_GCOV_PROFILE_ALL=y by Peter Oberparleiter · 10 years ago
  78. 12b1383 kbuild: don't enable DEBUG_INFO when building for COMPILE_TEST by Linus Torvalds · 10 years ago
  79. 8a10bc9 parisc/sti_console: prefer Linux fonts over built-in ROM fonts by Helge Deller · 10 years ago
  80. 4e13c5d Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
  81. e7651b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  82. d835502 percpu_ida: fix a live lock by Shaohua Li · 10 years ago
  83. 59f2e7d dma-debug: fix overlap detection by Dan Williams · 10 years ago
  84. 0368dfd lib/genalloc.c: add check gen_pool_dma_alloc() if dma pointer is not NULL by Lad, Prabhakar · 10 years ago
  85. 29dfe2d kobject: export kobj_sysfs_ops by Jeff Mahoney · 11 years ago
  86. 4592599 dynamic_debug: replace obselete simple_strtoul() with kstrtouint() by Andrey Ryabinin · 10 years ago
  87. 3ace678 dynamic_debug: fix ddebug_parse_query() by Andrey Ryabinin · 10 years ago
  88. d9e133e dynamic_debug: remove wrong error message by Andrey Ryabinin · 10 years ago
  89. ad6492b memblock, nobootmem: add memblock_virt_alloc_low() by Yinghai Lu · 10 years ago
  90. ba6b508 Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb by Linus Torvalds · 10 years ago
  91. 028e219 Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 by Linus Torvalds · 10 years ago
  92. 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  93. 555b270 iscsi-target: Fix connection reset hang with percpu_ida_alloc by Nicholas Bellinger · 10 years ago
  94. 2a1d689 lib/decompress_unlz4.c: always set an error return code on failures by Jan Beulich · 10 years ago
  95. 964fe94 rbtree/test: test rbtree_postorder_for_each_entry_safe() by Cody P Schafer · 10 years ago
  96. dbf128c rbtree/test: move rb_node to the middle of the test struct by Cody P Schafer · 10 years ago
  97. 3e2a4c1 test: check copy_to/from_user boundary validation by Kees Cook · 10 years ago
  98. 93e9ef8 test: add minimal module for verification testing by Kees Cook · 10 years ago
  99. ff6f9bb lib/cmdline.c: declare exported symbols immediately by Felipe Contreras · 10 years ago
  100. 9fd4305 lib/cmdline.c: fix style issues by Felipe Contreras · 10 years ago