summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Documentation: reference reboot-mode DocumentationAhmad Fatoum2021-04-131-0/+1
* Documentation: reboot-mode: fix headingsAhmad Fatoum2021-04-131-4/+5
* clk: divider: fix divider setting with CLK_SET_RATE_PARENTSascha Hauer2021-04-131-7/+5
* RISC-V: boot: uncompress: determine piggy data bounds before relocationAhmad Fatoum2021-04-132-4/+6
* virtio: pci: remove inaccurate comment on 64-bit bar addr incompatibilityAhmad Fatoum2021-04-131-7/+0
* virtio: pci: fix 64-bit incompatibilityAhmad Fatoum2021-04-131-1/+1
* video: bochs: pci: fix unterminated PCI device tableAhmad Fatoum2021-04-131-0/+1
* Documentation: fix sucessfuly -> successfully typoVivien Didelot2021-04-131-1/+1
* mtd: nand: mxs-nand: set oob layout earlierSascha Hauer2021-04-121-2/+2
* Documentation: dlink-dir-320: update device linksAntony Pavlov2021-04-011-2/+2
* Documentation: dlink-dir-320: update image file nameAntony Pavlov2021-04-011-2/+2
* imx-bbu-nand-fcb: Inform user if the barebox partition is too smallStefan Riedmueller2021-04-011-1/+15
* mtd: nand_msx: Implement ooblayout opsStefan Riedmueller2021-04-011-0/+29
* nandtest: Fix status print for NAND which size exceeds 4 GBStefan Riedmueller2021-04-011-3/+5
* commands: Kconfig: Remove HW ECC dependency from nandtestStefan Riedmueller2021-04-011-1/+0
* RISC-V: drop old timer handling codeAntony Pavlov2021-03-302-64/+1
* RISC-V: erizo.dtsi: set timebase-frequency = <24000000>Antony Pavlov2021-03-301-0/+2
* clocksource: timer-riscv: adapt riscv_timer_get_count_rdcycle() for RV32Antony Pavlov2021-03-301-3/+10
* RISC-V: boot: move stack top to very end of memoryAhmad Fatoum2021-03-291-1/+1
* RISC-V: board-dt-2nd: ensure FDT doesn't overlap with early mem regionsAhmad Fatoum2021-03-293-6/+28
* RISC-V: cpu: request stack memory regionAhmad Fatoum2021-03-291-0/+12
* fs: ext4: fix bogus behavior on failure to read ext4 blockAhmad Fatoum2021-03-291-4/+4
* ARM: i.MX: Fix overwriting defaultenv with zii board specific envSascha Hauer2021-03-261-0/+2
* ARM: dts: protonic: drop all devictree copies and start to use mainlined kern...Oleksij Rempel2021-03-2320-4278/+133
* RISC-V: add Qemu virt supportRouven Czerwinski2021-03-237-1/+330
* power: reset: add drivers for generic syscon reset and poweroffAhmad Fatoum2021-03-234-0/+184
* clocksource: add driver for RISC-V and CLINT timersAhmad Fatoum2021-03-2314-1/+659
* RISC-V: add generic DT imageAhmad Fatoum2021-03-233-0/+46
* RISC-V: add 64-bit supportRouven Czerwinski2021-03-236-18/+35
* RISC-V: support symbol names in barebox imageAhmad Fatoum2021-03-231-0/+1
* RISC-V: erizo: migrate to PBLAhmad Fatoum2021-03-2319-181/+109
* RISC-V: implement PBL and relocation supportAhmad Fatoum2021-03-2323-4/+940
* RISC-V: implement PBL image headerAhmad Fatoum2021-03-232-0/+101
* filetype: detect RISC-V imagesAhmad Fatoum2021-03-232-0/+8
* RISC-V: import Linux' optimized string functionsAhmad Fatoum2021-03-236-1/+313
* RISC-V: erizo: move to arch/riscv/boards/erizoAhmad Fatoum2021-03-237-4/+8
* RISC-V: add cacheless HAS_DMA supportAhmad Fatoum2021-03-233-0/+46
* RISC-V: drop duplicate or unneeded cflagsAhmad Fatoum2021-03-231-3/+1
* RISC-V: debug_ll: ns16550: align C access size with assembly'sAhmad Fatoum2021-03-231-6/+10
* RISC-V: <asm/unaligned.h>: don't do unaligned accessesAhmad Fatoum2021-03-231-12/+4
* serial: virtio-console: depend on, but don't select VIRTIOAhmad Fatoum2021-03-231-1/+1
* ARM: aarch64: omit unused label in assemblyAhmad Fatoum2021-03-231-1/+1
* ARM: make ARM_USE_COMPRESSED_DTB available for other archesAhmad Fatoum2021-03-235-26/+45
* images: make BOARD_ARM_GENERIC_DT available for other archesAhmad Fatoum2021-03-233-3/+7
* partitions: don't allocate dma capable memoryAhmad Fatoum2021-03-233-8/+5
* Merge branch 'for-next/virtio'Sascha Hauer2021-03-2319-119/+1045
|\
| * virtio: virtio-pci: restrict MIPS support to MMU configurationAhmad Fatoum2021-03-041-0/+1
| * virtio: support virtio-based device drivers over PCIAhmad Fatoum2021-03-047-14/+807
| * PCI: port Linux pci_find_capabilityAhmad Fatoum2021-03-042-0/+95
| * virtio: fix support for big-endian clientsAhmad Fatoum2021-03-041-1/+2