aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/Makefile
AgeCommit message (Expand)Author
2018-06-11MIPS: Use '+=" instead of '=' to avoid the CFLAGS overrideKevin Hao
2018-05-18mips64: Disable attribute-alias warningKhem Raj
2018-05-18mips: Disable attribute-alias warningsKhem Raj
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-29MIPS: Move r4k FP code from r4k_switch.S to r4k_fpu.SPaul Burton
2017-08-29MIPS: Remove unused R6000 supportPaul Burton
2017-06-29MIPS: cmpxchg: Implement 1 byte & 2 byte xchg()Paul Burton
2017-06-28MIPS: module: Unify rel & rela reloc handlingPaul Burton
2017-01-03MIPS: Export {copy, clear}_page functions alongside their definitionsPaul Burton
2017-01-03MIPS: Add cacheinfo supportJustin Chen
2016-08-02MIPS: Factor o32 specific code into signal_o32.cHarvey Hunt
2016-05-13MIPS: Kernel: Add relocate.cMatt Redfearn
2016-05-09MIPS: BMIPS: Add Whirlwind (BMIPS5200) initialization codeFlorian Fainelli
2016-02-25MIPS: Delete smp-gic.cQais Yousef
2015-11-11MIPS: CPS: Early debug using an ns16550-compatible UARTPaul Burton
2015-09-03Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2015-09-03MIPS: Add uprobes support.Ralf Baechle
2015-07-31MIPS/irqchip: Move i8259 irqchip driver to drivers/irqchipRalf Baechle
2015-06-21MIPS/IRQCHIP: Move irq_chip from arch/mips to drivers/irqchip.Ralf Baechle
2015-06-21MIPS: Add SysRq operation to dump TLBs on all CPUsJames Hogan
2015-02-17MIPS: kernel: mips-r2-to-r6-emul: Add R2 emulator for MIPS R6Leonid Yegoshin
2015-02-17MIPS: asm: spram: Add new symbol for MIPS scratch pad storageMarkos Chandras
2014-11-24clocksource: mips-gic: Combine with GIC clockevent driverAndrew Bresticker
2014-11-24MIPS: Move GIC clocksource driver to drivers/clocksource/Andrew Bresticker
2014-11-24MIPS: ELF: Set FP mode according to .MIPS.abiflagsPaul Burton
2014-11-24MIPS: Move GIC to drivers/irqchip/Andrew Bresticker
2014-05-30MIPS: OCTEON: Enable use of FPUDavid Daney
2014-05-29Merge branch 'wip-mips-pm' of https://github.com/paulburton/linux into mips-f...Ralf Baechle
2014-05-28MIPS: pm-cps: add PM state entry code for CPS systemsPaul Burton
2014-05-24MIPS: MT: Remove SMTC supportRalf Baechle
2014-04-24MIPS: PM: Add CPU PM callbacks for general CPU contextJames Hogan
2014-03-26MIPS: Coherent Processing System SMP implementationPaul Burton
2014-03-06MIPS: Add CPC probe, access functionsPaul Burton
2014-03-06MIPS: Add generic CM probe & access codePaul Burton
2014-03-06MIPS: Move GIC IPI functions out of smp-cmp.cPaul Burton
2014-01-22MIPS: APRP: Add RTLX API support for CMP platforms.Deng-Cheng Zhu
2014-01-22MIPS: APRP: Split RTLX support into separate files.Deng-Cheng Zhu
2014-01-22MIPS: APRP: Add VPE loader support for CMP platforms.Deng-Cheng Zhu
2014-01-22MIPS: APRP: Split VPE loader into separate files.Deng-Cheng Zhu
2014-01-22MIPS: Add debugfs file to print the segmentation control registersSteven J. Hill
2013-10-29MIPS: PowerTV: Remove support code.Ralf Baechle
2013-10-29MIPS: Provide arch_syscall_addr.Ralf Baechle
2013-10-29MIPS: Add 8250/16550 serial early printk driverYoichi Yuasa
2013-05-22MIPS: Consolidate idle loop / WAIT instruction support in a single file.Ralf Baechle
2013-05-10Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2013-05-09Merge branch 'mti-next' of git://git.linux-mips.org/pub/scm/sjhill/linux-sjhi...Ralf Baechle
2013-05-09MIPS: Add new GIC clockevent driver.Raghu Gandham
2013-05-09MIPS: Refactor GIC clocksource code.Steven J. Hill
2013-05-08MIPS: move mips_{set,get}_machine_name() to a more generic placeJohn Crispin
2013-04-28Merge branch 'pm-cpufreq'Rafael J. Wysocki