summaryrefslogtreecommitdiffstats
path: root/arch/mips/sgi-ip32
Commit message (Expand)AuthorAgeFilesLines
* MIPS: sgi-ip32: Fix missing prototypesThomas Bogendoerfer2024-01-227-8/+27
* MIPS: Allow modules to set board_be_handlerFlorian Fainelli2021-11-091-1/+1
* kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-011-0/+1
* arch: mips: update references to current linux-mips listLukas Bulwahn2021-02-231-1/+1
* MIPS: Remove empty prom_free_prom_memory functionsThomas Bogendoerfer2021-01-071-5/+0
* Merge tag 'mips_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2020-10-162-3/+2
|\
| * MIPS: replace add_memory_region with memblockThomas Bogendoerfer2020-10-121-1/+2
| * MIPS: SGI-IP32: No need to include mc14818*.hThomas Bogendoerfer2020-08-261-2/+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
|/
* mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* MIPS: Only include the platform file neededThomas Bogendoerfer2020-05-131-1/+0
* MIPS: Replace setup_irq() by request_irq()afzal mohammed2020-03-051-12/+6
* rtc: ds1685: add indirect access method and remove plat_read/plat_writeThomas Bogendoerfer2019-10-161-1/+1
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-1/+1
|\
| * signal: Remove task parameter from force_sigEric W. Biederman2019-05-271-1/+1
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* MIPS: IP32: use generic dma noncoherent opsChristoph Hellwig2018-06-242-1/+38
* mips: ip22/32: Convert timers to use timer_setup()Kees Cook2017-11-021-11/+10
* MIPS: Add missing include filesArnd Bergmann2017-03-082-0/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+2
* MIPS: Audit and remove any unnecessary uses of module.hPaul Gortmaker2017-02-141-1/+1
* MIPS: Avoid old-style declarationArnd Bergmann2017-01-251-2/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* MIPS: IP32: Fix build errors in reset code in DS1685 platform hook.Joshua Kinard2015-05-131-2/+2
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-04-171-5/+0
|\
| * MIPS: IP32: ip32-platform is not a module.Ralf Baechle2015-04-011-5/+0
* | mips: ip32: add platform data hooks to use DS1685 driverJoshua Kinard2015-04-172-99/+78
|/
* MIPS: IP32: Use __noreturn instead of open coded attributes in declarations.Ralf Baechle2015-01-131-3/+4
* MIPS: Whitespace cleanup.Ralf Baechle2013-02-011-4/+4
* Disintegrate asm/system.h for MIPSDavid Howells2012-03-282-2/+0
* MIPS: irq: Remove IRQF_DISABLEDYong Zhang2011-12-071-2/+0
* MIPS: Convert the irq functions to the new namesThomas Gleixner2011-03-291-16/+24
* MIPS: IP32: Convert to new irq_chip functionsThomas Gleixner2011-03-251-92/+42
* MIPS: IP32: Migrate to new platform makefile style.Ralf Baechle2010-08-052-2/+11
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* MIPS: Cleanup switches with cases that can be mergedRoel Kluin2010-02-271-8/+1
* MIPS: Move several variables from .bss to .init.dataDmitri Vorobiev2009-12-171-1/+1
* MIPS: IP32: Remove unnecessary if not even harmful volatile keywords.Ralf Baechle2009-05-221-3/+3
* MIPS: IP32: Fix build error due to uninitialized variable.Ralf Baechle2009-05-221-0/+1
* MIPS: IP32: Fix hang on shutdown in power button interrupt handler.Andrew Randrianasulu2009-05-201-1/+1
* MIPS: IP32: Fix needlessly global symbols in arch/mips/sgi-ip32/ip32-irq.cDmitri Vorobiev2009-05-141-2/+2
* MIPS: IP32: ip32_be_handler symbol is needlessly defined globalDmitri Vorobiev2009-05-141-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds2009-03-301-2/+0
|\
| * cpumask: remove references to struct irqaction's mask field.Rusty Russell2009-03-301-2/+0
* | MIPS: Enable GENERIC_HARDIRQS_NO__DO_IRQ for all platformsRalf Baechle2009-03-301-18/+45
* | MIPS: Stop using <asm-generic/int-l64.h>.Ralf Baechle2009-03-301-1/+1
|/
* MIPS: IP32: Add platform device for CMOS RTC; remove dead codeThomas Bogendoerfer2008-10-152-5/+16
* [MIPS] IP32: Use common SGI button driverThomas Bogendoerfer2008-07-201-12/+1