summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | arch/mips: change duplicated word in NUMA help textRandy Dunlap2020-03-041-1/+1
| * | | | MIPS: reduce print level for cache informationOleksij Rempel2020-02-284-23/+23
| * | | | MIPS: pic32mzda: Drop pointless static qualifierYueHaibing2020-02-281-1/+1
| * | | | mips/jazz: Update jazz_defconfig for MIPS MagnumFinn Thain2020-02-191-1/+12
| * | | | mips/jazz: Remove redundant settings and shrink jazz_defconfigFinn Thain2020-02-191-254/+0
| * | | | MIPS: configs: Cleanup old Kconfig optionsKrzysztof Kozlowski2020-02-1916-23/+4
| * | | | MIPS: ralink: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven2020-02-191-1/+1
| * | | | MIPS: Pistachio: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven2020-02-191-1/+1
| * | | | MIPS: pic32mzda: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven2020-02-191-1/+1
| * | | | MIPS: jz4740: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven2020-02-191-1/+1
| * | | | MIPS: generic: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven2020-02-191-1/+1
| * | | | MIPS: BMIPS: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven2020-02-191-1/+1
| * | | | MIPS: ath79: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven2020-02-191-1/+1
| | |/ / | |/| |
* | | | Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-308-64/+55
|\ \ \ \
| * | | | mips: vdso: Enable mips to use common headersVincenzo Frascino2020-03-213-19/+28
| * | | | mips: Introduce asm/vdso/clocksource.hVincenzo Frascino2020-03-212-3/+10
| * | | | lib/vdso: Cleanup clock mode storage leftoversThomas Gleixner2020-02-171-1/+0
| * | | | mips: vdso: Use generic VDSO clock mode storageThomas Gleixner2020-02-175-46/+15
| * | | | MIPS: vdso: Compile high resolution parts conditionallyThomas Gleixner2020-02-171-0/+7
| |/ / /
* | | | Merge tag 'timers-nohz-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-301-0/+1
|\ \ \ \
| * | | | context-tracking: Introduce CONFIG_HAVE_TIF_NOHZFrederic Weisbecker2020-02-141-0/+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
| | |_|/ | |/| |
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-301-3/+2
|\ \ \ \
| * \ \ \ Merge branch 'uaccess.futex' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner2020-03-281-3/+2
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | futex: arch_futex_atomic_op_inuser() calling conventions changeAl Viro2020-03-271-3/+2
| | |/ /
* | | | Merge 5.6-rc7 into staging-nextGreg Kroah-Hartman2020-03-238-42/+79
|\ \ \ \ | | |_|/ | |/| |
| * | | MIPS: DTS: CI20: fix interrupt for pcf8563 RTCH. Nikolaus Schaller2020-03-071-1/+4
| * | | MIPS: DTS: CI20: fix PMU definitions for ACT8600H. Nikolaus Schaller2020-03-071-15/+24
| * | | MIPS: Fix CONFIG_MIPS_CMDLINE_DTB_EXTEND handlingPaul Cercueil2020-02-271-1/+2
| |/ /
| * | MIPS: ingenic: DTS: Fix watchdog nodesPaul Cercueil2020-02-192-16/+18
| * | MIPS: X1000: Fix clock of watchdog node.周琰杰 (Zhou Yanjie)2020-02-191-4/+2
| * | MIPS: vdso: Wrap -mexplicit-relocs in cc-optionNathan Chancellor2020-02-191-1/+1
| * | MIPS: VPE: Fix a double free and a memory leak in 'release_vpe()'Christophe JAILLET2020-02-151-1/+1
| * | MIPS: cavium_octeon: Fix syncw generation.Mark Tomlinson2020-02-151-1/+3
| * | mips: vdso: add build time check that no 'jalr t9' calls leftVictor Kamensky2020-02-151-1/+7
| * | MIPS: Disable VDSO time functionality on microMIPSPaul Burton2020-02-151-2/+17
| * | mips: vdso: fix 'jalr t9' crash in vdso codeVictor Kamensky2020-02-151-0/+1
| |/
* | MIPS: octeon: remove typedef declaration for cvmx_pko_command_word0Chris Packham2020-02-122-5/+5
* | MIPS: octeon: remove typedef declaration for cvmx_helper_link_infoChris Packham2020-02-1212-31/+31
* | MIPS: octeon: remove typedef declaration for cvmx_wqeChris Packham2020-02-125-22/+22
|/
* Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-02-095-7/+7
|\
| * kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-045-7/+7
* | Merge tag 'kvm-5.6-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-02-061-21/+16
|\ \
| * | KVM: MIPS: Fold comparecount_func() into comparecount_wakeup()Sean Christopherson2020-02-051-10/+5
| * | KVM: MIPS: Fix a build error due to referencing not-yet-defined functionSean Christopherson2020-02-051-21/+21
* | | Merge tag 'microblaze-v5.6-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2020-02-041-1/+0
|\ \ \
| * | | asm-generic: Make dma-contiguous.h a mandatory include/asm headerMichal Simek2020-02-041-1/+0
* | | | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-17/+14
* | | | mips: mm: add p?d_leaf() definitionsSteven Price2020-02-041-0/+5