1. 58a4915 block: ensure that bio_add_page() always accepts a page for an empty bio by Jens Axboe · 10 years ago
  2. 2b8393b blk-mq: add timer in blk_mq_start_request by Ming Lei · 10 years ago
  3. 3ee3237 blk-mq: always initialize request->start_time by Jens Axboe · 10 years ago
  4. de83953 block: blk-exec.c: Cleaning up local variable address returnd by Rickard Strandqvist · 10 years ago
  5. f45c40a mtip32xx: minor performance enhancements by Sam Bradshaw · 10 years ago
  6. f6be4fb blk-mq: ->timeout should be cleared in blk_mq_rq_ctx_init() by Jens Axboe · 10 years ago
  7. 3b632cf blk-mq: don't allow queue entering for a dying queue by Keith Busch · 10 years ago
  8. a4391c6 blk-mq: bump max tag depth to 10K tags by Jens Axboe · 10 years ago
  9. f27b087 block: add blk_rq_set_block_pc() by Jens Axboe · 10 years ago
  10. 762380a block: add notion of a chunk size for request merging by Jens Axboe · 10 years ago
  11. 046f153 Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  12. a0abcf2e Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  13. 2071b3e Merge branch 'x86/espfix' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  14. 9df0fe6 Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  15. 00170fd Merge branch 'akpm' (patchbomb from Andrew) into next by Linus Torvalds · 10 years ago
  16. 3ff6db3 fs/autofs4/dev-ioctl.c: add __init to autofs_dev_ioctl_init by Fabian Frederick · 10 years ago
  17. 8091b89 fs/ncpfs/getopt.c: replace simple_strtoul by kstrtoul by Fabian Frederick · 10 years ago
  18. 647f010 init/main.c: remove an ifdef by Andrew Morton · 10 years ago
  19. 34a1b72 kthreads: kill CLONE_KERNEL, change kernel_thread(kernel_init) to avoid CLONE_SIGHAND by Oleg Nesterov · 10 years ago
  20. 7b0b73d init/main.c: add initcall_blacklist kernel parameter by Prarit Bhargava · 10 years ago
  21. d62cf81 init/main.c: don't use pr_debug() by Andrew Morton · 10 years ago
  22. 3430343 fs/binfmt_flat.c: make old_reloc() static by Axel Lin · 10 years ago
  23. b219e25 fs/binfmt_elf.c: fix bool assignements by Fabian Frederick · 10 years ago
  24. d1826f2 fs/efs: convert printk(KERN_DEBUG to pr_debug by Fabian Frederick · 10 years ago
  25. f403d1d fs/efs: add pr_fmt / use __func__ by Fabian Frederick · 10 years ago
  26. 179b87f fs/efs: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  27. ae3ccc4 scripts/checkpatch.pl: device_initcall is not the only __initcall substitute by Fabian Frederick · 10 years ago
  28. 9b3189e checkpatch: check stable email address by Joe Perches · 10 years ago
  29. 9819cf2 checkpatch: warn on unnecessary void function return statements by Joe Perches · 10 years ago
  30. afc819a checkpatch: prefer kstrto<foo> to sscanf(buf, "%<lhuidx>", &bar); by Joe Perches · 10 years ago
  31. 60a5536 checkpatch: add warning for kmalloc/kzalloc with multiply by Joe Perches · 10 years ago
  32. f5ef95b checkpatch: warn on #defines ending in semicolon by Joe Perches · 10 years ago
  33. 2ac73b4f checkpatch: make --strict a default for files in drivers/net and net/ by Joe Perches · 10 years ago
  34. 3f7bac0 checkpatch: always warn on missing blank line after variable declaration block by Joe Perches · 10 years ago
  35. 185d566 checkpatch: fix wildcard DT compatible string checking by Rob Herring · 10 years ago
  36. 6516a46 kernel/compat.c: use sizeof() instead of sizeof by Fabian Frederick · 10 years ago
  37. 548bbff lib/asn1_decoder.c: kernel-doc warning fix by Fabian Frederick · 10 years ago
  38. b3b16d2 lib/atomic64_test.c: convert printk(KERN_INFO to pr_info by Fabian Frederick · 10 years ago
  39. c56ba70 lib/bug.c: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  40. ce643a3 lib/textsearch.c: move EXPORT_SYMBOL after functions by Fabian Frederick · 10 years ago
  41. 6d6a138 lib/nlattr.c: move EXPORT_SYMBOL after functions by Fabian Frederick · 10 years ago
  42. 54b14f4 lib/digsig.c: kernel-doc warning fixes by Fabian Frederick · 10 years ago
  43. 38b4fe5 lib/crc32.c: remove unnecessary __constant by Fabian Frederick · 10 years ago
  44. 8e4c0b6 lib/radix-tree.c: kernel-doc warning fix by Fabian Frederick · 10 years ago
  45. b8cfff6 lib/plist.c: make CONFIG_DEBUG_PI_LIST selectable by Dan Streetman · 10 years ago
  46. c75b53a lib/btree.c: fix leak of whole btree nodes by Minfei Huang · 10 years ago
  47. 3f623eb lib/vsprintf.c: fix comparison to bool by Fabian Frederick · 10 years ago
  48. f8eaf29 lib/libcrc32c.c: use PTR_ERR_OR_ZERO by Fabian Frederick · 10 years ago
  49. bf4d064 lib/xz: enable all filters by default in Kconfig by Lasse Collin · 10 years ago
  50. 1812062 lib/plist.c: replace pr_debug with printk in plist_test() by Dan Streetman · 10 years ago
  51. 84d517f lib/xz: add comments for the intentionally missing break statements by Lasse Collin · 10 years ago
  52. 0046dd9 lib/string.c: use the name "C-string" in comments by Dan Carpenter · 10 years ago
  53. a8fe19e kernel/printk: use symbolic defines for console loglevels by Borislav Petkov · 10 years ago
  54. 84b5ec8 printk: report dropping of messages from logbuf by Will Deacon · 10 years ago
  55. 6e099f5 Documentation: expand/clarify debug documentation by Dan Streetman · 10 years ago
  56. 6d9bcb6 timekeeping: use printk_deferred when holding timekeeping seqlock by John Stultz · 10 years ago
  57. c224815 printk: Add printk_deferred_once by John Stultz · 10 years ago
  58. aac74dc printk: rename printk_sched to printk_deferred by John Stultz · 10 years ago
  59. 8195460 printk: disable preemption for printk_sched by John Stultz · 10 years ago
  60. 458df9f printk: remove separate printk_sched buffers and use printk buf instead by Steven Rostedt · 10 years ago
  61. 939f04b printk: enable interrupts before calling console_trylock_for_printk() by Jan Kara · 10 years ago
  62. bd8d7cf printk: fix lockdep instrumentation of console_sem by Jan Kara · 10 years ago
  63. 608873c printk: release lockbuf_lock before calling console_trylock_for_printk() by Jan Kara · 10 years ago
  64. ca1d432 printk: remove outdated comment by Jan Kara · 10 years ago
  65. 034633c printk: return really stored message length by Petr Mladek · 10 years ago
  66. 55bd53a printk: shrink too long messages by Petr Mladek · 10 years ago
  67. 85c87043 printk: split message size computation by Petr Mladek · 10 years ago
  68. f40e4b9 printk: ignore too long messages by Petr Mladek · 10 years ago
  69. 0a58169 printk: split code for making free space in the log buffer by Petr Mladek · 10 years ago
  70. b300a4e kernel/user.c: drop unused field 'files' from user_struct by Kirill A. Shutemov · 10 years ago
  71. b51dbec kernel/hung_task.c: convert simple_strtoul to kstrtouint by Fabian Frederick · 10 years ago
  72. 95583e4 kernel/utsname_sysctl.c: replace obsolete __initcall by device_initcall by Fabian Frederick · 10 years ago
  73. 616feab kernel/reboot.c: convert simple_strtoul to kstrtoint by Fabian Frederick · 10 years ago
  74. 6c5a53c kernel/res_counter.c: replace simple_strtoull by kstrtoull by Fabian Frederick · 10 years ago
  75. cac92ba kernel/tracepoint.c: kernel-doc fixes by Fabian Frederick · 10 years ago
  76. cf25004 kernel/stop_machine.c: kernel-doc warning fix by Fabian Frederick · 10 years ago
  77. eaa1809 kernel/latencytop.c: convert seq_printf to seq_puts by Fabian Frederick · 10 years ago
  78. b9e5db6 kernel/exec_domain.c: code clean-up by Fabian Frederick · 10 years ago
  79. a6c8c69 kernel/capability.c: code clean-up by Fabian Frederick · 10 years ago
  80. 462b29b kernel/backtracetest.c: replace no level printk by pr_info() by Fabian Frederick · 10 years ago
  81. 84117da kernel/cpu.c: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  82. 2c0d259 compiler.h: avoid sparse errors in __compiletime_error_fallback() by James Hogan · 10 years ago
  83. 00f0179 fs/exportfs/expfs.c: kernel-doc warning fixes by Fabian Frederick · 10 years ago
  84. e37dcbf fs/efivarfs/super.c: use static const for dentry_operations by Fabian Frederick · 10 years ago
  85. f618776 sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALL by Fabian Frederick · 10 years ago
  86. 72d0963 mm/zswap: NUMA aware allocation for zswap_dstmem by Eric Dumazet · 10 years ago
  87. d867f20 mm/zsmalloc: make zsmalloc module-buildable by Minchan Kim · 10 years ago
  88. 93ef6d6 mm/vmalloc.c: export unmap_kernel_range() by Minchan Kim · 10 years ago
  89. 7eb5251 zsmalloc: fixup trivial zs size classes value in comments by Weijie Yang · 10 years ago
  90. 50417c5 mm/zbud.c: make size unsigned like unique callsite by Fabian Frederick · 10 years ago
  91. 38515c7 zram: correct offset usage in zram_bio_discard by Weijie Yang · 10 years ago
  92. 2a7a0e0 mm, memcg: periodically schedule when emptying page list by Hugh Dickins · 10 years ago
  93. 4a0da71 Documentation/sysctl/vm.txt: clarify vfs_cache_pressure description by Denys Vlasenko · 10 years ago
  94. 3ba0812 mm/memory-failure.c: support use of a dedicated thread to handle SIGBUS(BUS_MCEERR_AO) by Naoya Horiguchi · 10 years ago
  95. 74614de mm/memory-failure.c: don't let collect_procs() skip over processes for MF_ACTION_REQUIRED by Tony Luck · 10 years ago
  96. a70ffca mm/memory-failure.c-failure: send right signal code to correct thread by Tony Luck · 10 years ago
  97. d2f3102 mm/page-writeback.c: remove outdated comment by Jianyu Zhan · 10 years ago
  98. 50088c4 mm/swapfile.c: delete the "last_in_cluster < scan_base" loop in the body of scan_swap_map() by Chen Yucong · 10 years ago
  99. 100873d hugetlb: rename hugepage_migration_support() to ..._supported() by Naoya Horiguchi · 10 years ago
  100. 1fdb412 mm: document do_fault_around() feature by Kirill A. Shutemov · 10 years ago