1. 7c225c6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  2. e17d802 arm64/mm/kasan: don't use vmemmap_populate() to initialize shadow by Will Deacon · 7 years ago
  3. 75f296d kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK by Levin, Alexander (Sasha Levin) · 7 years ago
  4. 1b6115f Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  5. c9b012e Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  6. 9682b3d Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 7 years ago
  7. 37cb8e1 Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 7 years ago
  8. 04ed510 Merge tag 'acpi-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  9. bd2cd7d Merge tag 'pm-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  10. 670310d Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  11. 8e9a2db Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  12. dee0277 Merge tag 'mmc-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 7 years ago
  13. 6cfa7cc arm64: Make ARMV8_DEPRECATED depend on SYSCTL by Dave Martin · 7 years ago
  14. 9bfe755 arm64: Implement __lshrti3 library function by Jason A. Donenfeld · 7 years ago
  15. 85595ad Merge branches 'acpi-pmic', 'acpi-apei' and 'acpi-x86' by Rafael J. Wysocki · 7 years ago
  16. 60af981 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 7 years ago
  17. 7e7962d kbuild: handle dtb-y and CONFIG_OF_ALL_DTBS natively in Makefile.lib by Masahiro Yamada · 7 years ago
  18. 74ce189 kbuild: clean up *.dtb and *.dtb.S patterns from top-level Makefile by Masahiro Yamada · 7 years ago
  19. 10b62a2 .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore by Masahiro Yamada · 7 years ago
  20. 706cffc irqchip/exiu: Add support for Socionext Synquacer EXIU controller by Ard Biesheuvel · 7 years ago
  21. 18b4b27 arm64: mm: Remove arch_apei_flush_tlb_one() by James Morse · 7 years ago
  22. 4f89fa2 ACPI / APEI: Replace ioremap_page_range() with fixmap by James Morse · 7 years ago
  23. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  24. f0a32ee Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  25. b1878b8 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  26. fb87227 arm64: support __int128 on gcc 5+ by Jason A. Donenfeld · 7 years ago
  27. ce69908 arm64/sve: Add documentation by Dave Martin · 7 years ago
  28. 43994d8 arm64/sve: Detect SVE and activate runtime support by Dave Martin · 7 years ago
  29. 07d79fe arm64/sve: KVM: Hide SVE from CPU features exposed to guests by Dave Martin · 7 years ago
  30. aac45ff arm64/sve: KVM: Treat guest SVE use as undefined instruction execution by Dave Martin · 7 years ago
  31. 17eed27 arm64/sve: KVM: Prevent guests from using SVE by Dave Martin · 7 years ago
  32. 4ffa09a arm64/sve: Add sysctl to set the default vector length for new processes by Dave Martin · 7 years ago
  33. 2d2123b arm64/sve: Add prctl controls for userspace vector length management by Dave Martin · 7 years ago
  34. 43d4da2c4 arm64/sve: ptrace and ELF coredump support by Dave Martin · 7 years ago
  35. fdfa976 arm64/sve: Preserve SVE registers around EFI runtime service calls by Dave Martin · 7 years ago
  36. 1bd3f93 arm64/sve: Preserve SVE registers around kernel-mode NEON use by Dave Martin · 7 years ago
  37. 2e0f247 arm64/sve: Probe SVE capabilities and usable vector lengths by Dave Martin · 7 years ago
  38. 8f1eec5 arm64: cpufeature: Move sys_caps_initialised declarations by Dave Martin · 7 years ago
  39. 7582e22 arm64/sve: Backend logic for setting the vector length by Dave Martin · 7 years ago
  40. 8cd969d arm64/sve: Signal handling support by Dave Martin · 7 years ago
  41. 79ab047 arm64/sve: Support vector length resetting for new processes by Dave Martin · 7 years ago
  42. bc0ee47 arm64/sve: Core task context handling by Dave Martin · 7 years ago
  43. 22043a3 arm64/sve: Low-level CPU setup by Dave Martin · 7 years ago
  44. d0b8cd3 arm64/sve: Signal frame and context structure definition by Dave Martin · 7 years ago
  45. ddd25ad arm64/sve: Kconfig update and conditional compilation support by Dave Martin · 7 years ago
  46. 1fc5dce arm64/sve: Low-level SVE architectural state manipulation functions by Dave Martin · 7 years ago
  47. 6723656 arm64/sve: System register and exception syndrome definitions by Dave Martin · 7 years ago
  48. 9cf5b54 arm64: fpsimd: Simplify uses of {set,clear}_ti_thread_flag() by Dave Martin · 7 years ago
  49. 38b9aeb arm64: Port deprecated instruction emulation to new sysctl interface by Dave Martin · 7 years ago
  50. b472db6 arm64: efi: Add missing Kconfig dependency on KERNEL_MODE_NEON by Dave Martin · 7 years ago
  51. 93390c0 arm64: KVM: Hide unsupported AArch64 CPU features from guests by Dave Martin · 7 years ago
  52. abf7398 arm64: signal: Verify extra data is user-readable in sys_rt_sigreturn by Dave Martin · 7 years ago
  53. 94ef7ec arm64: fpsimd: Correctly annotate exception helpers called from asm by Dave Martin · 7 years ago
  54. d125bff arm64: Fix static use of function graph by Julien Thierry · 7 years ago
  55. 6daa083 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  56. 7a7003b arm64: ensure __dump_instr() checks addr_limit by Mark Rutland · 7 years ago
  57. a92d4d1 arm64: entry.S: move SError handling into a C function for future expansion by Xie XiuQi · 7 years ago
  58. b282e1c arm64: entry.S: convert elX_irq by James Morse · 7 years ago
  59. 746647c arm64: entry.S convert el0_sync by James Morse · 7 years ago
  60. b55a5a1 arm64: entry.S: convert el1_sync by James Morse · 7 years ago
  61. 84d0fb1 arm64: entry.S: Remove disable_dbg by James Morse · 7 years ago
  62. 8d66772 arm64: Mask all exceptions during kernel_exit by James Morse · 7 years ago
  63. 41bd5b5 arm64: Move the async/fiq helpers to explicitly set process context flags by James Morse · 7 years ago
  64. 65be7a1 arm64: introduce an order for exceptions by James Morse · 7 years ago
  65. 0fbeb31 arm64: explicitly mask all exceptions by James Morse · 7 years ago
  66. 05f3647 Merge tag 'v4.14-rc3' into irq/irqchip-4.15 by Marc Zyngier · 7 years ago
  67. c10f0d0 arm64: suspend: remove useless included file by Yisheng Xie · 7 years ago
  68. 689362b arm64: dts: mt8173: remove "mediatek, mt8135-mmc" from mmc nodes by Chaotian Jing · 7 years ago
  69. 80b6eb0 arm64: Don't walk page table for user faults in do_mem_abort by Will Deacon · 7 years ago
  70. e2be04c License cleanup: add SPDX license identifier to uapi header files with a license by Greg Kroah-Hartman · 7 years ago
  71. 6f52b16 License cleanup: add SPDX license identifier to uapi header files with no license by Greg Kroah-Hartman · 7 years ago
  72. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  73. c80ed08 arm64: vdso: fix clock_getres for 4GiB-aligned res by Mark Rutland · 7 years ago
  74. fd9dde6 arm64: prevent regressions in compressed kernel image size when upgrading to binutils 2.27 by Nick Desaulniers · 7 years ago
  75. 6218f96 arm64: Implement arch-specific pte_access_permitted() by Catalin Marinas · 7 years ago
  76. 36a247b Merge tag 'uniphier-fixes-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier into fixes by Arnd Bergmann · 7 years ago
  77. d7b1d22 arm64: uapi: Remove PSR_Q_BIT by Will Deacon · 7 years ago
  78. b7300d4 arm64: traps: Pretty-print pstate in register dumps by Will Deacon · 7 years ago
  79. a25ffd3 arm64: traps: Don't print stack or raw PC/LR values in backtraces by Will Deacon · 7 years ago
  80. 42dbf54 arm64: consistently log ESR and page table by Mark Rutland · 7 years ago
  81. fa3eb71 arm64: asm-bug: Renumber macro local labels to avoid clashes by Dave Martin · 7 years ago
  82. 6436bee arm64: Fix single stepping in kernel traps by Julien Thierry · 7 years ago
  83. e28cc02 arm64: Use existing defines for mdscr by Julien Thierry · 7 years ago
  84. 087133a locking/qrwlock, arm64: Move rwlock implementation over to qrwlocks by Will Deacon · 7 years ago
  85. 9ca255b arm64: Avoid aligning normal memory pointers in __memcpy_{to,from}io by Mark Salyzyn · 7 years ago
  86. 1e0c661 Merge branch 'for-next/perf' into aarch64/for-next/core by Will Deacon · 7 years ago
  87. 9babb09 Merge tag 'v4.14-rc6' into locking/core, to pick up fixes by Ingo Molnar · 7 years ago
  88. f9b269f arm/arm64: kvm: Disable branch profiling in HYP code by Julien Thierry · 7 years ago
  89. fd6c8c2 arm/arm64: KVM: set right LR register value for 32 bit guest when inject abort by Dongjiu Geng · 7 years ago
  90. 6bf99a6 Merge tag 'sunxi-fixes-for-4.14' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into fixes by Arnd Bergmann · 7 years ago
  91. deaa551 arm64: dts: uniphier: add STDMAC clock to EHCI nodes by Masahiro Yamada · 7 years ago
  92. 5bdecb7 arm64: Fix the feature type for ID register fields by Suzuki K Poulose · 7 years ago
  93. 716479a Merge tag 'renesas-fixes-for-v4.14' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into fixes by Arnd Bergmann · 7 years ago
  94. 611e91e Merge tag 'v4.14-rockchip-dts64fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into fixes by Arnd Bergmann · 7 years ago
  95. 840907f Merge tag 'mvebu-fixes-4.14-2' of git://git.infradead.org/linux-mvebu into fixes by Arnd Bergmann · 7 years ago
  96. 5c9a882 irqchip/gic-v3-its: Workaround HiSilicon Hip07 redistributor addressing by Marc Zyngier · 7 years ago
  97. 558b016 irqchip/gic-v3: Add workaround for Synquacer pre-ITS by Ard Biesheuvel · 7 years ago
  98. eda0d04 irqchip/gic-v3: Add support for Range Selector (RS) feature by Shanker Donthineni · 7 years ago
  99. 3f7c86b arm64: Update fault_info table with new exception types by Julien Thierry · 7 years ago
  100. b0c57e1 arm64: head: Init PMSCR_EL2.{PA,PCT} when entered at EL2 without VHE by Will Deacon · 8 years ago