summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-rpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-07-209-170/+256
|\
| * Merge branch 'sa1100-for-next'; commit 'riscpc^{/ARM: riscpc: enable chained ...Russell King2019-07-039-170/+267
| |\
| | * ARM: riscpc: reduce IRQ handling codeRussell King2019-06-111-86/+47Star
| | * ARM: riscpc: move RiscPC assembly files from arch/arm/lib to mach-rpcRussell King2019-06-114-1/+110
| | * ARM: riscpc: parse video information from tagged listRussell King2019-06-111-15/+8Star
| | * ARM: riscpc: add ecard quirk for Atomwide 3port serial cardRussell King2019-06-111-2/+19
| | * ARM: riscpc: dma: use __iomem pointers for writing DMARussell King2019-05-091-17/+17
| | * ARM: riscpc: dma: improve address/length writingRussell King2019-05-091-15/+11Star
| | * ARM: riscpc: dma: make state a local variableRussell King2019-05-091-8/+9
| | * ARM: riscpc: dma: eliminate "cur_sg" scatterlist usageRussell King2019-05-091-14/+15
| | * ARM: riscpc: fix DMARussell King2019-05-091-1/+4
| | * ARM: riscpc: fix ecard printingRussell King2019-05-091-4/+7
| | * ARM: riscpc: fix lack of keyboard interrupts after irq conversionRussell King2019-05-091-1/+2
| | * ARM: riscpc: replace gettimeoffset() with clocksourceRussell King2019-05-091-13/+25
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1912-48/+12Star
|/ /
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* | arm: use a dummy struct device for ISA DMA use of the DMA APIChristoph Hellwig2019-04-081-1/+7
|/
* mm: do not initialize TLB stack vma's with vma_init()Linus Torvalds2018-08-011-4/+1Star
* mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov2018-07-271-1/+1
* proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-14/+2Star
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
* ARM: rpc: rename RAM_SIZE macroArnd Bergmann2017-07-271-2/+2
* arm: mach-rpc: ecard: fix build errorGreg Kroah-Hartman2017-06-141-1/+1
* arm: ecard: fix dev_groups patch typoGreg Kroah-Hartman2017-06-101-1/+1
* arm: ecard: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman2017-06-091-17/+23
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* ARM: document and update UNCACHEABLE_ADDR definitionsRussell King2016-08-261-1/+1
* ARM: 8532/1: uncompress: mark putc as inlineArnd Bergmann2016-02-221-1/+1
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-2/+1Star
* ARM: kill off set_irq_flags usageRob Herring2015-07-282-9/+9
* kbuild: remove unnecessary variable initializaionsMasahiro Yamada2014-10-021-4/+0Star
* ARM: 8113/1: remove remaining definitions of PLAT_PHYS_OFFSET from <mach/memo...Uwe Kleine-König2014-07-301-5/+0Star
* Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-04-052-23/+9Star
|\
| * ARM: drop <mach/timex.h> for !ARCH_MULTIPLATFORM, tooUwe Kleine-König2013-12-201-17/+0Star
| * ARM: rpc: stop using <mach/timex.h>Uwe Kleine-König2013-12-201-6/+9
* | ARM: 8000/1: misc: remove deprecated IRQF_DISABLEDMichael Opdenacker2014-03-122-2/+1Star
|/
* ARM: debug: move 8250 debug include into arch/arm/include/debug/Russell King2013-08-251-13/+0Star
* ARM: debug: provide 8250 debug uart phys/virt address configuration optionsRussell King2013-08-251-8/+0Star
* ARM: debug: provide 8250 debug uart register shift configuration optionRussell King2013-08-251-1/+0Star
* ARM: debug: provide 8250 debug uart flow control configuration optionRussell King2013-08-251-1/+0Star
* reboot: arm: change reboot_mode to use enum reboot_modeRobin Holt2013-07-091-1/+2
* Merge tag 'cleanup-decompwdog-3.9' of git://git.linaro.org/people/shawnguo/li...Olof Johansson2013-02-051-5/+0Star
|\
| * ARM: remove unused arch_decomp_wdog()Shawn Guo2013-01-111-5/+0Star
* | ARM: delete struct sys_timerStephen Warren2012-12-242-8/+3Star
* | ARM: set arch_gettimeoffset directlyStephen Warren2012-12-241-3/+3
|/
* ARM: rpc: check device_register return code in ecard_probeArnd Bergmann2012-10-071-1/+3
* ARM: fiq: change FIQ_START to a variableShawn Guo2012-07-011-1/+1
* Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-03-302-11/+0Star
|\
| * ARM: create a common IOMEM definitionRob Herring2012-03-141-6/+0Star