1. 38206c2 Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 5 years ago
  2. 964975a lib/genalloc.c: rename addr_in_gen_pool to gen_pool_has_addr by Huang Shijie · 5 years ago
  3. 9dd0013 Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 5 years ago
  4. 81b6b96 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux; tag 'dma-mapping-5.5' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 5 years ago
  5. a308a71 Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremap by Linus Torvalds · 5 years ago
  6. 46f4f0a Merge branch 'kvm-tsx-ctrl' into HEAD by Paolo Bonzini · 5 years ago
  7. 56e35f9 dma-mapping: drop the dev argument to arch_sync_dma_for_* by Christoph Hellwig · 5 years ago
  8. 4ae5061 ARM: 8937/1: spectre-v2: remove Brahma-B53 from hardening by Doug Berger · 5 years ago
  9. 790756c ARM: 8933/1: replace Sun/Solaris style flag on section directive by Nick Desaulniers · 5 years ago
  10. 20e2fc4 ARM: 8930/1: Add support for generic vDSO by Vincenzo Frascino · 5 years ago
  11. 9f1984c6 ARM: 8929/1: use APSR_nzcv instead of r15 as mrc operand by Stefan Agner · 5 years ago
  12. 6a22d82 arm: remove ioremap_cached by Christoph Hellwig · 5 years ago
  13. 34dc0ea dma-direct: provide mmap and get_sgtable method overrides by Christoph Hellwig · 5 years ago
  14. c4e8fd0 ARM: 8923/1: mm: include <asm/vga.h> for vga_base by Ben Dooks (Codethink) · 5 years ago
  15. a445e940 dma-mapping: fix handling of dma-ranges for reserved memory (again) by Vladimir Murzin · 5 years ago
  16. 9110f3e ARM: 8917/1: mm: include <asm/set_memory.h> by Ben Dooks (Codethink) · 5 years ago
  17. ea5379b ARM: 8916/1: mm: make set_section_perms() static by Ben Dooks (Codethink) · 5 years ago
  18. 17fe868 ARM: 8909/1: make unexported items static by Ben Dooks · 5 years ago
  19. 032be72 ARM: 8907/1: arch: reuse addr variable in pfn_valid by Clemens Gruber · 5 years ago
  20. 13b86bc Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 5 years ago
  21. 39f4d44 Merge branch 'misc' into fixes by Russell King · 5 years ago
  22. ce4d5ca arm/arm64: Make use of the SMCCC 1.1 wrapper by Steven Price · 5 years ago
  23. 2ecb287 ARM: 8926/1: v7m: remove register save to stack before svc by afzal mohammed · 5 years ago
  24. df8bf2d ARM: mmp: don't select CACHE_TAUROS2 on all ARCH_MMP by Lubomir Rintel · 6 years ago
  25. 6848253 arm: spectre-v2: use arm_smccc_1_1_get_conduit() by Mark Rutland · 5 years ago
  26. 4c0742f ARM: 8914/1: NOMMU: Fix exc_ret for XIP by Vladimir Murzin · 5 years ago
  27. 1bb9fb0 ARM: mm: alignment: use "u32" for 32-bit instructions by Russell King · 5 years ago
  28. 67e15fa ARM: mm: fix alignment handler faults under memory pressure by Russell King · 5 years ago
  29. b4ed71f mm: treewide: clarify pgtable_page_{ctor,dtor}() naming by Mark Rutland · 5 years ago
  30. dba79c3 arm: use generic mmap top-down layout and brk randomization by Alexandre Ghiti · 5 years ago
  31. 86e568e arm: use STACK_TOP when computing mmap base address by Alexandre Ghiti · 5 years ago
  32. af0f429 arm: properly account for stack randomization and stack guard gap by Alexandre Ghiti · 5 years ago
  33. d8c6546 mm: introduce compound_nr() by Matthew Wilcox (Oracle) · 5 years ago
  34. a50b854 mm: introduce page_size() by Matthew Wilcox (Oracle) · 5 years ago
  35. 8808cf8 Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 5 years ago
  36. 671df18 Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 5 years ago
  37. 2b97c39 Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 5 years ago
  38. 0e0d26e xen/arm: remove xen_dma_ops by Christoph Hellwig · 5 years ago
  39. 8e23c82 xen/arm: use dma-noncoherent.h calls for xen-swiotlb cache maintainance by Christoph Hellwig · 5 years ago
  40. 1d31999 ARM: 8904/1: skip nomap memblocks while finding the lowmem/highmem boundary by Chester Lin · 5 years ago
  41. 00d2ec1 ARM: 8903/1: ensure that usable memory in bank 0 starts from a PMD-aligned address by Mike Rapoport · 5 years ago
  42. 78406ff arm: remove wrappers for the generic dma remap helpers by Christoph Hellwig · 6 years ago
  43. 5cf4537 dma-mapping: introduce a dma_common_find_pages helper by Christoph Hellwig · 6 years ago
  44. 5123174 dma-mapping: always use VM_DMA_COHERENT for generic DMA remap by Christoph Hellwig · 5 years ago
  45. fe9041c vmalloc: lift the arm flag for coherent mappings to common code by Christoph Hellwig · 6 years ago
  46. 249baa5 dma-mapping: provide a better default ->get_required_mask by Christoph Hellwig · 5 years ago
  47. 07d841a arm-nommu: call dma_mmap_from_dev_coherent directly by Christoph Hellwig · 5 years ago
  48. 1445146 dma-mapping: move the dma_get_sgtable API comments from arm to common code by Christoph Hellwig · 6 years ago
  49. 0a51b08 Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 5 years ago
  50. 419e2f1 dma-mapping: remove arch_dma_mmap_pgprot by Christoph Hellwig · 5 years ago
  51. c8abbd6 ARM: 8890/1: l2x0: add marvell,ecc-enable property for aurora by Chris Packham · 6 years ago
  52. fd3bbde ARM: 8886/1: l2x0: support parity-enable/disable on aurora by Chris Packham · 6 years ago
  53. 1a85cb4 ARM: 8887/1: aurora-l2: add prefix to MAX_RANGE_SIZE by Jan Luebbe · 6 years ago
  54. 921a3fe ARM: 8902/1: l2c: move cache-aurora-l2.h to asm/hardware by Jan Luebbe · 5 years ago
  55. 5b3efa4 ARM: 8901/1: add a criteria for pfn_valid of arm by zhaoyang · 5 years ago
  56. 8340203 ARM: 8898/1: mm: Don't treat faults reported from cache maintenance as writes by Will Deacon · 5 years ago
  57. c51bc12 ARM: 8874/1: mm: only adjust sections of valid mm structures by Doug Berger · 6 years ago
  58. 936376f arm: select the dma-noncoherent symbols for all swiotlb builds by Christoph Hellwig · 5 years ago
  59. e83b009 Merge tag 'dma-mapping-5.3-4' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 5 years ago
  60. c7b6804 ARM: xscale: fix multi-cpu compilation by Arnd Bergmann · 5 years ago
  61. c68b266 ARM: remove ks8695 platform by Arnd Bergmann · 5 years ago
  62. 33dcb37 dma-mapping: fix page attributes for dma_mmap_* by Christoph Hellwig · 5 years ago
  63. bf1881c Merge tag 'Wimplicit-fallthrough-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 5 years ago
  64. e7c0c9f ARM: alignment: Mark expected switch fall-throughs by Gustavo A. R. Silva · 5 years ago
  65. ad3c7b1 arm: use swiotlb for bounce buffering on LPAE configs by Christoph Hellwig · 5 years ago
  66. 57a8ec3 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  67. b98cca4 mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault() by Anshuman Khandual · 6 years ago
  68. dc7a12b docs: arm: convert docs to ReST and rename to *.rst by Mauro Carvalho Chehab · 6 years ago
  69. 9e3a25d Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  70. f632a81 Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  71. 8b1e0f8 mm/pgtable: drop pgtable_t variable from pte_fn_t functions by Anshuman Khandual · 6 years ago
  72. 28bcf59 arm: switch to generic version of pte allocation by Mike Rapoport · 6 years ago
  73. 5ad18b2 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  74. 2b49350 Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 6 years ago
  75. 34ab031 arm-nommu: remove the partial DMA_ATTR_NON_CONSISTENT support by Christoph Hellwig · 6 years ago
  76. ab74657 ARM: dma-mapping: allow larger DMA mask than supported by Christoph Hellwig · 6 years ago
  77. 779eb41 ARM: 8862/1: errata: 814220-B-Cache maintenance by set/way operations can execute out of order by Benjamin Gaignard · 6 years ago
  78. e6c4375 ARM: 8865/1: mm: remove unused variables by YueHaibing · 6 years ago
  79. 5f41f91 ARM: 8864/1: Add workaround for I-Cache line size mismatch between CPU cores by Marek Szyprowski · 6 years ago
  80. 304009a ARM: 8861/1: errata: Workaround errata A12 857271 / A17 857272 by Doug Anderson · 6 years ago
  81. 49b38c3 ARM: arrange show_pte() to issue severity-based messages by Russell King · 6 years ago
  82. bafeb7a ARM: add "8<--- cut here ---" to kernel dumps by Russell King · 6 years ago
  83. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  84. b886d83c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 by Thomas Gleixner · 6 years ago
  85. 4505153 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 by Thomas Gleixner · 6 years ago
  86. 97fb5e8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284 by Thomas Gleixner · 6 years ago
  87. db0487a arm: dump: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  88. af873fc treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194 by Thomas Gleixner · 6 years ago
  89. 4d3f18b treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 171 by Thomas Gleixner · 6 years ago
  90. c942fdd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 by Thomas Gleixner · 6 years ago
  91. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
  92. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  93. 2e1661d2 signal: Remove the task parameter from force_sig_fault by Eric W. Biederman · 6 years ago
  94. 351b682 signal: Explicitly call force_sig_fault on current by Eric W. Biederman · 6 years ago
  95. fd65cc8 signal/arm: Remove tsk parameter from __do_user_fault by Eric W. Biederman · 6 years ago
  96. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  97. 8c05f3b Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 6 years ago
  98. 6248461 arm: mm: dma-mapping: convert to use vm_map_pages() by Souptick Joarder · 6 years ago
  99. d8ae8a3 initramfs: move the legacy keepinitrd parameter to core code by Christoph Hellwig · 6 years ago
  100. 0968621 Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 6 years ago