summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
* openrisc: Define the elf binary entry pointStafford Horne2021-03-041-0/+1
* Merge branch 'for-next/misc'Sascha Hauer2021-03-015-35/+14
|\
| * ARM: davinci: Replace license and copyright boilerplate by SPDX identifiersUwe Kleine-König2021-02-245-35/+14
* | nios2: Remove architectureSascha Hauer2021-02-2447-3121/+0
|/
* Merge branch 'for-next/virtio'Sascha Hauer2021-02-221-2/+13
|\
| * ARM: vexpress: config: update for VirtIO supportAhmad Fatoum2021-02-221-2/+13
* | Merge branch 'for-next/sound'Sascha Hauer2021-02-227-77/+147
|\ \
| * | sound: add SDL 2.0 sound driverAhmad Fatoum2021-02-084-0/+54
| * | sandbox: migrate to SDL 2.0Ahmad Fatoum2021-02-085-80/+96
* | | Merge branch 'for-next/misc'Sascha Hauer2021-02-227-83/+15
|\ \ \
| * | | pbl: provide externally visible fdt_find_memAhmad Fatoum2021-02-221-67/+1
| * | | ARM: cpu: board-dt-2nd: rename of_find_mem for more generic useAhmad Fatoum2021-02-221-3/+3
| * | | sandbox: support 64-bit file IO in 32-bit buildAhmad Fatoum2021-02-164-13/+10
| * | | sandbox: increase MALLOC_SIZE from 4M to 16MAhmad Fatoum2021-02-161-0/+1
| * | | ARM: drop no-thumb-interwork in EABI modeStefan Agner2021-02-161-1/+1
* | | | Merge branch 'for-next/imx'Sascha Hauer2021-02-2211-535/+1321
|\ \ \ \
| * | | | ARM: i.MX8MM: move system counter enabling into imx8mm_cpu_lowlevel_initAhmad Fatoum2021-02-012-5/+4
| * | | | ARM: i.MX8MM: fix sparse warnings in early clock codeAhmad Fatoum2021-02-011-3/+3
| * | | | ARM: i.MX: xload-gpmi-nand: apply errata 007117Andrej Picej2021-02-011-0/+62
| * | | | ARM: i.MX: implement GPMI NAND xloadSascha Hauer2021-02-013-1/+1157
| * | | | ARM: dts: imx6qdl: pfla02: Use NAND pinmux entries from upstreamAlexander Shiyan2021-01-251-24/+0
| * | | | ARM: dts: imx6qdl-samx6i: cosmetic partition cleanupMarco Felsch2021-01-191-3/+3
| * | | | ARM: dts: imx6qdl-samx6i: use upstream device tree filesMarco Felsch2021-01-193-416/+62
| * | | | ARM: dts: imx6qdl-samx6i: switch to SPDX license identifierMarco Felsch2021-01-193-53/+3
| * | | | ARM: dts: imx6qdl-smarc-samx6i: remove iomuxc hogMarco Felsch2021-01-191-12/+25
| * | | | ARM: boards: kontron-samx6i: simplify memory detection functionMarco Felsch2021-01-191-19/+15
| * | | | ARM: boards: kontron-samx6i: fix memory detection helperMarco Felsch2021-01-191-18/+6
| |/ / /
* | | | Merge branch 'for-next/firmware'Sascha Hauer2021-02-221-0/+70
|\ \ \ \
| * | | | ARM: add fncpy.h from linux v5.10Steffen Trumtrar2021-01-251-0/+70
| |/ / /
* | | | Merge branch 'for-next/ext4'Sascha Hauer2021-02-221-2/+2
|\ \ \ \
| * | | | block: use 64-bit types for sector offset and count on all platformsAhmad Fatoum2021-02-181-2/+2
| | |_|/ | |/| |
* | | | Merge branch 'for-next/asm-io'Sascha Hauer2021-02-222-4/+4
|\ \ \ \
| * | | | ppc: <asm/io.h>: remove duplicate definitionAhmad Fatoum2021-02-041-4/+0
| * | | | ARM: <asm/io.h>: define macros for I/O memcpy/memsetAhmad Fatoum2021-02-041-0/+4
| | |_|/ | |/| |
* | | | Merge branch 'for-next/asm-generic'Sascha Hauer2021-02-223-3/+3
|\ \ \ \
| * | | | treewide: include <linux/math64.h> wrapper instead of <asm-generic/div64.h>Ahmad Fatoum2021-02-193-3/+3
| | |/ / | |/| |
* | | | Merge branch 'for-next/aiodev'Sascha Hauer2021-02-222-0/+7
|\ \ \ \ | |/ / / |/| | |
| * | | aiodev: add support for STM32 ADCAhmad Fatoum2021-02-101-0/+3
| * | | regulator: add driver for stm32-vrefbufAhmad Fatoum2021-02-101-0/+4
| |/ /
* / / sandbox: fix unreliable block device detectionAhmad Fatoum2021-02-121-1/+1
|/ /
* / sandbox: Kconfig: select all of PARTITION_DISK's dependenciesAhmad Fatoum2021-02-041-0/+1
|/
* Merge branch 'for-next/video'Sascha Hauer2021-01-191-0/+4
|\