summaryrefslogtreecommitdiffstats
path: root/arch/sandbox
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/sandbox-compile-test'Sascha Hauer2020-06-118-14/+96
|\
| * sandbox: os: add_image: fix memory leakAhmad Fatoum2020-06-031-1/+1
| * sandbox: asm: implement <asm/atomic.h>Ahmad Fatoum2020-06-031-0/+2
| * sandbox: select HAS_DMAAhmad Fatoum2020-06-031-0/+1
| * sandbox: asm: implement stub DMA functionsAhmad Fatoum2020-06-031-1/+52
| * sandbox: implement stub physical virtual translationAhmad Fatoum2020-06-031-0/+10
| * sandbox: <asm/io.h>: include bitio accessorsAhmad Fatoum2020-06-031-0/+1
| * sandbox: support forcing 32-bit x86Ahmad Fatoum2020-06-033-2/+19
| * sandbox: asm: bitsperlong.h: detect bitness according to 64BIT symbolAhmad Fatoum2020-06-031-10/+1
| * sandbox: define CONFIG_64BIT as appropriateAhmad Fatoum2020-06-031-0/+9
* | Merge branch 'for-next/misc'Sascha Hauer2020-06-111-40/+2
|\ \ | |/ |/|
| * arch: include <asm-generic/int-ll64.h> from <asm/types.h>Masahiro Yamada2020-05-181-40/+2
* | kbuild: switch over to thin archiveMasahiro Yamada2020-05-251-1/+1
|/
* Merge branch 'for-next/misc'Sascha Hauer2020-05-147-21/+0
|\
| * treewide: remove references to CREDITSUwe Kleine-König2020-04-277-21/+0
* | arch: remove KBUILD_SRC checks from arch MakefileMasahiro Yamada2020-05-122-8/+0
* | kbuild: prefix compiler flag variables with KBUILD_Masahiro Yamada2020-04-272-9/+9
|/
* kbuild: rename barebox-{common, lds} to BAREBOX_{OBJS, LDS}Masahiro Yamada2020-03-111-2/+2
* sandbox: hostfile: fix UB-inducing shiftAhmad Fatoum2020-02-101-1/+1
* sandbox: fix signed integer overflowAhmad Fatoum2020-02-101-1/+1
* sandbox: add_image: mmap block devicesRobert Karszniewicz2019-10-281-0/+8
* sandbox: add_image: output errno string on mmap failureRobert Karszniewicz2019-10-231-1/+1
* hwrng: dev-random: always use /dev/urandomAhmad Fatoum2019-10-232-7/+1
* lds: Add and use RO_DATA_SECTION macroSascha Hauer2019-10-141-5/+3
* X86: lds: remove unnecessary alignmentsSascha Hauer2019-10-141-8/+0
* lds: Move start/end address variables into definesSascha Hauer2019-10-141-12/+2
* Merge branch 'for-next/sandbox'Sascha Hauer2019-09-1210-9/+112
|\
| * hwrng: add sandbox driver interface to host /dev/randomAhmad Fatoum2019-09-094-0/+39
| * sandbox: dts: add example for barebox, hostfile backed stateAhmad Fatoum2019-09-091-0/+50
| * sandbox: hostfile: allow probing from device treeAhmad Fatoum2019-09-093-4/+18
| * sandbox: compile with symbol -fvisibility=hiddenAhmad Fatoum2019-08-281-1/+2
| * sandbox: redefine optarg and optind to avoid collisionsAhmad Fatoum2019-08-281-1/+2
| * sandbox: remove unused ARCH_LINUX Kconfig symbolAhmad Fatoum2019-08-281-3/+0
| * sandbox: include header to provide missing prototypeAhmad Fatoum2019-08-281-0/+1
* | sandbox: support Address and UndefinedBehavior sanitizersAhmad Fatoum2019-09-092-1/+13
* | sandbox: use sanitizer unwind for dump_stack if availableAhmad Fatoum2019-09-094-1/+19
* | Kconfig: retire empty <asm/barebox.h>Ahmad Fatoum2019-08-301-1/+0
|/
* Merge branch 'for-next/sandbox'Sascha Hauer2019-07-125-5/+3
|\
| * sandbox: drop blank lines at EOFAntony Pavlov2019-07-112-2/+0
| * sandbox: eliminale no previous prototype for ‘sandbox_add_device’ warningAntony Pavlov2019-07-111-0/+1
| * sandbox: prevent segfault in tap_alloc()Antony Pavlov2019-07-112-3/+2
* | Regenerate defconfig filesSascha Hauer2019-06-261-3/+1
|/
* Shell: Handle aborting loops betterSascha Hauer2019-04-241-1/+1
* Merge branch 'for-next/misc'Sascha Hauer2019-02-131-2/+0
|\
| * move umode_t typedef from asm/types.h to linux/types.hAntony Pavlov2019-01-181-2/+0
* | devfs: Drop dev_lseek_default()Andrey Smirnov2019-01-291-1/+0
|/
* kconfig: include common Kconfig files from top-level KconfigAntony Pavlov2018-12-031-8/+0
* drivers: Introduce dev_set_name()Andrey Smirnov2018-10-181-1/+1
* rename file_operations -> cdev_operationsSascha Hauer2018-04-061-1/+1
* ratp: implement generic command supportAleksander Morgado2018-03-011-0/+5