1. f34e4a4 checkpatch: improve return negative errno check by Joe Perches · 9 years ago
  2. b392c64 checkpatch: match more world writable permissions by Joe Perches · 9 years ago
  3. ebfd7d6 checkpatch: add optional --codespell dictionary to find more typos by Joe Perches · 9 years ago
  4. b3e9a67 checkpatch: spell check reudce by Jani Nikula · 9 years ago
  5. 66d7a38 checkpatch: add spell checking of email subject line by Joe Perches · 9 years ago
  6. 6ab3a97 checkpatch: improve "no space is necessary after a cast" test by Joe Perches · 9 years ago
  7. d43698e firmware/ihex2fw.c: restore missing default in switch statement by Nicolas Iooss · 9 years ago
  8. 2afe27c lib/bitmap.c: bitmap_[empty,full]: remove code duplication by Yury Norov · 9 years ago
  9. d48502e ASoC: pcm512x: use DIV_ROUND_CLOSEST_ULL() from kernel.h by Javi Merino · 9 years ago
  10. 512eb72 media: cxd2820r: use DIV_ROUND_CLOSEST_ULL() by Javi Merino · 9 years ago
  11. ee3c86f cpuidle: menu: use DIV_ROUND_CLOSEST_ULL() by Javi Merino · 9 years ago
  12. aa77620 clk: bcm/kona: use DIV_ROUND_CLOSEST_ULL() by Javi Merino · 9 years ago
  13. f766093 kernel.h: implement DIV_ROUND_CLOSEST_ULL by Javi Merino · 9 years ago
  14. 675cf53 lib/vsprintf.c: improve put_dec_trunc8 slightly by Rasmus Villemoes · 9 years ago
  15. cdb1dc3 hwmon: (w83795) use find_closest_descending() in pwm_freq_to_reg() by Bartosz Golaszewski · 9 years ago
  16. 0f3721c hwmon: (lm85) use find_closest() in x_TO_REG() functions by Bartosz Golaszewski · 9 years ago
  17. d38df34 hwmon: (ina2xx) replace ina226_avg_bits() with find_closest() by Bartosz Golaszewski · 9 years ago
  18. f202754 documentation: update CodingStyle on local variables naming in macros by Bartosz Golaszewski · 9 years ago
  19. 95d1195 util_macros.h: add find_closest() macro by Bartosz Golaszewski · 9 years ago
  20. a7a2c02a4 lib/dma-debug: fix bucket_find_contain() by Sebastian Ott · 9 years ago
  21. 7c43d9a lib/vsprintf.c: even faster binary to decimal conversion by Rasmus Villemoes · 9 years ago
  22. 840620a lib: rename lib/find_next_bit.c to lib/find_bit.c by Yury Norov · 9 years ago
  23. 8f6f19d lib: move find_last_bit to lib/find_next_bit.c by Yury Norov · 9 years ago
  24. 2c57a0e lib: find_*_bit reimplementation by Yury Norov · 9 years ago
  25. 396ada6 alpha: forward declare struct pt_regs in processor.h by Richard Weinberger · 9 years ago
  26. 34c9a0f crypto: fix broken crypto_register_instance() module handling by Herbert Xu · 9 years ago
  27. eea3a00 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  28. e693d73 parisc: remove use of seq_printf return value by Joe Perches · 9 years ago
  29. d50f8f8 lru_cache: remove use of seq_printf return value by Joe Perches · 9 years ago
  30. 962e370 tracing: remove use of seq_printf return value by Joe Perches · 9 years ago
  31. 94ff212 cgroup: remove use of seq_printf return value by Joe Perches · 9 years ago
  32. 25ce319 proc: remove use of seq_printf return value by Joe Perches · 9 years ago
  33. c2f0b61 s390: remove use of seq_printf return value by Joe Perches · 9 years ago
  34. dc640a8 cris fasttimer: remove use of seq_printf return value by Joe Perches · 9 years ago
  35. 1336d42 cris: remove use of seq_printf return value by Joe Perches · 9 years ago
  36. 58a1aa7 openrisc: remove use of seq_printf return value by Joe Perches · 9 years ago
  37. cd2b293 ARM: plat-pxa: remove use of seq_printf return value by Joe Perches · 9 years ago
  38. 4122669 nios2: cpuinfo: remove use of seq_printf return value by Joe Perches · 9 years ago
  39. 81f0cd9 microblaze: mb: remove use of seq_printf return value by Joe Perches · 9 years ago
  40. 7f032d6 ipc: remove use of seq_printf return value by Joe Perches · 9 years ago
  41. 4395eb1 rtc: remove use of seq_printf return value by Joe Perches · 9 years ago
  42. 9f6a240 power: wakeup: remove use of seq_printf return value by Joe Perches · 9 years ago
  43. 3ac62bc x86: mtrr: if: remove use of seq_printf return value by Joe Perches · 9 years ago
  44. 89c1e79 linux/bitmap.h: improve BITMAP_{LAST,FIRST}_WORD_MASK by Rasmus Villemoes · 9 years ago
  45. 8a72ed6f MAINTAINERS: CREDITS: remove Stefano Brivio from B43 by Joe Perches · 9 years ago
  46. 01c7e5a .mailmap: add Ricardo Ribalda by Ricardo Ribalda Delgado · 9 years ago
  47. 3ca7bf8 CREDITS: add Ricardo Ribalda Delgado by Ricardo Ribalda Delgado · 9 years ago
  48. 49e7d9d MAINTAINERS: Use tabs consistently by Joe Perches · 9 years ago
  49. 41416f2 lib/string_helpers.c: change semantics of string_escape_mem by Rasmus Villemoes · 9 years ago
  50. 3aeddc7 lib/string_helpers.c: refactor string_escape_mem by Rasmus Villemoes · 9 years ago
  51. 9c98f23 lib/vsprintf.c: fix potential NULL deref in hex_string by Rasmus Villemoes · 9 years ago
  52. 900cca2 lib/vsprintf: add %pC{,n,r} format specifiers for clocks by Geert Uytterhoeven · 9 years ago
  53. e8a7ba5 lib/vsprintf: Move integer format types to the top by Geert Uytterhoeven · 9 years ago
  54. 7330660 lib/vsprintf: document %p parameters passed by reference by Geert Uytterhoeven · 9 years ago
  55. d1c1b12 lib/vsprintf.c: another small hack by Rasmus Villemoes · 9 years ago
  56. 3ea8d44 lib/vsprintf.c: eliminate duplicate hex string array by Rasmus Villemoes · 9 years ago
  57. e26c12c lib/vsprintf.c: reduce stack use in number() by Rasmus Villemoes · 9 years ago
  58. 51be17d lib/vsprintf.c: eliminate some branches by Rasmus Villemoes · 9 years ago
  59. 7b1460e printk: comment pr_cont() stating it is only to continue a line by Steven Rostedt · 9 years ago
  60. e243304 powerpc/powernv: reboot when requested by firmware by Joel Stanley · 9 years ago
  61. 7a54f46 kernel/reboot.c: add orderly_reboot for graceful reboot by Joel Stanley · 9 years ago
  62. 7975a9b drivers/sbus/char/envctrl.c: ignore orderly_poweroff return value by Joel Stanley · 9 years ago
  63. 972fae69 kernel/hung_task.c: change hung_task.c to use for_each_process_thread() by Aaron Tomlin · 9 years ago
  64. 96831c0a kernel/resource.c: remove deprecated __check_region() and friends by Jakub Sitnicki · 9 years ago
  65. 2813893 kernel: conditionally support non-root users, groups and capabilities by Iulia Manda · 9 years ago
  66. c79574a lib/test-hexdump.c: fix initconst confusion by Andi Kleen · 9 years ago
  67. 946e879 paride: fix the "verbose" module param by Dan Carpenter · 9 years ago
  68. 23f40a9 include/linux: remove empty conditionals by Rasmus Villemoes · 9 years ago
  69. e4bc332 /proc/PID/status: show all sets of pid according to ns by Chen Hanxiao · 9 years ago
  70. 201c7b7 zram: fix error return code by Julia Lawall · 9 years ago
  71. 160a117 zsmalloc: remove extra cond_resched() in __zs_compact by Sergey Senozhatsky · 9 years ago
  72. 81da9b1 zsmalloc: fix fatal corruption due to wrong size class selection by Heesub Shin · 9 years ago
  73. 839373e zsmalloc: remove unnecessary insertion/removal of zspage in compaction by Minchan Kim · 9 years ago
  74. 495819e zsmalloc: micro-optimize zs_object_copy() by Sergey Senozhatsky · 9 years ago
  75. 1ec7cfb zsmalloc: remove synchronize_rcu from zs_compact() by Sergey Senozhatsky · 9 years ago
  76. 8f7d282 zram: deprecate zram attrs sysfs nodes by Sergey Senozhatsky · 9 years ago
  77. 4f2109f zram: export new 'mm_stat' sysfs attrs by Sergey Senozhatsky · 9 years ago
  78. 2f6a3be zram: export new 'io_stat' sysfs attrs by Sergey Senozhatsky · 9 years ago
  79. 77ba015 zram: describe device attrs in documentation by Sergey Senozhatsky · 9 years ago
  80. 8811a94 zram: use generic start/end io accounting by Sergey Senozhatsky · 9 years ago
  81. c72c616 zram: move compact_store() to sysfs functions area by Sergey Senozhatsky · 9 years ago
  82. 10447b6 zram: remove `num_migrated' device attr by Sergey Senozhatsky · 9 years ago
  83. 888fa374 mm/zsmalloc.c: fix comment for get_pages_per_zspage by Yinghao Xie · 9 years ago
  84. d02be50 zsmalloc: zsmalloc documentation by Minchan Kim · 9 years ago
  85. 248ca1b zsmalloc: add fullness into stat by Minchan Kim · 9 years ago
  86. 7b60a68 zsmalloc: record handle in page->private for huge object by Minchan Kim · 9 years ago
  87. 4e3ba87 zram: support compaction by Minchan Kim · 9 years ago
  88. d3d07c9 zsmalloc: adjust ZS_ALMOST_FULL by Minchan Kim · 9 years ago
  89. 312fcae zsmalloc: support compaction by Minchan Kim · 9 years ago
  90. c780626 zsmalloc: factor out obj_[malloc|free] by Minchan Kim · 9 years ago
  91. 2e40e16 zsmalloc: decouple handle and object by Minchan Kim · 9 years ago
  92. 018e9a4 mm/compaction.c: fix "suitable_migration_target() unused" warning by Andrew Morton · 9 years ago
  93. be64f88 dax: unify ext2/4_{dax,}_file_operations by Boaz Harrosh · 9 years ago
  94. 0e3b210 dax: use pfn_mkwrite to update c/mtime + freeze protection by Boaz Harrosh · 9 years ago
  95. dd90618 mm: new pfn_mkwrite same as page_mkwrite for VM_PFNMAP by Boaz Harrosh · 9 years ago
  96. 2682582 mm/memory: also print a_ops->readpage in print_bad_pte() by Konstantin Khlebnikov · 9 years ago
  97. 9239361 mm/mempool.c: kasan: poison mempool elements by Andrey Ryabinin · 9 years ago
  98. bda6d33 mm/cma_debug.c: remove blank lines before DEFINE_SIMPLE_ATTRIBUTE() by Andrew Morton · 9 years ago
  99. 2e32b94 mm: cma: add functions to get region pages counters by Dmitry Safonov · 9 years ago
  100. 79553da293 thp: cleanup khugepaged startup by Kirill A. Shutemov · 9 years ago