1. 51a0212 atomic64: no need for CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE by Vineet Gupta · 8 years ago
  2. 14f0991 arm64 Kconfig: select gigantic page by Yisheng Xie · 8 years ago
  3. 6a497e9 Merge tag 'gpio-v4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 8 years ago
  4. e6dce82 Merge tag 'tty-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 8 years ago
  5. 888125a ARM64: ACPI: enable ACPI_SPCR_TABLE by Aleksey Makarov · 8 years ago
  6. b4b9551 arm64: Kconfig: remove SMP dependence for NUMA by Kefeng Wang · 8 years ago
  7. 0c2a6cc arm64: Kconfig: select OF/ACPI_NUMA under NUMA config by Kefeng Wang · 8 years ago
  8. 1d8f51d arm/arm64: arch_timer: Use archdata to indicate vdso suitability by Scott Wood · 8 years ago
  9. eb89941 Merge tag 'v4.8-rc2' into devel by Linus Walleij · 8 years ago
  10. 7af3a0a arm64/numa: support HAVE_SETUP_PER_CPU_AREA by Zhen Lei · 8 years ago
  11. b4a4485 arm64: don't select PERF_USE_VMALLOC by default by Kim Phillips · 8 years ago
  12. 6ffe992 arm64: errata: Pass --fix-cortex-a53-843419 to ld if workaround enabled by Will Deacon · 8 years ago
  13. 40982fd arm64: always enable DEBUG_RODATA and remove the Kconfig option by Mark Rutland · 8 years ago
  14. 5ebe3a4 arm64: hibernate: Support DEBUG_PAGEALLOC by James Morse · 8 years ago
  15. 1eccfa0 Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  16. da9a1c67 arm64: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB by Linus Walleij · 8 years ago
  17. c8d0267 Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  18. f716a85 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  19. a00c74c Merge branches 'pci/aspm', 'pci/dpc', 'pci/hotplug', 'pci/misc', 'pci/msi', 'pci/pm' and 'pci/virtualization' into next by Bjorn Helgaas · 8 years ago
  20. e831101 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  21. b9c220b arm64: Only select ARM64_MODULE_PLTS if MODULES=y by Catalin Marinas · 8 years ago
  22. faf5b63 arm64/uaccess: Enable hardened usercopy by Kees Cook · 8 years ago
  23. a95b064 Merge branch 'for-next/kprobes' into for-next/core by Catalin Marinas · 8 years ago
  24. fcfd708 arm64: Add kernel return probes support (kretprobes) by Sandeepa Prabhu · 8 years ago
  25. 2dd0e8d arm64: Kprobes with single stepping support by Sandeepa Prabhu · 8 years ago
  26. 0a8ea52 arm64: Add HAVE_REGS_AND_STACK_ACCESS_API feature by David A. Long · 8 years ago
  27. d28f6df arm64/kexec: Add core kexec support by Geoff Levand · 8 years ago
  28. d770b5a Revert "arm64: Add support ARCH_SUPPORTS_INT128" by Catalin Marinas · 8 years ago
  29. 38b04a7 ACPI: ARM64: support for ACPI_TABLE_UPGRADE by Jon Masters · 8 years ago
  30. 5e4c754 arm64: allow building with kcov coverage on ARM64 by Alexander Potapenko · 8 years ago
  31. 6b14c51 arm64: Add support ARCH_SUPPORTS_INT128 by Kefeng Wang · 8 years ago
  32. 3ee8036 PCI/MSI: irqchip: Fix PCI_MSI dependencies by Arnd Bergmann · 8 years ago
  33. 0cb0786 ARM64: PCI: Support ACPI-based PCI host controller by Tomasz Nowicki · 8 years ago
  34. 6b90bd4 GCC plugin infrastructure by Emese Revfy · 8 years ago
  35. 8c52b6d Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  36. 030c4d2 arm64: move {PAGE,CONT}_SHIFT into Kconfig by Mark Rutland · 8 years ago
  37. fbf8f40 irqchip/gicv3-its: numa: Enable workaround for Cavium thunderx erratum 23144 by Ganapatrao Kulkarni · 8 years ago
  38. a7fd20d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  39. 6077776 bpf: split HAVE_BPF_JIT into cBPF and eBPF variant by Daniel Borkmann · 8 years ago
  40. 99a5077 arm64: kconfig: drop CONFIG_RTC_LIB dependency by Ezequiel Garcia · 8 years ago
  41. da24eb1 arm64: make ARCH_SUPPORTS_DEBUG_PAGEALLOC depend on !HIBERNATION by Will Deacon · 8 years ago
  42. 82869ac arm64: kernel: Add support for hibernate/suspend-to-disk by James Morse · 8 years ago
  43. 8ee7087 arm64: Kconfig: remove redundant HAVE_ARCH_TRANSPARENT_HUGEPAGE definition by Yang Shi · 8 years ago
  44. 5616623 arm64, mm, numa: Add NUMA balancing support for arm64. by Ganapatrao Kulkarni · 8 years ago
  45. 1a2db30 arm64, numa: Add NUMA support for arm64 platforms. by Ganapatrao Kulkarni · 8 years ago
  46. 588ab3f Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  47. 63e3027 Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  48. e7e127e PCI: Include pci/hotplug Kconfig directly from pci/Kconfig by Bjorn Helgaas · 9 years ago
  49. 5f8fc43 PCI: Include pci/pcie/Kconfig directly from pci/Kconfig by Bogicevic Sasa · 9 years ago
  50. 1f364c8 arm64: VHE: Add support for running Linux in EL2 mode by Marc Zyngier · 11 years ago
  51. f993318 arm64: kconfig: add submenu for 8.2 architectural features by Will Deacon · 9 years ago
  52. 104a0c0 arm64: Add workaround for Cavium erratum 27456 by Andrew Pinski · 9 years ago
  53. 2b5fe07 arm64: efi: invoke EFI_RNG_PROTOCOL to supply KASLR randomness by Ard Biesheuvel · 9 years ago
  54. f80fb3a arm64: add support for kernel ASLR by Ard Biesheuvel · 9 years ago
  55. 1e48ef7 arm64: add support for building vmlinux as a relocatable PIE binary by Ard Biesheuvel · 9 years ago
  56. fd045f6 arm64: add support for module PLTs by Ard Biesheuvel · 9 years ago
  57. 324420b arm64: add support for ioremap() block mappings by Ard Biesheuvel · 9 years ago
  58. 57f4959 arm64: kernel: Add support for User Access Override by James Morse · 9 years ago
  59. f0b7f8a arm64: ubsan: select ARCH_HAS_UBSAN_SANITIZE_ALL by Yang Shi · 9 years ago
  60. 83863f2 arm64: Add support for ARCH_SUPPORTS_DEBUG_PAGEALLOC by Laura Abbott · 9 years ago
  61. 5e89c55 arm64: kernel: implement ACPI parking protocol by Lorenzo Pieralisi · 9 years ago
  62. e1c7e32 dma-mapping: always provide the dma_map_ops based implementation by Christoph Hellwig · 9 years ago
  63. 8f0d3aa arm64: mm: support ARCH_MMAP_RND_BITS by Daniel Cashman · 9 years ago
  64. d080827 Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  65. c9bed1c Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
  66. 01e9d22 Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
  67. 21266be arch: consolidate CONFIG_STRICT_DEVM in lib/Kconfig.debug by Dan Williams · 9 years ago
  68. 598bcc6 Merge branches 'misc' and 'misc-rc6' into for-linus by Russell King · 9 years ago
  69. 1445745 ARM: 8480/2: arm64: add implementation for arm-smccc by Jens Wiklander · 9 years ago
  70. 66b3923 arm64: hugetlb: add support for PTE contiguous bit by David Woods · 9 years ago
  71. dfd57bc arm64: introduce CONFIG_PARAVIRT, PARAVIRT_TIME_ACCOUNTING and pv_time_ops by Stefano Stabellini · 9 years ago
  72. 24da208 arm64: enable HAVE_IRQ_TIME_ACCOUNTING by Will Deacon · 9 years ago
  73. 5d86862 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  74. f1b9032 arm64: KASAN depends on !(ARM64_16K_PAGES && ARM64_VA_BITS_48) by Andrey Ryabinin · 9 years ago
  75. 498cd5c arm64: KVM: Add workaround for Cortex-A57 erratum 834220 by Marc Zyngier · 9 years ago
  76. a18e2fa Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  77. 2f34f17 arm64: remove redundant FRAME_POINTER kconfig option and force to select it by Yang Shi · 9 years ago
  78. 39cf7c3 Merge tag 'iommu-updates-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 9 years ago
  79. 2dc10ad Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  80. f90df5e arm64: make Timer Interrupt Frequency selectable by Kefeng Wang · 9 years ago
  81. 56a3f30 arm64: Make 36-bit VA depend on EXPERT by Catalin Marinas · 9 years ago
  82. 2153993 arm64: 36 bit VA by Suzuki K. Poulose · 9 years ago
  83. 44eaacf arm64: Add 16K page size support by Suzuki K. Poulose · 9 years ago
  84. db488be arm64: Kconfig: Fix help text about AArch32 support with 64K pages by Suzuki K. Poulose · 9 years ago
  85. 755e70b arm64: Clean config usages for page size by Suzuki K. Poulose · 9 years ago
  86. 876945d arm64: Hook up IOMMU dma_ops by Robin Murphy · 9 years ago
  87. 39d114d arm64: add KASAN support by Andrey Ryabinin · 9 years ago
  88. 217d453 arm64: fix a migrating irq bug when hotplug cpu by Yang Yingliang · 9 years ago
  89. 6475b2d arm64: perf: move to shared arm_pmu framework by Mark Rutland · 9 years ago
  90. 9410097 irqchip/gicv3-its: Workaround for Cavium ThunderX errata 22375, 24313 by Robert Richter · 9 years ago
  91. 6d4e11c irqchip/gicv3: Workaround for Cavium ThunderX erratum 23154 by Robert Richter · 9 years ago
  92. df057cc arm64: errata: add module build workaround for erratum #843419 by Will Deacon · 10 years ago
  93. 2314ee4 arm64: enable generic idle loop by Leo Yan · 9 years ago
  94. a4fdb2a Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  95. c706c7e Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
  96. bf0c4e0 arm64: kconfig: Move LIST_POISON to a safe value by Jeff Vander Stoep · 9 years ago
  97. d422e62 Merge branch 'aarch64/psci/drivers' into aarch64/for-next/core by Will Deacon · 9 years ago
  98. bff6079 arm64: psci: factor invocation code to drivers by Mark Rutland · 9 years ago
  99. 0e4a070 arm64: kconfig: group the v8.1 features together by Will Deacon · 9 years ago
  100. 95eff6b arm64: kconfig: select HAVE_CMPXCHG_LOCAL by Will Deacon · 9 years ago