1. 9c41180 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 7 years ago
  2. 9e0600f Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  3. 22985bf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 7 years ago
  4. a0908a1b7 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  5. 72639e6 fs/hugetlbfs/inode.c: change put_page/unlock_page order in hugetlbfs_fallocate() by Nadav Amit · 7 years ago
  6. f4f0a3d mm/hugetlb: fix NULL-pointer dereference on 5-level paging machine by Kirill A. Shutemov · 7 years ago
  7. 5d38f04 autofs: revert "autofs: fix AT_NO_AUTOMOUNT not being honored" by Ian Kent · 7 years ago
  8. 43694d4 autofs: revert "autofs: take more care to not update last_used on path walk" by Ian Kent · 7 years ago
  9. b6e8e12 fs/fat/inode.c: fix sb_rdonly() change by OGAWA Hirofumi · 7 years ago
  10. d08afa1 mm, memcg: fix mem_cgroup_swapout() for THPs by Shakeel Butt · 7 years ago
  11. 40a899e mm: migrate: fix an incorrect call of prep_transhuge_page() by Zi Yan · 7 years ago
  12. bde5f6b kmemleak: add scheduling point to kmemleak_scan() by Yisheng Xie · 7 years ago
  13. edbddb8 scripts/bloat-o-meter: don't fail with division by 0 by Andy Shevchenko · 7 years ago
  14. d5dabd6 fs/mbcache.c: make count_objects() more robust by Jiang Biao · 7 years ago
  15. 90daf30 Revert "mm/page-writeback.c: print a warning if the vm dirtiness settings are illogical" by Michal Hocko · 7 years ago
  16. 6ea8d95 mm/madvise.c: fix madvise() infinite loop under special circumstances by chenjie · 7 years ago
  17. 04e35f4 exec: avoid RLIMIT_STACK races with prlimit() by Kees Cook · 7 years ago
  18. 5f1d43d IB/core: disable memory registration of filesystem-dax vmas by Dan Williams · 7 years ago
  19. b70131d v4l2: disable filesystem-dax mapping support by Dan Williams · 7 years ago
  20. b7f0554 mm: fail get_vaddr_frames() for filesystem-dax mappings by Dan Williams · 7 years ago
  21. 2bb6d28 mm: introduce get_user_pages_longterm by Dan Williams · 7 years ago
  22. 9702cff device-dax: implement ->split() to catch invalid munmap attempts by Dan Williams · 7 years ago
  23. 31383c6 mm, hugetlbfs: introduce ->split() to vm_operations_struct by Dan Williams · 7 years ago
  24. 95a8798 scripts/faddr2line: extend usage on generic arch by Liu, Changcheng · 7 years ago
  25. 5c9d2d5 mm: replace pte_write with pte_access_permitted in fault + gup paths by Dan Williams · 7 years ago
  26. c7da82b mm: replace pmd_write with pmd_access_permitted in fault + gup paths by Dan Williams · 7 years ago
  27. e7fe7b5 mm: replace pud_write with pud_access_permitted in fault + gup paths by Dan Williams · 7 years ago
  28. e4e40e0 mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITE by Dan Williams · 7 years ago
  29. 1501899 mm: fix device-dax pud write-faults triggered by get_user_pages() by Dan Williams · 7 years ago
  30. 63cd448 mm/cma: fix alloc_contig_range ret code/potential leak by Mike Kravetz · 7 years ago
  31. 687cb08 mm, oom_reaper: gather each vma to prevent leaking TLB entry by Wang Nan · 7 years ago
  32. 4b81cb2 mm, memory_hotplug: do not back off draining pcp free pages from kworker context by Michal Hocko · 7 years ago
  33. b915176 Merge tag 'nfsd-4.15-1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
  34. 26cd947 Merge tag 'for-4.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  35. 198e0c0 Merge tag 'microblaze-4.15-rc2' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 7 years ago
  36. fccfde4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 7 years ago
  37. 96c22a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  38. e5372cd sparc64: Fix boot on T4 and later. by David S. Miller · 7 years ago
  39. ef0010a vsprintf: don't use 'restricted_pointer()' when not restricting by Linus Torvalds · 7 years ago
  40. 668533d kallsyms: take advantage of the new '%px' format by Linus Torvalds · 7 years ago
  41. da6af54 Merge tag 'printk-hash-pointer-4.15-rc2' of git://github.com/tcharding/linux by Linus Torvalds · 7 years ago
  42. f55e101 Revert "mm, thp: Do not make pmd/pud dirty without a reason" by Linus Torvalds · 7 years ago
  43. 88bc0ed quota: Check for register_shrinker() failure. by Tetsuo Handa · 7 years ago
  44. f6454f8 ethernet: dwmac-stm32: Fix copyright by Benjamin Gaignard · 7 years ago
  45. a7e4fbb net: via: via-rhine: use %p to format void * address instead of %x by Colin Ian King · 7 years ago
  46. 15bfe05 net: ethernet: xilinx: Mark XILINX_LL_TEMAC broken on 64-bit by Geert Uytterhoeven · 7 years ago
  47. 01e4fab myri10ge: Update MAINTAINERS by Hyong-Youb Kim · 7 years ago
  48. 6424f6b kasan: use %px to print addresses instead of %p by Tobin C. Harding · 7 years ago
  49. 7b1924a vsprintf: add printk specifier %px by Tobin C. Harding · 7 years ago
  50. ad67b74 printk: hash addresses printed with %p by Tobin C. Harding · 7 years ago
  51. 57e7344 vsprintf: refactor %pK code out of pointer() by Tobin C. Harding · 7 years ago
  52. 553d8e8 docs: correct documentation for %pK by Tobin C. Harding · 7 years ago
  53. 43570f0 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  54. d51aae6 net: sched: cbq: create block for q->link.block by Jiri Pirko · 7 years ago
  55. 0195a21 atm: suni: remove extraneous space to fix indentation by Colin Ian King · 7 years ago
  56. 6c90654 atm: lanai: use %p to format kernel addresses instead of %x by Colin Ian King · 7 years ago
  57. 4a5def7 VSOCK: Don't set sk_state to TCP_CLOSE before testing it by Jorgen Hansen · 7 years ago
  58. 22dac9f atm: fore200e: use %pK to format kernel addresses instead of %x by Colin Ian King · 7 years ago
  59. c95c3fe ambassador: fix incorrect indentation of assignment statement by Colin Ian King · 7 years ago
  60. fc39c38 vxlan: use __be32 type for the param vni in __vxlan_fdb_delete by Xin Long · 7 years ago
  61. 5eb3d22 bonding: use nla_get_u64 to extract the value for IFLA_BOND_AD_ACTOR_SYSTEM by Xin Long · 7 years ago
  62. a8dd397 sctp: use right member as the param of list_for_each_entry by Xin Long · 7 years ago
  63. f85729d sch_sfq: fix null pointer dereference at timer expiration by Paolo Abeni · 7 years ago
  64. 25415ce cls_bpf: don't decrement net's refcount when offload fails by Jakub Kicinski · 7 years ago
  65. 43f462f Merge tag 'drm-for-v4.15-part2-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  66. 3c02a6d Revert "ALSA: usb-audio: Fix potential zero-division at parsing FU" by Takashi Iwai · 7 years ago
  67. 9d0ca44 s390/gs: add compat regset for the guarded storage broadcast control block by Martin Schwidefsky · 7 years ago
  68. ea37d59 Btrfs: incremental send, fix wrong unlink path after renaming file by Filipe Manana · 7 years ago
  69. 15fe076 net/packet: fix a race in packet_bind() and packet_notifier() by Eric Dumazet · 7 years ago
  70. 57f015f packet: fix crash in fanout_demux_rollover() by Mike Maloney · 7 years ago
  71. a51a40b Merge branch 'sctp-fix-sparse-errors' by David S. Miller · 7 years ago
  72. 1ba896f sctp: remove extern from stream sched by Xin Long · 7 years ago
  73. af2697a sctp: force the params with right types for sctp csum apis by Xin Long · 7 years ago
  74. 08f4607 sctp: force SCTP_ERROR_INV_STRM with __u32 when calling sctp_chunk_fail by Xin Long · 7 years ago
  75. f95d5bf0 lmc: Use memdup_user() as a cleanup by Vasyl Gomonovych · 7 years ago
  76. dea521a bnxt_en: Fix an error handling path in 'bnxt_get_module_eeprom()' by Christophe JAILLET · 7 years ago
  77. 952b6b3 net: phy: marvell10g: fix the PHY id mask by Antoine Tenart · 7 years ago
  78. f40b55ab Merge branch 'mvpp2-fixes' by David S. Miller · 7 years ago
  79. 76e583c net: mvpp2: check ethtool sets the Tx ring size is to a valid min value by Antoine Tenart · 7 years ago
  80. e749aca net: mvpp2: do not disable GMAC padding by Yan Markman · 7 years ago
  81. 26146b0 net: mvpp2: cleanup probed ports in the probe error path by Antoine Tenart · 7 years ago
  82. ba2d8d8 net: mvpp2: fix the txq_init error path by Antoine Tenart · 7 years ago
  83. 1a6152d quota: propagate error from __dquot_initialize by Chao Yu · 7 years ago
  84. e254997 Merge branch 'mlxsw-GRE-offloading-fixes' by David S. Miller · 7 years ago
  85. 09dbf62 mlxsw: spectrum_router: Update nexthop RIF on update by Petr Machata · 7 years ago
  86. d97cda5 mlxsw: spectrum_router: Handle encap to demoted tunnels by Petr Machata · 7 years ago
  87. cab43d9 mlxsw: spectrum_router: Demote tunnels on VRF migration by Petr Machata · 7 years ago
  88. 57c77ce mlxsw: spectrum_router: Offload decap only for up tunnels by Petr Machata · 7 years ago
  89. 32f0160 Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue by David S. Miller · 7 years ago
  90. 69fc6cb btrfs: tree-checker: Fix false panic for sanity test by Qu Wenruo · 7 years ago
  91. 8f5abe8 proc: don't report kernel addresses in /proc/<pid>/stack by Linus Torvalds · 7 years ago
  92. 8abd20b e1000: Fix off-by-one in debug message by Ahmad Fatoum · 7 years ago
  93. 80752a9 i40e: Fix reporting incorrect error codes by Amritha Nambiar · 7 years ago
  94. c0f4b16 e1000e: fix the use of magic numbers for buffer overrun issue by Sasha Neftin · 7 years ago
  95. c30bf8c i40e/virtchnl: fix application of sizeof to pointer by Gustavo A R Silva · 7 years ago
  96. 81833de lockd: fix "list_add double add" caused by legacy signal interface by Vasily Averin · 7 years ago
  97. 9e137ed nlm_shutdown_hosts_net() cleanup by Vasily Averin · 7 years ago
  98. 2317dc5 race of nfsd inetaddr notifiers vs nn->nfsd_serv change by Vasily Averin · 7 years ago
  99. 6b18dd1 race of lockd inetaddr notifiers vs nlmsvc_rqst change by Vasily Averin · 7 years ago
  100. ee24eac SUNRPC: make cache_detail structures const by Bhumika Goyal · 7 years ago