Age | Commit message (Expand) | Author | Files | Lines |
2017-11-02 | mips: ip22/32: Convert timers to use timer_setup() | Kees Cook | 1 | -11/+10 |
2017-03-08 | MIPS: Add missing include files | Arnd Bergmann | 2 | -0/+2 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2 | -0/+2 |
2017-02-14 | MIPS: Audit and remove any unnecessary uses of module.h | Paul Gortmaker | 1 | -1/+1 |
2017-01-25 | MIPS: Avoid old-style declaration | Arnd Bergmann | 1 | -2/+2 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
2015-05-13 | MIPS: IP32: Fix build errors in reset code in DS1685 platform hook. | Joshua Kinard | 1 | -2/+2 |
2015-04-17 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 1 | -5/+0 |
2015-04-17 | mips: ip32: add platform data hooks to use DS1685 driver | Joshua Kinard | 2 | -99/+78 |
2015-04-01 | MIPS: IP32: ip32-platform is not a module. | Ralf Baechle | 1 | -5/+0 |
2015-01-13 | MIPS: IP32: Use __noreturn instead of open coded attributes in declarations. | Ralf Baechle | 1 | -3/+4 |
2013-02-01 | MIPS: Whitespace cleanup. | Ralf Baechle | 1 | -4/+4 |
2012-03-28 | Disintegrate asm/system.h for MIPS | David Howells | 2 | -2/+0 |
2011-12-07 | MIPS: irq: Remove IRQF_DISABLED | Yong Zhang | 1 | -2/+0 |
2011-03-29 | MIPS: Convert the irq functions to the new names | Thomas Gleixner | 1 | -16/+24 |
2011-03-25 | MIPS: IP32: Convert to new irq_chip functions | Thomas Gleixner | 1 | -92/+42 |
2010-08-05 | MIPS: IP32: Migrate to new platform makefile style. | Ralf Baechle | 2 | -2/+11 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -1/+0 |
2010-02-27 | MIPS: Cleanup switches with cases that can be merged | Roel Kluin | 1 | -8/+1 |
2009-12-17 | MIPS: Move several variables from .bss to .init.data | Dmitri Vorobiev | 1 | -1/+1 |
2009-05-22 | MIPS: IP32: Remove unnecessary if not even harmful volatile keywords. | Ralf Baechle | 1 | -3/+3 |
2009-05-22 | MIPS: IP32: Fix build error due to uninitialized variable. | Ralf Baechle | 1 | -0/+1 |
2009-05-20 | MIPS: IP32: Fix hang on shutdown in power button interrupt handler. | Andrew Randrianasulu | 1 | -1/+1 |
2009-05-14 | MIPS: IP32: Fix needlessly global symbols in arch/mips/sgi-ip32/ip32-irq.c | Dmitri Vorobiev | 1 | -2/+2 |
2009-05-14 | MIPS: IP32: ip32_be_handler symbol is needlessly defined global | Dmitri Vorobiev | 1 | -1/+1 |
2009-03-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask | Linus Torvalds | 1 | -2/+0 |
2009-03-30 | MIPS: Enable GENERIC_HARDIRQS_NO__DO_IRQ for all platforms | Ralf Baechle | 1 | -18/+45 |
2009-03-30 | MIPS: Stop using <asm-generic/int-l64.h>. | Ralf Baechle | 1 | -1/+1 |
2009-03-30 | cpumask: remove references to struct irqaction's mask field. | Rusty Russell | 1 | -2/+0 |
2008-10-15 | MIPS: IP32: Add platform device for CMOS RTC; remove dead code | Thomas Bogendoerfer | 2 | -5/+16 |
2008-07-20 | [MIPS] IP32: Use common SGI button driver | Thomas Bogendoerfer | 1 | -12/+1 |
2008-07-15 | [MIPS] IP32: Add platform devices for audio and volume button | Thomas Bogendoerfer | 1 | -0/+36 |
2008-07-03 | [MIPS] IP32: Fix unexpected irq 71 | Thomas Bogendoerfer | 1 | -0/+5 |
2008-04-28 | [MIPS] replace remaining __FUNCTION__ occurrences | Harvey Harrison | 1 | -1/+1 |
2008-01-07 | [MIPS] Fix IP32 breakage | Thomas Bogendoerfer | 2 | -12/+9 |
2007-11-26 | [MIPS] IP32: More interrupt renumbering fixes. | Ralf Baechle | 1 | -10/+14 |
2007-11-02 | [MIPS] IP32: Fix address of 2nd serial interface. | Ralf Baechle | 1 | -1/+1 |
2007-10-29 | [MIPS] IP32: Fixes after interrupt renumbering. | Ralf Baechle | 1 | -51/+77 |
2007-10-18 | [MIPS] IP32: Retire use of plat_timer_setup. | Ralf Baechle | 1 | -6/+0 |
2007-10-16 | [MIPS] IP32: Fix build by conversion to irq_cpu.c. | Ralf Baechle | 2 | -90/+74 |
2007-10-11 | [MIPS] Fix "no space between function name and open parenthesis" warnings. | Ralf Baechle | 3 | -18/+18 |
2007-10-11 | [MIPS] Implement clockevents for R4000-style cp0 count/compare interrupt | Ralf Baechle | 1 | -1/+1 |
2007-10-11 | [MIPS] Deforest the function pointer jungle in the time code. | Ralf Baechle | 1 | -6/+6 |
2007-10-11 | [MIPS] cleanup struct irqaction initializers | Thomas Gleixner | 1 | -4/+12 |
2007-09-27 | [MIPS] IP32: Fix initialization of UART base addresses. | Ralf Baechle | 1 | -2/+2 |
2007-07-31 | [MIPS] Use -Werror on subdirectories which build cleanly. | Ralf Baechle | 1 | -0/+2 |
2007-07-31 | [MIPS] IP32: Don't ignore request_irq's return value. | Ralf Baechle | 1 | -1/+2 |
2007-07-10 | [MIPS] Put an end to <asm/serial.h>'s long and annyoing existence | Ralf Baechle | 2 | -36/+52 |
2007-05-24 | meth driver renovation | Ralf Baechle | 2 | -1/+21 |
2007-03-19 | [MIPS] Misc fixes for plat_irq_dispatch functions | Thiemo Seufer | 1 | -1/+1 |