1. 7dcd9dd8 arm64: hw_breakpoint: fix watchpoint matching for tagged pointers by Kristina Martsenko · 8 years ago
  2. 81cddd6 arm64: traps: fix userspace cache maintenance emulation on a tagged pointer by Kristina Martsenko · 8 years ago
  3. 92f66f8 arm64: Fix the DMA mmap and get_sgtable API with DMA_ATTR_FORCE_CONTIGUOUS by Catalin Marinas · 8 years ago
  4. 2f9a0be arm64: Print DT machine model in setup_machine_fdt() by Geert Uytterhoeven · 8 years ago
  5. f533734 arm64: pmu: Wire-up Cortex A53 L2 cache events and DTLB refills by Florian Fainelli · 8 years ago
  6. 24af6c4 arm64: module: split core and init PLT sections by Ard Biesheuvel · 8 years ago
  7. faa9a08 arm64: pmuv3: handle pmuv3+ by Mark Rutland · 8 years ago
  8. 9842119 arm64: Add CNTFRQ_EL0 trap handler by Marc Zyngier · 8 years ago
  9. 494bc3c Merge branch 'will/for-next/perf' into for-next/core by Catalin Marinas · 8 years ago
  10. d91750f arm64: Silence spurious kbuild warning on menuconfig by Marc Zyngier · 8 years ago
  11. f00fa5f arm64: pmuv3: use arm_pmu ACPI framework by Mark Rutland · 8 years ago
  12. f1b36dc arm64: pmuv3: handle !PMUv3 when probing by Mark Rutland · 8 years ago
  13. e0013ae arm64: add function to get a cpu's MADT GICC table by Mark Rutland · 8 years ago
  14. a5a3237 Merge tag 'arch-timer-errata-prereq' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into for-next/core by Catalin Marinas · 8 years ago
  15. eeb1efb arm64: cpu_errata: Add capability to advertise Cortex-A73 erratum 858921 by Marc Zyngier · 8 years ago
  16. 06f1494 arm64: cpu_errata: Allow an erratum to be match for all revisions of a core by Marc Zyngier · 8 years ago
  17. 199fd2b arm64: Define Cortex-A73 MIDR by Marc Zyngier · 8 years ago
  18. 6126ce0 arm64: Add CNTVCT_EL0 trap handler by Marc Zyngier · 8 years ago
  19. 8f413758 arm64: Allow checking of a CPU-local erratum by Marc Zyngier · 8 years ago
  20. b824b93 arm64: print a fault message when attempting to write RO memory by Stephen Boyd · 8 years ago
  21. 3f5c1e1 arm64: kdump: enable kdump in defconfig by AKASHI Takahiro · 8 years ago
  22. e62aaea arm64: kdump: provide /proc/vmcore file by AKASHI Takahiro · 8 years ago
  23. 20a1662 arm64: kdump: add VMCOREINFO's for user-space tools by AKASHI Takahiro · 8 years ago
  24. 78fd584 arm64: kdump: implement machine_crash_shutdown() by AKASHI Takahiro · 8 years ago
  25. 254a41c arm64: hibernate: preserve kdump image around hibernation by AKASHI Takahiro · 8 years ago
  26. 98d2e15 arm64: kdump: protect crash dump kernel memory by Takahiro Akashi · 8 years ago
  27. 9b0aa14 arm64: mm: add set_memory_valid() by AKASHI Takahiro · 8 years ago
  28. 764b51e arm64: kdump: reserve memory for crash dump kernel by AKASHI Takahiro · 8 years ago
  29. 8f579b1 arm64: limit memory regions based on DT property, usable-memory-range by AKASHI Takahiro · 8 years ago
  30. dffb011 Merge branch 'arm64/common-sysreg' of git://git.kernel.org/pub/scm/linux/kernel/git/mark/linux into for-next/core by Catalin Marinas · 8 years ago
  31. cad27ef arm64: efi: split Image code and data into separate PE/COFF sections by Ard Biesheuvel · 8 years ago
  32. f1eb542 arm64: efi: replace open coded constants with symbolic ones by Ard Biesheuvel · 8 years ago
  33. effc7b0 arm64: efi: remove pointless dummy .reloc section by Ard Biesheuvel · 8 years ago
  34. f328ba4 arm64: efi: remove forbidden values from the PE/COFF header by Ard Biesheuvel · 8 years ago
  35. 9992225 arm64: efi: clean up Image header after PE header has been split off by Ard Biesheuvel · 8 years ago
  36. b5f4a21 arm64: efi: move EFI header and related data to a separate .S file by Ard Biesheuvel · 8 years ago
  37. 214fad5 arm64: relocation testing module by Ard Biesheuvel · 8 years ago
  38. 46823dd arm64: cpufeature: Make ID reg accessor naming less counterintuitive by Dave Martin · 8 years ago
  39. 29d9812 arm64: drop unnecessary newlines in show_regs() by Kefeng Wang · 8 years ago
  40. d27cfa1 arm64: mm: set the contiguous bit for kernel mappings where appropriate by Ard Biesheuvel · 8 years ago
  41. 5bd4669 arm64/mm: remove pointless map/unmap sequences when creating page tables by Ard Biesheuvel · 8 years ago
  42. c095136 arm64/mmu: replace 'page_mappings_only' parameter with flags argument by Ard Biesheuvel · 8 years ago
  43. 141d149 arm64/mmu: add contiguous bit to sanity bug check by Ard Biesheuvel · 8 years ago
  44. eccc1bf arm64/mmu: ignore debug_pagealloc for kernel segments by Ard Biesheuvel · 8 years ago
  45. e393cf4 arm64/mmu: align alloc_init_pte prototype with pmd/pud versions by Ard Biesheuvel · 8 years ago
  46. 2ebe088b arm64: mmu: apply strict permissions to .init.text and .init.data by Ard Biesheuvel · 8 years ago
  47. 28b066d arm64: mmu: map .text as read-only from the outset by Ard Biesheuvel · 8 years ago
  48. 5ea5306 arm64: alternatives: apply boot time fixups via the linear mapping by Ard Biesheuvel · 8 years ago
  49. aa8c09b arm64: mmu: move TLB maintenance from callers to create_mapping_late() by Ard Biesheuvel · 8 years ago
  50. 3b3c6c2 arm64: Revert "arm64: kaslr: fix breakage with CONFIG_MODVERSIONS=y" by Ard Biesheuvel · 8 years ago
  51. d61c97a arm64: move !VHE work to end of el2_setup by Mark Rutland · 8 years ago
  52. 3ad47d0 arm64: reduce el2_setup branching by Mark Rutland · 8 years ago
  53. fda89d9 arm64: struct debug_info: Check CONFIG_HAVE_HW_BREAKPOINT by Chris Redmon · 8 years ago
  54. 44176bb arm64: Add support for DMA_ATTR_FORCE_CONTIGUOUS to IOMMU by Geert Uytterhoeven · 8 years ago
  55. f13d52c arm64: define BUG() instruction without CONFIG_BUG by Arnd Bergmann · 8 years ago
  56. c651aae arm64: v8.3: Support for weaker release consistency by Suzuki K Poulose · 8 years ago
  57. cb567e7 arm64: v8.3: Support for complex number instructions by Suzuki K Poulose · 8 years ago
  58. c8c3798 arm64: v8.3: Support for Javascript conversion instruction by Suzuki K Poulose · 8 years ago
  59. 87da236 arm64: KVM: Add support for VPIPT I-caches by Will Deacon · 8 years ago
  60. dda288d arm64: cache: Identify VPIPT I-caches by Will Deacon · 8 years ago
  61. 02f7760 arm64: cache: Merge cachetype.h into cache.h by Will Deacon · 8 years ago
  62. 155433c arm64: cache: Remove support for ASID-tagged VIVT I-caches by Will Deacon · 8 years ago
  63. a8d4636 arm64: cacheinfo: Remove CCSIDR-based cache information probing by Will Deacon · 8 years ago
  64. 3689c75 arm64: cpuinfo: remove I-cache VIPT aliasing detection by Will Deacon · 8 years ago
  65. a07a6e4 Merge tag 'powerpc-4.11-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  66. 4571bc5 Merge branch 'parisc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 8 years ago
  67. 93afaa4 Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linux by Linus Torvalds · 8 years ago
  68. 73580da parisc: Fix system shutdown halt by Helge Deller · 8 years ago
  69. 74e3f6e parisc: perf: Fix potential NULL pointer dereference by Arvind Yadav · 8 years ago
  70. eab60d4 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  71. ae13373 Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  72. a7fc726 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  73. c79d5ff Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 8 years ago
  74. 4b07372 x86/perf: Clarify why x86_pmu_event_mapped() isn't racy by Andy Lutomirski · 8 years ago
  75. 5dc855d x86/perf: Fix CR4.PCE propagation to use active_mm instead of mm by Andy Lutomirski · 8 years ago
  76. 8971e1c powerpc/pseries: Don't give a warning when HPT resizing isn't available by Michael Ellerman · 8 years ago
  77. d528ae0 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  78. d0f33ac mm, x86: fix native_pud_clear build error by Arnd Bergmann · 8 years ago
  79. 325513d Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  80. f717629 powerpc: Wire up statx() syscall by Chandan Rajendra · 8 years ago
  81. 6bce725 x86/mpx: Make unnecessarily global function static by Tobias Klauser · 8 years ago
  82. 186ecf1 parisc: Avoid compiler warnings with access_ok() by Helge Deller · 8 years ago
  83. 63d32d1 parisc: Wire up statx system call by Helge Deller · 8 years ago
  84. 316ec06 parisc: Optimize flush_kernel_vmap_range and invalidate_kernel_vmap_range by John David Anglin · 8 years ago
  85. 5f65532 parisc: support R_PARISC_SECREL32 relocation in modules by Mikulas Patocka · 8 years ago
  86. defc7d7 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  87. 363dad5 openrisc: Export symbols needed by modules by Stafford Horne · 8 years ago
  88. 154e67c openrisc: fix issue handling 8 byte get_user calls by Stafford Horne · 8 years ago
  89. 8af4294 openrisc: xchg: fix `computed is not used` warning by Stafford Horne · 8 years ago
  90. 49ec8f5 x86/intel_rdt: Put group node in rdtgroup_kn_unlock by Jiri Olsa · 8 years ago
  91. 87a6b29 x86/unwind: Fix last frame check for aligned function stacks by Josh Poimboeuf · 8 years ago
  92. d434936 mm, x86: Fix native_pud_clear build error by Arnd Bergmann · 8 years ago
  93. fb5fe0f Merge tag 'powerpc-4.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  94. be3606f x86/kasan: Fix boot with KASAN=y and PROFILE_ANNOTATED_BRANCHES=y by Andrey Ryabinin · 8 years ago
  95. 859bb6d x86/platform/intel-mid: Add power button support for Merrifield by Andy Shevchenko · 8 years ago
  96. c836e5c x86/platform/intel-mid: Use common power off sequence by Andy Shevchenko · 8 years ago
  97. 0d443b7 x86/platform: Remove warning message for duplicate NMI handlers by Mike Travis · 8 years ago
  98. 44fee88 x86/tsc: Fix ART for TSC_KNOWN_FREQ by Peter Zijlstra · 8 years ago
  99. 80354c2 x86/platform/intel-mid: Correct MSI IRQ line for watchdog device by Andy Shevchenko · 8 years ago
  100. 56b24d1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago