1. b93815d firmware: some documentation fixes by Andres Rodriguez · 6 years ago
  2. 0183df0 selftests:firmware: fixes a call to a wrong function name by Jeffrin Jose T · 6 years ago
  3. 3e14c6a kobject: don't use WARN for registration failures by Dmitry Vyukov · 6 years ago
  4. df9267f firmware: Fix firmware documentation for recent file renames by Hans de Goede · 6 years ago
  5. e538409 test_firmware: fix setting old custom fw path back on exit, second try by Ben Hutchings · 6 years ago
  6. 1ecb160 test_firmware: Install all scripts by Ben Hutchings · 6 years ago
  7. ed4564b drivers: change struct device_driver::coredump() return type to void by Arend van Spriel · 6 years ago
  8. 60cc43f Linux 4.17-rc1 by Linus Torvalds · 6 years ago
  9. e37563bb Merge tag 'for-4.17-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 6 years ago
  10. 09c9b0e Merge tag '4.17-rc1SMB3-Fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 6 years ago
  11. f0d98d8 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  12. ca71b3b Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  13. 9fb71c2 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  14. 6b0a02e Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  15. 71b8ebb Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  16. 174e719 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  17. 19ca90d Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  18. 68d54d3 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  19. 9dceab8 Merge tag 'for-linus' of git://github.com/openrisc/linux by Linus Torvalds · 6 years ago
  20. b1cb4f9 Merge tag 'powerpc-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  21. 18b7fd1 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  22. df6f280 kernel/kexec_file.c: move purgatories sha256 to common code by Philipp Rudo · 6 years ago
  23. 3be3f61 kernel/kexec_file.c: allow archs to set purgatory load address by Philipp Rudo · 6 years ago
  24. 8da0b72 kernel/kexec_file.c: remove mis-use of sh_offset field during purgatory load by Philipp Rudo · 6 years ago
  25. 620f697 kernel/kexec_file.c: remove unneeded variables in kexec_purgatory_setup_sechdrs by Philipp Rudo · 6 years ago
  26. f1b1cca kernel/kexec_file.c: remove unneeded for-loop in kexec_purgatory_setup_sechdrs by Philipp Rudo · 6 years ago
  27. 9304570 kernel/kexec_file.c: split up __kexec_load_puragory by Philipp Rudo · 6 years ago
  28. 8aec395 kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations* by Philipp Rudo · 6 years ago
  29. 961d921 kernel/kexec_file.c: search symbols in read-only kexec_purgatory by Philipp Rudo · 6 years ago
  30. 65c225d kernel/kexec_file.c: make purgatory_info->ehdr const by Philipp Rudo · 6 years ago
  31. d2b8178 kernel/kexec_file.c: remove checks in kexec_purgatory_load by Philipp Rudo · 6 years ago
  32. ee6ebed include/linux/kexec.h: silence compile warnings by Philipp Rudo · 6 years ago
  33. babac4a kexec_file, x86: move re-factored code to generic side by AKASHI Takahiro · 6 years ago
  34. eb7dae9 x86: kexec_file: clean up prepare_elf64_headers() by AKASHI Takahiro · 6 years ago
  35. 8d5f894 x86: kexec_file: lift CRASH_MAX_RANGES limit on crash_mem buffer by AKASHI Takahiro · 6 years ago
  36. c72c7e6 x86: kexec_file: remove X86_64 dependency from prepare_elf64_headers() by AKASHI Takahiro · 6 years ago
  37. cbe6601 x86: kexec_file: purge system-ram walking from prepare_elf64_headers() by AKASHI Takahiro · 6 years ago
  38. 9ec4ece kexec_file,x86,powerpc: factor out kexec_file_ops functions by AKASHI Takahiro · 6 years ago
  39. b799a09 kexec_file: make use of purgatory optional by AKASHI Takahiro · 6 years ago
  40. 1da4d37 proc: revalidate misc dentries by Alexey Dobriyan · 6 years ago
  41. a9f2a84 mm, slab: reschedule cache_reap() on the same CPU by Vlastimil Babka · 6 years ago
  42. 1cbf29d kexec: export PG_swapbacked to VMCOREINFO by Petr Tesarik · 6 years ago
  43. 3f05317 ipc/shm: fix use-after-free of shm file via remap_file_pages() by Eric Biggers · 6 years ago
  44. 4539722 mm/filemap.c: provide dummy filemap_page_mkwrite() for NOMMU by Arnd Bergmann · 6 years ago
  45. d081107 mm/gup.c: document return value by Michael S. Tsirkin · 6 years ago
  46. c61611f get_user_pages_fast(): return -EFAULT on access_ok failure by Michael S. Tsirkin · 6 years ago
  47. 09e35a4 mm/gup_benchmark: handle gup failures by Michael S. Tsirkin · 6 years ago
  48. 60bb83b resource: fix integer overflow at reallocation by Takashi Iwai · 6 years ago
  49. 4802310 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 6 years ago
  50. ba2b137 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 6 years ago
  51. 71893f1 Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 6 years ago
  52. f681137 Merge tag 'chrome-platform-for-linus-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platform by Linus Torvalds · 6 years ago
  53. ca4e7c5 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 6 years ago
  54. daf3ef6 Merge tag 'pwm/for-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 6 years ago
  55. 41531f5 Merge tag 'linux-watchdog-4.17-rc1' of git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 6 years ago
  56. 80a17a5 Merge tag 'apparmor-pr-2018-04-10' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor by Linus Torvalds · 6 years ago
  57. edda415 Merge tag 'for-linus-20180413' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  58. 3e565a3 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 6 years ago
  59. 1bad9ce Merge tag 'sh-for-4.17' of git://git.libc.org/linux-sh by Linus Torvalds · 6 years ago
  60. e4e57f2 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  61. 6c21e43 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 6 years ago
  62. 17baab6 kconfig: extend output of 'listnewconfig' by Don Zickus · 6 years ago
  63. eea6f62 kbuild: rpm-pkg: use kernel-install as a fallback for new-kernel-pkg by Javier Martinez Canillas · 6 years ago
  64. 5d41be6 btrfs: Only check first key for committed tree blocks by Qu Wenruo · 6 years ago
  65. 81b654c powerpc/64s: Fix CPU_FTRS_ALWAYS vs DT CPU features by Michael Ellerman · 6 years ago
  66. 712ff25 firmware: dmi_scan: Use lowercase letters for UUID by Jean Delvare · 6 years ago
  67. de40614d firmware: dmi_scan: Add DMI_OEM_STRING support to dmi_matches by Alex Hung · 6 years ago
  68. 90fe6f8 firmware: dmi_scan: Fix UUID length safety check by Jean Delvare · 6 years ago
  69. b907b40 Merge branches 'thermal-core' and 'thermal-soc' into next by Zhang Rui · 6 years ago
  70. 16e205c Merge tag 'drm-fixes-for-v4.17-rc1' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 6 years ago
  71. affb028 Merge tag 'trace-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  72. ee9294d proc: fixup copyright sign by Alexey Dobriyan · 6 years ago
  73. 0c314a9 Merge tag 'pci-v4.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 6 years ago
  74. c1596ff cifs: change validate_buf to validate_iov by Ronnie Sahlberg · 6 years ago
  75. 05432e2 cifs: remove rfc1002 hardcoded constants from cifs_discard_remaining_data() by Ronnie Sahlberg · 6 years ago
  76. 91cb74f cifs: Change SMB2_open to return an iov for the error parameter by Ronnie Sahlberg · 6 years ago
  77. e19b2bc cifs: add resp_buf_size to the mid_q_entry structure by Ronnie Sahlberg · 6 years ago
  78. 0d4b46b smb3.11: replace a 4 with server->vals->header_preamble_size by Steve French · 6 years ago
  79. 681857e Merge branch 'parisc-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 6 years ago
  80. bf9c7e3 arch/sh: pcie-sh7786: handle non-zero DMA offset by Thomas Petazzoni · 7 years ago
  81. 79e1c5e arch/sh: pcie-sh7786: adjust the memory mapping by Thomas Petazzoni · 7 years ago
  82. 5da1bb9 arch/sh: pcie-sh7786: adjust PCI MEM and IO regions by Thomas Petazzoni · 7 years ago
  83. d62e9bf arch/sh: pcie-sh7786: exclude unusable PCI MEM areas by Thomas Petazzoni · 7 years ago
  84. 7dd7f69 arch/sh: pcie-sh7786: mark unavailable PCI resource as disabled by Thomas Petazzoni · 7 years ago
  85. 3aeb93a arch/sh: pci: don't use disabled resources by Thomas Petazzoni · 7 years ago
  86. ce88313 arch/sh: make the DMA mapping operations observe dev->dma_pfn_offset by Thomas Petazzoni · 7 years ago
  87. bc05aa6 arch/sh: add sh7786_mm_sel() function by Thomas Petazzoni · 7 years ago
  88. 96a5989 sh: fix debug trap failure to process signals before return to user by Rich Felker · 6 years ago
  89. eb6b693 sh: fix memory corruption of unflattened device tree by Rich Felker · 7 years ago
  90. 9b7e30ab sh: fix futex FUTEX_OP_SET op on userspace addresses by Aurelien Jarno · 7 years ago
  91. a10beab Merge branch 'drm-next-4.17' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 6 years ago
  92. dece02f Merge tag 'drm-misc-next-fixes-2018-04-11' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 6 years ago
  93. 9fdd2e0 cifs: replace a 4 with server->vals->header_preamble_size by Ronnie Sahlberg · 6 years ago
  94. 2e96467 cifs: add pdu_size to the TCP_Server_Info structure by Ronnie Sahlberg · 6 years ago
  95. 5100d8a SMB311: Improve checking of negotiate security contexts by Steve French · 6 years ago
  96. 136ff1b SMB3: Fix length checking of SMB3.11 negotiate request by Steve French · 6 years ago
  97. 80aa76b Merge tag 'xfs-4.17-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  98. 4ac1800 Merge tag 'gfs2-4.17.fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 6 years ago
  99. a1bf4c7 Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 6 years ago
  100. 7214dd4 Merge branch 'work.thaw' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago