1. c4fed5a pipe: simplify round_pipe_size() by Eric Biggers · 7 years ago
  2. 96e99be40 pipe: reject F_SETPIPE_SZ with size over UINT_MAX by Eric Biggers · 7 years ago
  3. 9903a91 pipe: fix off-by-one error when checking buffer limits by Eric Biggers · 7 years ago
  4. 85c2dd5 pipe: actually allow root to exceed the pipe buffer limits by Eric Biggers · 7 years ago
  5. 319e0a2 pipe, sysctl: remove pipe_proc_fn() by Eric Biggers · 7 years ago
  6. 4c2e4be pipe, sysctl: drop 'min' parameter from pipe-max-size converter by Eric Biggers · 7 years ago
  7. e7c52b8 kasan: rework Kconfig settings by Arnd Bergmann · 7 years ago
  8. 2650cb0 crash_dump: is_kdump_kernel can be boolean by Yaowei Bai · 7 years ago
  9. db076bef kernel/mutex: mutex_is_locked can be boolean by Yaowei Bai · 7 years ago
  10. 171d864 kernel/module: module_is_live can be boolean by Yaowei Bai · 7 years ago
  11. 9825b45 kernel/resource: iomem_is_exclusive can be boolean by Yaowei Bai · 7 years ago
  12. 77ef80c kernel/cpuset: current_cpuset_is_being_rebound can be boolean by Yaowei Bai · 7 years ago
  13. 11209f3 lib/lockref: __lockref_is_dead can be boolean by Yaowei Bai · 7 years ago
  14. 937f0c2 mm/memblock: memblock_is_map/region_memory can be boolean by Yaowei Bai · 7 years ago
  15. 22ad305 genirq: remove unneeded kallsyms include by Sergey Senozhatsky · 7 years ago
  16. 64fce87 hrtimer: remove unneeded kallsyms include by Sergey Senozhatsky · 7 years ago
  17. e7c98df mm: remove unneeded kallsyms include by Sergey Senozhatsky · 7 years ago
  18. 4fd39c2 mm/userfaultfd.c: remove duplicate include by Pravin Shedge · 7 years ago
  19. 1a60e4d vfs: remove might_sleep() from clear_inode() by Shakeel Butt · 7 years ago
  20. b0f7e32 arch/score/kernel/setup.c: combine two seq_printf() calls into one call in show_cpuinfo() by Markus Elfring · 7 years ago
  21. 68e34f4 ipc/mqueue.c: have RT tasks queue in by priority in wq_add() by Jonathan Haws · 7 years ago
  22. 87ad4b0 ipc: fix ipc data structures inconsistency by Philippe Mikoyan · 7 years ago
  23. bac7a1f lib/ubsan: remove returns-nonnull-attribute checks by Andrey Ryabinin · 7 years ago
  24. 42440c1 lib/ubsan: add type mismatch handler for new GCC/Clang by Andrey Ryabinin · 7 years ago
  25. b8fe112 lib/ubsan.c: s/missaligned/misaligned/ by Andrew Morton · 7 years ago
  26. 32b395a build_bug.h: remove BUILD_BUG_ON_NULL() by Masahiro Yamada · 7 years ago
  27. 075db40 include/linux/genl_magic_func.h: remove own BUILD_BUG_ON*() defines by Masahiro Yamada · 7 years ago
  28. a77660d kcov: detect double association with a single task by Dmitry Vyukov · 7 years ago
  29. a1be1f3 kernel/relay.c: revert "kernel/relay.c: fix potential memory leak" by Eric Biggers · 7 years ago
  30. 28f3a48 pps: parport: use timespec64 instead of timespec by Arnd Bergmann · 7 years ago
  31. 2ee0826 pids: introduce find_get_task_by_vpid() helper by Mike Rapoport · 7 years ago
  32. eab216e drivers/rapidio/devices/tsi721_dma.c: adjust six checks for null pointers by Markus Elfring · 7 years ago
  33. 6d94a03 drivers/rapidio/devices/tsi721_dma.c: delete an unnecessary variable initialisation in tsi721_alloc_chan_resources() by Markus Elfring · 7 years ago
  34. 28a5cd5 drivers/rapidio/devices/tsi721_dma.c: delete an error message for a failed memory allocation in tsi721_alloc_chan_resources() by Markus Elfring · 7 years ago
  35. 4ba61ec rapidio: move 12 EXPORT_SYMBOL_GPL() calls to function implementations by Markus Elfring · 7 years ago
  36. 1acd14b rapidio: return an error code only as a constant in two functions by Markus Elfring · 7 years ago
  37. 002f6f4 rapidio: delete an unnecessary variable initialisation in three functions by Markus Elfring · 7 years ago
  38. d1509c0 rapidio: improve a size determination in five functions by Markus Elfring · 7 years ago
  39. e1d66d0 rapidio: adjust five function calls together with a variable assignment by Markus Elfring · 7 years ago
  40. 93dd49a rapidio: adjust 12 checks for null pointers by Markus Elfring · 7 years ago
  41. 0c5afca rapidio: delete an error message for a failed memory allocation in rio_init_mports() by Markus Elfring · 7 years ago
  42. 4de373a cpumask: make cpumask_size() return "unsigned int" by Alexey Dobriyan · 7 years ago
  43. 667b609 kernel/fork.c: add comment about usage of CLONE_FS flags and namespaces by Marcos Paulo de Souza · 7 years ago
  44. 9f5325a kernel/fork.c: check error and return early by Marcos Paulo de Souza · 7 years ago
  45. 63300ed <asm-generic/siginfo.h>: fix language in comments by Randy Dunlap · 7 years ago
  46. b0cd38c hfsplus: honor setgid flag on directories by Ernesto A. Fernandez · 7 years ago
  47. fb04b91 nilfs2: use time64_t internally by Arnd Bergmann · 7 years ago
  48. ca3a456 kallsyms: let print_ip_sym() print raw addresses by Huacai Chen · 7 years ago
  49. 60c9d92 elf: fix NT_FILE integer overflow by Alexey Dobriyan · 7 years ago
  50. 2d453e3 checkpatch: improve OPEN_BRACE test by Joe Perches · 7 years ago
  51. bd49111 checkpatch: avoid some false positives for TABSTOP declaration test by Joe Perches · 7 years ago
  52. a032aa4 checkpatch: exclude drivers/staging from if with unnecessary parentheses test by Joe Perches · 7 years ago
  53. a134f8d checkpatch: improve the TABSTOP test to include declarations by Joe Perches · 7 years ago
  54. 0018046 checkpatch: add a few DEVICE_ATTR style tests by Joe Perches · 7 years ago
  55. 3f7f335 checkpatch: improve quoted string and line continuation test by Joe Perches · 7 years ago
  56. 7312153 checkpatch: ignore some octal permissions of 0 by Joe Perches · 7 years ago
  57. 2e4bbbc checkpatch: allow long lines containing URL by Andreas Brauchli · 7 years ago
  58. 92fc7cb lib/test_sort.c: add module unload support by Pravin Shedge · 7 years ago
  59. d3deafa lib/: make RUNTIME_TESTS a menuconfig to ease disabling it all by Vincent Legoll · 7 years ago
  60. 0ade34c lib: optimize cpumask_next_and() by Clement Courbet · 7 years ago
  61. 15ff67b lib/find_bit_benchmark.c: improvements by Yury Norov · 7 years ago
  62. dceeb3e lib/test_find_bit.c: rename to find_bit_benchmark.c by Yury Norov · 7 years ago
  63. a571b27 lib/stackdepot.c: use a non-instrumented version of memcmp() by Alexander Potapenko · 7 years ago
  64. 334cfa4 include/linux/bitmap.h: make bitmap_fill() and bitmap_zero() consistent by Andy Shevchenko · 7 years ago
  65. fe81814 lib/test_bitmap.c: clean up test_zero_fill_copy() test case and rename by Andy Shevchenko · 7 years ago
  66. 978f369 lib/test_bitmap.c: add bitmap_fill()/bitmap_set() test cases by Andy Shevchenko · 7 years ago
  67. ee3527bd lib/test_bitmap.c: add bitmap_zero()/bitmap_clear() test cases by Andy Shevchenko · 7 years ago
  68. 3aa5688 bitmap: replace bitmap_{from,to}_u32array by Yury Norov · 7 years ago
  69. c724f19 bitmap: new bitmap_copy_safe and bitmap_{from,to}_arr32 by Yury Norov · 7 years ago
  70. eed9c24 MAINTAINERS: update sboyd's email address by Stephen Boyd · 7 years ago
  71. 4f7e988 kernel/async.c: revert "async: simplify lowest_in_progress()" by Rasmus Villemoes · 7 years ago
  72. ad343a9 tools/lib/subcmd/pager.c: do not alias select() params by Sergey Senozhatsky · 7 years ago
  73. dfbc3c6cb uuid: cleanup <uapi/linux/uuid.h> by Alexey Dobriyan · 7 years ago
  74. 44c6dc9 Makefile: introduce CONFIG_CC_STACKPROTECTOR_AUTO by Kees Cook · 7 years ago
  75. 2bc2f68 Makefile: move stack-protector availability out of Kconfig by Kees Cook · 7 years ago
  76. 2b83839 Makefile: move stack-protector compiler breakage test earlier by Kees Cook · 7 years ago
  77. 4bf8ba8 fs/proc/consoles.c: use seq_putc() in show_console_dev() by Markus Elfring · 7 years ago
  78. 93ad5bc proc: rearrange args by Alexey Dobriyan · 7 years ago
  79. 15b158b proc: spread likely/unlikely a bit by Alexey Dobriyan · 7 years ago
  80. efb1a57 fs/proc: use __ro_after_init by Alexey Dobriyan · 7 years ago
  81. 53f6334 fs/proc/internal.h: fix up comment by Alexey Dobriyan · 7 years ago
  82. 163cf54 fs/proc/internal.h: rearrange struct proc_dir_entry by Alexey Dobriyan · 7 years ago
  83. d0290bc fs/proc/kcore.c: use probe_kernel_read() instead of memcpy() by Heiko Carstens · 7 years ago
  84. 171ef91 fs/proc/array.c: delete children_seq_release() by Alexey Dobriyan · 7 years ago
  85. 20d28cd proc: less memory for /proc/*/map_files readdir by Alexey Dobriyan · 7 years ago
  86. 593bc69 fs/proc/vmcore.c: simpler /proc/vmcore cleanup by Alexey Dobriyan · 7 years ago
  87. ac7f106 proc: fix /proc/*/map_files lookup by Alexey Dobriyan · 7 years ago
  88. 9f7118b proc: don't use READ_ONCE/WRITE_ONCE for /proc/*/fail-nth by Alexey Dobriyan · 7 years ago
  89. e3912ac proc: use %u for pid printing and slightly less stack by Alexey Dobriyan · 7 years ago
  90. 48c2323 kasan: remove redundant initialization of variable 'real_size' by Colin Ian King · 7 years ago
  91. 917538e kasan: clean up KASAN_SHADOW_SCALE_SHIFT usage by Andrey Konovalov · 7 years ago
  92. 5f21f3a kasan: fix prototype author email address by Andrey Konovalov · 7 years ago
  93. b1d5728 kasan: detect invalid frees by Dmitry Vyukov · 7 years ago
  94. 1db0e0f kasan: unify code between kasan_slab_free() and kasan_poison_kfree() by Dmitry Vyukov · 7 years ago
  95. 6860f63 kasan: detect invalid frees for large mempool objects by Dmitry Vyukov · 7 years ago
  96. ee3ce77 kasan: don't use __builtin_return_address(1) by Dmitry Vyukov · 7 years ago
  97. 47adccc kasan: detect invalid frees for large objects by Dmitry Vyukov · 7 years ago
  98. d321599 kasan: add functions for unpoisoning stack variables by Alexander Potapenko · 7 years ago
  99. 00a1429 kasan: add tests for alloca poisoning by Paul Lawrence · 7 years ago
  100. 342061e kasan: support alloca() poisoning by Paul Lawrence · 7 years ago