1. d286e13 Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 6 years ago
  2. ff8acf9 arm64: futex: Restore oldval initialization to work around buggy compilers by Nathan Chancellor · 6 years ago
  3. 39036cd arch: add pidfd and io_uring syscalls everywhere by Arnd Bergmann · 6 years ago
  4. 045afc2 arm64: futex: Fix FUTEX_WAKE_OP atomic ops with non-zero result value by Will Deacon · 6 years ago
  5. 1e6f5440 arm64: backtrace: Don't bother trying to unwind the userspace stack by Will Deacon · 6 years ago
  6. 5a3ae7b arm64/ftrace: fix inadvertent BUG() in trampoline check by Ard Biesheuvel · 6 years ago
  7. d849122 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 6 years ago
  8. a970828 Merge tag 'v5.1-rockchip-dtfixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/fixes by Olof Johansson · 6 years ago
  9. 3e37208 Merge tag 'stratix10_fix_for_v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into arm/fixes by Olof Johansson · 6 years ago
  10. 2f9e10a Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  11. 32d9258 syscalls: Remove start and number from syscall_set_arguments() args by Steven Rostedt (VMware) · 6 years ago
  12. b35f549 syscalls: Remove start and number from syscall_get_arguments() args by Steven Rostedt (Red Hat) · 8 years ago
  13. 1c41860 arm64: fix wrong check of on_sdei_stack in nmi context by Wei Li · 6 years ago
  14. 63fc9c2 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  15. f9007cc Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  16. 690edec Merge tag 'kvmarm-fixes-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master by Paolo Bonzini · 6 years ago
  17. 9e0a17d arm64: replace memblock_alloc_low with memblock_alloc by Chen Zhou · 6 years ago
  18. 9395874 arm64: tegra: Disable CQE Support for SDMMC4 on Tegra186 by Jonathan Hunter · 6 years ago
  19. 0cee41d Merge tag 'arm-soc/for-5.1/soc-fixes' of https://github.com/Broadcom/stblinux into arm/fixes by Arnd Bergmann · 6 years ago
  20. 44cd905 Merge tag 'renesas-fixes-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into arm/fixes by Arnd Bergmann · 6 years ago
  21. 8efd636 arm64: dts: stratix10: add the sysmgr-syscon property from the gmac's by Dinh Nguyen · 6 years ago
  22. e5a5af7 arm64: remove obsolete selection of MULTI_IRQ_HANDLER by Matthias Kaehlcke · 6 years ago
  23. a6ecfb1 KVM: arm/arm64: vgic-its: Take the srcu lock when writing to guest memory by Marc Zyngier · 6 years ago
  24. ebff0b0 KVM: arm64: Reset the PMU in preemptible context by Marc Zyngier · 6 years ago
  25. 0ecc471 arm64: kpti: Whitelist HiSilicon Taishan v110 CPUs by Hanjun Guo · 6 years ago
  26. efd00c7 arm64: Add MIDR encoding for HiSilicon Taishan CPUs by Hanjun Guo · 6 years ago
  27. c82fd1e arm64/stacktrace: Export save_stack_trace_regs() by William Cohen · 6 years ago
  28. 3dbcea5 arm64: apply workaround on A64FX v1r0 by Mark Rutland · 6 years ago
  29. 6a019a9 arm64: kprobes: Use arch_populate_kprobe_blacklist() by Masami Hiramatsu · 6 years ago
  30. 6e08af0 arm64: kprobes: Move exception_text check in blacklist by Masami Hiramatsu · 6 years ago
  31. b558616 arm64: kprobes: Remove unneeded RODATA check by Masami Hiramatsu · 6 years ago
  32. a872fc8 arm64: kprobes: Move extable address check into arch_prepare_kprobe() by Masami Hiramatsu · 6 years ago
  33. 4823a03 Merge tag 'tags/bcm2835-drivers-next-2019-03-12' into soc/fixes by Florian Fainelli · 6 years ago
  34. 09f9138 arm64: dts: rockchip: fix rk3328 sdmmc0 write errors by Peter Geis · 6 years ago
  35. 6fd8b97 arm64: dts: rockchip: fix rk3328 rgmii high tx error rate by Peter Geis · 6 years ago
  36. a8772e5 arm64: dts: rockchip: Fix vcc_host1_5v GPIO polarity on rk3328-rock64 by Tomohiro Mayama · 6 years ago
  37. eb523a4 arm64: dts: rockchip: add DDC bus on Rock Pi 4 by Ezequiel Garcia · 6 years ago
  38. 9247268 arm64: dts: rockchip: fix rk3328-roc-cc gmac2io tx/rx_delay by Leonidas P. Papadakos · 6 years ago
  39. 28d747f Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  40. 037fc33 kbuild: force all architectures except um to include mandatory-y by Masahiro Yamada · 6 years ago
  41. 636deed Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  42. 7a9b6be arm64: bcm2835: Add missing dependency on MFD_CORE. by Eric Anholt · 6 years ago
  43. 8a7f97b treewide: add checks for the return value of memblock_alloc*() by Mike Rapoport · 6 years ago
  44. ecc3e77 memblock: memblock_phys_alloc(): don't panic by Mike Rapoport · 6 years ago
  45. 3375557 memblock: memblock_phys_alloc_try_nid(): don't panic by Mike Rapoport · 6 years ago
  46. cf0240a Merge tag 'pinctrl-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 6 years ago
  47. b7a7d1c Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  48. 3d8dfe7 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  49. 2901752 Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 6 years ago
  50. 3601fe4 Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 6 years ago
  51. da2577fe Merge tag 'sound-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 6 years ago
  52. d276709 Merge tag 'acpi-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  53. 8dcd175 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  54. 64b1b21 Merge tag 'armsoc-newsoc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 6 years ago
  55. fb686ad Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 6 years ago
  56. 6ad63de Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 6 years ago
  57. aebbfaf Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 6 years ago
  58. 3478588 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  59. b9726c2 numa: make "nr_node_ids" unsigned int by Alexey Dobriyan · 6 years ago
  60. d9fa9d9 arm64: kdump: no need to mark crashkernel pages manually PG_reserved by David Hildenbrand · 6 years ago
  61. aee4944 arm64: kexec: no need to ClearPageReserved() by David Hildenbrand · 6 years ago
  62. 5480280 arm64/mm: enable HugeTLB migration for contiguous bit HugeTLB pages by Anshuman Khandual · 6 years ago
  63. 4a03a05 arm64/mm: enable HugeTLB migration by Anshuman Khandual · 6 years ago
  64. 7771bdb kasan: remove use after scope bugs detection. by Andrey Ryabinin · 6 years ago
  65. b1b988a Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  66. 63bdf42 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  67. 6456300 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  68. 18a4d8b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  69. 736706b get rid of legacy 'get_ds()' function by Linus Torvalds · 6 years ago
  70. dcaed59 Merge branch 'acpi-apei' by Rafael J. Wysocki · 6 years ago
  71. c027c7c Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 6 years ago
  72. 2369afb Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 6 years ago
  73. fa3294c Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  74. 0c80540 arm64: dts: fsl: ls1028a-rdb: Add ENETC external eth ports for the LS1028A RDB board by Claudiu Manoil · 6 years ago
  75. 927d7f8 arm64: dts: fsl: ls1028a: Add PCI IERC node and ENETC endpoints by Claudiu Manoil · 6 years ago
  76. b855b58 arm64: mmu: drop paging_init comments by Peng Fan · 6 years ago
  77. 6bd2885 arm64: debug: Ensure debug handlers check triggering exception level by Will Deacon · 6 years ago
  78. b9a4b9d arm64: debug: Don't propagate UNKNOWN FAR into si_code for debug signals by Will Deacon · 6 years ago
  79. 3cd0ddb Revert "arm64: uaccess: Implement unsafe accessors" by Catalin Marinas · 6 years ago
  80. 6089e65 Merge tag 'qcom-fixes-for-5.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux into arm/fixes by Arnd Bergmann · 6 years ago
  81. 366e37e arm64: avoid clang warning about self-assignment by Arnd Bergmann · 6 years ago
  82. a29c782 arm64: Kconfig.platforms: fix warning unmet direct dependencies by Anders Roxell · 6 years ago
  83. 2c97a9c arm64: io: Hook up __io_par() for inX() ordering by Will Deacon · 6 years ago
  84. 3e32131 arm64: Add workaround for Fujitsu A64FX erratum 010001 by Zhang Lei · 6 years ago
  85. 70395a96 Merge tag 'asoc-v5.1-2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-next by Takashi Iwai · 6 years ago
  86. 0614621d Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 6 years ago
  87. f86d17e crypto: arm64/chacha - fix hchacha_block_neon() for big endian by Eric Biggers · 6 years ago
  88. 4b6d196 crypto: arm64/chacha - fix chacha_4block_xor_neon() for big endian by Eric Biggers · 6 years ago
  89. cfbe271 Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground into timers/2038 by Thomas Gleixner · 6 years ago
  90. 5364a0b arm64: dts: rockchip: move QCA6174A wakeup pin into its USB node by Brian Norris · 6 years ago
  91. 6e53330 arm64: dts: qcom: msm8998: Extend TZ reserved memory area by Marc Gonzalez · 6 years ago
  92. 4caf875 arm64: Rename get_thread_info() by Julien Thierry · 6 years ago
  93. 47224e5 arm64: Remove documentation about TIF_USEDFPU by Julien Grall · 6 years ago
  94. c21cd4a arm64: dts: renesas: r8a774c0: Fix SCIF5 DMA channels by Geert Uytterhoeven · 6 years ago
  95. e20119f arm64: dts: renesas: r8a77990: Fix SCIF5 DMA channels by Takeshi Kihara · 6 years ago
  96. 70f3522 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  97. 9053d2d Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 6 years ago
  98. 71783e09 Merge tag 'kvmarm-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-next by Paolo Bonzini · 6 years ago
  99. 2f8b1ce Merge tag 'mvebu-fixes-5.0-2' of git://git.infradead.org/linux-mvebu into arm/fixes by Arnd Bergmann · 6 years ago
  100. c88b093 arm64: KVM: Fix architecturally invalid reset value for FPEXC32_EL2 by Dave Martin · 6 years ago