]> git.proxmox.com Git - mirror_edk2.git/history - ArmPkg/Library/ArmMmuLib
BaseTools/BinToPcd: Fix Python 2.7.x compatibility issue
[mirror_edk2.git] / ArmPkg / Library / ArmMmuLib /
2018-06-21 Chris CoArmPkg/ArmMmuLib ARM: fix Mva to use idx instead of...
2018-06-21 Ard BiesheuvelArmPkg/ArmMmuLib ARM: assume page tables are in writeba...
2018-06-21 Ard BiesheuvelArmPkg/ArmMmuLib ARM: remove cache maintenance of block...
2017-12-20 Michael ZimmermannArmPkg/ArmMmuLib ARM: fix page size granularity in...
2017-11-07 Peicong LiArmPkg/ArmMmuLib: Add new attribute WRITE_BACK_NONSHAREABLE
2017-03-07 Ard BiesheuvelArmPkg/ArmMmuLib ARM: implement memory permission contr...
2017-03-07 Ard BiesheuvelArmPkg/ArmMmuLib: remove VirtualMask arg from ArmSetMem...
2017-03-07 Ard BiesheuvelArmPkg: move ARM version of SetMemoryAttributes to...
2017-03-07 Ard BiesheuvelArmPkg/ArmMmuLib: use correct return type for exported...
2017-02-22 Ard BiesheuvelArmPkg/ArmMmuLib: AARCH64: enable stack alignment checking
2017-02-21 Ard BiesheuvelArmPkg/ArmMmuLib: AARCH64: add support for modifying...
2017-02-21 Jiewen YaoArmPkg/CpuDxe: Correct EFI_MEMORY_RO usage
2017-01-20 Ard BiesheuvelArmPkg/ArmMmuLib: Revert "use a pool allocation for...
2016-11-30 Ard BiesheuvelArmPkg/ArmMmuLib: support page tables in cacheable...
2016-09-13 Ard BiesheuvelArmPkg/ArmMmuLib: base page table VA size on GCD memory...
2016-09-13 Ard BiesheuvelArmPkg/ArmMmuLib: use a pool allocation for the root...
2016-09-13 Ard BiesheuvelArmPkg/ArmMmuLib: remove bogus alignment of page alloca...
2016-09-13 Ard BiesheuvelArmPkg/ArmMmuLib: deobfuscate GetRootTranslationTableIn...
2016-08-11 Ard BiesheuvelArmPkg/ArmMmuLib: switch to ASM_FUNC() asm macro
2016-08-11 Ard BiesheuvelArmLib: remove ArmReplaceLiveTranslationEntry() impleme...
2016-07-07 Ard BiesheuvelArmPkg/ArmMmuLib: add PEI specific version of ArmMmuLib
2016-07-07 Ard BiesheuvelArmPkg: introduce base ArmMmuLib implementation