aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/dec
AgeCommit message (Expand)AuthorFilesLines
2022-05-04MIPS: fix typos in commentsGravatar Julia Lawall 2-3/+3
2022-03-07DEC: Limit PMAX memory probing to R3k systemsGravatar Maciej W. Rozycki 1-1/+1
2022-03-07mips: DEC: honor CONFIG_MIPS_FP_SUPPORT=nGravatar Randy Dunlap 2-4/+5
2021-12-16mips: dec: provide the correctly capitalized config CPU_R4X00 in init error m...Gravatar Lukas Bulwahn 1-1/+1
2021-11-09MIPS: Allow modules to set board_be_handlerGravatar Florian Fainelli 1-3/+3
2020-10-14MIPS: DEC: Restore bootmem reservation for firmware working memory areaGravatar Maciej W. Rozycki 1-1/+8
2020-10-14MIPS: dec: fix section mismatchGravatar Thomas Bogendoerfer 1-2/+2
2020-10-12MIPS: replace add_memory_region with memblockGravatar Thomas Bogendoerfer 1-5/+3
2020-05-13MIPS: Only include the platform file neededGravatar Thomas Bogendoerfer 1-1/+0
2020-05-07MIPS: asm: Rename some macros to avoid build errorsGravatar Huacai Chen 1-2/+2
2020-05-07MIPS: Use fallthrough for arch/mipsGravatar Liangliang Huang 1-1/+1
2020-03-16MIPS: pass non-NULL dev_id on shared request_irq()Gravatar afzal mohammed 1-1/+1
2020-03-05MIPS: Replace setup_irq() by request_irq()Gravatar afzal mohammed 1-35/+24
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 7-35/+7
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 1-1/+1
2018-05-14MIPS: Convert update_persistent_clock() to update_persistent_clock64()Gravatar Baolin Wang 1-4/+4
2018-05-14MIPS: Convert read_persistent_clock() to read_persistent_clock64()Gravatar Baolin Wang 1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 9-0/+9
2017-08-07MIPS: DEC: Fix an int-handler.S CPU_DADDI_WORKAROUNDS regressionGravatar Maciej W. Rozycki 1-28/+6
2017-05-08format-security: move static strings to constGravatar Kees Cook 1-3/+3
2017-02-14MIPS: Audit and remove any unnecessary uses of module.hGravatar Paul Gortmaker 3-5/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-09-29MIPS: DEC: Avoid la pseudo-instruction in delay slotsGravatar Ralf Baechle 1-2/+38
2016-05-17MIPS: DEC: Export `ioasic_ssr_lock' to modulesGravatar Maciej W. Rozycki 1-0/+1
2016-04-03MIPS: Fix misspellings in comments.Gravatar Adam Buchbinder 1-1/+1
2015-04-08MIPS: DEC: Do not set up the FPU interrupt if no FPUGravatar Maciej W. Rozycki 1-1/+1
2015-04-08MIPS: DEC: Implement FPU interrupt counterGravatar Maciej W. Rozycki 2-4/+19
2014-06-09Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-0/+5
2014-06-06arch/mips/dec: switch DECstation systems to rtc-cmosGravatar Maciej W. Rozycki 2-1/+45
2014-05-30MIPS: DEC: Remove the Halt button interrupt on R4k systemsGravatar Maciej W. Rozycki 1-0/+5
2014-05-13MIPS: DEC/SNI: O32 wrapper stack switching fixesGravatar Maciej W. Rozycki 2-90/+0
2014-05-13MIPS: DEC: Bus error handler <asm/cpu-type.h> fixesGravatar Maciej W. Rozycki 2-0/+2
2013-10-29DEC: Whitespace cleanupGravatar Maciej W. Rozycki 5-9/+9
2013-10-29MIPS: DECstation I/O ASIC DMA interrupt classesGravatar Maciej W. Rozycki 1-6/+37
2013-09-17MIPS: Optimize current_cpu_type() for better code.Gravatar Ralf Baechle 1-0/+1
2013-09-13MIPS: DECstation I/O ASIC DMA interrupt handling fixGravatar Maciej W. Rozycki 1-0/+8
2013-09-13MIPS: DECstation HRT initialization rearrangementGravatar Maciej W. Rozycki 1-3/+19
2013-09-05MIPS: DECstation HRT calibration bug fixesGravatar Maciej W. Rozycki 1-2/+3
2013-06-18MIPS: DEC: remove unbuildable promcon.cGravatar Paul Bolle 2-55/+0
2013-02-01MIPS: Whitespace cleanup.Gravatar Ralf Baechle 8-60/+60
2012-07-23MIPS: DEC: use IS_ENABLED()Gravatar Florian Fainelli 1-1/+1
2012-03-28Disintegrate asm/system.h for MIPSGravatar David Howells 4-4/+1
2011-12-07MIPS: irq: Remove IRQF_DISABLEDGravatar Yong Zhang 1-1/+0
2011-09-21MIPS: Mark cascade and low level interrupts IRQF_NO_THREADGravatar Wu Zhangjin 1-0/+4
2011-03-29MIPS: Convert the irq functions to the new namesGravatar Thomas Gleixner 2-3/+3
2011-03-25MIPS: DEC: Convert to new irq_chip functionsGravatar Thomas Gleixner 2-59/+24
2011-01-13set_rtc_mmss: show warning message only onceGravatar Stephen Hemminger 1-1/+1
2010-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflagsGravatar Linus Torvalds 1-0/+1
2010-10-19MIPS: Repair Kbuild make clean breakage.Gravatar David Daney 1-1/+1