1. 3b617e3 checkpatch: net and drivers/net: warn on missing blank line after variable declaration by Joe Perches · 10 years ago
  2. cc93319 checkpatch: improve the compatible vendor match by Florian Vaussard · 10 years ago
  3. 7dd05b3 checkpatch: check compatible strings in .c and .h too by Florian Vaussard · 10 years ago
  4. 4fbf32a checkpatch: fix spurious vendor compatible warnings by Florian Vaussard · 10 years ago
  5. 8f0dbfa checkpatch: check vendor compatible with dashes by Florian Vaussard · 10 years ago
  6. 515a235 checkpatch: improve octal permissions test speed by Joe Perches · 10 years ago
  7. daa8b05 checkpatch.pl: modify warning message for printk usage by Yogesh Chaudhari · 10 years ago
  8. 5b9553a checkpatch: make "return is not a function" test quieter by Joe Perches · 10 years ago
  9. 85ad978 checkpatch: ignore networking block comment style first lines in file by Joe Perches · 10 years ago
  10. cbec18a checkpatch: use a more consistent function argument style by Joe Perches · 10 years ago
  11. 9b0fa60 checkpatch: add test for char * arrays that could be static const by Joe Perches · 10 years ago
  12. 447432f checkpatch: fix jiffies comparison and others by Joe Perches · 10 years ago
  13. 6c8bd70 checkpatch: avoid sscanf test duplicated messages by Joe Perches · 10 years ago
  14. 1727cc7 checkpatch: update octal permissions warning by Joe Perches · 10 years ago
  15. fbdb813 checkpatch: warn on uses of __constant_<foo> functions by Joe Perches · 10 years ago
  16. 2435880 checkpatch: add checks for constant non-octal permissions by Joe Perches · 10 years ago
  17. 91f72e9 checkpatch: don't warn on some function pointer return styles by Joe Perches · 10 years ago
  18. 43c1d77 checkpatch: add test for long udelay by Joe Perches · 10 years ago
  19. af661e8 lib/decompress_inflate.c: include appropriate header file by Rashika Kheria · 10 years ago
  20. 3c516cd lib/clz_ctz.c: add prototype declarations in lib/clz_ctz.c by Rashika Kheria · 10 years ago
  21. d3d47eb lib/random32.c: minor cleanups and kdoc fix by Daniel Borkmann · 10 years ago
  22. b104d6a lib/devres.c: fix some sparse warnings by Steven Rostedt · 10 years ago
  23. 3d8e4b4 backlight: tps65217_bl: remove unnecessary OOM messages by Jingoo Han · 10 years ago
  24. c6915be backlight: platform_lcd: remove unnecessary OOM messages by Jingoo Han · 10 years ago
  25. e1094f9 backlight: lms283gf05: remove unnecessary OOM messages by Jingoo Han · 10 years ago
  26. 44d516f backlight: lm3533_bl: remove unnecessary OOM messages by Jingoo Han · 10 years ago
  27. 1bd0482 backlight: l4f00242t03: remove unnecessary OOM messages by Jingoo Han · 10 years ago
  28. a82bdcf backlight: ili9320: remove unnecessary OOM messages by Jingoo Han · 10 years ago
  29. 619e1b4 backlight: ili922x: remove unnecessary OOM messages by Jingoo Han · 10 years ago
  30. aff70f9 backlight: hx8357: remove unnecessary OOM messages by Jingoo Han · 10 years ago
  31. 3b20b89 backlight: corgi_lcd: remove unnecessary OOM messages by Jingoo Han · 10 years ago
  32. 0167a95 backlight: adp8870: remove unnecessary OOM messages by Jingoo Han · 10 years ago
  33. ba464d0 backlight: adp8860: remove unnecessary OOM messages by Jingoo Han · 10 years ago
  34. 78b35cf backlight: aat2870: remove unnecessary OOM messages by Jingoo Han · 10 years ago
  35. 8c16f33 backlight: update backlight status when necessary by Liu Ying · 10 years ago
  36. a55944c backlight: update bd state & fb_blank properties when necessary by Liu Ying · 10 years ago
  37. 9e06f63 MAINTAINERS: remove Venkatesh from HPET, move to CREDITS by Joe Perches · 10 years ago
  38. 8a72f57 MAINTAINERS: microblaze: use LKML as mailing list by Michal Simek · 10 years ago
  39. c0d995a MAINTAINERS: addition of Dialog Semiconductor files by Opensource [Steve Twiss] · 10 years ago
  40. 63fae21 MAINTAINERS: wimax@linuxwimax.org is subscribers-only by Joe Perches · 10 years ago
  41. 3dc9985 MAINTAINERS: add xtensa irqchips to xtensa port entry by Max Filippov · 10 years ago
  42. dcaa57d MAINTAINERS: mark SuperH orphan by Geert Uytterhoeven · 10 years ago
  43. 70d14fcf3 MAINTAINERS: add backlight co-maintainers by Jingoo Han · 10 years ago
  44. 7258148 printk: fix one circular lockdep warning about console_lock by Jane Li · 10 years ago
  45. d487d57 include/linux/printk.h: remove double asmlinkage in printk_emit by Simon Kågström · 10 years ago
  46. fce6e03 printk: do not compute the size of the message twice by Petr Mladek · 10 years ago
  47. 39b2510 printk: use also the last bytes in the ring buffer by Petr Mladek · 10 years ago
  48. e8c42d3 printk: add comment about tricky check for text buffer size by Petr Mladek · 10 years ago
  49. c64730b printk: remove obsolete check for log level "c" by Petr Mladek · 10 years ago
  50. 0185698 printk: remove duplicated check for log level by Petr Mladek · 10 years ago
  51. 708d96fd vsprintf: remove %n handling by Ryan Mallon · 10 years ago
  52. 28ab49f kernel/resource.c: make reallocate_resource() static by Daeseok Youn · 10 years ago
  53. c96d6660 kernel: audit/fix non-modular users of module_init in core code by Paul Gortmaker · 10 years ago
  54. d300d59 lib/syscall.c: unexport task_current_syscall() by Andrew Morton · 10 years ago
  55. ea1a821 xattr: guard against simultaneous glibc header inclusion by Serge Hallyn · 10 years ago
  56. e9107f8 samples/seccomp/Makefile: do not build tests if cross-compiling for MIPS by Markos Chandras · 10 years ago
  57. a5ed3ce err.h: use bool for IS_ERR and IS_ERR_OR_NULL by Joe Perches · 10 years ago
  58. 8e3072a SubmittingPatches: document the use of git by Josh Triplett · 10 years ago
  59. 9547c70 SubmittingPatches: add recommendation for mailing list references by Josh Triplett · 10 years ago
  60. 74a475a SubmittingPatches: add style recommendation to use imperative descriptions by Josh Triplett · 10 years ago
  61. 69369a7 fs, kernel: permit disabling the uselib syscall by Josh Triplett · 10 years ago
  62. 8f6c5ff kernel/groups.c: remove return value of set_groups by Wang YanQing · 10 years ago
  63. 6af9f7b sys_sysfs: Add CONFIG_SYSFS_SYSCALL by Fabian Frederick · 10 years ago
  64. e3a0cfd include/linux/syscalls.h: add sys32_quotactl() prototype by Rashika Kheria · 10 years ago
  65. 6d2be91 mm/readahead.c: fix readahead failure for memoryless NUMA nodes and limit readahead pages by Raghavendra K T · 10 years ago
  66. 421af24 slub: do not drop slab_mutex for sysfs_slab_add by Vladimir Davydov · 10 years ago
  67. bcccff9 kobject: don't block for each kobject_uevent by Vladimir Davydov · 10 years ago
  68. 5509a5d drop_caches: add some documentation and info message by Dave Hansen · 10 years ago
  69. 67f9fd9 mm: remove read_cache_page_async() by Sasha Levin · 10 years ago
  70. e9b71ca mm, thp: drop do_huge_pmd_wp_zero_page_fallback() by Kirill A. Shutemov · 10 years ago
  71. 3bb9779 mm: consolidate code to setup pte by Kirill A. Shutemov · 10 years ago
  72. fb09a46 mm: consolidate code to call vm_ops->page_mkwrite() by Kirill A. Shutemov · 10 years ago
  73. f0c6d4d mm: introduce do_shared_fault() and drop do_fault() by Kirill A. Shutemov · 10 years ago
  74. ec47c3b mm: introduce do_cow_fault() by Kirill A. Shutemov · 10 years ago
  75. e655fb2 mm: introduce do_read_fault() by Kirill A. Shutemov · 10 years ago
  76. 7eae74a mm: do_fault(): extract to call vm_ops->do_fault() to separate function by Kirill A. Shutemov · 10 years ago
  77. 80d7ef6 mm: rename __do_fault() -> do_fault() by Kirill A. Shutemov · 10 years ago
  78. c558784f include/linux/mm.h: remove ifdef condition by Rashika Kheria · 10 years ago
  79. de49850 mm/nobootmem.c: mark function as static by Rashika Kheria · 10 years ago
  80. d20199e mm/page_cgroup.c: mark functions as static by Rashika Kheria · 10 years ago
  81. 2eb2e14 mm/process_vm_access.c: mark function as static by Rashika Kheria · 10 years ago
  82. eafd4dc mm/mmap.c: mark function as static by Rashika Kheria · 10 years ago
  83. b19a993 mm/memory.c: mark functions as static by Rashika Kheria · 10 years ago
  84. 74e77fb mm/compaction.c: mark function as static by Rashika Kheria · 10 years ago
  85. 119d6d5 mm, compaction: avoid isolating pinned pages by David Rientjes · 10 years ago
  86. f412c97 mm, hugetlb: mark some bootstrap functions as __init by David Rientjes · 10 years ago
  87. 449dd69 mm: keep page cache radix tree nodes in check by Johannes Weiner · 10 years ago
  88. 139e561 lib: radix_tree: tree node interface by Johannes Weiner · 10 years ago
  89. a528910 mm: thrash detection-based file cache sizing by Johannes Weiner · 10 years ago
  90. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  91. 0cd6144 mm + fs: prepare for non-page entries in page cache radix trees by Johannes Weiner · 10 years ago
  92. e7b563b mm: filemap: move radix tree hole searching here by Johannes Weiner · 10 years ago
  93. 6dbaf22 mm: shmem: save one radix tree lookup when truncating swapped pages by Johannes Weiner · 10 years ago
  94. 53c59f2 lib: radix-tree: add radix_tree_delete_item() by Johannes Weiner · 10 years ago
  95. 55881bc fs: cachefiles: use add_to_page_cache_lru() by Johannes Weiner · 10 years ago
  96. 6a3ed21 mm: vmstat: fix UP zone state accounting by Johannes Weiner · 10 years ago
  97. d5bc5fd mm: vmscan: shrink_slab: rename max_pass -> freeable by Vladimir Davydov · 10 years ago
  98. 8382d91 mm, hugetlb: improve page-fault scalability by Davidlohr Bueso · 10 years ago
  99. 4e35f48 mm, hugetlb: use vma_resv_map() map types by Joonsoo Kim · 10 years ago
  100. f031dd2 mm, hugetlb: remove resv_map_put by Joonsoo Kim · 10 years ago