1. 819e50e arm64: Add ftrace support by AKASHI Takahiro · 11 years ago
  2. af64d2a ftrace: Add arm64 support to recordmcount by AKASHI Takahiro · 11 years ago
  3. cf5c95d Merge tag 'for-3.16' of git://git.linaro.org/people/ard.biesheuvel/linux-arm into upstream by Catalin Marinas · 11 years ago
  4. 2c98833 arm64/crypto: SHA-1 using ARMv8 Crypto Extensions by Ard Biesheuvel · 11 years ago
  5. a41dc0e arm64: Implement cache_line_size() based on CTR_EL0.CWG by Catalin Marinas · 11 years ago
  6. 40732b3 ARM64: Remove duplicated Kconfig entry for "kernel/power/Kconfig" by Hanjun Guo · 11 years ago
  7. bf4b558 arm64: add early_ioremap support by Mark Salter · 11 years ago
  8. ce816fa Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAP by Uwe Kleine-König · 11 years ago
  9. b9f2b21 Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 11 years ago
  10. 62d1a3b arm64: Fix duplicated Kconfig entries again by Josh Boyer · 11 years ago
  11. 4dedde7 Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  12. 7439717 arm64: Fix duplicated Kconfig entries by Mark Brown · 11 years ago
  13. c209f79 arm64: rwsem: use asm-generic rwsem implementation by Will Deacon · 11 years ago
  14. 3be1a5c arm64: enable generic CPU feature modalias matching for this architecture by Ard Biesheuvel · 11 years ago
  15. 2ee0d7f ARM64: perf: add support for perf registers API by Jean Pihet · 11 years ago
  16. 9bf14b7 arm64: add support for reserved memory defined by device tree by Marek Szyprowski · 11 years ago
  17. f6e763b arm64: topology: Implement basic CPU topology support by Mark Brown · 11 years ago
  18. 52e7e81 cpufreq: enable ARM drivers on arm64 by Rob Herring · 11 years ago
  19. addea9e cpufreq: enable ARM drivers on arm64 by Rob Herring · 11 years ago
  20. 19e7640 arm64: Replace ZONE_DMA32 with ZONE_DMA by Catalin Marinas · 11 years ago
  21. 9529247 arm64: KGDB: Add KGDB config by Vijaya Kumar K · 11 years ago
  22. 55834a7 arm64: defconfig: Expand default enabled features by Mark Rutland · 11 years ago
  23. 9732caf arm64, jump label: optimize jump label implementation by Jiang Liu · 11 years ago
  24. 0a5be74 Merge tag 'arm64-suspend' of git://linux-arm.org/linux-2.6-lp into upstream by Catalin Marinas · 11 years ago
  25. 6ac2104 arm64: Enable CMA by Laura Abbott · 11 years ago
  26. 50afc33 arm64: kconfig: select HAVE_EFFICIENT_UNALIGNED_ACCESS by Will Deacon · 11 years ago
  27. 7bc13fd arm64: dcache: select DCACHE_WORD_ACCESS for little-endian CPUs by Will Deacon · 11 years ago
  28. 12a0ef7 arm64: use generic strnlen_user and strncpy_from_user functions by Will Deacon · 11 years ago
  29. 1307220 arm64: add CPU power management menu/entries by Lorenzo Pieralisi · 11 years ago
  30. 166936b arm64: kernel: add PM build infrastructure by Lorenzo Pieralisi · 11 years ago
  31. 1f85008 arm64: enable generic clockevent broadcast by Lorenzo Pieralisi · 11 years ago
  32. 62aceb8 arm64: make default NR_CPUS 8 by Rob Herring · 11 years ago
  33. eda670c Merge tag 'stable/for-linus-3.13-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 11 years ago
  34. 0a06ff0 kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS by Christoph Hellwig · 11 years ago
  35. 8709382 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  36. 61c77e0 arm64: locks: Remove CONFIG_GENERIC_LOCKBREAK by Catalin Marinas · 11 years ago
  37. a872013 arm64: kconfig: allow CPU_BIG_ENDIAN to be selected by Will Deacon · 11 years ago
  38. 9327e2c arm64: add CPU_HOTPLUG infrastructure by Mark Rutland · 11 years ago
  39. 5686b06 arm64: lockref: add support for lockless lockrefs using cmpxchg by Will Deacon · 11 years ago
  40. 65cd4f6 arch_timer: Move to generic sched_clock framework by Stephen Boyd · 11 years ago
  41. 83862cc xen/arm,arm64: enable SWIOTLB_XEN by Stefano Stabellini · 11 years ago
  42. 0244ad0 Remove GENERIC_HARDIRQ config option by Martin Schwidefsky · 11 years ago
  43. 4cfb361 arm64: add support for kernel mode NEON by Ard Biesheuvel · 11 years ago
  44. c3eb5b1 arm64: KVM: Kconfig integration by Marc Zyngier · 11 years ago
  45. aa729dc Merge branch 'for-next/hugepages' of git://git.linaro.org/people/stevecapper/linux into upstream-hugepages by Catalin Marinas · 11 years ago
  46. 1594285 arm64: Add Kconfig option for APM X-Gene SOC family by Vinayak Kale · 12 years ago
  47. af07484 ARM64: mm: THP support. by Steve Capper · 12 years ago
  48. d03bb14 ARM64: mm: Raise MAX_ORDER for 64KB pages and THP. by Steve Capper · 12 years ago
  49. 084bd29 ARM64: mm: HugeTLB support. by Steve Capper · 12 years ago
  50. d822d2a Merge tag 'xen-arm64-3.1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/sstabellini/xen into upstream by Catalin Marinas · 11 years ago
  51. adace89 arm64: extable: sort the exception table at build time by Will Deacon · 12 years ago
  52. aa42aa1 arm64/xen: introduce CONFIG_XEN and hypercall.S on ARM64 by Stefano Stabellini · 11 years ago
  53. 02e3cba arm64: Do not source kernel/time/Kconfig explicitly by Catalin Marinas · 12 years ago
  54. 5647ac0 Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 12 years ago
  55. aa1e8ec arm64: vexpress: Add support for poweroff/restart by Catalin Marinas · 12 years ago
  56. c4188ed arm64: Enable support for the ARM GIC interrupt controller by Catalin Marinas · 12 years ago
  57. 1ae90e7 arm64: vexpress: Enable ARMv8 RTSM model (SoC) support by Catalin Marinas · 12 years ago
  58. 7fd2bf3 Remove GENERIC_GPIO config option by Alexandre Courbot · 12 years ago
  59. 63b7743 arm64: Do not select GENERIC_HARDIRQS_NO_DEPRECATED by Paul Bolle · 12 years ago
  60. 4c8c225 Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 12 years ago
  61. 9e2d59a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  62. 9170100 arm64: select ARCH_WANT_OPTIONAL_GPIOLIB by Arnd Bergmann · 12 years ago
  63. 8b5628a Merge tag 'virt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  64. 79a69d3 Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64 by Linus Torvalds · 12 years ago
  65. d64008a burying unused conditionals by Al Viro · 12 years ago
  66. 5168203 arm64: switch to generic old sigaction() (compat-only) by Al Viro · 12 years ago
  67. 02323a9 arm64: switch to generic compat rt_sigaction() by Al Viro · 12 years ago
  68. 84b9e9b arm64: switch compat to generic old sigsuspend by Al Viro · 12 years ago
  69. 4cd2b2f arm64: switch to generic compat rt_sigqueueinfo() by Al Viro · 12 years ago
  70. 67cf48f arm64: switch to generic compat rt_sigpending() by Al Viro · 12 years ago
  71. 630cfbb arm64: switch to generic compat rt_sigprocmask() by Al Viro · 12 years ago
  72. 207bdae arm64: switch to generic sigaltstack by Al Viro · 12 years ago
  73. 1aee5d7 arm64: move from arm_generic to arm_arch_timer by Mark Rutland · 12 years ago
  74. b6f3598 arm64: Select ARCH_WANT_FRAME_POINTERS by Catalin Marinas · 12 years ago
  75. 786133f Merge branch 'core/irq_work' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into irq/core by Ingo Molnar · 12 years ago
  76. 25c92a3 arm64: Always select ARM_AMBA and GENERIC_GPIO by Catalin Marinas · 12 years ago
  77. db2789b arm64: Keep the ARM64 Kconfig selects sorted by Catalin Marinas · 12 years ago
  78. 54d46ea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  79. ae903ca Bury the conditionals from kernel_thread/kernel_execve series by Al Viro · 12 years ago
  80. 9977d9b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  81. f2bd5d2 ARM64: Remove incorrect Kconfig symbol HAVE_SPARSE_IRQ by Alexander Shiyan · 12 years ago
  82. 9ac0800 arm64: sanitize copy_thread(), switch to generic fork/vfork/clone by Al Viro · 12 years ago
  83. 7ca2ef3 arm64: Force use of common clk at architecture level by Deepak Saxena · 12 years ago
  84. 6147a9d irq_work: Remove CONFIG_HAVE_IRQ_WORK by Frederic Weisbecker · 12 years ago
  85. 2bf81c8 Merge branch 'arch-microblaze' into no-rebases by Al Viro · 12 years ago
  86. d05f06e Merge branch 'arch-frv' into no-rebases by Al Viro · 12 years ago
  87. 6097a07 Merge tag 'v3.7-rc5' into execve by Catalin Marinas · 12 years ago
  88. 6212a51 arm64: compat: select CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSION by Will Deacon · 12 years ago
  89. fea2aca arm64: Select MODULES_USE_ELF_RELA by Catalin Marinas · 12 years ago
  90. 59dc67b arm64: Use generic kernel_execve() implementation by Catalin Marinas · 12 years ago
  91. c34501d arm64: Use generic kernel_thread() implementation by Catalin Marinas · 12 years ago
  92. 7ac57a8 Kconfig: clean up the "#if defined(arch)" list for exception-trace sysctl entry by Catalin Marinas · 12 years ago
  93. 9b2a60c Kconfig: clean up the long arch list for the DEBUG_BUGVERBOSE config option by Catalin Marinas · 12 years ago
  94. b69ec42 Kconfig: clean up the long arch list for the DEBUG_KMEMLEAK config option by Catalin Marinas · 12 years ago
  95. af1839e Kconfig: clean up the long arch list for the UID16 config option by Catalin Marinas · 12 years ago
  96. 8c2c3df arm64: Build infrastructure by Catalin Marinas · 13 years ago