linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] MIPS fixes for v5.9
@ 2020-09-25 18:07 Thomas Bogendoerfer
  2020-09-25 22:27 ` pr-tracker-bot
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas Bogendoerfer @ 2020-09-25 18:07 UTC (permalink / raw)
  To: torvalds; +Cc: linux-mips, linux-kernel

The following changes since commit b959b97860d0fee8c8f6a3e641d3c2ad76eab6be:

  MIPS: SNI: Fix spurious interrupts (2020-09-16 22:40:58 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips_fixes_5.9_3

for you to fetch changes up to be090fa62080d8501a5651a73cb954721966b125:

  MIPS: BCM47XX: Remove the needless check with the 1074K (2020-09-23 14:48:53 +0200)

----------------------------------------------------------------
- fixed FP register access on Loongsoon-3
- added missing 1074 cpu handling
- fixed Loongson2ef build error

----------------------------------------------------------------
Huacai Chen (1):
      MIPS: Loongson-3: Fix fp register access if MSA enabled

Jiaxun Yang (1):
      MIPS: Loongson2ef: Disable Loongson MMI instructions

Wei Li (2):
      MIPS: Add the missing 'CPU_1074K' into __get_cpu_type()
      MIPS: BCM47XX: Remove the needless check with the 1074K

 arch/mips/bcm47xx/setup.c        |  2 +-
 arch/mips/include/asm/cpu-type.h |  1 +
 arch/mips/loongson2ef/Platform   |  4 ++++
 arch/mips/loongson64/cop2-ex.c   | 24 ++++++++----------------
 4 files changed, 14 insertions(+), 17 deletions(-)

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea.                                                [ RFC1925, 2.3 ]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL] MIPS fixes for v5.9
  2020-09-25 18:07 [GIT PULL] MIPS fixes for v5.9 Thomas Bogendoerfer
@ 2020-09-25 22:27 ` pr-tracker-bot
  0 siblings, 0 replies; 6+ messages in thread
From: pr-tracker-bot @ 2020-09-25 22:27 UTC (permalink / raw)
  To: Thomas Bogendoerfer; +Cc: torvalds, linux-mips, linux-kernel

The pull request you sent on Fri, 25 Sep 2020 20:07:08 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips_fixes_5.9_3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/b463b6f69974867b3b5885de2f488d72e979a751

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL] MIPS fixes for v5.9
  2020-09-17 14:47 Thomas Bogendoerfer
@ 2020-09-17 19:01 ` pr-tracker-bot
  0 siblings, 0 replies; 6+ messages in thread
From: pr-tracker-bot @ 2020-09-17 19:01 UTC (permalink / raw)
  To: Thomas Bogendoerfer; +Cc: torvalds, linux-mips, linux-kernel

The pull request you sent on Thu, 17 Sep 2020 16:47:36 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips_fixes_5.9_2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4cbffc461ec91287c4cb1d0e27b01b988d0b8fba

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] MIPS fixes for v5.9
@ 2020-09-17 14:47 Thomas Bogendoerfer
  2020-09-17 19:01 ` pr-tracker-bot
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas Bogendoerfer @ 2020-09-17 14:47 UTC (permalink / raw)
  To: torvalds; +Cc: linux-mips, linux-kernel

The following changes since commit baf5cb30fbd1c22f6aa03c081794c2ee0f5be4da:

  MIPS: SNI: Fix SCSI interrupt (2020-09-03 12:00:23 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips_fixes_5.9_2

for you to fetch changes up to b959b97860d0fee8c8f6a3e641d3c2ad76eab6be:

  MIPS: SNI: Fix spurious interrupts (2020-09-16 22:40:58 +0200)

----------------------------------------------------------------
Two small fixes for SNI machines

----------------------------------------------------------------
Thomas Bogendoerfer (2):
      MIPS: SNI: Fix MIPS_L1_CACHE_SHIFT
      MIPS: SNI: Fix spurious interrupts

 arch/mips/Kconfig    | 1 +
 arch/mips/sni/a20r.c | 9 +++++++--
 2 files changed, 8 insertions(+), 2 deletions(-)

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea.                                                [ RFC1925, 2.3 ]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL] MIPS fixes for v5.9
  2020-09-04 12:32 Thomas Bogendoerfer
@ 2020-09-04 20:49 ` pr-tracker-bot
  0 siblings, 0 replies; 6+ messages in thread
From: pr-tracker-bot @ 2020-09-04 20:49 UTC (permalink / raw)
  To: Thomas Bogendoerfer; +Cc: torvalds, linux-mips, linux-kernel

The pull request you sent on Fri, 4 Sep 2020 14:32:23 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips_fixes_5.9_1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/16bf121b2ddebd4421bd73098eaae1500dd40389

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] MIPS fixes for v5.9
@ 2020-09-04 12:32 Thomas Bogendoerfer
  2020-09-04 20:49 ` pr-tracker-bot
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas Bogendoerfer @ 2020-09-04 12:32 UTC (permalink / raw)
  To: torvalds; +Cc: linux-mips, linux-kernel

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips_fixes_5.9_1

for you to fetch changes up to baf5cb30fbd1c22f6aa03c081794c2ee0f5be4da:

  MIPS: SNI: Fix SCSI interrupt (2020-09-03 12:00:23 +0200)

----------------------------------------------------------------
A few MIPS fixes:

- fallthrough fallout fix
- BMIPS fixes
- MSA fix to avoid leaking MSA register contents
- Loongson perf and cpu feature fix
- SNI interrupt fix

----------------------------------------------------------------
Florian Fainelli (2):
      MIPS: mm: BMIPS5000 has inclusive physical caches
      MIPS: BMIPS: Also call bmips_cpu_setup() for secondary cores

He Zhe (1):
      mips/oprofile: Fix fallthrough placement

Huang Pei (1):
      MIPS: add missing MSACSR and upper MSA initialization

Jiaxun Yang (1):
      MIPS: Loongson64: Do not override watch and ejtag feature

Thomas Bogendoerfer (1):
      MIPS: SNI: Fix SCSI interrupt

Tiezhu Yang (1):
      MIPS: perf: Fix wrong check condition of Loongson event IDs

WANG Xuerui (1):
      MIPS: Loongson64: Remove unnecessary inclusion of boot_param.h

 .../mips/include/asm/mach-loongson64/cpu-feature-overrides.h |  2 --
 arch/mips/include/asm/mach-loongson64/irq.h                  |  2 --
 arch/mips/include/asm/mach-loongson64/mmzone.h               |  1 -
 arch/mips/kernel/perf_event_mipsxx.c                         |  4 ++--
 arch/mips/kernel/smp-bmips.c                                 |  2 ++
 arch/mips/kernel/traps.c                                     | 12 ++++++++++++
 arch/mips/mm/c-r4k.c                                         |  4 ++++
 arch/mips/oprofile/op_model_mipsxx.c                         |  4 +++-
 arch/mips/sni/a20r.c                                         |  4 ++--
 9 files changed, 25 insertions(+), 10 deletions(-)
-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea.                                                [ RFC1925, 2.3 ]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-09-25 22:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-25 18:07 [GIT PULL] MIPS fixes for v5.9 Thomas Bogendoerfer
2020-09-25 22:27 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2020-09-17 14:47 Thomas Bogendoerfer
2020-09-17 19:01 ` pr-tracker-bot
2020-09-04 12:32 Thomas Bogendoerfer
2020-09-04 20:49 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).