summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* efi: add efi_device hook to be called before an image is startedSascha Hauer2021-12-131-0/+5
* efi: Implement device_path_to_subtype()Sascha Hauer2021-12-131-0/+1
* efi: move device-path defines and types to header fileSascha Hauer2021-12-131-0/+388
* partitions: efi: move header to central locationAhmad Fatoum2021-12-131-0/+119
* efi: define and use new EFI_ERROR_MASK macroAhmad Fatoum2021-12-131-32/+35
* efi: make efi_main __noreturnAhmad Fatoum2021-12-131-0/+2
* lib: implement wcsnlenAhmad Fatoum2021-11-251-0/+2
* lib: wchar: add wctomb and mbtowcAhmad Fatoum2021-11-251-0/+5
* include: <linux/nls.h>: remove duplicate wchar_t typedefAhmad Fatoum2021-11-251-1/+2
* efi: centralize efivarfs_parse_filenameAhmad Fatoum2021-11-251-0/+4
* efi: rename <efi/efi.h> to <efi/efi-payload.h>Ahmad Fatoum2021-11-252-4/+4
* efi: factor out errno translationAhmad Fatoum2021-11-252-4/+11
* efi: use SPDX-License-Identifier where appropriateAhmad Fatoum2021-11-253-0/+3
* serial: efi-stdio: move efi-stdio.h header to central locationAhmad Fatoum2021-11-251-0/+100
* asm-generic: move sync_caches_for_execution declaration to <asm/cache.h>Ahmad Fatoum2021-11-251-0/+9
* efi: align LOAD_FILE_PROTOCOL_GUID's name with other PROTOCOL_GUIDsAhmad Fatoum2021-11-251-1/+1
* include: <linux/types.h>: wrap in #ifndef __ASSEMBLY__Ahmad Fatoum2021-11-251-0/+2
* fs: remove unused struct node_d in struct dirAhmad Fatoum2021-11-251-1/+0
* fs: remove useless AT_FDCWD referencesAhmad Fatoum2021-11-251-4/+0
* Merge branch 'for-next/spdx'Sascha Hauer2021-11-151-6/+1
|\
| * drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-011-6/+1
* | Merge branch 'for-next/rockchip'Sascha Hauer2021-11-152-0/+7
|\ \
| * | clk: handle CLK_OF_DECLARE in deep probeAhmad Fatoum2021-11-101-0/+6
| * | cdev: Add function to get unallocated space at start of deviceSascha Hauer2021-10-121-0/+1
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2021-11-1510-190/+200
|\ \
| * | include/phy: add driver_data to resume more of kernel codeOleksij Rempel2021-11-111-0/+2
| * | include: move ARRAY_AND_SIZE to <linux/kernel.h>Ahmad Fatoum2021-11-012-2/+1
| * | include: <asm-generic/bug.h>: make self-containedAhmad Fatoum2021-11-013-11/+13
| * | include: add dedicated header for printf/printkAhmad Fatoum2021-11-016-178/+190
| * | include: <linux/bitops.h>: discard left-over hweight codeAhmad Fatoum2021-11-011-5/+0
| |/
* | include/image-metadata.h: fix whitespaces in the BAREBOX_IMD_CRC macroAntony Pavlov2021-11-011-3/+3
* | imd: fix imd_is_crc32()Antony Pavlov2021-11-011-1/+1
|/
* Merge branch 'for-next/misc'Sascha Hauer2021-10-077-4/+369
|\
| * usb: gadget: dfu: Rework dfu command to use usbgadgetJules Maselbas2021-10-051-1/+1
| * fs: remove unused struct fs_device_d::parent_deviceAhmad Fatoum2021-10-051-1/+0
| * net: add virtio network driverAhmad Fatoum2021-10-052-2/+363
| * console: add new CONFIG_CONSOLE_DISABLE_INPUT optionRouven Czerwinski2021-10-051-0/+2
| * file_list: add file_list_parse_null()Rouven Czerwinski2021-10-051-0/+1
| * asm-generic: include bitio.h from io.hAhmad Fatoum2021-08-231-0/+2
* | Merge branch 'for-next/layerscape'Sascha Hauer2021-10-073-63/+354
|\ \
| * | nand: add NXP IFC nand driverRenaud Barbier2021-08-231-0/+305
| * | ARM: atomic.h: add 64-bit counter supportRenaud Barbier2021-08-232-63/+49
| |/
* | Merge branch 'for-next/imx'Sascha Hauer2021-10-072-1/+32
|\ \
| * | ddr: imx8m: ddrphy_train: add DDR4 supportAhmad Fatoum2021-10-051-1/+19
| * | ddr: imx8m: add i.MX8MN (Nano) supportAhmad Fatoum2021-10-051-0/+2
| * | ARM: i.MX6: boot: detect USB serial downloader more reliableMarco Felsch2021-08-181-0/+11
| |/
* | blspec: fix use-after-free of firmware search pathAhmad Fatoum2021-10-041-2/+2
* | virtio: implement remove callbacksAhmad Fatoum2021-10-021-0/+2
|/
* crypto: add crypto_memneq()Sascha Hauer2021-07-301-0/+17
* of: partition: implement of_partition_ensure_probedAhmad Fatoum2021-07-181-0/+6