summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
Commit message (Expand)AuthorAgeFilesLines
* asm-generic: fix unistd_32.h generation formatMichal Simek2020-04-071-2/+1
* Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-031-0/+1
|\
| * .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
* | Merge tag 'mips_5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2020-03-3113-87/+77
|\ \
| * | MIPS: Exclude more dsemul code when CONFIG_MIPS_FP_SUPPORT=nYousong Zhou2020-03-252-13/+23
| * | MIPS: Add support for Desktop Management Interface (DMI)Tiezhu Yang2020-03-231-0/+2
| * | Merge tag 'mips_fixes_5.6.1' into mips-nextThomas Bogendoerfer2020-03-232-2/+3
| |\|
| * | Use ELF_BASE_PLATFORM to pass ISA levelYunQiang Su2020-03-191-0/+18
| * | MIPS: pass non-NULL dev_id on shared request_irq()afzal mohammed2020-03-161-1/+2
| * | MIPS: Replace setup_irq() by request_irq()afzal mohammed2020-03-059-74/+33
* | | Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-301-1/+1
|\ \ \
| * | | mips: vdso: Use generic VDSO clock mode storageThomas Gleixner2020-02-171-1/+1
| |/ /
* | | Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-03-301-8/+1
|\ \ \ | |_|/ |/| |
| * | MIPS: smp: Remove tick_broadcast_countPeter Xu2020-03-061-8/+1
* | | MIPS: Fix CONFIG_MIPS_CMDLINE_DTB_EXTEND handlingPaul Cercueil2020-02-271-1/+2
|/ /
* / MIPS: VPE: Fix a double free and a memory leak in 'release_vpe()'Christophe JAILLET2020-02-151-1/+1
|/
* Merge tag 'kgdb-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds2020-02-031-5/+0
|\
| * MIPS: kdb: Remove old workaround for backtracing on other CPUsDouglas Anderson2020-01-311-5/+0
* | Merge tag 'mips_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2020-01-315-53/+77
|\ \
| * | MIPS: Add MAC2008 SupportJiaxun Yang2020-01-221-1/+15
| * | MIPS: make CPU_HAS_LOAD_STORE_LR opt-outAlexander Lobakin2020-01-221-18/+18
| * | MIPS: sync-r4k: do slave counter synchronization with disabled HW interruptsSergey Korolev2020-01-221-0/+5
| * | MIPS: syscalls: fix indentation of the 'SYSNR' messageAlexander Lobakin2020-01-201-1/+1
| * | MIPS: use resource_sizeJulia Lawall2020-01-101-4/+2
| * | MIPS: X1830: Add X1830 system type.周琰杰 (Zhou Yanjie)2020-01-091-29/+36
| |/
* | Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds2020-01-293-0/+3
|\ \
| * | arch: wire up pidfd_getfd syscallSargun Dhillon2020-01-133-0/+3
| |/
* | Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-293-0/+3
|\ \
| * | open: introduce openat2(2) syscallAleksa Sarai2020-01-183-0/+3
* | | Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-291-2/+0
|\ \ \
| * | | arch/mips/setup: Drop dummy_con initializationArvind Sankar2020-01-141-2/+0
| | |/ | |/|
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-281-3/+3
|\ \ \
| * | | sched/rt, MIPS: Use CONFIG_PREEMPTIONThomas Gleixner2019-12-081-3/+3
| | |/ | |/|
* | | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-062-3/+3
| |/ |/|
* | Merge tag 'mips_fixes_5.5_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-01-041-1/+26
|\ \ | |/ |/|
| * mips: cacheinfo: report shared CPU mapVladimir Kondratiev2019-11-261-1/+26
* | Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds2019-12-012-4/+4
|\ \
| * | y2038: elfcore: Use __kernel_old_timeval for process timesArnd Bergmann2019-11-152-4/+4
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-261-9/+6
|\ \ \ | |_|/ |/| |
| * | vmlinux.lds.h: Replace RODATA with RO_DATAKees Cook2019-11-041-1/+1
| * | vmlinux.lds.h: Move NOTES into RO_DATAKees Cook2019-11-041-2/+0
| * | vmlinux.lds.h: Move Program Header restoration into NOTES macroKees Cook2019-11-041-2/+1
| * | vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notesKees Cook2019-11-041-6/+6
* | | MIPS: Ingenic: Disable abandoned HPTLB function.Zhou Yanjie2019-11-221-2/+19
* | | MIPS: Drop pmon.hJiaxun Yang2019-11-111-1/+0
* | | MIPS: Loongson: Rename LOONGSON1 to LOONGSON32Huacai Chen2019-11-114-4/+4
* | | Merge tag 'mips_fixes_5.4_3' into mips-nextPaul Burton2019-11-012-4/+37
|\ \ \ | | |/ | |/|
| * | MIPS: bmips: mark exception vectors as char arraysJonas Gorski2019-10-231-4/+4
| * | MIPS: elf_hwcap: Export userspace ASEsJiaxun Yang2019-10-101-0/+33
* | | MIPS: Loongson64: Rename CPU TYPESJiaxun Yang2019-10-315-13/+13