aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/sgi-ip32
AgeCommit message (Expand)AuthorFilesLines
2021-11-09MIPS: Allow modules to set board_be_handlerGravatar Florian Fainelli 1-1/+1
2021-07-01kernel.h: split out panic and oops helpersGravatar Andy Shevchenko 1-0/+1
2021-02-23arch: mips: update references to current linux-mips listGravatar Lukas Bulwahn 1-1/+1
2021-01-07MIPS: Remove empty prom_free_prom_memory functionsGravatar Thomas Bogendoerfer 1-5/+0
2020-10-16Merge tag 'mips_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Gravatar Linus Torvalds 2-3/+2
2020-10-12MIPS: replace add_memory_region with memblockGravatar Thomas Bogendoerfer 1-1/+2
2020-09-11dma-direct: rename and cleanup __phys_to_dmaGravatar Christoph Hellwig 1-1/+1
2020-09-11dma-direct: remove __dma_to_physGravatar Christoph Hellwig 1-1/+1
2020-08-26MIPS: SGI-IP32: No need to include mc14818*.hGravatar Thomas Bogendoerfer 1-2/+0
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Gravatar Mike Rapoport 1-1/+0
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 1-1/+0
2020-05-13MIPS: Only include the platform file neededGravatar Thomas Bogendoerfer 1-1/+0
2020-03-05MIPS: Replace setup_irq() by request_irq()Gravatar afzal mohammed 1-12/+6
2019-10-16rtc: ds1685: add indirect access method and remove plat_read/plat_writeGravatar Thomas Bogendoerfer 1-1/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2019-05-27signal: Remove task parameter from force_sigGravatar Eric W. Biederman 1-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2018-06-24MIPS: IP32: use generic dma noncoherent opsGravatar Christoph Hellwig 2-1/+38
2017-11-02mips: ip22/32: Convert timers to use timer_setup()Gravatar Kees Cook 1-11/+10
2017-03-08MIPS: Add missing include filesGravatar Arnd Bergmann 2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 2-0/+2
2017-02-14MIPS: Audit and remove any unnecessary uses of module.hGravatar Paul Gortmaker 1-1/+1
2017-01-25MIPS: Avoid old-style declarationGravatar Arnd Bergmann 1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2015-05-13MIPS: IP32: Fix build errors in reset code in DS1685 platform hook.Gravatar Joshua Kinard 1-2/+2
2015-04-17Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-5/+0
2015-04-17mips: ip32: add platform data hooks to use DS1685 driverGravatar Joshua Kinard 2-99/+78
2015-04-01MIPS: IP32: ip32-platform is not a module.Gravatar Ralf Baechle 1-5/+0
2015-01-13MIPS: IP32: Use __noreturn instead of open coded attributes in declarations.Gravatar Ralf Baechle 1-3/+4
2013-02-01MIPS: Whitespace cleanup.Gravatar Ralf Baechle 1-4/+4
2012-03-28Disintegrate asm/system.h for MIPSGravatar David Howells 2-2/+0
2011-12-07MIPS: irq: Remove IRQF_DISABLEDGravatar Yong Zhang 1-2/+0
2011-03-29MIPS: Convert the irq functions to the new namesGravatar Thomas Gleixner 1-16/+24
2011-03-25MIPS: IP32: Convert to new irq_chip functionsGravatar Thomas Gleixner 1-92/+42
2010-08-05MIPS: IP32: Migrate to new platform makefile style.Gravatar Ralf Baechle 2-2/+11
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2010-02-27MIPS: Cleanup switches with cases that can be mergedGravatar Roel Kluin 1-8/+1
2009-12-17MIPS: Move several variables from .bss to .init.dataGravatar Dmitri Vorobiev 1-1/+1
2009-05-22MIPS: IP32: Remove unnecessary if not even harmful volatile keywords.Gravatar Ralf Baechle 1-3/+3
2009-05-22MIPS: IP32: Fix build error due to uninitialized variable.Gravatar Ralf Baechle 1-0/+1
2009-05-20MIPS: IP32: Fix hang on shutdown in power button interrupt handler.Gravatar Andrew Randrianasulu 1-1/+1
2009-05-14MIPS: IP32: Fix needlessly global symbols in arch/mips/sgi-ip32/ip32-irq.cGravatar Dmitri Vorobiev 1-2/+2
2009-05-14MIPS: IP32: ip32_be_handler symbol is needlessly defined globalGravatar Dmitri Vorobiev 1-1/+1
2009-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskGravatar Linus Torvalds 1-2/+0
2009-03-30MIPS: Enable GENERIC_HARDIRQS_NO__DO_IRQ for all platformsGravatar Ralf Baechle 1-18/+45
2009-03-30MIPS: Stop using <asm-generic/int-l64.h>.Gravatar Ralf Baechle 1-1/+1
2009-03-30cpumask: remove references to struct irqaction's mask field.Gravatar Rusty Russell 1-2/+0
2008-10-15MIPS: IP32: Add platform device for CMOS RTC; remove dead codeGravatar Thomas Bogendoerfer 2-5/+16
2008-07-20[MIPS] IP32: Use common SGI button driverGravatar Thomas Bogendoerfer 1-12/+1
2008-07-15[MIPS] IP32: Add platform devices for audio and volume buttonGravatar Thomas Bogendoerfer 1-0/+36