summaryrefslogtreecommitdiff
path: root/include/Kbuild
blob: 2d03f995865ffe8ff03d03477d7a950dbdbbb5d7 (plain)
1
2
3
4
5
6
7
8
9
header-y += asm-generic/
header-y += linux/
header-y += scsi/
header-y += sound/
header-y += mtd/
header-y += rdma/
header-y += video/

header-y += asm-$(ARCH)/
'>hb2 Russell King's ARM Linux kernel treeRussell King
summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi/efibc.c
AgeCommit message (Expand)Author
2025-03-10efi: efibc: change kmalloc(size * count, ...) to kmalloc_array()Ethan Carter Edwards
2022-09-20efi: efibc: Guard against allocation failureGuilherme G. Piccoli
2022-06-20efi: efibc: avoid efivar API for setting variablesArd Biesheuvel
2020-09-15efi: efibc: check for efivars write capabilityArd Biesheuvel
2019-06-22efibc: Replace variable set function in notifier callTian Baofeng
2019-02-04efi: Replace GPL license boilerplate with SPDX headersArd Biesheuvel
2016-06-27efibc: Report more information in the error messagesCompostella, Jeremy
2016-05-07efibc: Fix excessive stack footprint warningJeremy Compostella
2016-04-28efibc: Add EFI Bootloader Control moduleCompostella, Jeremy