summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/rockchip'Sascha Hauer2021-11-151-0/+27
|\
| * cdev: Add function to get unallocated space at start of deviceSascha Hauer2021-10-121-0/+27
* | Merge branch 'for-next/misc'Sascha Hauer2021-11-156-74/+6
|\ \
| * | include: add dedicated header for printf/printkAhmad Fatoum2021-11-015-5/+5
| * | devfs: Do not create overlapping partitionsSascha Hauer2021-10-121-69/+1
* | | Merge branch 'for-next/imx'Sascha Hauer2021-11-151-1/+1
|\ \ \
| * | | imd: reuse imd_is_crc32()Antony Pavlov2021-11-011-1/+1
* | | | efi: efi-iomem: fix erroneous use of IS_ENABLED()Ahmad Fatoum2021-11-151-16/+16
* | | | efi: efi-iomem: don't add EFI loader code/data as memory banksAhmad Fatoum2021-11-151-2/+6
|/ / /
* | | common: Kconfig: fix indentationUlrich Ölmann2021-10-121-3/+3
* | | common: Kconfig: fix typosUlrich Ölmann2021-10-121-13/+13
| |/ |/|
* | console: fixup add new CONFIG_CONSOLE_DISABLE_INPUT optionAhmad Fatoum2021-10-111-1/+1
|/
* Merge branch 'for-next/targettools'Sascha Hauer2021-10-071-29/+0
|\
| * common: add new menu for target toolsAhmad Fatoum2021-10-021-26/+0
| * common: remove !SANDBOX dependency for target toolsAhmad Fatoum2021-10-021-3/+0
* | Merge branch 'for-next/riscv'Sascha Hauer2021-10-072-4/+10
|\ \
| * | RISC-V: add LiteX SoC and linux-on-litex-vexriscv supportAntony Pavlov2021-10-071-0/+4
| * | console: support set baudrate for fixed baudrate driversAntony Pavlov2021-10-041-4/+6
* | | Merge branch 'for-next/misc'Sascha Hauer2021-10-079-29/+98
|\ \ \ | |/ / |/| |
| * | state: backend_raw: fix ignoring unpack failuresMarco Felsch2021-10-051-1/+3
| * | common: Select CRC32 dependency for DEFAULT_ENVIRONMENTJules Maselbas2021-10-051-0/+1
| * | console: add new CONFIG_CONSOLE_DISABLE_INPUT optionRouven Czerwinski2021-10-054-6/+27
| * | kbuild: dtc: Allow adding device tree fragments via configTrent Piepho2021-10-051-0/+24
| * | fastboot: use file_list_parse_null()Rouven Czerwinski2021-10-051-1/+1
| * | file_list: add file_list_parse_null()Rouven Czerwinski2021-10-052-20/+20
| * | hush: fix conditional statements exit codeAndrej Picej2021-10-051-1/+22
* | | blspec: fix use-after-free of firmware search pathAhmad Fatoum2021-10-042-4/+4
| |/ |/|
* | fs: fat: pbl: support >32M alignment for first partitionAhmad Fatoum2021-10-011-1/+1
* | common: menutree: prevent read of uninitialized memory in error pathAhmad Fatoum2021-10-011-1/+1
* | startup: don't read glob_t if glob("/env/init/*") failsAhmad Fatoum2021-10-011-2/+2
|/
* fit: Use digest_verify() to verify hashesSascha Hauer2021-07-301-7/+1
* password: Use crypto_memneq() to compare hashesSascha Hauer2021-07-301-2/+3
* state: support deep probeAhmad Fatoum2021-07-181-0/+4
* Merge branch 'for-next/usb-gadget'Sascha Hauer2021-07-186-43/+107
|\
| * bthread: replace blocking bthread_stop with nonblocking bthread_cancelAhmad Fatoum2021-06-281-11/+33
| * bthread: remove thread exit codesAhmad Fatoum2021-06-281-10/+10
| * usbgadget: add support for USB mass storage gadgetAhmad Fatoum2021-06-251-1/+9
| * usbgadget: refactor usbgadget_register to accept arrayAhmad Fatoum2021-06-251-11/+17
| * common: bthread: schedule only in command contextAhmad Fatoum2021-06-251-3/+3
| * common: move workqueue handling from poller_call() to sched()Ahmad Fatoum2021-06-254-15/+40
| * bthread: add debug print for scheduler context switchesAhmad Fatoum2021-06-251-1/+4
* | Merge branch 'for-next/rockchip'Sascha Hauer2021-07-182-1/+12
|\ \
| * | ARM: Rockchip: Add rk3568 supportSascha Hauer2021-06-281-1/+9
| * | filetype: Add Rockchip boot image typeSascha Hauer2021-06-211-0/+3
| |/
* | Merge branch 'for-next/riscv'Sascha Hauer2021-07-183-1/+50
|\ \
| * | RISC-V: StarFive: add board support for BeagleV StarlightAhmad Fatoum2021-06-241-0/+5
| * | RISC-V: erizo: make it easier to reuse ns16550 debug_llAhmad Fatoum2021-06-241-0/+6
| * | RISC-V: S-Mode: propagate Hart IDAhmad Fatoum2021-06-242-1/+39
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2021-07-181-2/+25
|\ \
| * | common: bbu: add pr_fmtRouven Czerwinski2021-06-211-0/+3