linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL V2] csky fixes for v5.0-rc6
@ 2019-02-12  8:30 guoren
  2019-02-12  8:30 ` guoren
  0 siblings, 1 reply; 2+ messages in thread
From: guoren @ 2019-02-12  8:30 UTC (permalink / raw)
  To: torvalds; +Cc: arnd, linux-kernel, linux-arch, ren_guo

The following changes since commit d13937116f1e82bf508a6325111b322c30c85eb9:

  Linux 5.0-rc6 (2019-02-10 14:42:20 -0800)

are available in the git repository at:

  git@github.com:c-sky/csky-linux.git tags/csky-for-linus-5.0-rc6

for you to fetch changes up to 749e649084d0acb8c5d28c0ec502d9cc023bff86:

  csky: Fixup dead loop in show_stack (2019-02-12 10:25:37 +0800)

----------------------------------------------------------------
arch/csky patches for 5.0-rc6

Here is some fixup patches for 5.0-rc6:

Guo Ren (10):
	csky: Fixup _PAGE_GLOBAL bit for 610 tlb entry
	irqchip/csky: Optimize remove unnecessary loop irq handle
	irqchip/irq-csky-mpintc: Add triger type and priority
	dt-bindings: interrupt-controller: Update csky mpintc
	csky: Fixup wrong pt_regs size
	csky: coding convention: Use task_stack_page
	dt-bindings: csky,apb-intc: Add vector irq mode
	irqchip/csky: Add support-vector-irq for apb-intc
	csky: Fixup io-range page attribute for mmap("/dev/mem")
	csky: Fixup dead loop in show_stack

Signed-off-by: Guo Ren <ren_guo@c-sky.com>

----------------------------------------------------------------
Guo Ren (10):
      csky: Fixup _PAGE_GLOBAL bit for 610 tlb entry
      irqchip/csky: Optimize remove unnecessary loop irq handle
      irqchip/irq-csky-mpintc: Add triger type and priority
      dt-bindings: interrupt-controller: Update csky mpintc
      csky: Fixup wrong pt_regs size
      csky: coding convention: Use task_stack_page
      dt-bindings: csky,apb-intc: Add vector irq mode
      irqchip/csky: Add support-vector-irq for apb-intc
      csky: Fixup io-range page attribute for mmap("/dev/mem")
      csky: Fixup dead loop in show_stack

 .../interrupt-controller/csky,apb-intc.txt         |   3 +
 .../bindings/interrupt-controller/csky,mpintc.txt  |  21 +++-
 arch/csky/include/asm/pgtable.h                    |   9 +-
 arch/csky/include/asm/processor.h                  |   4 +-
 arch/csky/kernel/dumpstack.c                       |   4 +
 arch/csky/kernel/ptrace.c                          |   3 +-
 arch/csky/kernel/smp.c                             |   3 +-
 arch/csky/mm/ioremap.c                             |  14 +++
 drivers/irqchip/irq-csky-apb-intc.c                |  59 +++++++----
 drivers/irqchip/irq-csky-mpintc.c                  | 113 +++++++++++++++++++--
 10 files changed, 196 insertions(+), 37 deletions(-)

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

* [GIT PULL V2] csky fixes for v5.0-rc6
  2019-02-12  8:30 [GIT PULL V2] csky fixes for v5.0-rc6 guoren
@ 2019-02-12  8:30 ` guoren
  0 siblings, 0 replies; 2+ messages in thread
From: guoren @ 2019-02-12  8:30 UTC (permalink / raw)
  To: torvalds; +Cc: arnd, linux-kernel, linux-arch, ren_guo

The following changes since commit d13937116f1e82bf508a6325111b322c30c85eb9:

  Linux 5.0-rc6 (2019-02-10 14:42:20 -0800)

are available in the git repository at:

  git@github.com:c-sky/csky-linux.git tags/csky-for-linus-5.0-rc6

for you to fetch changes up to 749e649084d0acb8c5d28c0ec502d9cc023bff86:

  csky: Fixup dead loop in show_stack (2019-02-12 10:25:37 +0800)

----------------------------------------------------------------
arch/csky patches for 5.0-rc6

Here is some fixup patches for 5.0-rc6:

Guo Ren (10):
	csky: Fixup _PAGE_GLOBAL bit for 610 tlb entry
	irqchip/csky: Optimize remove unnecessary loop irq handle
	irqchip/irq-csky-mpintc: Add triger type and priority
	dt-bindings: interrupt-controller: Update csky mpintc
	csky: Fixup wrong pt_regs size
	csky: coding convention: Use task_stack_page
	dt-bindings: csky,apb-intc: Add vector irq mode
	irqchip/csky: Add support-vector-irq for apb-intc
	csky: Fixup io-range page attribute for mmap("/dev/mem")
	csky: Fixup dead loop in show_stack

Signed-off-by: Guo Ren <ren_guo@c-sky.com>

----------------------------------------------------------------
Guo Ren (10):
      csky: Fixup _PAGE_GLOBAL bit for 610 tlb entry
      irqchip/csky: Optimize remove unnecessary loop irq handle
      irqchip/irq-csky-mpintc: Add triger type and priority
      dt-bindings: interrupt-controller: Update csky mpintc
      csky: Fixup wrong pt_regs size
      csky: coding convention: Use task_stack_page
      dt-bindings: csky,apb-intc: Add vector irq mode
      irqchip/csky: Add support-vector-irq for apb-intc
      csky: Fixup io-range page attribute for mmap("/dev/mem")
      csky: Fixup dead loop in show_stack

 .../interrupt-controller/csky,apb-intc.txt         |   3 +
 .../bindings/interrupt-controller/csky,mpintc.txt  |  21 +++-
 arch/csky/include/asm/pgtable.h                    |   9 +-
 arch/csky/include/asm/processor.h                  |   4 +-
 arch/csky/kernel/dumpstack.c                       |   4 +
 arch/csky/kernel/ptrace.c                          |   3 +-
 arch/csky/kernel/smp.c                             |   3 +-
 arch/csky/mm/ioremap.c                             |  14 +++
 drivers/irqchip/irq-csky-apb-intc.c                |  59 +++++++----
 drivers/irqchip/irq-csky-mpintc.c                  | 113 +++++++++++++++++++--
 10 files changed, 196 insertions(+), 37 deletions(-)

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

end of thread, other threads:[~2019-02-12  8:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-12  8:30 [GIT PULL V2] csky fixes for v5.0-rc6 guoren
2019-02-12  8:30 ` guoren

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).