From: guoren@kernel.org
To: torvalds@linux-foundation.org
Cc: arnd@arndb.de, linux-kernel@vger.kernel.org,
linux-arch@vger.kernel.org, guoren@kernel.org
Subject: [GIT PULL] csky fixup for linux-5.0-rc1
Date: Wed, 9 Jan 2019 22:49:57 +0800 [thread overview]
Message-ID: <1547045397-24388-1-git-send-email-guoren@kernel.org> (raw)
The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:
Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)
are available in the git repository at:
git@github.com:c-sky/csky-linux.git tags/csky-for-linus-5.0-rc1
for you to fetch changes up to 56752b21755aef598709d143684cb363db98a7d2:
irqchip/csky: fixup handle_irq_perbit break irq (2019-01-09 00:18:46 +0800)
----------------------------------------------------------------
arch/csky patches for 5.0-rc1
Here is some fixup patches for 5.0-rc1:
- fixup compile error with pte_alloc
- fixup handle_irq_perbit break irq flow
- fixup CACHEV1 store instruction fast retire
- fixup module relocation error with 807 & 860
- add csky kernel features
----------------------------------------------------------------
Guo Ren (5):
Documentation/features: Add csky kernel features
csky: fixup relocation error with 807 & 860
csky: fixup CACHEV1 store instruction fast retire
csky: fixup compile error with pte_alloc
irqchip/csky: fixup handle_irq_perbit break irq
.../features/core/cBPF-JIT/arch-support.txt | 1 +
.../features/core/eBPF-JIT/arch-support.txt | 1 +
.../core/generic-idle-thread/arch-support.txt | 1 +
.../features/core/jump-labels/arch-support.txt | 1 +
.../features/core/tracehook/arch-support.txt | 1 +
.../features/debug/KASAN/arch-support.txt | 1 +
.../debug/gcov-profile-all/arch-support.txt | 1 +
Documentation/features/debug/kgdb/arch-support.txt | 1 +
.../debug/kprobes-on-ftrace/arch-support.txt | 1 +
.../features/debug/kprobes/arch-support.txt | 1 +
.../features/debug/kretprobes/arch-support.txt | 1 +
.../features/debug/optprobes/arch-support.txt | 1 +
.../features/debug/stackprotector/arch-support.txt | 1 +
.../features/debug/uprobes/arch-support.txt | 1 +
.../debug/user-ret-profiler/arch-support.txt | 1 +
.../features/io/dma-contiguous/arch-support.txt | 1 +
.../locking/cmpxchg-local/arch-support.txt | 1 +
.../features/locking/lockdep/arch-support.txt | 1 +
.../locking/queued-rwlocks/arch-support.txt | 1 +
.../locking/queued-spinlocks/arch-support.txt | 1 +
.../locking/rwsem-optimized/arch-support.txt | 1 +
.../features/perf/kprobes-event/arch-support.txt | 1 +
.../features/perf/perf-regs/arch-support.txt | 1 +
.../features/perf/perf-stackdump/arch-support.txt | 1 +
.../sched/membarrier-sync-core/arch-support.txt | 1 +
.../features/sched/numa-balancing/arch-support.txt | 1 +
.../seccomp/seccomp-filter/arch-support.txt | 1 +
.../time/arch-tick-broadcast/arch-support.txt | 1 +
.../features/time/clockevents/arch-support.txt | 1 +
.../time/context-tracking/arch-support.txt | 1 +
.../features/time/irq-time-acct/arch-support.txt | 1 +
.../time/modern-timekeeping/arch-support.txt | 1 +
.../features/time/virt-cpuacct/arch-support.txt | 1 +
.../features/vm/ELF-ASLR/arch-support.txt | 1 +
.../features/vm/PG_uncached/arch-support.txt | 1 +
Documentation/features/vm/THP/arch-support.txt | 1 +
Documentation/features/vm/TLB/arch-support.txt | 1 +
.../features/vm/huge-vmap/arch-support.txt | 1 +
.../features/vm/ioremap_prot/arch-support.txt | 1 +
.../features/vm/numa-memblock/arch-support.txt | 1 +
.../features/vm/pte_special/arch-support.txt | 1 +
arch/csky/include/asm/io.h | 25 +++++++
arch/csky/include/asm/pgalloc.h | 43 +++++-------
arch/csky/kernel/module.c | 38 ++++++-----
drivers/irqchip/irq-csky-apb-intc.c | 77 ++++++++++++----------
45 files changed, 148 insertions(+), 76 deletions(-)
next reply other threads:[~2019-01-09 14:49 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-09 14:49 guoren [this message]
2019-01-09 14:49 ` [GIT PULL] csky fixup for linux-5.0-rc1 guoren
2019-01-09 18:05 ` pr-tracker-bot
2019-01-09 18:05 ` pr-tracker-bot
2019-01-09 18:29 ` Konstantin Ryabitsev
2019-01-09 18:29 ` Konstantin Ryabitsev
2019-01-09 18:40 ` Linus Torvalds
2019-01-09 18:40 ` Linus Torvalds
2019-01-09 20:05 ` Konstantin Ryabitsev
2019-01-09 20:05 ` Konstantin Ryabitsev
2019-01-10 8:02 ` Guo Ren
2019-01-10 8:02 ` Guo Ren
2019-01-10 13:26 ` Konstantin Ryabitsev
2019-01-10 13:26 ` Konstantin Ryabitsev
2019-01-10 13:29 ` Guo Ren
2019-01-10 13:29 ` Guo Ren
2019-01-10 8:10 ` Guo Ren
2019-01-10 8:10 ` Guo Ren
2019-01-10 11:22 ` Arnd Bergmann
2019-01-10 11:22 ` Arnd Bergmann
2019-01-10 12:33 ` Guo Ren
2019-01-10 12:33 ` Guo Ren
2019-01-10 11:59 ` Linus Torvalds
2019-01-10 11:59 ` Linus Torvalds
2019-01-10 12:35 ` Guo Ren
2019-01-10 12:35 ` Guo Ren
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1547045397-24388-1-git-send-email-guoren@kernel.org \
--to=guoren@kernel.org \
--cc=arnd@arndb.de \
--cc=linux-arch@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox