summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* imd: add optional endianness= parameter for bi-endian systemsAntony Pavlov2022-02-112-0/+16
* ARM: rockchip: rk3568-evb: Drop unused propertySascha Hauer2022-02-101-1/+0
* crypto: consistently name the algo digest symbols HAVE_DIGEST_...Uwe Kleine-König2022-02-102-18/+18
* kbuild: replace $(H) with $(pound)Masahiro Yamada2022-02-081-2/+1
* kvx: remove unused CONFIG_ARCHINFOMasahiro Yamada2022-02-081-7/+0
* setlocalversion: update to Linux 5.16Masahiro Yamada2022-02-081-64/+39
* mtd: mtdram: add physically mapped ROM (mtd-rom) supportAhmad Fatoum2022-02-071-6/+16
* mtd: mtdram: discard superfluous codeAhmad Fatoum2022-02-071-11/+2
* compiler: fix __attribute__((format(printf, sandbox incompatibilityAhmad Fatoum2022-02-071-2/+2
* sandbox: symlink stickypage.bin into build directoryAhmad Fatoum2022-02-072-0/+7
* Kbuild: add bareboxversion target to MakefileFrank Wunderlich2022-02-071-1/+4
* of_path: Fix typoSascha Hauer2022-02-041-1/+1
* include: <asm-generic/bug.h>: implement WARN_ON_ONCEAhmad Fatoum2022-01-311-0/+12
* ARM: rockchip-v8-defconfig: Enable USBSascha Hauer2022-01-251-2/+20
* Documentation: reboot-mode: mention that system.reboot_mode.next is initially...Ulrich Ölmann2022-01-241-1/+2
* Documentation: reboot-mode: fix typosUlrich Ölmann2022-01-241-2/+2
* commands: wd: add new -x option to inhibit all watchdogsAhmad Fatoum2022-01-201-2/+5
* Add Ricoh RN5T568 PMIC based watchdogJuergen Borleis2022-01-203-0/+153
* Add the base Ricoh RN5T568 PMIC driverJuergen Borleis2022-01-203-0/+172
* power: reset: Kconfig: fix copy-&-paste bug in help textUlrich Ölmann2022-01-201-1/+2
* block: efi-block-io: add devinfo callback for media infoAhmad Fatoum2022-01-201-15/+27
* Merge branch 'for-next/ssd1307'Sascha Hauer2022-01-194-57/+130
|\
| * video: ssd1307fb: add spi supportMichael Tretter2022-01-032-7/+57
| * video: ssd1307fb: use function pointer for writeMichael Tretter2022-01-031-9/+17
| * video: ssd1307fb: move i2c setup to single placeMichael Tretter2022-01-031-4/+3
| * video: ssd1307fb: don't use i2c client for loggingMichael Tretter2022-01-031-10/+10
| * video: ssd1307fb: pass par instead of i2c client to writeMichael Tretter2022-01-031-34/+35
| * i2c: stub device_i2c_driver if I2C is disabledMichael Tretter2022-01-031-0/+5
| * spi: add to_spi_device helperMichael Tretter2022-01-031-0/+5
| * spi: stub device_spi_driver if SPI is disabledMichael Tretter2022-01-031-0/+5
* | Merge branch 'for-next/spdx'Sascha Hauer2022-01-191262-106/+2447
|\ \
| * | treewide: add SPDX-License-Identifier for files without explicit licenseAhmad Fatoum2022-01-0564-1/+123
| * | arch: add SPDX-License-Identifier to all .c filesAhmad Fatoum2022-01-05148-2/+296
| * | arch: add SPDX-License-Identifier to all .S filesAhmad Fatoum2022-01-0539-6/+75
| * | arch: add SPDX-License-Identifier to all headersAhmad Fatoum2022-01-05263-10/+520
| * | ARM: i.MX: add SPDX-License-Identifier for DCDAhmad Fatoum2022-01-05159-2/+306
| * | include: add SPDX-License-IdentifierAhmad Fatoum2022-01-05140-1/+279
| * | fs: jffs2: add SPDX-License-Identifier: GPL-2.0-onlyAhmad Fatoum2022-01-0524-73/+29
| * | images: add SPDX-License-IdentifiersAhmad Fatoum2022-01-0521-1/+30
| * | treewide: add SPDX-License-Identifier for .gitignoreAhmad Fatoum2022-01-0529-0/+57
| * | treewide: add SPDX-License-Identifier for Kbuild/KconfigAhmad Fatoum2022-01-05356-10/+694
| * | commands: set SPDX-License-Identifier for files without license statementAhmad Fatoum2022-01-0519-0/+38
* | | Merge branch 'for-next/riscv'Sascha Hauer2022-01-1923-107/+592
|\ \ \
| * | | RISC-V: Virt: enable more useful optionsAhmad Fatoum2022-01-122-0/+12
| * | | RISC-V: add stacktrace support via frame pointer walkingAhmad Fatoum2022-01-129-6/+123
| * | | RISC-V: don't use x8/s0/fp in assemblyAhmad Fatoum2022-01-123-35/+35
| * | | RISC-V: virt: riscvemu: clear frame buffer before jumping to reset vectorAhmad Fatoum2022-01-121-0/+3
| * | | RISC-V: virt: riscvemu: be explicit about HTIF base addressAhmad Fatoum2022-01-121-0/+10
| * | | RISC-V: virt: riscvemu: repurpose 64k low RAM for state/environmentAhmad Fatoum2022-01-125-0/+131
| * | | RISC-V: virt: riscvemu: add HTIF DEBUG_LL supportAhmad Fatoum2022-01-123-0/+29