summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-rpc
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2025-01-10ARM: riscpc: make ecard_bus_type constantKunwu Chan-1/+1
2024-08-13ARM: riscpc: ecard: Fix the buildBart Van Assche-1/+1
2023-03-28lazy tlb: introduce lazy tlb mm refcount helper functionsNicholas Piggin-1/+1
2022-08-18ARM: Kconfig: clean up platform selectionArnd Bergmann-0/+21
2022-08-18ARM: remove obsolete Makefile.boot infrastructureArnd Bergmann-5/+0
2021-12-03ARM: riscpc: use GENERIC_IRQ_MULTI_HANDLERArnd Bergmann-15/+98
2021-09-01Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2021-08-09Merge 5.14-rc5 into driver-core-nextGreg Kroah-Hartman-0/+1
2021-07-29ARM: riscpc: Fix fall-through warning for ClangGustavo A. R. Silva-0/+1
2021-07-21bus: Make remove callback return voidUwe Kleine-König-3/+1
2021-07-19printk: Userspace format indexing supportChris Down-1/+1
2020-10-30ARM: rpc: use legacy_timer_tickArnd Bergmann-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-07-17ARM: rpc: Change blacklist to quirklist in ecode.c filePaul Schulz-9/+9
2020-03-19ARM: 8966/1: rpc: replace setup_irq() by request_irq()afzal mohammed-6/+2
2019-08-20ARM: riscpc: Mark expected switch fall-throughGustavo A. R. Silva-0/+1
2019-07-19Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds-170/+256
2019-07-03Merge branch 'sa1100-for-next'; commit 'riscpc^{/ARM: riscpc: enable chained ...Russell King-170/+267
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-48/+12
2019-06-11ARM: riscpc: reduce IRQ handling codeRussell King-86/+47
2019-06-11ARM: riscpc: move RiscPC assembly files from arch/arm/lib to mach-rpcRussell King-1/+110
2019-06-11ARM: riscpc: parse video information from tagged listRussell King-15/+8
2019-06-11ARM: riscpc: add ecard quirk for Atomwide 3port serial cardRussell King-2/+19
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-05-09ARM: riscpc: dma: use __iomem pointers for writing DMARussell King-17/+17
2019-05-09ARM: riscpc: dma: improve address/length writingRussell King-15/+11
2019-05-09ARM: riscpc: dma: make state a local variableRussell King-8/+9
2019-05-09ARM: riscpc: dma: eliminate "cur_sg" scatterlist usageRussell King-14/+15
2019-05-09ARM: riscpc: fix DMARussell King-1/+4
2019-05-09ARM: riscpc: fix ecard printingRussell King-4/+7
2019-05-09ARM: riscpc: fix lack of keyboard interrupts after irq conversionRussell King-1/+2
2019-05-09ARM: riscpc: replace gettimeoffset() with clocksourceRussell King-13/+25
2019-04-08arm: use a dummy struct device for ISA DMA use of the DMA APIChristoph Hellwig-1/+7
2018-08-01mm: do not initialize TLB stack vma's with vma_init()Linus Torvalds-4/+1
2018-07-26mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov-1/+1
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig-14/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+3
2017-07-27ARM: rpc: rename RAM_SIZE macroArnd Bergmann-2/+2
2017-06-14arm: mach-rpc: ecard: fix build errorGreg Kroah-Hartman-1/+1
2017-06-10arm: ecard: fix dev_groups patch typoGreg Kroah-Hartman-1/+1
2017-06-09arm: ecard: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman-17/+23
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2016-08-26ARM: document and update UNCACHEABLE_ADDR definitionsRussell King-1/+1
2016-02-22ARM: 8532/1: uncompress: mark putc as inlineArnd Bergmann-1/+1
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner-2/+1
2015-07-28ARM: kill off set_irq_flags usageRob Herring-9/+9
2014-10-02kbuild: remove unnecessary variable initializaionsMasahiro Yamada-4/+0