summaryrefslogtreecommitdiff
path: root/drivers/platform/x86/hp/hp-bioscfg
AgeCommit message (Expand)AuthorFilesLines
2023-08-21platform/x86: hp-bioscfg: Update steps order list elements are evaluatedJorge Lopez1-7/+3
2023-08-07platform/x86: hp-bioscfg: Use kmemdup() to replace kmalloc + memcpyLi Zetao1-8/+3
2023-08-07platform/x86: hp-bioscfg: Remove duplicate use of variable in inner loopJorge Lopez1-7/+5
2023-08-07platform/x86: hp-bioscfg: Change how password encoding size is evaluatedJorge Lopez1-2/+5
2023-08-07platform/x86: hp-bioscfg: Change how enum possible values size is evaluatedJorge Lopez1-2/+4
2023-08-07platform/x86: hp-bioscfg: Change how order list size is evaluatedJorge Lopez1-2/+5
2023-08-07platform/x86: hp-bioscfg: Change how prerequisites size is evaluatedJorge Lopez5-9/+21
2023-08-07platform/x86: hp-bioscfg: Replace the word HACK from source codeJorge Lopez5-8/+8
2023-08-07platform/x86: hp-bioscfg: Fix uninitialized variable errorsJorge Lopez5-6/+6
2023-08-07platform/x86: hp-bioscfg: Fix memory leaks in attribute packagesJorge Lopez5-0/+28
2023-07-26platform/x86: hp-bioscfg: fix error reporting in hp_add_other_attributes()Dan Carpenter1-0/+5
2023-07-26platform/x86: hp-bioscfg: prevent a small buffer overflowDan Carpenter1-2/+5
2023-07-26platform/x86: hp-bioscfg: fix a signedness bug in hp_wmi_perform_query()Dan Carpenter1-1/+1
2023-07-10platform/x86: hp-bioscfg: MakefileJorge Lopez1-0/+11
2023-07-10platform/x86: hp-bioscfg: surestart-attributesJorge Lopez1-0/+132
2023-07-10platform/x86: hp-bioscfg: string-attributesJorge Lopez1-0/+390
2023-07-10platform/x86: hp-bioscfg: spmobj-attributesJorge Lopez1-0/+386
2023-07-10platform/x86: hp-bioscfg: passwdobj-attributesJorge Lopez1-0/+543
2023-07-10platform/x86: hp-bioscfg: order-list-attributesJorge Lopez1-0/+436
2023-07-10platform/x86: hp-bioscfg: int-attributesJorge Lopez1-0/+409
2023-07-10platform/x86: hp-bioscfg: enum-attributesJorge Lopez1-0/+447
2023-07-10platform/x86: hp-bioscfg: biosattr-interfaceJorge Lopez1-0/+312
2023-07-10platform/x86: hp-bioscfg: bioscfgJorge Lopez1-0/+1055
2023-07-10platform/x86: hp-bioscfg: bioscfg-hJorge Lopez1-0/+487