summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | arm: kill dump_task_regs()Al Viro2020-10-261-4/+0
| |/ / /
* | | | Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-162-8/+5
|\ \ \ \
| * \ \ \ Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2020-12-153-11/+15
| |\ \ \ \
| * | | | | ARM: irqstat: Get rid of duplicated declarationThomas Gleixner2020-11-232-8/+5
| | |/ / / | |/| | |
* | | | | Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-153-22/+26
|\ \ \ \ \
| * | | | | ARM: highmem: Fix cache_is_vivt() referenceArnd Bergmann2020-12-041-0/+1
| * | | | | ARM: highmem: Switch to generic kmap atomicThomas Gleixner2020-11-063-22/+25
| |/ / / /
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-12-151-0/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | signal: clear non-uapi flag bits when passing/returning sa_flagsPeter Collingbourne2020-11-231-0/+2
| |/ / /
* | | | Merge tag 'asm-generic-fixes-5.10-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-11-282-0/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann2020-11-162-0/+4
| |/ /
* / / ARM: 9019/1: kprobes: Avoid fortify_panic() when copying optprobe templateAndrew Jeffery2020-10-271-11/+11
|/ /
* | treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-257-11/+11
* | Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-10-221-0/+7
|\ \
| * | kbuild: preprocess module linker scriptMasahiro Yamada2020-09-241-0/+7
| |/
* | Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-221-7/+0
|\ \
| * | ARM/PCI: Remove unused fields from struct hw_pciLorenzo Pieralisi2020-09-181-7/+0
| |/
* | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-154-89/+33
|\ \
| * | dma-mapping: move dma-debug.h to kernel/dma/Christoph Hellwig2020-10-062-2/+0
| * | dma-mapping: remove <asm/dma-contiguous.h>Christoph Hellwig2020-10-061-15/+0
| * | 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 'pm-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2020-10-141-0/+5
|\ \
| * | arm: disable frequency invariance for CONFIG_BL_SWITCHERIonela Voinescu2020-10-081-0/+3
| * | cpufreq,arm,arm64: restructure definitions of arch_set_freq_scale()Ionela Voinescu2020-10-081-0/+1
| * | arch_topology, arm, arm64: define arch_scale_freq_invariant()Valentin Schneider2020-09-181-0/+1
| |/
* | Merge tag 'for-linus-5.10b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-141-0/+5
|\ \
| * | xen/arm: do not setup the runstate info page if kpti is enabledStefano Stabellini2020-10-051-0/+5
| |/
* | mm: account PMD tables like PTE tablesMatthew Wilcox2020-10-141-0/+1
* | Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-131-10/+7
|\ \
| * | arm: propagate the calling convention changes down to csum_partial_copy_from_...Al Viro2020-08-201-5/+2
| * | saner calling conventions for csum_and_copy_..._user()Al Viro2020-08-201-7/+6
| * | csum_partial_copy_nocheck(): drop the last argumentAl Viro2020-08-201-1/+1
| * | unify generic instances of csum_partial_copy_nocheck()Al Viro2020-08-201-0/+1
| |/
* | Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-0/+147
|\ \
| * | arm/build: Assert for unwanted sectionsKees Cook2020-09-011-0/+11
| * | arm/build: Add missing sectionsKees Cook2020-09-011-1/+3
| * | arm/build: Explicitly keep .ARM.attributes sectionsKees Cook2020-09-011-0/+4
| * | arm/build: Refactor linker script headersKees Cook2020-09-011-0/+130
* | | Merge tag 'efi-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-121-12/+11
|\ \ \
| * | | efi/libstub: arm32: Base FDT and initrd placement on image addressArd Biesheuvel2020-09-161-12/+11
| | |/ | |/|
* | | ARM: Remove custom IRQ stat accountingMarc Zyngier2020-09-171-17/+0
* | | ARM: Kill __smp_cross_call and coMarc Zyngier2020-09-171-6/+0
* | | ARM: Allow IPIs to be handled as normal interruptsMarc Zyngier2020-09-131-0/+5
|/ /
* | Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-08-141-1/+2
|\ \ | |/ |/|