summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* parseopt: drop unused, duplicate, parseopt_u16Ahmad Fatoum2022-01-051-1/+0
* x86: remove reference to empty fileAhmad Fatoum2022-01-051-2/+1
* include: <linux/compiler.h>: delete __ADDRESSABLE macroAhmad Fatoum2022-01-051-10/+0
* include: spinlock.h: define dummy for DEFINE_SPINLOCKAhmad Fatoum2022-01-051-0/+2
* include: <linux/overflow.h>: add missing includeAhmad Fatoum2022-01-051-0/+1
* Merge branch 'for-next/misc'Sascha Hauer2021-12-155-2/+34
|\
| * crypto: crc32: add big endian CRC implementationAhmad Fatoum2021-12-131-0/+1
| * include: <linux/build_bug.h>: define static_assertAhmad Fatoum2021-12-131-0/+19
| * driver: implement dev_err_probe()Ahmad Fatoum2021-11-251-0/+12
| * debug_ll: ns16550: Fix interrupt disable on initJules Maselbas2021-11-221-1/+1
* | Merge branch 'for-next/efi'Sascha Hauer2021-12-1515-47/+695
|\ \
| * | of: implement new of_property_sprintfAhmad Fatoum2021-12-141-0/+2
| * | 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
| |/
* / include: linux/printk.h: include <stdarg.h> to make header self-containedAhmad Fatoum2021-12-131-0/+1
|/
* 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