1. 468fc7e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  2. 08fd8c17 Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  3. e831101 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  4. fd6380b arm64: arm: Fix-up the removal of the arm64 regs_query_register_name() prototype by Catalin Marinas · 8 years ago
  5. 0e06f5c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  6. 9c1958f Merge tag 'media/v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 8 years ago
  7. e663107 Merge tag 'acpi-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  8. b9c220b arm64: Only select ARM64_MODULE_PLTS if MODULES=y by Catalin Marinas · 8 years ago
  9. dcddffd mm: do not pass mm_struct into handle_mm_fault by Kirill A. Shutemov · 8 years ago
  10. bbce2ad Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  11. 85802a4 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  12. 8e694cd dtb: xgene: Add MDIO node by Iyappan Subramanian · 8 years ago
  13. 55392c4 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  14. c86ad14 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  15. a230384 Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  16. 1378dc3 arm64: mm: run pgtable_page_ctor() on non-swapper translation table pages by Ard Biesheuvel · 8 years ago
  17. 258a160 arm64: mm: make create_mapping_late() non-allocating by Ard Biesheuvel · 8 years ago
  18. 6149dff Merge branches 'acpi-processor', 'acpi-cppc', 'acpi-apei' and 'acpi-sleep' by Rafael J. Wysocki · 8 years ago
  19. d5f017b Merge branch 'acpi-tables' by Rafael J. Wysocki · 8 years ago
  20. d85f4eb Merge branch 'acpi-numa' by Rafael J. Wysocki · 8 years ago
  21. de0ba9a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  22. 4c47eb1 arm64: KVM: VHE: Context switch MDSCR_EL1 by Marc Zyngier · 8 years ago
  23. 5a611ed arm64: add support for ACPI Low Power Idle(LPI) by Sudeep Holla · 8 years ago
  24. ce3ad71 arm64: cpuidle: drop __init section marker to arm_cpuidle_init by Sudeep Holla · 8 years ago
  25. a95b064 Merge branch 'for-next/kprobes' into for-next/core by Catalin Marinas · 8 years ago
  26. e75118a arm64: Honor nosmp kernel command line option by Suzuki K Poulose · 8 years ago
  27. 9113c2a arm64: Fix incorrect per-cpu usage for boot CPU by Suzuki K Poulose · 8 years ago
  28. f7e35c5 arm64: kprobes: Add KASAN instrumentation around stack accesses by Catalin Marinas · 8 years ago
  29. 3b7d14e arm64: kprobes: Cleanup jprobe_return by Marc Zyngier · 8 years ago
  30. ab4c132 arm64: kprobes: Fix overflow when saving stack by Marc Zyngier · 8 years ago
  31. 44bd887 arm64: kprobes: WARN if attempting to step with PSTATE.D=1 by Will Deacon · 8 years ago
  32. 2572214 arm64: debug: remove unused local_dbg_{enable, disable} macros by Will Deacon · 8 years ago
  33. 6b68e14 arm64: debug: remove redundant spsr manipulation by Will Deacon · 8 years ago
  34. 2ce39ad arm64: debug: unmask PSTATE.D earlier by Will Deacon · 8 years ago
  35. f8fa70f arm64: localise Image objcopy flags by Mark Rutland · 8 years ago
  36. 9df53ff arm64: ptrace: remove extra define for CPSR's E bit by Vladimir Murzin · 8 years ago
  37. fcfd708 arm64: Add kernel return probes support (kretprobes) by Sandeepa Prabhu · 8 years ago
  38. da6a912 arm64: Add trampoline code for kretprobes by William Cohen · 8 years ago
  39. 39a67d4 arm64: kprobes instruction simulation support by Sandeepa Prabhu · 8 years ago
  40. 888b3c8 arm64: Treat all entry code as non-kprobe-able by Pratyush Anand · 8 years ago
  41. 44b53f6 arm64: Blacklist non-kprobe-able symbol by Pratyush Anand · 8 years ago
  42. 2dd0e8d arm64: Kprobes with single stepping support by Sandeepa Prabhu · 8 years ago
  43. 2af3ec0 arm64: add conditional instruction simulation support by David A. Long · 8 years ago
  44. d59bee8 arm64: Add more test functions to insn.c by David A. Long · 8 years ago
  45. 0a8ea52 arm64: Add HAVE_REGS_AND_STACK_ACCESS_API feature by David A. Long · 8 years ago
  46. f8d9f92 arm64: cpuinfo: Expose MIDR_EL1 and REVIDR_EL1 to sysfs by Steve Capper · 8 years ago
  47. 49eea43 arm64: Add support for CLOCK_MONOTONIC_RAW in clock_gettime() vDSO by Kevin Brodsky · 8 years ago
  48. b33f491 arm64: Refactor vDSO time functions by Kevin Brodsky · 8 years ago
  49. a66649d arm64: fix vdso-offsets.h dependency by Kevin Brodsky · 8 years ago
  50. 7d9a708 Revert "arm64: Fix vdso-offsets.h dependency" by Catalin Marinas · 8 years ago
  51. fb810cb Merge tag 'v4.7-rc6' into patchwork by Mauro Carvalho Chehab · 8 years ago
  52. 8eb8025 [media] arm64: dts: mediatek: Add Video Encoder for MT8173 by Tiffany Lin · 8 years ago
  53. 16c1132 arm64: mm: change IOMMU notifier action to attach DMA ops by Lorenzo Pieralisi · 8 years ago
  54. 404b281 [media] arm64: dts: mediatek: Add node for Mediatek Video Processor Unit by Andrew-CT Chen · 8 years ago
  55. 90f777b arm64: Fix vdso-offsets.h dependency by Catalin Marinas · 8 years ago
  56. 47c459b arm64: Enable workaround for Cavium erratum 27456 on thunderx-81xx by Ganapatrao Kulkarni · 8 years ago
  57. e19a6ee arm64: kernel: Save and restore UAO and addr_limit on exception entry by James Morse · 8 years ago
  58. 3d93f42 Merge branch 'clockevents/4.8' of http://git.linaro.org/people/daniel.lezcano/linux into timers/core by Thomas Gleixner · 8 years ago
  59. 36e91aa Merge branch 'locking/arch-atomic' into locking/core, because the topic is ready by Ingo Molnar · 8 years ago
  60. 03e3c2b locking/barriers, arch/arm64: Implement LDXR+WFE based smp_cond_load_acquire() by Will Deacon · 8 years ago
  61. 4b5ae01 arm/xen: add support for vm_assist hypercall by Juergen Gross · 8 years ago
  62. be1aaf4 ARM64: XEN: Add a function to initialize Xen specific UEFI runtime services by Shannon Zhao · 9 years ago
  63. 9b08aaa ARM: XEN: Move xen_early_init() before efi_init() by Shannon Zhao · 9 years ago
  64. 40f87d3 arm64: mm: fold init_pgd() into __create_pgd_mapping() by Ard Biesheuvel · 8 years ago
  65. 4133af6 arm64: mm: Remove split_p*d() functions by Catalin Marinas · 8 years ago
  66. 74c102c arm64: efi: avoid block mappings for unaligned UEFI memory regions by Ard Biesheuvel · 8 years ago
  67. bd264d0 arm64: efi: always map runtime services code and data regions down to pages by Ard Biesheuvel · 8 years ago
  68. 53e1b32 arm64: mm: add param to force create_pgd_mapping() to use page mappings by Ard Biesheuvel · 8 years ago
  69. 7dd01ae arm64: trap userspace "dc cvau" cache operation on errata-affected core by Andre Przywara · 8 years ago
  70. 390bf17 arm64: consolidate signal injection on emulation errors by Andre Przywara · 8 years ago
  71. 8e23185 arm64: errata: Calling enable functions for CPU errata too by Andre Przywara · 8 years ago
  72. 823066d arm64: include alternative handling in dcache_by_line_op by Andre Przywara · 8 years ago
  73. 290622e arm64: fix "dc cvau" cache operation on errata-affected core by Andre Przywara · 8 years ago
  74. b82bfa4 Revert "arm64: alternatives: add enable parameter to conditional asm macros" by Andre Przywara · 8 years ago
  75. 6c5269f arm64: mm: remove unnecessary BUG_ON by Kefeng Wang · 8 years ago
  76. ee58b57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  77. 1e8567d arm64: dts: rockchip: Add rktimer device node for rk3399 by Huang Tao · 8 years ago
  78. 9fdc14c5 arm64: mm: fix location of _etext by Ard Biesheuvel · 8 years ago
  79. ea2cbee arm64: mm: simplify memblock numa node extraction by Mark Rutland · 8 years ago
  80. 221f2c7 arm64/kexec: Add pr_debug output by Geoff Levand · 8 years ago
  81. b26a4ae arm64/kexec: Enable kexec in the arm64 defconfig by Geoff Levand · 8 years ago
  82. d28f6df arm64/kexec: Add core kexec support by Geoff Levand · 8 years ago
  83. f9076ec arm64: Add back cpu reset routines by Geoff Levand · 8 years ago
  84. b69e0dc arm64: smp: Add function to determine if cpus are stuck in the kernel by James Morse · 8 years ago
  85. 80e7559 efi: Convert efi_call_virt() to efi_call_virt_pointer() by Alex Thorlton · 8 years ago
  86. 086e3eb Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  87. f3610a6 arm64: get rid of superfluous __GFP_REPEAT by Michal Hocko · 8 years ago
  88. d74b4e4 arm64: hibernate: Don't hibernate on systems with stuck CPUs by James Morse · 8 years ago
  89. 5c492c3 arm64: smp: Add function to determine if cpus are stuck in the kernel by James Morse · 8 years ago
  90. d770b5a Revert "arm64: Add support ARCH_SUPPORTS_INT128" by Catalin Marinas · 8 years ago
  91. 38b04a7 ACPI: ARM64: support for ACPI_TABLE_UPGRADE by Jon Masters · 8 years ago
  92. 20c27a4 arm64: mm: remove page_mapping check in __sync_icache_dcache by Shaokun Zhang · 8 years ago
  93. 9ca4e58 arm64: fix boot image dependencies to not generate invalid images by Masahiro Yamada · 8 years ago
  94. f7e0efc arm64: update ASID limit by Jean-Philippe Brucker · 8 years ago
  95. 541ec87 arm64: kill ESR_LNX_EXEC by Mark Rutland · 8 years ago
  96. 561454e arm64/kvm: use ESR_ELx_EC to extract EC by Mark Rutland · 8 years ago
  97. 275f344 arm64: add macro to extract ESR_ELx.EC by Mark Rutland · 8 years ago
  98. b67a8b2 arm64: mm: only initialize swiotlb when necessary by Jisheng Zhang · 8 years ago
  99. 5e4c754 arm64: allow building with kcov coverage on ARM64 by Alexander Potapenko · 8 years ago
  100. 6b14c51 arm64: Add support ARCH_SUPPORTS_INT128 by Kefeng Wang · 8 years ago