1. 6c7691e armv8: Always unmask SErrors by Andre Przywara · 2 years, 10 months ago
  2. 0017931 Revert most of the series for adding vexpress_aemv8r support by Tom Rini · 3 years, 3 months ago
  3. 7befc84 psci: fix double declaration by Oleksandr Suvorov · 3 years, 4 months ago
  4. 37a757e armv8: Ensure EL1&0 VMSA is enabled by Peter Hoyes · 3 years, 4 months ago
  5. 53b40e8 armv8: Disable pointer authentication traps for EL1 by Peter Hoyes · 3 years, 4 months ago
  6. c48fec6 armv8: Initialize CNTFRQ if at highest exception level by Peter Hoyes · 3 years, 5 months ago
  7. 2740eda arm: remove set_dacr/get_dacr functions by Patrick Delaunay · 3 years, 10 months ago
  8. 9b39d24 arm: cosmetic: align TTB_SECT define value by Patrick Delaunay · 3 years, 10 months ago
  9. 342e1ab arm: remove TTB_SECT_XN_MASK in DCACHE_WRITETHROUGH by Patrick Delaunay · 3 years, 10 months ago
  10. 42d0d42 common: board_r: Drop initr_noncached wrapper by Ovidiu Panait · 4 years, 1 month ago
  11. 6744ace arm: enable allocate-on-read for LPAE's DCACHE_WRITEBACK/_WRITETHROUGH by Ard Biesheuvel · 4 years, 5 months ago
  12. d877f8f arm: provide a function for boards init code to modify MMU virtual-physical map by Marek Szyprowski · 4 years, 7 months ago
  13. f5a9fcc arm: update comments to the common style by Marek Szyprowski · 4 years, 7 months ago
  14. 22a4e00 arm: use correct argument size of special registers by Heinrich Schuchardt · 4 years, 7 months ago
  15. 9f8aa0f ARM: add psci_arch_init() declaration for CONFIG_ARMV7_PSCI by Masahiro Yamada · 4 years, 7 months ago
  16. c3dc39a arm: Don't include common.h in header files by Simon Glass · 4 years, 7 months ago
  17. 2e8d68e arm: caches: add DCACHE_DEFAULT_OPTION by Patrick Delaunay · 4 years, 8 months ago
  18. 41acbc5 arm: cpu: armv8: add support for arm psci reset2. by Rajesh Ravi · 5 years ago
  19. e21e3ff psci: Fix warnings when compiling with W=1 by Patrick Delaunay · 5 years ago
  20. a7aab5b ARMv8: Enable all asynchronous abort exceptions taken to EL3 by Chee Hong Ang · 6 years ago
  21. acf1500 arm: v7: Kconfig: Rename CPU_V7 as CPU_V7A by Lokesh Vutla · 7 years ago
  22. 7776cc0 arm: make save_boot_params_ret prototype visible for AArch64 by Philipp Tomsich · 7 years ago
  23. fb97b86 armv8: layerscape: Enable falcon boot by York Sun · 7 years ago
  24. 6775a82 arm: Support cache invalidate by Simon Glass · 8 years ago
  25. 7f9b9f3 armv8: mmu: Add a function to change mapping attributes by York Sun · 8 years ago
  26. 7c5e1fe armv8: aarch64: Fix the warning about x1-x3 nonzero issue by Alison Wang · 8 years ago
  27. 9a56175 ARMv8: Setup PSCI memory and device tree by macro.wave.z@gmail.com · 8 years ago
  28. 3db86f4 armv8: fsl-layerscape: Support loading 32-bit OS with PSCI enabled by Alison Wang · 8 years ago
  29. ec6617c armv8: Support loading 32-bit OS in AArch32 execution state by Alison Wang · 8 years ago
  30. 06d43c8 arm: Set TTB XN bit in case DCACHE_OFF for LPAE mode by Keerthy · 8 years ago
  31. 1ab557a armv8: add hooks for all cache-wide operations by Stephen Warren · 8 years ago
  32. 3ee655e arm: Add PSCI shutdown function by Alexander Graf · 8 years ago
  33. 51bfb5b arm: Disable HVC PSCI calls by default by Alexander Graf · 8 years ago
  34. d31d4a2 ARM: Introduce function to switch to hypervisor mode by Keerthy · 8 years ago
  35. a78cd86 ARM: Rework and correct barrier definitions by Tom Rini · 8 years ago
  36. 5a07abb arm: implement generic PSCI reset call for armv8 by Beniamino Galvani · 9 years ago
  37. d990f5c arm: Add support for HYP mode and LPAE page tables by Alexander Graf · 9 years ago
  38. 53eb45e arm64: Add 32bit arm compatible dcache definitions by Alexander Graf · 9 years ago
  39. 7985cdf arm64: Remove non-full-va map code by Alexander Graf · 9 years ago
  40. 5e2ec77 arm64: Make full va map code more dynamic by Alexander Graf · 9 years ago
  41. 8890c2f arm: Remove S bit from MMU section entry by Marek Vasut · 9 years ago
  42. a592e6f arm: Replace test for CONFIG_ARMV7 with CONFIG_CPU_V7 by Marek Vasut · 9 years ago
  43. a5b9fa3 armv8: Add Secure Monitor/Hypervisor Call (SMC/HVC) infrastructure by Sergey Temerkhanov · 9 years ago
  44. 94f7ff3 armv8: New MMU setup code allowing to use 48+ bits PA/VA by Sergey Temerkhanov · 9 years ago
  45. ba5648c armv8: Add read_mpidr() function by Sergey Temerkhanov · 9 years ago
  46. 88f965d armv8: enable compilation with CONFIG_SYS_NONCACHED_MEMORY by Stephen Warren · 9 years ago
  47. 53fd4b8 arm: mmu: Add missing volatile for reading SCTLR register by Alison Wang · 9 years ago
  48. dad17fd armv8: caches: Added routine to set non cacheable region by Siva Durga Prasad Paladugu · 9 years ago
  49. 5519912 arm: Add a prototype for save_boot_params_ret() by Simon Glass · 10 years ago
  50. 7316987 tegra124: Reserve secure RAM using MC_SECURITY_CFG{0, 1}_0 by Ian Campbell · 10 years ago
  51. 97840b5 ARMv7 TLB: Fixed TTBR0 and Table Descriptors to allow caching by Bryan Brinsko · 10 years ago
  52. dcd468b armv8/fsl-lsch3: Convert flushing L3 to assembly to avoid using stack by York Sun · 10 years ago
  53. e11c6c2 arm: Allow lr to be saved by board code by Simon Glass · 10 years ago
  54. 1dfdd9b ARM: Implement non-cached memory support by Thierry Reding · 10 years ago
  55. 25026fa ARM: cache-cp15: Use more accurate types by Thierry Reding · 10 years ago
  56. ff7e970 arm: cache: Add support for write-allocate D-Cache by Marek Vasut · 10 years ago
  57. 2f78eae ARMv8/FSL_LSCH3: Add FSL_LSCH3 SoC by York Sun · 10 years ago
  58. 1e6ad55 armv8/cache: Change cache invalidate and flush function by York Sun · 11 years ago
  59. 0ae7653 arm64: core support by David Feng · 11 years ago
  60. de63ac2 ARM: mmu: Set domain permissions to client access by R Sricharan · 12 years ago
  61. 2ff467c ARM: add wfi assembly macro by Rob Herring · 12 years ago
  62. 0dde7f5 arm: Add control over cachability of memory regions by Simon Glass · 12 years ago
  63. 819833a Move architecture-specific includes to arch/$ARCH/include/asm by Peter Tyser · 15 years ago[Renamed from include/asm-arm/system.h]
  64. 677e62f arm: update co-processor 15 access by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago