1. abf4e00 blktrace: make relay callbacks const by Jani Nikula · 4 years ago
  2. 1bf9c2e ath9k: make relay callbacks const by Jani Nikula · 4 years ago
  3. 36b0cef ath11k: make relay callbacks const by Jani Nikula · 4 years ago
  4. f573f81 ath10k: make relay callbacks const by Jani Nikula · 4 years ago
  5. 5000cd8 drm/i915: make relay callbacks const by Jani Nikula · 4 years ago
  6. 023542f relay: allow the use of const callback structs by Jani Nikula · 4 years ago
  7. 371e038 relay: make create_buf_file and remove_buf_file callbacks mandatory by Jani Nikula · 4 years ago
  8. 6f8f254 relay: require non-NULL callbacks in relay_open() by Jani Nikula · 4 years ago
  9. 3d03295 relay: remove unused buf_mapped and buf_unmapped callbacks by Jani Nikula · 4 years ago
  10. dc889b8 bfs: don't use WARNING: string when it's just info. by Randy Dunlap · 4 years ago
  11. 26ecea0 gcov: fix kernel-doc markup issue by Alex Shi · 4 years ago
  12. 99b75eb gcov: remove support for GCC < 4.9 by Nick Desaulniers · 4 years ago
  13. 5c7b328 rapidio: remove unused rio_get_asm() and rio_get_device() by Sebastian Andrzej Siewior · 4 years ago
  14. ca4a924 kdump: append uts_namespace.name offset to VMCOREINFO by Alexander Egorenkov · 4 years ago
  15. e7920b3 fs/nilfs2: remove some unused macros to tame gcc by Alex Shi · 4 years ago
  16. f5eea3b checkpatch: add printk_once and printk_ratelimit to prefer pr_<level> warning by Joe Perches · 4 years ago
  17. 7da07c3 checkpatch: fix TYPO_SPELLING check for words with apostrophe by Dwaipayan Ray · 4 years ago
  18. 084a617 checkpatch: add warning for lines starting with a '#' in commit log by Dwaipayan Ray · 4 years ago
  19. 70eb227 checkpatch: add warning for unnecessary use of %h[xudi] and %hh[xudi] by Dwaipayan Ray · 4 years ago
  20. 831242a checkpatch: add fix and improve warning msg for non-standard signature by Aditya Srivastava · 4 years ago
  21. 8e08f07 checkpatch: add fix option for LOGICAL_CONTINUATIONS by Aditya Srivastava · 4 years ago
  22. da7355a checkpatch: add fix option for ASSIGNMENT_CONTINUATIONS by Aditya Srivastava · 4 years ago
  23. 03f4935 checkpatch: fix unescaped left brace by Dwaipayan Ray · 4 years ago
  24. 27b379a checkpatch: avoid COMMIT_LOG_LONG_LINE warning for signature tags by Aditya Srivastava · 4 years ago
  25. e73d271 checkpatch: fix spelling errors and remove repeated word by Dwaipayan Ray · 4 years ago
  26. fccaebf checkpatch: improve email parsing by Dwaipayan Ray · 4 years ago
  27. 0830aab checkpatch: add __alias and __weak to suggested __attribute__ conversions by Joe Perches · 4 years ago
  28. 7580c5b checkpatch: add fix option for GERRIT_CHANGE_ID by Aditya Srivastava · 4 years ago
  29. 339f29d checkpatch: update __attribute__((section("name"))) quote removal by Joe Perches · 4 years ago
  30. 47ca69b checkpatch: add a fixer for missing newline at eof by Tom Rix · 4 years ago
  31. 7ebe1d1 checkpatch: extend attributes check to handle more patterns by Dwaipayan Ray · 4 years ago
  32. dc58bc5 checkpatch: allow --fix removal of unnecessary break statements by Joe Perches · 4 years ago
  33. 7316976 checkpatch: prefer static const declarations by Joe Perches · 4 years ago
  34. 4104a20 checkpatch: ignore generated CamelCase defines and enum values by Łukasz Stelmach · 4 years ago
  35. 8d0325c checkpatch: fix false positives in REPEATED_WORD warning by Aditya Srivastava · 4 years ago
  36. 1db81a6 checkpatch: add new exception to repeated word check by Dwaipayan Ray · 4 years ago
  37. 89b1586 lib/lz4: explicitly support in-place decompression by Gao Xiang · 4 years ago
  38. 506dfc9 lib: cleanup kstrto*() usage by Alexey Dobriyan · 4 years ago
  39. d58b0b1 drivers/misc/lkdtm/lkdtm.h: correct wrong filenames in comment by Francis Laniel · 4 years ago
  40. febebaf drivers/misc/lkdtm: add new file in LKDTM to test fortified strscpy by Francis Laniel · 4 years ago
  41. 33e56a5 string.h: add FORTIFY coverage for strscpy() by Francis Laniel · 4 years ago
  42. d96938d lkdtm: tests for FORTIFY_SOURCE by Daniel Axtens · 4 years ago
  43. 6a39e62 lib: string.h: detect intra-object overflow in fortified string functions by Daniel Axtens · 4 years ago
  44. ff72daa lib/string: remove unnecessary #undefs by Nick Desaulniers · 4 years ago
  45. 2f78788 ilog2: improve ilog2 for constant arguments by Jakub Jelinek · 4 years ago
  46. 7546861 lib/cmdline_kunit: add a new test suite for cmdline API by Andy Shevchenko · 4 years ago
  47. 6b2b6b8 lib/cmdline: allow NULL to be an output for get_option() by Andy Shevchenko · 4 years ago
  48. e291851 lib/cmdline: fix get_option() for strings starting with hyphen by Andy Shevchenko · 4 years ago
  49. 45e3d5a lib/test_lockup.c: minimum fix to get it compiled on PREEMPT_RT by Sebastian Andrzej Siewior · 4 years ago
  50. 180644f lib/stackdepot.c: use array_size() helper in jhash2() by Gustavo A. R. Silva · 4 years ago
  51. 47e684a lib/stackdepot.c: use flex_array_size() helper in memcpy() by Gustavo A. R. Silva · 4 years ago
  52. 3a2b67e lib/stackdepot.c: replace one-element array with flexible-array member by Gustavo A. R. Silva · 4 years ago
  53. 0ae446e lib/test_free_pages.c: add basic progress indicators by Geert Uytterhoeven · 4 years ago
  54. ab7d779 bitmap: remove unused function declaration by Ma, Jianpeng · 4 years ago
  55. 0bb8677 include/linux/bitmap.h: convert bitmap_empty() / bitmap_full() to return boolean by Andy Shevchenko · 4 years ago
  56. 35189b8 kernel/acct.c: use #elif instead of #end and #elif by Hui Su · 4 years ago
  57. aa6159a kernel.h: split out mathematical helpers by Andy Shevchenko · 4 years ago
  58. 0a571b0 asm-generic: force inlining of get_order() to work around gcc10 poor decision by Christophe Leroy · 4 years ago
  59. a938968 fs/proc: make pde_get() return nothing by Hui Su · 4 years ago
  60. c6c75de proc: fix lookup in /proc/net subdirectories after setns(2) by Alexey Dobriyan · 4 years ago
  61. fe71988 proc: provide details on indirect branch speculation by Anand K Mistry · 4 years ago
  62. d2928e8 procfs: delete duplicated words + other fixes by Randy Dunlap · 4 years ago
  63. 4083a28 alpha: replace bogus in_interrupt() by Thomas Gleixner · 4 years ago
  64. 7c33023 mm/memory_hotplug: quieting offline operation by Laurent Dufour · 4 years ago
  65. b50da6e mm: fix a race on nr_swap_pages by Zhaoyang Huang · 4 years ago
  66. 489e9fe Merge tag 'pci-v5.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 4 years ago
  67. aab7ce2 Merge tag 'acpi-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years ago
  68. b4ec805 Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years ago
  69. b109bc7229 Merge tag 'thermal-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux by Linus Torvalds · 4 years ago
  70. ee249d3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 4 years ago
  71. 61f9142 Merge tag 'platform-drivers-x86-v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86 by Linus Torvalds · 4 years ago
  72. 0f97458 Merge tag 'hwmon-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 4 years ago
  73. ce51c2b Merge tag 'mmc-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 4 years ago
  74. 9d0d886 Merge branch 'i2c/for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 4 years ago
  75. 605ea5a Merge tag 'spi-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 4 years ago
  76. 2dda570 Merge tag 'regulator-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 4 years ago
  77. a45f1d4 Merge tag 'regmap-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 4 years ago
  78. 2cffa11 Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years ago
  79. 5b200f5 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years ago
  80. 15b4473 mm/lru: revise the comments of lru_lock by Hugh Dickins · 4 years ago
  81. 2a5e4e3 mm/lru: introduce relock_page_lruvec() by Alexander Duyck · 4 years ago
  82. 6168d0d mm/lru: replace pgdat lru_lock with lruvec lock by Alex Shi · 4 years ago
  83. fc574c2 mm/swap.c: serialize memcg changes in pagevec_lru_move_fn by Alex Shi · 4 years ago
  84. 9df4131 mm/compaction: do page isolation first in compaction by Alex Shi · 4 years ago
  85. d25b5bd mm/lru: introduce TestClearPageLRU() by Alex Shi · 4 years ago
  86. 13805a8 mm/mlock: remove __munlock_isolate_lru_page() by Alex Shi · 4 years ago
  87. 3db19aa mm/mlock: remove lru_lock on TestClearPageMlocked by Alex Shi · 4 years ago
  88. afca915 mm/vmscan: remove lruvec reget in move_pages_to_lru by Alex Shi · 4 years ago
  89. 75cc3c9 mm/lru: move lock into lru_note_cost by Alex Shi · 4 years ago
  90. c7c7b80 mm/swap.c: fold vm event PGROTATED into pagevec_move_tail_fn by Alex Shi · 4 years ago
  91. 20ad50d mm/memcg: add debug checking in lock_page_memcg by Alex Shi · 4 years ago
  92. 880fc6b mm: page_idle_get_page() does not need lru_lock by Hugh Dickins · 4 years ago
  93. 16f5e70 mm/rmap: stop store reordering issue on page->mapping by Alex Shi · 4 years ago
  94. 3d06afa mm/vmscan: remove unnecessary lruvec adding by Alex Shi · 4 years ago
  95. b676983 mm/thp: narrow lru locking by Alex Shi · 4 years ago
  96. 6dbb574 mm/thp: simplify lru_add_page_tail() by Alex Shi · 4 years ago
  97. 9486663 mm/thp: use head for head page in lru_add_page_tail() by Alex Shi · 4 years ago
  98. 88dcb9a mm/thp: move lru_add_page_tail() to huge_memory.c by Alex Shi · 4 years ago
  99. 3db1a3f Merge tag 'staging-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 4 years ago
  100. 2911ed9 Merge tag 'char-misc-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 4 years ago