1. 9cdf8ec arm64: Move cpu feature detection code by Suzuki K. Poulose · 9 years ago
  2. 4b998ff arm64: Delay cpuinfo_store_boot_cpu by Suzuki K. Poulose · 9 years ago
  3. 3a75578 arm64: Delay ELF HWCAP initialisation until all CPUs are up by Suzuki K. Poulose · 9 years ago
  4. 64f1781 arm64: Make the CPU information more clear by Suzuki K. Poulose · 9 years ago
  5. 56a3f30 arm64: Make 36-bit VA depend on EXPERT by Catalin Marinas · 9 years ago
  6. 9f93f3e arm64: Synchronise dump_backtrace() with perf callchain by Jungseok Lee · 9 years ago
  7. 096b322 arm64: add cpu_idle tracepoints to arch_cpu_idle by Jisheng Zhang · 9 years ago
  8. 2153993 arm64: 36 bit VA by Suzuki K. Poulose · 9 years ago
  9. 44eaacf arm64: Add 16K page size support by Suzuki K. Poulose · 9 years ago
  10. 9d372c9 arm64: Add page size to the kernel image header by Ard Biesheuvel · 9 years ago
  11. 4bf8b96 arm64: Check for selected granule support by Suzuki K. Poulose · 9 years ago
  12. db488be arm64: Kconfig: Fix help text about AArch32 support with 64K pages by Suzuki K. Poulose · 9 years ago
  13. e25781e arm64: Simplify NR_FIX_BTMAPS calculation by Mark Rutland · 9 years ago
  14. 755e70b arm64: Clean config usages for page size by Suzuki K. Poulose · 9 years ago
  15. 6a3fd40 arm64: Handle 4 level page table for swapper by Suzuki K. Poulose · 9 years ago
  16. c265af5 arm64: Calculate size for idmap_pg_dir at compile time by Suzuki K. Poulose · 9 years ago
  17. 686e783 arm64: Introduce helpers for page table levels by Suzuki K. Poulose · 9 years ago
  18. b433dce arm64: Handle section maps for swapper/idmap by Suzuki K. Poulose · 9 years ago
  19. 87d1587 arm64: Move swapper pagetable definitions by Suzuki K. Poulose · 9 years ago
  20. fbc61a2 arm64: debug: Fix typo in debug-monitors.c by Yang Shi · 9 years ago
  21. 77f3228f arm64: AArch32 user space PC alignment exception by Mark Salyzyn · 9 years ago
  22. 7db743c arm64: Minor coding style fixes for kc_offset_to_vaddr and kc_vaddr_to_offset by Catalin Marinas · 9 years ago
  23. 52fa192 Revert "arm64: ioremap: add ioremap_cache macro" by Catalin Marinas · 9 years ago
  24. 03875ad arm64: add kc_offset_to_vaddr and kc_vaddr_to_offset macro by yalin wang · 9 years ago
  25. 1b6d7f8 arm64: ioremap: add ioremap_cache macro by yalin wang · 9 years ago
  26. 8304012 arm64: kasan: fix issues reported by sparse by Will Deacon · 9 years ago
  27. 4fc5769 Documentation/features/KASAN: arm64 supports KASAN now by Andrey Ryabinin · 9 years ago
  28. ee7f881 ARM64: kasan: print memory assignment by Linus Walleij · 9 years ago
  29. 39d114d arm64: add KASAN support by Andrey Ryabinin · 9 years ago
  30. fd2203d arm64: move PGD_SIZE definition to pgalloc.h by Andrey Ryabinin · 9 years ago
  31. 305d454 arm64: atomics: implement native {relaxed, acquire, release} atomics by Will Deacon · 9 years ago
  32. e8f3010 arm64/efi: isolate EFI stub from the kernel proper by Ard Biesheuvel · 9 years ago
  33. 2079184 arm64: use ENDPIPROC() to annotate position independent assembler routines by Ard Biesheuvel · 9 years ago
  34. d4dddfd arm64/efi: remove /chosen/linux, uefi-stub-kern-ver DT property by Ard Biesheuvel · 9 years ago
  35. cb50ce3 arm64: Fix missing #include in hw_breakpoint.c by Catalin Marinas · 9 years ago
  36. 217d453 arm64: fix a migrating irq bug when hotplug cpu by Yang Yingliang · 9 years ago
  37. a78afcc Merge branch 'irq/for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Catalin Marinas · 9 years ago
  38. 348a65c arm64: Mark kernel page ranges contiguous by Jeremy Linton · 9 years ago
  39. 202e41a arm64: Make the kernel page dump utility aware of the CONT bit by Jeremy Linton · 9 years ago
  40. 06f90d2 arm64: Default kernel pages should be contiguous by Jeremy Linton · 9 years ago
  41. 93ef666 arm64: Macros to check/set/unset the contiguous bit by Jeremy Linton · 9 years ago
  42. ecf35a2 arm64: PTE/PMD contiguous bit definition by Jeremy Linton · 9 years ago
  43. 2ff4439 arm64: Add contiguous page flag shifts and constants by Jeremy Linton · 9 years ago
  44. 70e238d MAINTAINERS: add myself as arm perf reviewer by Mark Rutland · 9 years ago
  45. dd06a84 MAINTAINERS: update ARM PMU profiling and debugging for arm64 by Mark Rutland · 9 years ago
  46. 01a507a arm64: dts: juno: describe PMUs separately by Mark Rutland · 9 years ago
  47. 62a4dda arm64: perf: add Cortex-A57 support by Mark Rutland · 9 years ago
  48. ac82d12 arm64: perf: add Cortex-A53 support by Mark Rutland · 9 years ago
  49. 6475b2d arm64: perf: move to shared arm_pmu framework by Mark Rutland · 9 years ago
  50. 8f48c06 arm64: hw_breakpoint: use target state to determine ABI behaviour by Will Deacon · 9 years ago
  51. 120798d arm64: mm: remove dsb from update_mmu_cache by Will Deacon · 9 years ago
  52. 28c6fbc arm64: tlb: remove redundant barrier from __flush_tlb_pgtable by Will Deacon · 9 years ago
  53. 38d9628 arm64: mm: kill mm_cpumask usage by Will Deacon · 9 years ago
  54. c2775b2 arm64: switch_mm: simplify mm and CPU checks by Will Deacon · 9 years ago
  55. 5a7862e arm64: tlbflush: avoid flushing when fullmm == 1 by Will Deacon · 9 years ago
  56. f3e002c arm64: tlbflush: remove redundant ASID casts to (unsigned long) by Will Deacon · 9 years ago
  57. 5aec715 arm64: mm: rewrite ASID allocator and MM context-switching code by Will Deacon · 9 years ago
  58. 8e63d38 arm64: flush: use local TLB and I-cache invalidation by Will Deacon · 9 years ago
  59. fa7aae8 arm64: proc: de-scope TLBI operation during cold boot by Will Deacon · 9 years ago
  60. c51e97d arm64: mm: remove unused cpu_set_idmap_tcr_t0sz function by Will Deacon · 9 years ago
  61. 127db02 arm64: introduce VA_START macro - the first kernel virtual address. by Andrey Ryabinin · 9 years ago
  62. 4042688 arm64: copy_to-from-in_user optimization using copy template by Feng Kan · 9 years ago
  63. e5c88e3 arm64: Change memcpy in kernel to use the copy template file by Feng Kan · 9 years ago
  64. efa773f arm64: defconfig: Enable samsung serial and mmc by Alim Akhtar · 9 years ago
  65. 049e6dd Linux 4.3-rc4 by Linus Torvalds · 9 years ago
  66. 30c4465 Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 9 years ago
  67. 15ecf9a Merge tag 'md/4.3-fixes' of git://neil.brown.name/md by Linus Torvalds · 9 years ago
  68. 0d87708 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  69. 3e519dd Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  70. d218af7 MIPS: scall: Always run the seccomp syscall filters by Markos Chandras · 9 years ago
  71. 2cf3082 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  72. 37cc7ab Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  73. a758379 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  74. 14f97d9 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  75. 978ab6a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 9 years ago
  76. 67dfae0 clocksource: Fix abs() usage w/ 64bit values by John Stultz · 9 years ago
  77. 5634347 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  78. b55a97e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 9 years ago
  79. 791c76d irqchip/gic-v3-its: Count additional LPIs for the aliased devices by Marc Zyngier · 9 years ago
  80. c8415b9 irqchip/gic-v3-its: Silence warning when its_lpi_alloc_chunks gets inlined by Marc Zyngier · 9 years ago
  81. 83dc311 Merge tag 'dmaengine-fix-4.3-rc4' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 9 years ago
  82. 27728bf Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  83. 62d7846 Revert "Input: synaptics - fix handling of disabling gesture mode" by Dmitry Torokhov · 9 years ago
  84. 66803dd MIPS: Octeon: Fix kernel panic on startup from memory corruption by Matt Bennett · 9 years ago
  85. 085c2f2 MIPS: Fix R2300 FP context switch handling by Paul Burton · 9 years ago
  86. 0fa2434 MIPS: Fix octeon FP context switch handling by Paul Burton · 9 years ago
  87. 36f8daf Merge tag 'mmc-v4.3-rc3' of git://git.linaro.org/people/ulf.hansson/mmc by Linus Torvalds · 9 years ago
  88. 8c25ab8 Merge git://git.infradead.org/intel-iommu by Linus Torvalds · 9 years ago
  89. ee556d0 arm64: ftrace: fix function_graph tracer panic by Li Bin · 9 years ago
  90. 0c5d187 MIPS: BPF: Fix load delay slots. by Ralf Baechle · 9 years ago
  91. f4b4aae x86/headers/uapi: Fix __BITS_PER_LONG value for x32 builds by Ben Hutchings · 9 years ago
  92. da6fb7a md/bitmap: don't pass -1 to bitmap_storage_alloc. by NeilBrown · 9 years ago
  93. e8ff8bf md/raid1: Avoid raid1 resync getting stuck by Jes Sorensen · 9 years ago
  94. 644df1a md: drop null test before destroy functions by Julia Lawall · 9 years ago
  95. d4929ad md: clear CHANGE_PENDING in readonly array by Shaohua Li · 9 years ago
  96. 66eefe5 md/raid0: apply base queue limits *before* disk_stack_limits by NeilBrown · 9 years ago
  97. 36707bb md/raid5: don't index beyond end of array in need_this_block(). by NeilBrown · 9 years ago
  98. ebda780 raid5: update analysis state for failed stripe by Shaohua Li · 9 years ago
  99. 88724bf md: wait for pending superblock updates before switching to read-only by NeilBrown · 9 years ago
  100. ab76f7b x86/mm: Set NX on gap between __ex_table and rodata by Stephen Smalley · 9 years ago