summaryrefslogtreecommitdiffstats
path: root/arch/mips
AgeCommit message (Expand)AuthorLines
2018-08-25Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-3/+3
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada-3/+3
2018-08-23Merge tag 'mips_4.19_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds-69/+96
2018-08-21MIPS: lib: Provide MIPS64r6 __multi3() for GCC < 7Paul Burton-3/+3
2018-08-21MIPS: Workaround GCC __builtin_unreachable reordering bugPaul Burton-0/+36
2018-08-20Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-1/+1
2018-08-17MIPS: Avoid move psuedo-instruction whilst using MIPS_ISA_LEVELPaul Burton-1/+3
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder-1/+1
2018-08-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-6/+0
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-1/+3
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-33/+0
2018-08-14Merge tag 'mtd/for-4.19' of git://git.infradead.org/linux-mtdLinus Torvalds-68/+5
2018-08-13Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds-12245/+2935
2018-08-13Uprobe: Additional argument arch_uprobe to uprobe_write_opcode()Ravi Bangoria-1/+1
2018-08-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-74/+9
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-172/+0
2018-08-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+2
2018-08-10MIPS: Consistently declare TLB functionsPaul Burton-64/+51
2018-08-10MIPS: Export tlbmiss_handler_setup_pgd near its definitionPaul Burton-1/+3
2018-08-09MIPS: Remove remnants of UASM_ISAPaul Burton-2/+0
2018-08-09ssb: Remove SSB_WARN_ON, SSB_BUG_ON and SSB_DEBUGMichael Büsch-1/+0
2018-08-08MIPS: netlogic: xlr: Remove erroneous check in nlm_fmn_send()Paul Burton-2/+0
2018-08-07MIPS: VDSO: Force link endiannessPaul Burton-0/+1
2018-08-07MIPS: Always specify -EB or -EL when using clangPaul Burton-0/+10
2018-08-07MIPS: Use dins to simplify __write_64bit_c0_split()Paul Burton-1/+10
2018-08-07MIPS: Use read-write output operand in __write_64bit_c0_split()Paul Burton-9/+7
2018-08-06MIPS: Avoid using array as parameter to write_c0_kpgd()Paul Burton-1/+1
2018-08-06MIPS: vdso: Allow clang's --target flag in VDSO cflagsPaul Burton-0/+5
2018-08-06MIPS: genvdso: Remove GOT checksPaul Burton-51/+0
2018-08-06MIPS: Remove obsolete MIPS checks for DST node "chosen@0"Robert P. J. Day-4/+0
2018-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu-50/+104
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller-9/+0
2018-08-02MIPS: generic: Remove input symbols from defconfigPaul Burton-3/+0
2018-08-02Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar-11/+2
2018-08-02kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig-2/+0
2018-08-02Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig-7/+0
2018-08-02kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig-24/+0
2018-08-01MIPS: Delete unused code in linux32.cPaul Burton-19/+0
2018-08-01MIPS: Remove unused sys_32_mmap2Paul Burton-10/+0
2018-08-01MIPS: Remove nabi_no_regargsPaul Burton-37/+35
2018-07-31mips: dts: mscc: enable spi and NOR flash support on ocelot PCB123Alexandre Belloni-0/+10
2018-07-31mips: dts: mscc: Add spi on OcelotAlexandre Belloni-0/+11
2018-07-30MIPS: Loongson: Merge load addresses谢致邦 (XIE Zhibang)-2/+1
2018-07-30MIPS: Loongson: Set Loongson32 to MIPS32R1谢致邦 (XIE Zhibang)-7/+6
2018-07-30MIPS: mscc: ocelot: add interrupt controller properties to GPIO controllerQuentin Schulz-0/+3
2018-07-30MIPS: generic: Select MIPS_AUTO_PFN_OFFSETPaul Burton-0/+1
2018-07-30MIPS: Allow auto-dection of ARCH_PFN_OFFSET & PHYS_OFFSETPaul Burton-6/+28
2018-07-30MIPS: Fix ISA virt/bus conversion for non-zero PHYS_OFFSETPaul Burton-4/+4
2018-07-30MIPS: Make (UN)CAC_ADDR() PHYS_OFFSET-agnosticPaul Burton-8/+4
2018-07-28Merge tag 'mips_fixes_4.18_5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-9/+0