summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/misc'Sascha Hauer2024-01-232-14/+23
|\
| * common: Kconfig: TIMESTAMP: fix helpAntony Pavlov2024-01-111-4/+3
| * uImage: use IS_ENABLED(CONFIG_TIMESTAMP)Antony Pavlov2024-01-111-10/+12
| * lib: add optional linked list debuggingAhmad Fatoum2024-01-111-0/+8
* | Merge branch 'for-next/layerscape'Sascha Hauer2024-01-232-2/+4
|\ \
| * | ARM: Layerscape: LS1028a: extend layerscape image filetype detection for LS1028aSascha Hauer2024-01-101-0/+2
| * | memory: Fix reserve_sdram_region() return valueSascha Hauer2024-01-101-2/+2
| |/
* | Merge branch 'for-next/imx'Sascha Hauer2024-01-233-5/+52
|\ \
| * | ARM64: mmu: add dynamic optee memory mapping supportMarco Felsch2024-01-191-1/+1
| * | optee: optee_verify_header: constify optee_headerMarco Felsch2024-01-191-1/+1
| * | optee: add helper functions to set/get the optee memory baseMarco Felsch2024-01-191-0/+27
| * | optee: add header version checkMarco Felsch2024-01-191-0/+5
| * | optee: add support to verify 64-bit headers as wellRouven Czerwinski2024-01-191-2/+8
| * | common: add OPTEE_SHM_SIZE to configure optee shared memoryMarco Felsch2024-01-191-0/+9
| * | common: limit BOOTM_OPTEE to 32bit systemsMarco Felsch2024-01-191-1/+1
| |/
* | Merge branch 'for-next/cdev'Sascha Hauer2024-01-231-4/+8
|\ \
| * | partition: switch to using cdevfs_add_partitionAhmad Fatoum2024-01-081-4/+8
| |/
* / bootchooser: add new value "reset" to reset boot attempts counterHolger Assmann2024-01-041-0/+11
|/
* Merge branch 'for-next/op-tee'Sascha Hauer2023-12-181-0/+5
|\
| * optee: add bidirectional communication supportMarc Kleine-Budde2023-12-051-0/+5
* | Merge branch 'for-next/misc'Sascha Hauer2023-12-183-4/+91
|\ \
| * | fastboot: sparse: print descriptive error on overflowing destinationAhmad Fatoum2023-12-131-1/+1
| * | efi: fill more EFI runtime variables defined by systemdMichael Olbrich2023-12-131-0/+34
| * | efi: add more helper functions to write EFI variablesMichael Olbrich2023-12-131-0/+38
| * | FIT: match best configuration when multiple are compatibleAhmad Fatoum2023-12-131-3/+12
| * | FIT: support kernel images with type = "kernel_noload"Ahmad Fatoum2023-12-051-0/+6
| |/
* / dma: add DMA API debugging supportAhmad Fatoum2023-12-051-0/+14
|/
* Merge branch 'for-next/prepare-optee'Sascha Hauer2023-11-271-1/+1
|\
| * include: provide linux/errno.hAhmad Fatoum2023-11-231-1/+1
* | Merge branch 'for-next/misc'Sascha Hauer2023-11-275-29/+176
|\ \
| * | dlmalloc: populate errno on errorAhmad Fatoum2023-11-231-5/+16
| * | common: machine_id: support deriving app specific UUIDsAhmad Fatoum2023-11-221-1/+82
| * | console: move ARCH_HAS_CTRLC into KconfigAhmad Fatoum2023-11-212-2/+2
| * | commands: drvinfo: support filtering by driverAhmad Fatoum2023-11-211-0/+15
| * | complete: add support for spaces in completionsAhmad Fatoum2023-11-211-18/+52
| * | dlmalloc: hide out of bounds accesses from compilerSascha Hauer2023-11-211-3/+9
* | | Merge branch 'for-next/k3'Sascha Hauer2023-11-271-1/+15
|\ \ \
| * | | ARM64: Add support for debug_ll on TI AM62x SoCsSascha Hauer2023-11-031-1/+15
| |/ /
* | / ARM: i.MX: add i.MX9 debug_ll supportSascha Hauer2023-11-201-0/+6
| |/ |/|
* | resource: align memory reservation to page boundariesAhmad Fatoum2023-11-101-4/+4
|/
* Merge branch 'for-next/tlsf'Sascha Hauer2023-10-274-22/+31
|\
| * common: malloc: ensure alignment is always at least 8 byteAhmad Fatoum2023-09-264-1/+11
| * tlsf: give malloc 8-byte alignment on 32-bit as wellAhmad Fatoum2023-09-261-6/+6
| * tlsf: fix sizeof(size_t) == sizeof(void *) assumptionAhmad Fatoum2023-09-261-7/+8
| * tlsf: ensure malloc pool is alignedAhmad Fatoum2023-09-261-2/+2
| * tlsf: turn static const variables into compiletime constant expressionsAhmad Fatoum2023-09-261-8/+6
* | Merge branch 'for-next/of-reserve'Sascha Hauer2023-10-272-1/+29
|\ \
| * | memory: remap immediately in reserve_sdram_region()Sascha Hauer2023-10-231-0/+26
| * | bootm: print memreserve map in verbose modeSascha Hauer2023-10-191-1/+3
| |/
* | machine_id: Add getter of machine id hashables.Christian Melki2023-10-181-0/+5