1. be55375 Merge tag 'acpi-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  2. 642e7fd Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux by Linus Torvalds · 7 years ago
  3. 2103596 bitmap: fix memset optimization on big-endian systems by Omar Sandoval · 7 years ago
  4. f5a8eb6 Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 7 years ago
  5. c9297d2 Merge tag 'nds32-for-linus-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/greentime/linux by Linus Torvalds · 7 years ago
  6. bc16d40 Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  7. 2fcd2b3 Merge branch 'x86-dma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  8. ce6eba3 Merge branch 'sched-wait-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  9. cea061e4 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  10. d22fff8 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  11. 46e0d28 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  12. c9a2119 bpf: whitelist all syscalls for error injection by Howard McLauchlan · 7 years ago
  13. 3e2052e syscalls/x86: auto-create compat_sys_*() prototypes by Dominik Brodowski · 7 years ago
  14. c679a08 syscalls: sort syscall prototypes in include/linux/compat.h by Dominik Brodowski · 7 years ago
  15. 0621150 net: remove compat_sys_*() prototypes from net/compat.h by Dominik Brodowski · 7 years ago
  16. 3c1c456 syscalls: sort syscall prototypes in include/linux/syscalls.h by Dominik Brodowski · 7 years ago
  17. 1bec510 kexec: move sys_kexec_load() prototype to syscalls.h by Dominik Brodowski · 7 years ago
  18. c7b95d5 mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead() by Dominik Brodowski · 7 years ago
  19. a90f590 mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff() by Dominik Brodowski · 7 years ago
  20. 9d5b7c9 mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64() by Dominik Brodowski · 7 years ago
  21. edf292c fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate() by Dominik Brodowski · 7 years ago
  22. 36028d5 fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscalls by Dominik Brodowski · 7 years ago
  23. df260e2 fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate() by Dominik Brodowski · 7 years ago
  24. 806cbae fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  25. e2aaa9f kernel: add ksys_setsid() helper; remove in-kernel call to sys_setsid() by Dominik Brodowski · 7 years ago
  26. 9b32105 kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare() by Dominik Brodowski · 7 years ago
  27. 70f68ee fs: add ksys_sync() helper; remove in-kernel calls to sys_sync() by Dominik Brodowski · 7 years ago
  28. 3ce4a7b fs: add ksys_read() helper; remove in-kernel calls to sys_read() by Dominik Brodowski · 7 years ago
  29. 76847e4 fs: add ksys_lseek() helper; remove in-kernel calls to sys_lseek() by Dominik Brodowski · 7 years ago
  30. cbb60b9 fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl() by Dominik Brodowski · 7 years ago
  31. 454dab3 fs: add ksys_getdents64() helper; remove in-kernel calls to sys_getdents64() by Dominik Brodowski · 7 years ago
  32. bae217e fs: add ksys_open() wrapper; remove in-kernel calls to sys_open() by Dominik Brodowski · 7 years ago
  33. 2ca2a09d6 fs: add ksys_close() wrapper; remove in-kernel calls to sys_close() by Dominik Brodowski · 7 years ago
  34. 411d947 fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate() by Dominik Brodowski · 7 years ago
  35. 55731b3 fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappers by Dominik Brodowski · 7 years ago
  36. cbfe20f fs: add do_faccessat() helper and ksys_access() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  37. 03450e2 fs: add ksys_fchmod() and do_fchmodat() helpers and ksys_chmod() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  38. 46ea89e fs: add do_linkat() helper and ksys_link() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  39. 87c4e19 fs: add do_mknodat() helper and ksys_mknod() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  40. b724e84 fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  41. 0101db7 fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  42. f459dffa fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir() by Dominik Brodowski · 7 years ago
  43. 0f32ab8 fs: add ksys_unlink() wrapper; remove in-kernel calls to sys_unlink() by Dominik Brodowski · 7 years ago
  44. 447016e fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir() by Dominik Brodowski · 7 years ago
  45. e7a3e8b fs: add ksys_write() helper; remove in-kernel calls to sys_write() by Dominik Brodowski · 7 years ago
  46. a16fe33 fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot() by Dominik Brodowski · 7 years ago
  47. c724832 fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}() by Dominik Brodowski · 7 years ago
  48. 3a18ef5 fs: add ksys_umount() helper; remove in-kernel call to sys_umount() by Dominik Brodowski · 7 years ago
  49. 312db1a fs: add ksys_mount() helper; remove in-kernel calls to sys_mount() by Dominik Brodowski · 7 years ago
  50. ab0d1e8 fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl() by Dominik Brodowski · 7 years ago
  51. cb0b476 fs/quota: add kernel_quotactl() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  52. e1834a3 net: socket: move check for forbid_cmsg_compat to __sys_...msg() by Dominik Brodowski · 7 years ago
  53. cc36dca net: socket: add __sys_setsockopt() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  54. 005a1ae net: socket: add __sys_shutdown() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  55. 6debc8d net: socket: add __sys_socketpair() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  56. b21c8f8 net: socket: add __sys_getpeername() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  57. 8882a10 net: socket: add __sys_getsockname() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  58. 25e290e net: socket: add __sys_listen() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  59. 1387c2c net: socket: add __sys_connect() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  60. a87d35d net: socket: add __sys_bind() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  61. 9d6a15c net: socket: add __sys_socket() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  62. 4541e80 net: socket: add __sys_accept4() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  63. 211b634 net: socket: add __sys_sendto() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  64. 7a09e1e net: socket: add __sys_recvfrom() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  65. 2de0db9 mm: use do_futex() instead of sys_futex() in mm_release() by Dominik Brodowski · 7 years ago
  66. d53238c kernel: open-code sys_rt_sigpending() in sys_sigpending() by Dominik Brodowski · 7 years ago
  67. 486adce Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  68. 701f3b3 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  69. 8747a29 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  70. cc67cce Merge branch 'core-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  71. 320b164 Merge tag 'drm-for-v4.17' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  72. 0c9ed61 Merge branches 'acpi-battery', 'acpi-doc' and 'acpi-pmic' by Rafael J. Wysocki · 7 years ago
  73. ae02168 Merge branch 'acpica' by Rafael J. Wysocki · 7 years ago
  74. 169310f Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 7 years ago
  75. a44406e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  76. f97c3dc net/dim: Fix int overflow by Tal Gilboa · 7 years ago
  77. c769acc vlan: Fix vlan insertion for packets without ethernet header by Toshiaki Makita · 7 years ago
  78. d89b9f5 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
  79. 6ed70cf perf/x86/pt, coresight: Clean up address filter structure by Alexander Shishkin · 7 years ago
  80. 2d07491 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 7 years ago
  81. 84652ae RDMA/ucma: Introduce safer rdma_addr_size() variants by Roland Dreier · 7 years ago
  82. e89f5b3 dma-mapping: Don't clear GFP_ZERO in dma_alloc_attrs by Christoph Hellwig · 7 years ago
  83. 9f36f9c Merge tag 'drm-amdkfd-next-2018-03-27' of git://people.freedesktop.org/~gabbayo/linux into drm-next by Dave Airlie · 7 years ago
  84. 2b4f44ee Backmerge tag 'v4.16-rc7' into drm-next by Dave Airlie · 7 years ago
  85. fd9adc4 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  86. b85ab56 llc: properly handle dev_queue_xmit() return value by Cong Wang · 7 years ago
  87. 3af3452 firmware/dmi_scan: Uninline dmi_get_bios_year() helper by Andy Shevchenko · 7 years ago
  88. fc5d107 x86/mm/32: Remove unused node_memmap_size_bytes() & CONFIG_NEED_NODE_MEMMAP_SIZE logic by David Rientjes · 7 years ago
  89. 0bc91d4 Merge tag 'v4.16-rc7' into x86/mm, to fix up conflict by Ingo Molnar · 7 years ago
  90. eb82a99 net: sched, fix OOO packets with pfifo_fast by John Fastabend · 7 years ago
  91. a9762b7 usb: musb: remove blackfin port by Arnd Bergmann · 7 years ago
  92. 03f4c9a usb: host: remove tilegx platform glue by Arnd Bergmann · 7 years ago
  93. c957ea5 input: misc: remove blackfin rotary driver by Arnd Bergmann · 7 years ago
  94. f59b2dc pinctrl: remove adi2/blackfin drivers by Arnd Bergmann · 7 years ago
  95. 3e3a5f7 media: platform: remove blackfin capture driver by Arnd Bergmann · 7 years ago
  96. e3ed8b4 fbdev: remove blackfin drivers by Arnd Bergmann · 7 years ago
  97. 8cbfbae video/logo: remove obsolete logo files by Arnd Bergmann · 7 years ago
  98. 889ce12 raid: remove tile specific raid6 implementation by Arnd Bergmann · 7 years ago
  99. 768a032 net: adi: remove blackfin ethernet drivers by Arnd Bergmann · 7 years ago
  100. a0673fd asm-generic: clean up asm/unistd.h by Arnd Bergmann · 7 years ago