1. bb4322f arm64: signal: factor out signal frame record allocation by Dave Martin · 8 years ago
  2. bb4891a arm64: signal: factor frame layout and population into separate passes by Dave Martin · 8 years ago
  3. 47ccb02 arm64: signal: Refactor sigcontext parsing in rt_sigreturn by Dave Martin · 8 years ago
  4. 20987de arm64: signal: split frame link record from sigcontext structure by Dave Martin · 8 years ago
  5. 8f36094 arm64: mm: select CONFIG_ARCH_PROC_KCORE_TEXT by Ard Biesheuvel · 8 years ago
  6. e27c7fa arm64: Export save_stack_trace_tsk() by Dustin Brown · 8 years ago
  7. c6bb8f8 ARM64/irqchip: Update ACPI_IORT symbol selection logic by Lorenzo Pieralisi · 8 years ago
  8. 577dfe1 arm64/dma-mapping: Remove extraneous null-pointer checks by Olav Haugan · 8 years ago
  9. c484f25 arm64: kconfig: allow support for memory failure handling by Jonathan (Zhixiong) Zhang · 8 years ago
  10. 0e3a902 arm64: mm: Update perf accounting to handle poison faults by Punit Agrawal · 8 years ago
  11. e7c600f arm64: hwpoison: add VM_FAULT_HWPOISON[_LARGE] handling by Jonathan (Zhixiong) Zhang · 8 years ago
  12. f02ab08 arm64: hugetlb: Fix huge_pte_offset to return poisoned page table entries by Punit Agrawal · 8 years ago
  13. 6876442 arm64: ftrace: fix building without CONFIG_MODULES by Will Deacon · 8 years ago
  14. 1eb34b6 arm64: fault: Print info about page table structure when dumping pte by Will Deacon · 8 years ago
  15. 83016b2 arm64: mm: print file name of faulting vma by Kristina Martsenko · 8 years ago
  16. bf396c0 arm64: mm: don't print out page table entries on EL0 faults by Kristina Martsenko · 8 years ago
  17. 67ce16e arm64: mm: print out correct page table entries by Kristina Martsenko · 8 years ago
  18. e71a4e1b arm64: ftrace: add support for far branches to dynamic ftrace by Ard Biesheuvel · 8 years ago
  19. f8af0b3 arm64: ftrace: don't validate branch via PLT in ftrace_make_nop() by Ard Biesheuvel · 8 years ago
  20. dbbb08f arm64, vdso: Define vdso_{start,end} as array by Kees Cook · 8 years ago
  21. 8dd0ee6 arm64: cpufeature: Fix CPU_OUT_OF_SPEC taint for uniform systems by Will Deacon · 8 years ago
  22. 1151f83 arm64: kernel: restrict /dev/mem read() calls to linear region by Ard Biesheuvel · 8 years ago
  23. db46a72 ARM64/PCI: Set root bus NUMA node on ACPI systems by Lorenzo Pieralisi · 8 years ago
  24. 5f16a04 arm64: futex: Fix undefined behaviour with FUTEX_OP_OPARG_SHIFT usage by Will Deacon · 8 years ago
  25. 690e95d arm64: check return value of of_flat_dt_get_machine_name by Kefeng Wang · 8 years ago
  26. 3fde299 arm64: cpufeature: Don't dump useless backtrace on CPU_OUT_OF_SPEC by Will Deacon · 8 years ago
  27. 6efd849 arm64: mm: explicity include linux/vmalloc.h by Tobias Klauser · 8 years ago
  28. 1149aad arm64: Add dump_backtrace() in show_regs by Kefeng Wang · 8 years ago
  29. c07ab95 arm64: Call __show_regs directly by Kefeng Wang · 8 years ago
  30. 48f99c8 arm64: Preventing READ_IMPLIES_EXEC propagation by Dong Bo · 8 years ago
  31. ea45267 arm64: dts: hikey: Fix WiFi support by Ulf Hansson · 8 years ago
  32. 76f1dfb arm64: dts: hi6220: Move board data from the dwmmc nodes to hikey dts by Ulf Hansson · 8 years ago
  33. 84f7c60 arm64: dts: hikey: Add the SYS_5V and the VDD_3V3 regulators by Ulf Hansson · 8 years ago
  34. 1b32a5f arm64: dts: hi6220: Move the fixed_5v_hub regulator to the hikey dts by Ulf Hansson · 8 years ago
  35. 307ded8 arm64: dts: hikey: Add clock for the pmic mfd by Daniel Lezcano · 8 years ago
  36. 4217fdd Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  37. f538a82 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  38. 2fe296a Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  39. 6bf1c2d arm64: dts: rockchip: fix include reference by Arnd Bergmann · 8 years ago
  40. f4e506c arm64: defconfig: enable options needed for QCom DB410c board by Rob Herring · 8 years ago
  41. eb1e671 arm64: defconfig: sync with savedefconfig by Rob Herring · 8 years ago
  42. d5d332d devicetree: Move include prefixes from arch to separate directory by Olof Johansson · 8 years ago
  43. 5252d73 Merge tag 'v4.12-rc1' into fixes by Olof Johansson · 8 years ago
  44. 63a1e1c arm64/cpufeature: don't use mutex in bringup path by Mark Rutland · 8 years ago
  45. a95cfad Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  46. 78a19cf arm64: perf: Ignore exclude_hv when kernel is running in HYP by Ganapatrao Kulkarni · 8 years ago
  47. 8df728e arm64: Remove redundant mov from LL/SC cmpxchg by Robin Murphy · 8 years ago
  48. cde13b5 arm64: KVM: Do not use stack-protector to compile EL2 code by Marc Zyngier · 8 years ago
  49. e47b40a Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  50. d8b5411 bpf, arm64: fix faulty emission of map access in tail calls by Daniel Borkmann · 8 years ago
  51. 0c2cf6d arm64: Silence first allocation with CONFIG_ARM64_MODULE_PLTS=y by Florian Fainelli · 8 years ago
  52. 791a9a6 Merge tag 'kbuild-uapi-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 8 years ago
  53. 23ea3f62 Merge tag 'kbuild-misc-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 8 years ago
  54. e038d551 Merge branch 'tee/initial-merge' into fixes by Arnd Bergmann · 8 years ago
  55. 5ccd414 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  56. a2d9214 Merge tag 'armsoc-tee' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  57. fcc8487 uapi: export all headers under uapi directories by Nicolas Dichtel · 8 years ago
  58. 6cde26f Merge tag 'mvebu-arm64-4.12-1' of git://git.infradead.org/linux-mvebu into fixes by Arnd Bergmann · 8 years ago
  59. faec5ea Merge tag 'mvebu-dt64-4.12-3' of git://git.infradead.org/linux-mvebu into fixes by Arnd Bergmann · 8 years ago
  60. 28b4780 Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 8 years ago
  61. e942661 Merge tag 'v4.11-next-fixes' of https://github.com/mbgg/linux-mediatek into fixes by Arnd Bergmann · 8 years ago
  62. c6778ff Merge tag 'armsoc-dt64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  63. 0ff4c01 Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  64. 85d6049 Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  65. d135b8b arm64: uaccess: suppress spurious clang warning by Mark Rutland · 8 years ago
  66. 8997c93 arm64: atomic_lse: match asm register sizes by Mark Rutland · 8 years ago
  67. 55de49f arm64: armv8_deprecated: ensure extension of addr by Mark Rutland · 8 years ago
  68. a06040d arm64: uaccess: ensure extension of access_ok() addr by Mark Rutland · 8 years ago
  69. 994870b arm64: ensure extension of smp_store_release value by Mark Rutland · 8 years ago
  70. fee960b arm64: xchg: hazard against entire exchange variable by Mark Rutland · 8 years ago
  71. 1c08036 ARM64: dts: mediatek: configure some fixed mmc parameters by yong mao · 8 years ago
  72. 276e932 arm64: entry: improve data abort handling of tagged pointers by Kristina Martsenko · 8 years ago
  73. 7dcd9dd arm64: hw_breakpoint: fix watchpoint matching for tagged pointers by Kristina Martsenko · 8 years ago
  74. 81cddd6 arm64: traps: fix userspace cache maintenance emulation on a tagged pointer by Kristina Martsenko · 8 years ago
  75. 36c344f Merge tag 'kvm-arm-for-v4.12-round2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 8 years ago
  76. 857f864 Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  77. bf5f894 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  78. e6ccbff treewide: decouple cacheflush.h and set_memory.h by Laura Abbott · 8 years ago
  79. d4bbc30 arm64: use set_memory.h header by Laura Abbott · 8 years ago
  80. 299878b treewide: move set_memory_* functions away from cacheflush.h by Laura Abbott · 8 years ago
  81. 2d3e486 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  82. 2807712 KVM: arm64: vgic-v3: KVM_DEV_ARM_VGIC_SAVE_PENDING_TABLES by Eric Auger · 8 years ago
  83. 3b65808 KVM: arm64: vgic-its: KVM_DEV_ARM_ITS_SAVE/RESTORE_TABLES by Eric Auger · 8 years ago
  84. 876ae23 KVM: arm64: vgic-its: KVM_DEV_ARM_VGIC_GRP_ITS_REGS group by Eric Auger · 8 years ago
  85. ab182e6 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  86. 92f66f8 arm64: Fix the DMA mmap and get_sgtable API with DMA_ATTR_FORCE_CONTIGUOUS by Catalin Marinas · 8 years ago
  87. 8f28472 Merge tag 'usb-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 8 years ago
  88. a964807 Merge tag 'for-linus-4.12b-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  89. 2c0248d Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm/smmu', 'arm/core', 'x86/vt-d', 'x86/amd' and 'core' into next by Joerg Roedel · 8 years ago
  90. 35d2d5d KVM: arm/arm64: Move shared files to virt/kvm/arm by Christoffer Dall · 8 years ago
  91. be580e7 Merge tag 'mmc-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 8 years ago
  92. 8d65b08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  93. 5a0387a Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  94. ddc665a bpf, arm64: fix jit branch offset related to ldimm64 by Daniel Borkmann · 8 years ago
  95. 85f68fe bpf, arm64: implement jiting of BPF_XADD by Daniel Borkmann · 8 years ago
  96. 204f144 Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  97. e058632 xen/arm,arm64: fix xen_dma_ops after 815dd18 "Consolidate get_dma_ops..." by Stefano Stabellini · 8 years ago
  98. c667186 arm64: KVM: Fix decoding of Rt/Rt2 when trapping AArch32 CP accesses by Marc Zyngier · 8 years ago
  99. 3fb9268 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  100. 3711c94 Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago