summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release v2021.10.0v2021.10.0Sascha Hauer2021-10-071-1/+1
* of: overlay: don't do fixups on empty global.of.overlay.dirAhmad Fatoum2021-10-041-0/+3
* video: Fix broken bcm2835 fb driverDaniel BrĂ¡t2021-10-041-2/+19
* blspec: fix use-after-free of firmware search pathAhmad Fatoum2021-10-043-6/+6
* Documentation: Typo fix in command exampleJules Maselbas2021-10-041-1/+1
* base: driver: fix double removal of child devicesAhmad Fatoum2021-10-021-1/+3
* RISC-V: board-dt-2nd: move low level init into nonnaked functionAhmad Fatoum2021-10-021-1/+7
* virtio: implement remove callbacksAhmad Fatoum2021-10-026-2/+43
* ARM: at91: at91sam9263ek: add device tree check for board codeAhmad Fatoum2021-10-011-0/+3
* 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
* power: reset: nvmem-reboot-mode: disable device tree fixupAhmad Fatoum2021-10-011-0/+8
* Documentation: reboot-mode: add note about /env/bmodeAhmad Fatoum2021-10-012-2/+4
* pbl/Kconfig: fix typo "inflluences" -> "influences"Jules Maselbas2021-10-011-1/+1
* Release v2021.08.0v2021.08.0Sascha Hauer2021-08-231-1/+1
* ARM: at91: fix building samad2 images without sama5d3Ahmad Fatoum2021-08-091-4/+1
* mci: imx-esdhc-pbl: initialize fsl_esdhc_hostRouven Czerwinski2021-08-091-4/+4
* fit: Use digest_verify() to verify hashesSascha Hauer2021-07-301-7/+1
* password: Use crypto_memneq() to compare hashesSascha Hauer2021-07-301-2/+3
* crypto: digest: use crypto_memneq()Sascha Hauer2021-07-301-2/+5
* crypto: add crypto_memneq()Sascha Hauer2021-07-303-0/+109
* Revert "sandbox: hostfile: move initcall to earlier postcore level"Ahmad Fatoum2021-07-181-1/+1
* sandbox: turn into deep probe platformAhmad Fatoum2021-07-181-2/+14
* nvmem: support deep probeAhmad Fatoum2021-07-181-0/+13
* state: support deep probeAhmad Fatoum2021-07-181-0/+4
* of: partition: implement of_partition_ensure_probedAhmad Fatoum2021-07-182-0/+17
* sandbox: fix probe order dependency between watchdog and powerAhmad Fatoum2021-07-181-8/+6
* sandbox: power: set $global.system.reset=POR on poweroffAhmad Fatoum2021-07-181-3/+11
* Merge branch 'for-next/zynqmp'Sascha Hauer2021-07-1810-0/+238
|\
| * Documentation: zynqmp: add some documentationMichael Tretter2021-06-251-0/+40
| * ARM: zynqmp: defconfig: enable more featuresMichael Tretter2021-06-251-0/+23
| * ARM: zynqmp: zcu104: register update handlerMichael Tretter2021-06-252-0/+19
| * ARM: zynqmp: add update handlerMichael Tretter2021-06-253-0/+70
| * dts: zcu104: add Barebox environmentMichael Tretter2021-06-251-0/+10
| * clk: zynqmp: do not enable already enabled clocksMichael Tretter2021-06-251-0/+3
| * ARM: zynqmp: set reset sourceMichael Tretter2021-06-252-0/+73
* | Merge branch 'for-next/usb-gadget'Sascha Hauer2021-07-1827-148/+3621
|\ \
| * | bthread: add options to create and delete dummy bthreadsAhmad Fatoum2021-06-281-1/+26
| * | bthread: replace blocking bthread_stop with nonblocking bthread_cancelAhmad Fatoum2021-06-284-44/+56
| * | bthread: remove thread exit codesAhmad Fatoum2021-06-284-38/+47
| * | usbgadget: add support for USB mass storage gadgetAhmad Fatoum2021-06-2513-4/+3347
| * | usbgadget: refactor usbgadget_register to accept arrayAhmad Fatoum2021-06-253-25/+39
| * | Documentation: devel: background-execution: update bthread docsAhmad Fatoum2021-06-251-23/+11
| * | bthread: implement basic Linux-like completion APIAhmad Fatoum2021-06-251-0/+55
| * | common: bthread: schedule only in command contextAhmad Fatoum2021-06-253-5/+8
| * | common: move workqueue handling from poller_call() to sched()Ahmad Fatoum2021-06-257-27/+52
| * | bthread: add debug print for scheduler context switchesAhmad Fatoum2021-06-251-1/+4
| * | input: virtio: poll from poller, not bthreadAhmad Fatoum2021-06-252-26/+22
| |/
* | Merge branch 'for-next/usb'Sascha Hauer2021-07-182-2/+2
|\ \