summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/include
Commit message (Expand)AuthorAgeFilesLines
* sandbox: set DMA_ALIGNMENT instead of defining dma_allocAhmad Fatoum2024-01-111-5/+1
* Merge branch 'for-next/prepare-optee'Sascha Hauer2023-11-271-0/+2
|\
| * include: import Linux word-at-a-time.hAhmad Fatoum2023-11-231-0/+2
* | console: move ARCH_HAS_CTRLC into KconfigAhmad Fatoum2023-11-211-2/+0
|/
* sandbox: add empty <asm/linkage.h>Ahmad Fatoum2023-10-131-0/+8
* dma: rework dma_sync_single_for_*() interfaceDenis Orlov2023-06-061-6/+6
* sandbox: watchdog: handle missing stickypage gracefullyAhmad Fatoum2023-05-021-0/+16
* lds: introduce <asm/barebox.lds.h>Ahmad Fatoum2022-10-111-0/+3
* sandbox: implement DEBUG_LL supportAhmad Fatoum2022-10-051-0/+16
* asm-generic: provide phys_to_virt() and virt_to_phys()Antony Pavlov2022-08-081-10/+0
* dma: avoid clash between static inline and extern dma_alloc declarationsAhmad Fatoum2022-06-171-0/+5
* arch: add SPDX-License-Identifier to all headersAhmad Fatoum2022-01-0512-0/+24
* asm-generic: include bitio.h from io.hAhmad Fatoum2021-08-231-1/+0
* Merge branch 'for-next/virtio'Sascha Hauer2021-03-231-11/+0
|\
| * dma: move dma_map/unmap_single from ARM to common codeAhmad Fatoum2021-03-041-11/+0
* | sandbox: asm: implement setjmp/longjmp/initjmpAhmad Fatoum2021-03-171-0/+17
|/
* sandbox: add dummy memory-mapped I/O port regionAhmad Fatoum2020-10-011-1/+5
* sandbox: include: <asm/types.h>: don't define INTERNAL_SIZE_TAhmad Fatoum2020-07-141-11/+2
* sandbox: specify sizeof(dma_addr_t) == sizeof(phys_addr_t) == 8 on 64BITAhmad Fatoum2020-07-142-7/+0
* Merge branch 'for-next/sandbox-compile-test'Sascha Hauer2020-06-114-11/+66
|\
| * sandbox: asm: implement <asm/atomic.h>Ahmad Fatoum2020-06-031-0/+2
| * 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: asm: bitsperlong.h: detect bitness according to 64BIT symbolAhmad Fatoum2020-06-031-10/+1
* | arch: include <asm-generic/int-ll64.h> from <asm/types.h>Masahiro Yamada2020-05-181-40/+2
|/
* Kconfig: retire empty <asm/barebox.h>Ahmad Fatoum2019-08-301-1/+0
* move umode_t typedef from asm/types.h to linux/types.hAntony Pavlov2019-01-181-2/+0
* asm-generic: partially sync io.h with linux kernelOleksij Rempel2017-09-081-1/+2
* sandbox: drop unused header filesAntony Pavlov2016-10-122-26/+0
* rework remap_rangeSascha Hauer2015-11-031-13/+1
* sandbox: asm/byteorder.h: fix guard macro nameAntony Pavlov2015-07-021-3/+3
* sandbox: use generic posix_types.hSascha Hauer2015-06-031-93/+1
* introduce bitsperlong.h for remaining architecturesSascha Hauer2015-06-032-1/+11
* dma: Use generic place for dma_addr_t typedefSascha Hauer2015-05-221-4/+0
* consistently use the same bitops.h fileSascha Hauer2014-07-171-6/+19
* sandbox: add bit manipulation stuffHolger Schurig2014-06-261-0/+7
* common: Allow for I/O mapped I/OMichel Stam2014-04-081-0/+1
* remap_range: make function 'remap_range' globalAlexander Aring2013-01-181-0/+18
* Merge branch 'for-next/sandbox'Sascha Hauer2012-10-032-1/+15
|\
| * sandbox: fix posix_typesAlexander Aring2012-09-111-0/+14
| * sandbox-unaligned: better usement of ifdefAlexander Aring2012-09-111-1/+1
* | Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-4/+0
|/
* sandbox: add asm-generic/io.hAlexander Aring2012-09-031-1/+6
* blackfin, mips, openrisc, ppc, sandbox, x86: add generic dma_alloc, dma_free ...Marc Kleine-Budde2012-06-301-0/+13
* sandbox: fix 64bit buildSascha Hauer2012-06-251-0/+7
* Add unaligned.h to sandbox archLars Poeschel2012-02-271-0/+19
* sandbox: move ELFCLASS detection to asm/elf.hJean-Christophe PLAGNIOL-VILLARD2011-11-221-1/+10
* sandbox: make asm/io.h nonemptySascha Hauer2011-09-231-0/+1
* Merge branch 'pu-remove-gd_t' into nextSascha Hauer2011-08-031-30/+0
|\