summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/bthreads'Sascha Hauer2021-03-2365-35/+1712
|\
| * bthread: disable ASan accounting for fibers on 32-bit sandboxAhmad Fatoum2021-03-222-2/+9
| * commands: add new bthread test commandAhmad Fatoum2021-03-223-0/+205
| * common: introduce bthreads, co-operative barebox threadsAhmad Fatoum2021-03-228-12/+324
| * console: unconditionally run resched() in ctrlc()Ahmad Fatoum2021-03-171-2/+2
| * common: poller: replace explicit calls to poller_call() with resched()Ahmad Fatoum2021-03-174-6/+18
| * openrisc: Implement setjmp/longjmp/initjmpStafford Horne2021-03-174-0/+75
| * openrisc: Add linkage.hStafford Horne2021-03-171-0/+7
| * openrisc: Add gitignore for dtb filesStafford Horne2021-03-171-0/+1
| * openrisc: Use movhi to zero registersStafford Horne2021-03-171-3/+3
| * kvx: lib: dtb: Remove unused variableJules Maselbas2021-03-171-3/+0
| * kvx: Request enough privilege to boot LinuxJules Maselbas2021-03-172-0/+20
| * kvx: Implement dma handling primitivesYann Sionneau2021-03-175-1/+131
| * kvx: Implement dcache invalidation primitiveYann Sionneau2021-03-174-1/+40
| * kvx: Implement setjmp/longjmp/initjmpJules Maselbas2021-03-174-1/+102
| * x86: implement setjmp/longjmp/initjmpAhmad Fatoum2021-03-175-0/+169
| * powerpc: Implement initjmp/setjmp/longjmpSascha Hauer2021-03-175-1/+114
| * mips: Implement setjmp/longjmp/initjmp for 32BITSascha Hauer2021-03-174-0/+84
| * mips: Add linkage.hSascha Hauer2021-03-171-0/+9
| * riscv: Implement setjmp/longjmp/initjmp for RV32ISascha Hauer2021-03-175-0/+92
| * riscv: Add asm/linkage.hSascha Hauer2021-03-171-0/+12
| * riscv: Add asm/asm.hSascha Hauer2021-03-171-0/+69
| * sandbox: asm: implement setjmp/longjmp/initjmpAhmad Fatoum2021-03-175-4/+204
| * ARM: asm: setjmp: implement coroutine dependency initjmp()Ahmad Fatoum2021-03-174-0/+20
| * ARM: asm: setjmp: annotate setjmp/longjmp for GCCAhmad Fatoum2021-03-121-2/+2
| * common: introduce HAS_ARCH_SJLJAhmad Fatoum2021-03-121-0/+5
| * fs: ubifs: remove unused variableSascha Hauer2021-03-121-2/+0
* | Merge branch 'for-next/arm-qemu-virt64'Sascha Hauer2021-03-2321-231/+154
|\ \
| * | ARM64: board-dt-2nd: adopt kernel image headerAhmad Fatoum2021-03-223-7/+82
| * | ARM64: qemu-virt64: enable Virt IO and other useful optionsAhmad Fatoum2021-03-171-5/+41
| * | ARM64: qemu-virt64: migrate to generic DT imageAhmad Fatoum2021-03-1717-203/+31
| * | ARM64: qemu-virt64: remove dead CPU identification codeAhmad Fatoum2021-03-112-16/+0
| |/
* | Merge branch 'for-next/arch-remove'Sascha Hauer2021-03-2337-724/+0
|\ \
| * | ARM: remove Calxeda Highbank supportSascha Hauer2021-03-2237-724/+0
* | | Release v2021.03.0v2021.03.0Sascha Hauer2021-03-221-1/+1
* | | gpio: pl061: Fix driver registrationSascha Hauer2021-03-221-1/+5
* | | sandbox: fix use of initialized variable in error pathAhmad Fatoum2021-03-221-2/+2
* | | common: readline: fix possible buffer overflowsAhmad Fatoum2021-03-223-3/+3
* | | commands: readline: fix memory leak on wrong usageAhmad Fatoum2021-03-221-1/+3
* | | nand: nand-mxs: Fix marking BBT blocks as badStefan Riedmueller2021-03-221-53/+34
* | | common: shell: select dependency GLOB for SHELL_SIMPLEAhmad Fatoum2021-03-221-0/+2
* | | common: boot: select dependency CONFIG_GLOBAhmad Fatoum2021-03-221-0/+1
* | | glob: use empty globfree when compiling without CONFIG_GLOBAhmad Fatoum2021-03-222-13/+17
* | | Documentation: mips: fixup qemu-system-mipsel cmdlineAntony Pavlov2021-03-221-1/+1
* | | printk: fix inverted logic in print_hex_dump_debug()Sascha Hauer2021-03-161-1/+1
* | | bcm283X: Select OF clock providersUwe Kleine-König2021-03-151-0/+1
* | | of: base: probe simple-pm-bus children as wellAhmad Fatoum2021-03-151-0/+2
* | | ARM: mmu64: fix build for non-MMU configurationsAhmad Fatoum2021-03-151-1/+1
* | | net: e1000: Fix mtd compilationSascha Hauer2021-03-121-6/+6
* | | net: phy: fix waiting for linkSascha Hauer2021-03-121-1/+1
| |/ |/|