[Linux-Xtensa] [PATCH 0/6] xtensa queue 2013/06/24
Max Filippov
jcmvbkbc at gmail.com
Mon Jun 24 08:55:54 PDT 2013
Hi Chris,
this is my current patch queue for xtensa, it is based on your for_next
branch. There's a number of assorted fixes sent to xtensa-linux ML recently,
final version of TLB sanity checker and static function tracer support.
You can pull these changes from my git tree,
the following changes since commit 0756a12cc1e129cf1d141a2e0b95e85811c5b246:
xtensa: tell git to ignore copied zlib source files (2013-06-05 13:37:37 -0700)
are available in the git repository at:
git://github.com/jcmvbkbc/linux-xtensa.git xtensa-fixes-for-upstream
Baruch Siach (2):
xtensa: tell git to ignore generated .dtb files
xtensa: bootparams: fix typo
Max Filippov (3):
xtensa: adjust boot parameters address when
INITIALIZE_XTENSA_MMU_INSIDE_VMLINUX is selected
xtensa: check TLB sanity on return to userspace
xtensa: add static function tracer support
Vineet Gupta (1):
xtensa: Flat DeviceTree copy not future-safe
arch/xtensa/Kconfig | 1 +
arch/xtensa/Kconfig.debug | 10 +++
arch/xtensa/boot/.gitignore | 1 +
arch/xtensa/boot/lib/Makefile | 7 ++
arch/xtensa/include/asm/bootparam.h | 2 +-
arch/xtensa/include/asm/ftrace.h | 17 +++++-
arch/xtensa/kernel/Makefile | 1 +
arch/xtensa/kernel/entry.S | 9 +++-
arch/xtensa/kernel/head.S | 9 +++
arch/xtensa/kernel/mcount.S | 50 +++++++++++++++
arch/xtensa/kernel/setup.c | 8 +-
arch/xtensa/kernel/xtensa_ksyms.c | 4 +
arch/xtensa/mm/tlb.c | 113 +++++++++++++++++++++++++++++++++++
13 files changed, 224 insertions(+), 8 deletions(-)
create mode 100644 arch/xtensa/kernel/mcount.S
--
1.7.7.6
More information about the linux-xtensa
mailing list