summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
Commit message (Expand)AuthorAgeFilesLines
* mips/atomic: Fix loongson_llsc_mb() wreckagePeter Zijlstra2019-10-071-0/+1
* MIPS: Don't use bc_false uninitialized in __mm_isBranchInstrNathan Chancellor2019-10-071-1/+1
* MIPS: Ingenic: Disable broken BTB lookup optimization.Zhou Yanjie2019-10-071-0/+7
* mips: fix cacheinfoVladimir Kondratiev2019-08-291-0/+2
* MIPS: kernel: only use i8253 clocksource with periodic clockeventThomas Bogendoerfer2019-08-291-1/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-195-21/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner2019-06-192-6/+2
* Merge tag 'mips_fixes_5.2_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-06-081-3/+0
|\
| * MIPS: uprobes: remove set but not used variable 'epc'YueHaibing2019-05-291-3/+0
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 252Thomas Gleixner2019-06-051-12/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 182Thomas Gleixner2019-05-302-24/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner2019-05-301-13/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-303-30/+3
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-305-68/+5
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3018-89/+18
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner2019-05-214-56/+4
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
|/
* Merge tag 'mips_5.2_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...Linus Torvalds2019-05-192-18/+11
|\
| * MIPS: Fix Ingenic SoCs sometimes reporting wrong ISAPaul Cercueil2019-05-091-0/+8
| * MIPS: perf: Fix build with CONFIG_CPU_BMIPS5000 enabledFlorian Fainelli2019-05-091-18/+3
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-05-173-0/+18
|\ \
| * | uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]David Howells2019-05-163-0/+18
* | | MIPS: mark mult_sh_align_mod() as __always_inlineMasahiro Yamada2019-05-141-2/+2
* | | Merge tag 'mips_5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2019-05-085-145/+100
|\ \ \ | |/ / |/| / | |/
| * mips: Manually call fdt_init_reserved_mem() methodSerge Semin2019-05-051-0/+3
| * mips: Make sure dt memory regions are validSerge Semin2019-05-051-1/+13
| * mips: Perform early low memory testSerge Semin2019-05-031-0/+2
| * mips: Dump memblock regions for debuggingSerge Semin2019-05-031-0/+2
| * mips: Add reserve-nomap memory type supportSerge Semin2019-05-022-1/+11
| * mips: Use memblock to reserve the __nosave memory rangeSerge Semin2019-05-021-2/+3
| * mips: Discard post-CMA-init foreach loopSerge Semin2019-05-021-5/+0
| * mips: Reserve memory for the kernel image resourcesSerge Semin2019-05-021-27/+3
| * MIPS: Remove duplicate EBase configurationPaul Burton2019-05-021-17/+3
| * MIPS: Sync icache for whole exception vectorPaul Burton2019-05-021-1/+1
| * MIPS: Always allocate exception vector for MIPSr2+Paul Burton2019-05-021-20/+15
| * MIPS: Use memblock_phys_alloc() for exception vectorPaul Burton2019-05-021-4/+4
| * mips: Combine memblock init and memory reservation loopsSerge Semin2019-04-241-41/+7
| * mips: Discard rudiments from bootmem_initSerge Semin2019-04-241-20/+5
| * mips: Make sure kernel .bss exists in boot mem poolSerge Semin2019-04-241-0/+3
| * MIPS: jump_label: Use compact branches for >= r6Paul Burton2019-04-091-5/+25
| * Merge tag 'mips_fixes_5.1_1' into mips-nextPaul Burton2019-04-091-5/+7
| |\
| * | MIPS: entry: Remove unneeded need_resched() loopValentin Schneider2019-03-191-3/+2
* | | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-071-1/+1
|\ \ \
| * | | syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin2019-03-201-1/+1
| |/ /
* | | Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2019-04-233-0/+12
|\ \ \
| * | | arch: add pidfd and io_uring syscalls everywhereArnd Bergmann2019-04-153-0/+12
| |/ /
* | | Merge tag 'mips_fixes_5.1_3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-04-221-1/+1
|\ \ \
| * | | MIPS: scall64-o32: Fix indirect syscall number loadAurelien Jarno2019-04-151-1/+1
* | | | Merge tag 'mips_fixes_5.1_2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-04-091-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | MIPS: KGDB: fix kgdb support for SMP platforms.Chong Qiao2019-03-281-1/+2