]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.c
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Universal / Variable / RuntimeDxe / VariableSmm.c
2022-05-19 Michael KubackiMdeModulePkg/Variable: Consume Variable Flash Info
2021-12-07 Michael KubackiMdeModulePkg: Apply uncrustify changes
2021-12-07 Michael D KinneyMdeModulePkg: Change use of EFI_D_* to DEBUG_*
2020-11-17 Bret BarkelewMdeModulePkg: Connect VariablePolicy business logic...
2019-11-06 Michael KubackiMdeModulePkg/Variable: Add RT GetVariable() cache support
2019-11-06 Michael KubackiMdeModulePkg/Variable: Parameterize auth status in...
2019-11-06 Michael KubackiMdeModulePkg/Variable: Consolidate common parsing functions
2019-04-09 Michael D KinneyMdeModulePkg: Replace BSD License with BSD+Patent License
2019-01-24 Star ZengMdeModulePkg Variable: Add emulated variable NV mode...
2019-01-24 Star ZengMdeModulePkg Variable: Abstract VariableWriteServiceIni...
2019-01-24 Star ZengMdeModulePkg Variable: Not get NV PCD in VariableWriteS...
2019-01-24 Star ZengMdeModulePkg Variable: Move "extern XXX" to Variable.h
2019-01-16 Ard BiesheuvelMdeModulePkg/VariableRuntimeDxe: factor out boot servic...
2018-12-25 Hao WuMdeModulePkg/Variable: Update to consume SpeculationBarrier
2018-09-30 Hao WuMdeModulePkg/Variable: [CVE-2017-5753] Fix bounds check...
2018-03-30 Laszlo ErsekMdeModulePkg/Variable/RuntimeDxe: introduce PcdMaxVolat...
2017-10-10 Laszlo ErsekMdeModulePkg/Variable/RuntimeDxe: introduce MorLockInit...
2016-12-12 Star ZengMdeModulePkg VariableSmm: Check InfoSize correctly
2016-12-12 Star ZengMdeModulePkg VariableSmm: Do not need check CommBufferS...
2016-10-27 Gary LinMdeModulePkg/Universal: Fix typos in comments
2016-08-31 Hao WuMdeModulePkg: Use IsZeroGuid API for zero GUID checking
2015-08-25 Star ZengMdeModulePkg Variable: Consume the separated VarCheckLib
2015-07-07 Hao WuMdeModulePkg: Remove mZeroGuid definition in Universal...
2015-07-01 Star ZengMdeModulePkg Variable: Merge from Auth Variable driver...
2015-02-05 Star ZengMdeModulePkg: Cleanup gEfiSmmAccess2ProtocolGuid reference.
2015-02-02 Yao, JiewenUse SmmMemLib to check communication buffer.
2015-02-02 Star ZengMdeModulePkg Variable: Introduce PcdReclaimVariableSpac...
2015-01-27 Star ZengMdeModulePkg Variable: Implement variable quota management.
2015-01-05 Star ZengMdeModulePkg Variable: Implement VarCheck PROTOCOL
2013-07-11 Star ZengMdeModulePkg: Add the alignment check for FTW spare...
2013-05-21 lzeng14Fix the TOCTOU issue of CommBufferSize itself for SMM...
2013-05-20 niruiyuRemove the complex buffer since the _LOCK_VARIABLE...
2013-05-17 niruiyuAdd EDKII_VARIABLE_LOCK_PROTOCOL and the implementation...
2013-05-07 lzeng141. Fix TOCTOU issue in VariableSmm, FtwSmm, FpdtSmm...
2013-04-25 lzeng141. Use the check IsAddressValid() to prevent SMM commun...
2013-04-19 czhang46Fix a potential SMM memory dump issue. If pass communic...
2012-12-12 lzeng14Use SMM_VARIABLE_COMMUNICATE_HEADER_SIZE instead of...
2012-09-12 erictianMdeModulePkg/VariableSmm: Fix a VariableSmm bug when...
2012-07-17 sfu5Return EFI_UNSUPPORTED if READY_TO_BOOT function is...
2012-07-17 sfu5Fix a buffer overflow bug in VariableSmm driver.
2012-07-13 czhang46Add SMRAM range check to variable SMM SMI handler.
2011-02-28 gdong1Puts SMM variable common definitions in SmmVariableComm...
2010-12-11 gdong1Add typecast to remove warning with ICC.
2010-12-10 gdong1Add SMM Variable implementation.