summaryrefslogtreecommitdiffstats
path: root/arch/arm/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* ARM/omap1: switch to use dma_direct_set_offset for lbus DMA offsetsChristoph Hellwig2020-09-251-18/+0
* dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan2020-09-171-5/+4
* ARM/dma-mapping: move various helpers from dma-mapping.h to dma-direct.hChristoph Hellwig2020-09-172-50/+50
* ARM/dma-mapping: remove dma_to_virtChristoph Hellwig2020-09-171-17/+1
* ARM/dma-mapping: remove a __arch_page_to_dma #errorChristoph Hellwig2020-09-171-4/+0
* dma-direct: rename and cleanup __phys_to_dmaChristoph Hellwig2020-09-111-1/+1
* dma-direct: remove __dma_to_physChristoph Hellwig2020-09-111-1/+1
* Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-08-141-1/+2
|\
| * vdso/treewide: Add vdso_data pointer argument to __arch_get_hw_counter()Thomas Gleixner2020-08-061-1/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-121-2/+2
|\ \
| * | uaccess: remove segment_eqChristoph Hellwig2020-08-121-2/+2
* | | Merge tag 'iommu-updates-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-08-111-3/+0
|\ \ \ | |/ / |/| |
| * | arm: Remove dev->archdata.iommu pointerJoerg Roedel2020-06-301-3/+0
* | | asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport2020-08-071-0/+1
* | | asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport2020-08-071-11/+0
* | | mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
* | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2020-08-064-126/+29
|\ \ \ | |_|/ |/| |
| * | ARM: uaccess: add further explanation of __range_ok()Russell King2020-07-221-1/+5
| * | ARM: 8993/1: remove it8152 PCI controller driverMike Rapoport2020-07-211-116/+0
| * | ARM: 8991/1: use VFP assembler mnemonics if availableStefan Agner2020-07-212-1/+13
| * | ARM: 8990/1: use VFP assembler mnemonics in register load/store macrosStefan Agner2020-07-211-8/+11
| |/
* | Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-031-1/+2
|\ \
| * | arch_topology, sched/core: Cleanup thermal pressure definitionValentin Schneider2020-07-221-1/+2
| |/
* | Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-033-8/+1
|\ \
| * \ Merge branch 'locking/header'Peter Zijlstra2020-07-291-2/+0
| |\ \
| | * | locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu2020-07-291-2/+0
| * | | arm: Break cyclic percpu includePeter Zijlstra2020-07-102-5/+2
| | |/ | |/|
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-08-031-0/+1
|\ \ \
| * | | asm/rwonce: Don't pull <asm/barrier.h> into 'asm-generic/rwonce.h'Will Deacon2020-07-211-0/+1
| |/ /
* / / ARM: percpu.h: fix build errorGrygorii Strashko2020-07-301-0/+2
|/ /
* / efi/libstub: arm: Print CPU boot mode and MMU state at bootArd Biesheuvel2020-06-171-0/+7
|/
* mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-094-31/+1
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-092-2/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-095-7/+3
* arm: add loglvl to unwind_backtrace()Dmitry Safonov2020-06-091-1/+2
* arm/asm: add loglvl to c_backtrace()Dmitry Safonov2020-06-092-2/+4
* arm: rename flush_cache_user_range to flush_icache_user_rangeChristoph Hellwig2020-06-081-2/+2
* arm,sparc,unicore32: remove flush_icache_user_rangeChristoph Hellwig2020-06-081-3/+0
* kmap: consolidate kmap_prot definitionsIra Weiny2020-06-051-2/+0
* arch/kunmap_atomic: consolidate duplicate codeIra Weiny2020-06-051-1/+0
* arch/kmap_atomic: consolidate duplicate codeIra Weiny2020-06-051-1/+0
* arch/kunmap: remove duplicate kunmap implementationsIra Weiny2020-06-051-3/+0
* arch/kmap: remove redundant arch specific kmapsIra Weiny2020-06-051-2/+0
* arm: add support for folded p4d page tablesMike Rapoport2020-06-051-1/+0
* mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid()Anshuman Khandual2020-06-041-1/+1
* mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Anshuman Khandual2020-06-041-0/+1
* mm/hugetlb: define a generic fallback for is_hugepage_only_range()Anshuman Khandual2020-06-041-6/+0
* Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-031-4/+4
|\
| * floppy: split the base port from the register in I/O accessesWilly Tarreau2020-05-121-4/+4
* | Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-021-0/+14
|\ \