1. def0fda mm: memcontrol: fix NUMA round-robin reclaim at intermediate level by Johannes Weiner · 6 years ago
  2. 42a3003 mm: memcontrol: fix recursive statistics correctness & scalabilty by Johannes Weiner · 6 years ago
  3. db9adbc mm: memcontrol: move stat/event counting functions out-of-line by Johannes Weiner · 6 years ago
  4. 205b20c mm: memcontrol: make cgroup stats and events query API explicitly local by Johannes Weiner · 6 years ago
  5. 6a02433 drivers/virt/fsl_hypervisor.c: prevent integer overflow in ioctl by Dan Carpenter · 6 years ago
  6. c8ea366 drivers/virt/fsl_hypervisor.c: dereferencing error pointers in ioctl by Dan Carpenter · 6 years ago
  7. 871789d mm, memcg: rename ambiguously named memory.stat counters and functions by Chris Down · 6 years ago
  8. b09e893 arch: remove <asm/sizes.h> and <asm-generic/sizes.h> by Masahiro Yamada · 6 years ago
  9. 87dfb31 treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h> by Masahiro Yamada · 6 years ago
  10. 3813393 fs/block_dev.c: Remove duplicate header by Sabyasachi Gupta · 6 years ago
  11. 081d7d3 fs/cachefiles/namei.c: remove duplicate header by Sabyasachi Gupta · 6 years ago
  12. 9e9291c include/linux/sched/signal.h: replace `tsk' with `task' by Andrei Vagin · 6 years ago
  13. 10bcba8 fs/coda/psdev.c: remove duplicate header by Sabyasachi Gupta · 6 years ago
  14. 99db46e ipc: do cyclic id allocation for the ipc object. by Manfred Spraul · 6 years ago
  15. 3278a2c ipc: conserve sequence numbers in ipcmni_extend mode by Manfred Spraul · 6 years ago
  16. 5ac893b ipc: allow boot time extension of IPCMNI from 32k to 16M by Waiman Long · 6 years ago
  17. a5091fd ipc/mqueue: optimize msg_get() by Davidlohr Bueso · 6 years ago
  18. 0ecb582 ipc/mqueue: remove redundant wq task assignment by Davidlohr Bueso · 6 years ago
  19. d6a2946 ipc: prevent lockup on alloc_msg and free_msg by Li Rongqing · 6 years ago
  20. e7e6f46 scripts/gdb: print cached rate in lx-clk-summary by Leonard Crestez · 6 years ago
  21. 66d5c7c scripts/gdb: clean up error handling in list helpers by Leonard Crestez · 6 years ago
  22. 988b268 scripts/gdb: add $lx_clk_core_lookup function by Leonard Crestez · 6 years ago
  23. d1e9710 scripts/gdb: initial clk support: lx-clk-summary by Leonard Crestez · 6 years ago
  24. 47d0d12 scripts/gdb: add hlist utilities by Leonard Crestez · 6 years ago
  25. 494dbe0 scripts/gdb: silence pep8 checks by Stephen Boyd · 6 years ago
  26. 442284a scripts/gdb: add a timer list command by Stephen Boyd · 6 years ago
  27. 449ca0c scripts/gdb: add rb tree iterating utilities by Stephen Boyd · 6 years ago
  28. 90cf83db scripts/gdb: add kernel config dumping command by Stephen Boyd · 6 years ago
  29. dfe4529 scripts/gdb: find vmlinux where it was before by Stephen Boyd · 6 years ago
  30. 4c69add pps: pps-gpio PPS ECHO implementation by Tom Burkart · 6 years ago
  31. 652e221 dt-bindings: pps: pps-gpio PPS ECHO implementation by Tom Burkart · 6 years ago
  32. 4461d65 pps: descriptor-based gpio by Tom Burkart · 6 years ago
  33. b287a25 panic/reboot: allow specifying reboot_mode for panic only by Aaro Koskinen · 6 years ago
  34. c39ea0b panic: avoid the extra noise dmesg by Feng Tang · 6 years ago
  35. e178a5b gcov: clang support by Greg Hackmann · 6 years ago
  36. aa069a2 gcov: docs: add a note on GCC vs Clang differences by Tri Vo · 6 years ago
  37. 826eba0 gcov: clang: move common GCC code into gcc_base.c by Greg Hackmann · 6 years ago
  38. ce528c4 fs/eventfd.c: make eventfd_ida static by YueHaibing · 6 years ago
  39. b556db1 eventfd: present id to userspace via fdinfo by Masatake YAMATO · 6 years ago
  40. 1fd402d kernel/pid.c: remove unneeded hash header file by Timmy Li · 6 years ago
  41. 3116ad3 kernel/sysctl.c: fix proc_do_large_bitmap for large input buffers by Eric Sandeen · 6 years ago
  42. 2ea622b tools/testing/selftests/sysctl/sysctl.sh: add proc_do_large_bitmap() test case by Eric Sandeen · 6 years ago
  43. a0edef7 tools/testing/selftests/sysctl/sysctl.sh: allow graceful use on older kernels by Luis Chamberlain · 6 years ago
  44. 8ded3d1 tools/testing/selftests/sysctl/sysctl.sh: ignore diff output on verify_diff_w() by Luis Chamberlain · 6 years ago
  45. 5a12928 tools/testing/selftests/sysctl/sysctl.sh: load module before testing for it by Luis Chamberlain · 6 years ago
  46. 9f66849 tools/testing/selftests/sysctl/sysctl.sh: remove superfluous test_reqs() by Luis Chamberlain · 6 years ago
  47. e260ad0 sysctl: return -EINVAL if val violates minmax by Christian Brauner · 6 years ago
  48. 475dae3 kernel/sysctl.c: switch to bitmap_zalloc() by Andy Shevchenko · 6 years ago
  49. 23015b2 rapidio: fix a NULL pointer dereference when create_workqueue() fails by Kangjie Lu · 6 years ago
  50. 3713a4e include/linux/cpumask.h: fix double string traverse in cpumask_parse by Yury Norov · 6 years ago
  51. 4e7301e exec selftests: test ->recursion_depth by Alexey Dobriyan · 6 years ago
  52. a6231d1 exec: move struct linux_binprm::buf by Alexey Dobriyan · 6 years ago
  53. d53ddd0 fs/exec.c: move ->recursion_depth out of critical sections by Alexey Dobriyan · 6 years ago
  54. b028fb6 kernel/signal.c: annotate implicit fall through by Mathieu Malaterre · 6 years ago
  55. bd8309d fs/fat/file.c: issue flush after the writeback of FAT by Hou Tao · 6 years ago
  56. 672cdd5 reiserfs: add comment to explain endianness issue in xattr_hash by Bharath Vedartham · 6 years ago
  57. 1dcaa13 autofs: add description of ignore pseudo mount option by Ian Kent · 6 years ago
  58. 841964e autofs: update mount control expire desription with AUTOFS_EXP_FORCED by Ian Kent · 6 years ago
  59. f23ceaa autofs: update AUTOFS_EXP_LEAVES description by Ian Kent · 6 years ago
  60. 9200026 autofs: update autofs.txt for strictexpire mount option by Ian Kent · 6 years ago
  61. 2ad56ad autofs: fix some word usage oddities in autofs.txt by Ian Kent · 6 years ago
  62. 432d822 net: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISC by Sinan Kaya · 6 years ago
  63. 900f492 xtensa: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISC by Sinan Kaya · 6 years ago
  64. efb463c powerpc: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISC by Sinan Kaya · 6 years ago
  65. c66d7a2 init: introduce DEBUG_MISC option by Sinan Kaya · 6 years ago
  66. bbdc607 binfmt_elf: move brk out of mmap when doing direct loader exec by Kees Cook · 6 years ago
  67. 249b08e elf: init pt_regs pointer later by Alexey Dobriyan · 6 years ago
  68. d8e7cb3 fs/binfmt_elf.c: extract PROT_* calculations by Alexey Dobriyan · 6 years ago
  69. 85264316 fs//binfmt_elf.c: move variables initialization closer to their usage by Alexey Dobriyan · 6 years ago
  70. be0deb5 fs/binfmt_elf.c: save 1 indent level by Alexey Dobriyan · 6 years ago
  71. ba0f6b8 fs/binfmt_elf.c: delete trailing "return;" in functions returning "void" by Alexey Dobriyan · 6 years ago
  72. cc33801 fs/binfmt_elf.c: free PT_INTERP filename ASAP by Alexey Dobriyan · 6 years ago
  73. 5cf4a36 fs/binfmt_elf.c: make scope of "pos" variable smaller by Alexey Dobriyan · 6 years ago
  74. 22f084d fs/binfmt_elf.c: remove unneeded initialization of mm->start_stack by Andrew Morton · 6 years ago
  75. 7507c40 lib/test_vmalloc.c:test_func(): eliminate local `ret' by Andrew Morton · 6 years ago
  76. ef4d6f6 include/linux/bitops.h: sanitize rotate primitives by Rasmus Villemoes · 6 years ago
  77. 6ea86bd lib/test_bitmap: add tests for bitmap_parselist_user() by Yury Norov · 6 years ago
  78. a4ab505 lib/test_bitmap: add testcases for bitmap_parselist() by Yury Norov · 6 years ago
  79. 0c2111a lib/test_bitmap: switch test_bitmap_parselist to ktime_get() by Yury Norov · 6 years ago
  80. e371c48 lib: rework bitmap_parselist by Yury Norov · 6 years ago
  81. 281327c lib: make bitmap_parselist_user() a wrapper on bitmap_parselist() by Yury Norov · 6 years ago
  82. 9f61589 lib/math: move int_pow() from pwm_bl.c for wider use by Andy Shevchenko · 6 years ago
  83. 2c64e9c lib: Move mathematic helpers to separate folder by Andy Shevchenko · 6 years ago
  84. b5c56e0 lib/list_sort: optimize number of calls to comparison function by George Spelvin · 6 years ago
  85. 043b3f7 lib/list_sort: simplify and remove MAX_LIST_LENGTH_BITS by George Spelvin · 6 years ago
  86. 8fb583c lib/sort: avoid indirect calls to built-in swap by George Spelvin · 6 years ago
  87. 22a241c lib/sort: use more efficient bottom-up heapsort variant by George Spelvin · 6 years ago
  88. 37d0ec3 lib/sort: make swap functions more generic by George Spelvin · 6 years ago
  89. 8e18fae lib/plist: rename DEBUG_PI_LIST to DEBUG_PLIST by Davidlohr Bueso · 6 years ago
  90. cdc90a1 lib/bitmap.c: guard exotic bitmap functions by CONFIG_NUMA by Rasmus Villemoes · 6 years ago
  91. 5f239f6 lib/bitmap.c: remove unused EXPORT_SYMBOLs by Rasmus Villemoes · 6 years ago
  92. 6c4e121 kernel/user.c: clean up some leftover code by Rasmus Villemoes · 6 years ago
  93. e02c9b0 kernel/latencytop.c: rename clear_all_latency_tracing to clear_tsk_latency_tracing by Lin Feng · 6 years ago
  94. 0cc7588 kernel/latencytop.c: remove unnecessary checks for latencytop_enabled by Lin Feng · 6 years ago
  95. 8312465 kernel/notifier.c: double register detection by Vasily Averin · 6 years ago
  96. 9012d01 compiler: allow all arches to enable CONFIG_OPTIMIZE_INLINING by Masahiro Yamada · 6 years ago
  97. efc344c powerpc/mm/radix: mark as __tlbie_pid() and friends as__always_inline by Masahiro Yamada · 6 years ago
  98. e12d6d7 powerpc/mm/radix: mark __radix__flush_tlb_range_psize() as __always_inline by Masahiro Yamada · 6 years ago
  99. 480795a powerpc/prom_init: mark prom_getprop() and prom_getproplen() as __init by Masahiro Yamada · 6 years ago
  100. 2e0168a ARM: mark setup_machine_tags() stub as __init __noreturn by Masahiro Yamada · 6 years ago