1. bd664f6 disable new gcc-7.1.1 warnings for now by Linus Torvalds · 7 years ago
  2. 3a75ad1 Merge tag 'modules-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 7 years ago
  3. 235b84f Merge branch 'i2c/for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 7 years ago
  4. fb4e3be Merge tag 'iommu-updates-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 7 years ago
  5. 6b1c776 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 7 years ago
  6. 58c7ffc fix a braino in compat_sys_getrlimit() by Al Viro · 7 years ago
  7. 3b06b1a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 7 years ago
  8. 130568d Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  9. 908b852 Merge tag 'smb3-security-fixes-for-4.13' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 7 years ago
  10. 3bf7878 Merge tag 'ceph-for-4.13-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  11. 07d306c Merge git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 7 years ago
  12. a3ddacb Merge tag 'chrome-platform-for-linus-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platform by Linus Torvalds · 7 years ago
  13. a018817 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 7 years ago
  14. 9967468 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  15. dd83c16 kernel/exit.c: avoid undefined behaviour when calling wait4() by zhongjiang · 7 years ago
  16. 4ea7701 kernel/signal.c: avoid undefined behaviour in kill_something_info by zhongjiang · 7 years ago
  17. 67c6777 binfmt_elf: safely increment argv pointers by Kees Cook · 7 years ago
  18. a73dc53 s390: reduce ELF_ET_DYN_BASE by Kees Cook · 7 years ago
  19. 47ebb09 powerpc: move ELF_ET_DYN_BASE to 4GB / 4MB by Kees Cook · 7 years ago
  20. 0244599 arm64: move ELF_ET_DYN_BASE to 4GB / 4MB by Kees Cook · 7 years ago
  21. 6a9af90 arm: move ELF_ET_DYN_BASE to 4MB by Kees Cook · 7 years ago
  22. eab0953 binfmt_elf: use ELF_ET_DYN_BASE only for PIE by Kees Cook · 7 years ago
  23. c257a34 fs, epoll: short circuit fetching events if thread has been killed by David Rientjes · 7 years ago
  24. fd71f63 checkpatch: improve multi-line alignment test by Joe Perches · 7 years ago
  25. 7fe528a2 checkpatch: improve macro reuse test by Joe Perches · 7 years ago
  26. 737c076 checkpatch: change format of --color argument to --color[=WHEN] by John Brooks · 7 years ago
  27. 8d81ae0 checkpatch: silence perl 5.26.0 unescaped left brace warnings by Cyril Bur · 7 years ago
  28. a0ad759 checkpatch: improve tests for multiple line function definitions by Joe Perches · 7 years ago
  29. 948b133 checkpatch: remove false warning for commit reference by Heinrich Schuchardt · 7 years ago
  30. ca81986 checkpatch: fix stepping through statements with $stat and ctx_statement_block by Joe Perches · 7 years ago
  31. fe658f9 checkpatch: [HLP]LIST_HEAD is also declaration by Steffen Maier · 7 years ago
  32. 628f91a checkpatch: warn when a MAINTAINERS entry isn't [A-Z]:\t by Joe Perches · 7 years ago
  33. fb0d0e0 checkpatch: improve the unnecessary OOM message test by Joe Perches · 7 years ago
  34. 166a0f7 lib/bsearch.c: micro-optimize pivot position calculation by Sergey Senozhatsky · 7 years ago
  35. a94c33d lib/extable.c: use bsearch() library function in search_extable() by Thomas Meyer · 7 years ago
  36. 12e8fd6 lib/rhashtable.c: use kvzalloc() in bucket_table_alloc() when possible by Michal Hocko · 7 years ago
  37. c46ecce lib/interval_tree_test.c: allow full tree search by Davidlohr Bueso · 7 years ago
  38. a8ec14d lib/interval_tree_test.c: allow users to limit scope of endpoint by Davidlohr Bueso · 7 years ago
  39. a54dae0 lib/interval_tree_test.c: make test options module parameters by Davidlohr Bueso · 7 years ago
  40. 0f789b6 lib/interval_tree_test.c: allow the module to be compiled-in by Davidlohr Bueso · 7 years ago
  41. be5f3c7 lib/kstrtox.c: use "unsigned int" more by Alexey Dobriyan · 7 years ago
  42. 512750e lib/kstrtox.c: delete end-of-string test by Alexey Dobriyan · 7 years ago
  43. 2c6deb0 bitmap: use memcmp optimisation in more situations by Matthew Wilcox · 7 years ago
  44. 2a98dc02 include/linux/bitmap.h: turn bitmap_set and bitmap_clear into memset when possible by Matthew Wilcox · 7 years ago
  45. e5af323 bitmap: optimise bitmap_set and bitmap_clear of a single bit by Matthew Wilcox · 7 years ago
  46. 3cc7812 lib/test_bitmap.c: add optimisation tests by Matthew Wilcox · 7 years ago
  47. b689d4a MAINTAINERS: give proc sysctl some maintainer love by Luis R. Rodriguez · 7 years ago
  48. 63b23e2 kernel/kallsyms.c: replace all_var with IS_ENABLED(CONFIG_KALLSYMS_ALL) by Masahiro Yamada · 7 years ago
  49. b7b2562 kernel/groups.c: use sort library function by Rasmus Villemoes · 7 years ago
  50. 9dcdcea kernel/ksysfs.c: constify attribute_group structures. by Arvind Yadav · 7 years ago
  51. 287f3ca ARM: fix rd_size declaration by Bart Van Assche · 7 years ago
  52. bc6245e bug: split BUILD_BUG stuff out into <linux/build_bug.h> by Ian Abbott · 7 years ago
  53. 47e81e5 linux/bug.h: correct "space required before that '-'" by Ian Abbott · 7 years ago
  54. 8cdd7cc linux/bug.h: correct "(foo*)" should be "(foo *)" by Ian Abbott · 7 years ago
  55. e9d5a48 linux/bug.h: correct formatting of block comment by Ian Abbott · 7 years ago
  56. 0b39692 asm-generic/bug.h: declare struct pt_regs; before function prototype by Ian Abbott · 7 years ago
  57. cde1b69 fs/proc/generic.c: switch to ida_simple_get/remove by Heiner Kallweit · 7 years ago
  58. b6d0f14 frv: cmpxchg: implement cmpxchg64() by Will Deacon · 7 years ago
  59. 31b7fb4 frv: use generic fb.h by Tobias Klauser · 7 years ago
  60. a371e2f frv: remove wrapper header for asm/device.h by Tobias Klauser · 7 years ago
  61. 822d5ec kasan: make get_wild_bug_type() static by Colin Ian King · 7 years ago
  62. f5bd62c mm/kasan/kasan.c: rename XXX_is_zero to XXX_is_nonzero by Joonsoo Kim · 7 years ago
  63. fa69b59 mm/kasan: add support for memory hotplug by Andrey Ryabinin · 7 years ago
  64. 3f9ec80 arm64/kasan: don't allocate extra shadow memory by Andrey Ryabinin · 7 years ago
  65. 4d46133 x86/kasan: don't allocate extra shadow memory by Andrey Ryabinin · 7 years ago
  66. c634d80 mm/kasan: get rid of speculative shadow checks by Andrey Ryabinin · 7 years ago
  67. 458f792 mm/kasan/kasan_init.c: use kasan_zero_pud for p4d table by Joonsoo Kim · 7 years ago
  68. cf8e0fe mm/zsmalloc: simplify zs_max_alloc_size handling by Jerome Marchand · 7 years ago
  69. bc1bb36 zram: constify attribute_group structures. by Arvind Yadav · 7 years ago
  70. 9d1f4b3 mm: disallow early_pfn_to_nid on configurations which do not implement it by Michal Hocko · 7 years ago
  71. 3f906ba mm/memory-hotplug: switch locking to a percpu rwsem by Thomas Gleixner · 7 years ago
  72. a47fed5 mm: swap: provide lru_add_drain_all_cpuslocked() by Thomas Gleixner · 7 years ago
  73. 24c79d8 mm: use dedicated helper to access rlimit value by Krzysztof Opasiak · 7 years ago
  74. b17c070 fs/dcache.c: fix spin lockup issue on nlru->lock by Sahitya Tummala · 7 years ago
  75. 2c80cd5 mm/list_lru.c: fix list_lru_count_node() to be race free by Sahitya Tummala · 7 years ago
  76. 32e4e6d mm/mmap.c: expand_downwards: don't require the gap if !vm_prev by Oleg Nesterov · 7 years ago
  77. 561b5e0 mm/mmap.c: do not blow on PROT_NONE MAP_FIXED holes in the stack by Michal Hocko · 7 years ago
  78. bb01b64 mm/balloon_compaction.c: enqueue zero page to balloon device by zhenwei.pi · 7 years ago
  79. e048cb3 cma: fix calculation of aligned offset by Doug Berger · 7 years ago
  80. a52149f mm/memory_hotplug.c: remove unused local zone_type from __remove_zone() by John Hubbard · 7 years ago
  81. d09b646 mm: document highmem_is_dirtyable sysctl by Michal Hocko · 7 years ago
  82. e3d3910 include/linux/backing-dev.h: simplify wb_stat_sum by Nikolay Borisov · 7 years ago
  83. 618b8c2 include/linux/mmzone.h: remove ancient/ambiguous comment by Nikolay Borisov · 7 years ago
  84. f07e0f84 mm/swap_slots.c: don't disable preemption while taking the per-CPU cache by Sebastian Andrzej Siewior · 7 years ago
  85. b002529 mm/page_alloc.c: eliminate unsigned confusion in __rmqueue_fallback by Rasmus Villemoes · 7 years ago
  86. 8c03cc8 fs/proc/task_mmu.c: remove obsolete comment in show_map_vma() by Vasily Averin · 7 years ago
  87. a7be6e5 mm: drop useless local parameters of __register_one_node() by Dou Liyang · 7 years ago
  88. 727c080 mm: avoid taking zone lock in pagetypeinfo_showmixed() by Vinayak Menon · 7 years ago
  89. ef77ba5 mm, hugetlb, soft_offline: use new_page_nodemask for soft offline migration by Michal Hocko · 7 years ago
  90. 3e59fcb hugetlb: add support for preferred node to alloc_huge_page_nodemask by Michal Hocko · 7 years ago
  91. aaf14e4 mm, hugetlb: unclutter hugetlb allocation layers by Michal Hocko · 7 years ago
  92. 422580c mm/oom_kill.c: add tracepoints for oom reaper-related events by Roman Gushchin · 7 years ago
  93. 230ca98 userfaultfd: non-cooperative: add madvise() event for MADV_FREE request by Mike Rapoport · 7 years ago
  94. 76b6f9b mm/truncate.c: fix THP handling in invalidate_mapping_pages() by Jan Kara · 7 years ago
  95. c6247f7 mm/hugetlb.c: replace memfmt with string_get_size by Matthew Wilcox · 7 years ago
  96. 6a1a8b8 mm, memcg: fix potential undefined behavior in mem_cgroup_event_ratelimit() by Michal Hocko · 7 years ago
  97. 69ed779 mm, hugetlb: schedule when potentially allocating many hugepages by David Rientjes · 7 years ago
  98. 8b91323 mm: unify new_node_page and alloc_migrate_target by Michal Hocko · 7 years ago
  99. 4db9b2e hugetlb, memory_hotplug: prefer to use reserved pages for migration by Michal Hocko · 7 years ago
  100. 7f252f2 mm, memory_hotplug: simplify empty node mask handling in new_node_page by Michal Hocko · 7 years ago