1. 5723029 checkpatch: colorize output to terminal by Joe Perches · 9 years ago
  2. d8469f1 checkpatch: improve output with multiple command-line files by Joe Perches · 9 years ago
  3. 47e0c88 checkpatch: categorize some long line length checks by Joe Perches · 9 years ago
  4. 33acb54 checkpatch: use $String consistently by Joe Perches · 9 years ago
  5. 485ff23 checkpatch: make types found in a source file/patch local by Alex Dowad · 9 years ago
  6. e6176fa checkpatch: add --strict warning for c99 fixed size typedefs : int<size>_t by Joe Perches · 9 years ago
  7. cb426e9 checkpatch: check for uncommented waitqueue_active() by Joe Perches · 9 years ago
  8. cbdc281 drivers/firmware/memmap.c: fix kernel-doc format by Michal Simek · 9 years ago
  9. ec3904d fs/ext4/super.c: use strreplace() in ext4_fill_super() by Rasmus Villemoes · 9 years ago
  10. 81ae394 fs/jbd2/journal.c: use strreplace() by Rasmus Villemoes · 9 years ago
  11. 90a9bef drivers/md/md.c: use strreplace() by Rasmus Villemoes · 9 years ago
  12. a29fd61 drivers/base/core.c: use strreplace() by Rasmus Villemoes · 9 years ago
  13. 2abf114 lib/kobject.c: use strreplace() by Rasmus Villemoes · 9 years ago
  14. ff14417 kernel/trace/blktrace.c: use strreplace() in do_blk_trace_setup() by Rasmus Villemoes · 9 years ago
  15. 1bb5647 kernel/trace/trace_events_filter.c: use strreplace() by Rasmus Villemoes · 9 years ago
  16. 94df290 lib/string.c: introduce strreplace() by Rasmus Villemoes · 9 years ago
  17. 9d2a8da radix-tree: replace preallocated node array with linked list by Kirill A. Shutemov · 9 years ago
  18. 9cf79d1 bitmap: remove explicit newline handling using scnprintf format string by Sudeep Holla · 9 years ago
  19. ca96ab8 lib/sort: Add 64 bit swap function by Daniel Wagner · 9 years ago
  20. 79e23d5 hexdump: Make test data really const by Geert Uytterhoeven · 9 years ago
  21. 2528a8b __bitmap_parselist: fix bug in empty string handling by Chris Metcalf · 9 years ago
  22. 4f973c6 MAINTAINERS: Davidlohr has moved by Andrew Morton · 9 years ago
  23. e43cdb5 MAINTAINERS: Add quotation marks around names with commas by Joe Perches · 9 years ago
  24. 9c3646d MAINTAINERS: add quotation marks around names with periods by Joe Perches · 9 years ago
  25. e5747e4 MAINTAINERS: alsa-devel@alsa-project.org is moderated for non-subscribers by Jim Davis · 9 years ago
  26. ce8155f get_maintainer: fix perl 5.22/5.24 deprecated/incompatible "\C" use by Joe Perches · 9 years ago
  27. 364f68d get_maintainer: emit longer section headers by Joe Perches · 9 years ago
  28. 435de07 get_maintainer.pl: add .get_maintainer.ignore file capability by Joe Perches · 9 years ago
  29. 3ea4331 check_syslog_permissions() cleanup by Vasily Averin · 9 years ago
  30. d194e5d security_syslog() should be called once only by Vasily Averin · 9 years ago
  31. e2f15f9 netconsole: implement extended console support by Tejun Heo · 9 years ago
  32. 369e5a8 netconsole: make all dynamic netconsoles share a mutex by Tejun Heo · 9 years ago
  33. 698cf1c netconsole: make netconsole_target->enabled a bool by Tejun Heo · 9 years ago
  34. a6d403a netconsole: remove unnecessary netconsole_target_get/out() from write_msg() by Tejun Heo · 9 years ago
  35. 6fe2935 printk: implement support for extended console drivers by Tejun Heo · 9 years ago
  36. 0a295e67 printk: factor out message formatting from devkmsg_read() by Tejun Heo · 9 years ago
  37. d43ff43 printk: guard the amount written per line by devkmsg_read() by Tejun Heo · 9 years ago
  38. 4ae555a drivers/misc/altera-stapl/altera.c: remove extraneous KERN_INFO prefix by Colin Ian King · 9 years ago
  39. 3033f14a clone: support passing tls argument via C rather than pt_regs magic by Josh Triplett · 9 years ago
  40. 8c7fbe5 stddef.h: move offsetofend inside #ifndef/#endif guard, neaten by Joe Perches · 9 years ago
  41. 4d5b367 mailmap: add rdunlap email auto-correction by Kees Cook · 9 years ago
  42. 9c5dcdd Mohit Kumar has moved by Pratyush Anand · 9 years ago
  43. e34cadd Pratyush Anand has moved by Pratyush Anand · 9 years ago
  44. b86a50c compiler-intel: fix wrong compiler barrier() macro by Daniel Borkmann · 9 years ago
  45. cb984d1 compiler-gcc: integrate the various compiler-gcc[345].h files by Joe Perches · 9 years ago
  46. f6d133f8 compiler-gcc.h: neatening by Joe Perches · 9 years ago
  47. 2e13ba5 fs, proc: introduce CONFIG_PROC_CHILDREN by Iago López Galeiras · 9 years ago
  48. c2c0bb4 proc: fix PAGE_SIZE limit of /proc/$PID/cmdline by Alexey Dobriyan · 9 years ago
  49. 4a00e9d prctl: more prctl(PR_SET_MM_*) checks by Alexey Dobriyan · 9 years ago
  50. 20342f1 avr32: use for_each_sg() by Akinobu Mita · 9 years ago
  51. 0989e1f frv: use for_each_sg() by Akinobu Mita · 9 years ago
  52. 3fe111f frv: remove unused inline function is_in_rom() by Tobias Klauser · 9 years ago
  53. 479305f zpool: remove zpool_evict() by Dan Streetman · 9 years ago
  54. cf41f5f zpool: change pr_info to pr_debug by Dan Streetman · 9 years ago
  55. c00ed16 zswap: runtime enable/disable by Dan Streetman · 9 years ago
  56. d93435c zram: check comp algorithm availability earlier by Sergey Senozhatsky · 9 years ago
  57. 4bbacd5 zram: cut trailing newline in algorithm name by Sergey Senozhatsky · 9 years ago
  58. 17162f4 zram: cosmetic zram_bvec_write() cleanup by Sergey Senozhatsky · 9 years ago
  59. 6566d1a zram: add dynamic device add/remove functionality by Sergey Senozhatsky · 9 years ago
  60. f405c44 zram: close race by open overriding by Sergey Senozhatsky · 9 years ago
  61. 92ff152 zram: return zram device_id from zram_add() by Sergey Senozhatsky · 9 years ago
  62. b31177f zram: trivial: correct flag operations comment by Sergey Senozhatsky · 9 years ago
  63. d12b63c zram: report every added and removed device by Sergey Senozhatsky · 9 years ago
  64. c3cdb40 zram: remove max_num_devices limitation by Sergey Senozhatsky · 9 years ago
  65. 522698d zram: reorganize code layout by Sergey Senozhatsky · 9 years ago
  66. 85508ec zram: use idr instead of `zram_devices' array by Sergey Senozhatsky · 9 years ago
  67. 3bca3ef zram: cosmetic ZRAM_ATTR_RO code formatting tweak by Sergey Senozhatsky · 9 years ago
  68. 3d8ed88 zram: add `compact` sysfs entry to documentation by Sergey Senozhatsky · 9 years ago
  69. 13a18a1 zsmalloc: remove obsolete ZSMALLOC_DEBUG by Marcin Jabrzyk · 9 years ago
  70. 9e65bf6 zram: remove obsolete ZRAM_DEBUG option by Marcin Jabrzyk · 9 years ago
  71. cf54e2f s390/mm: change HPAGE_SHIFT type to int by Dominik Dingel · 9 years ago
  72. cbd7d9c s390/mm: forward check for huge pmds to pmd_large() by Dominik Dingel · 9 years ago
  73. ce41571 s390/hugetlb: remove dead code for sw emulated huge pages by Dominik Dingel · 9 years ago
  74. 08bd4fc mm/hugetlb: remove arch_prepare/release_hugepage from arch headers by Dominik Dingel · 9 years ago
  75. 8408427 mm/hugetlb: remove unused arch hook prepare/release_hugepage by Dominik Dingel · 9 years ago
  76. bea4119 s390/mm: make hugepages_supported a boot time decision by Dominik Dingel · 9 years ago
  77. aefbef1 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  78. 266da6f Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 9 years ago
  79. cfcc0ad Merge tag 'for-f2fs-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 9 years ago
  80. a7296b49 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 9 years ago
  81. 1e467e6 Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6 by Linus Torvalds · 9 years ago
  82. 14738e0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 9 years ago
  83. 45471cd Merge tag 'edac_for_4.2_2' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp by Linus Torvalds · 9 years ago
  84. 93a4b1b Merge tag 'pinctrl-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 9 years ago
  85. d59b92f Merge tag 'backlight-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight by Linus Torvalds · 9 years ago
  86. 8a8c35f mm: kmemleak_alloc_percpu() should follow the gfp from per_alloc() by Larry Finger · 9 years ago
  87. 0867a57 mm, thp: respect MPOL_PREFERRED policy with non-local node by Vlastimil Babka · 9 years ago
  88. afa2db2 tmpfs: truncate prealloc blocks past i_size by Josef Bacik · 9 years ago
  89. c435a39 mm/memory hotplug: print the last vmemmap region at the end of hot add memory by Zhu Guihua · 9 years ago
  90. e37609b mm/mmap.c: optimization of do_mmap_pgoff function by Piotr Kwapulinski · 9 years ago
  91. 93ada57 mm: kmemleak: optimise kmemleak_lock acquiring during kmemleak_scan by Catalin Marinas · 9 years ago
  92. 9d5a4c7 mm: kmemleak: avoid deadlock on the kmemleak object insertion error path by Catalin Marinas · 9 years ago
  93. 5f369f3 mm: kmemleak: do not acquire scan_mutex in kmemleak_do_cleanup() by Catalin Marinas · 9 years ago
  94. e781a9a mm: kmemleak: fix delete_object_*() race when called on the same memory block by Catalin Marinas · 9 years ago
  95. c5f3b1a mm: kmemleak: allow safe memory scanning during kmemleak disabling by Catalin Marinas · 9 years ago
  96. c2b42d3 memcg: convert mem_cgroup->under_oom from atomic_t to int by Tejun Heo · 9 years ago
  97. f4b90b70 memcg: remove unused mem_cgroup->oom_wakeups by Tejun Heo · 9 years ago
  98. d1dc6f1 frontswap: allow multiple backends by Dan Streetman · 9 years ago
  99. b05b9f5 x86, mirror: x86 enabling - find mirrored memory ranges by Tony Luck · 9 years ago
  100. a3f5baf mm/memblock: allocate boot time data structures from mirrored memory by Tony Luck · 9 years ago