* [GIT PULL] arch/tile changes for v4.1
@ 2015-04-17 18:34 Chris Metcalf
0 siblings, 0 replies; only message in thread
From: Chris Metcalf @ 2015-04-17 18:34 UTC (permalink / raw)
To: Linus Torvalds, Linux Kernel Mailing List
Linus,
Please pull the following changes for 4.1 from:
git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git HEAD
These are mostly nohz_full changes, plus a smattering of minor fixes
(notably a couple for ftrace).
Chris Metcalf (5):
tile: use si_int instead of si_ptr for compat_siginfo
tile: support arch_irq_work_raise
tile: support CONTEXT_TRACKING and thus NOHZ_FULL
tile: map data region shadow of kernel as R/W
tile: nohz: warn if nohz_full uses hypervisor shared cores
Colin Ian King (1):
arch: tile: fix null pointer dereference on pt_regs pointer
Davidlohr Bueso (1):
tile/elf: reorganize notify_exec()
Tony Lu (1):
tile: ftrace: fix function_graph tracer issues
arch/tile/Kconfig | 1 +
arch/tile/include/asm/Kbuild | 1 -
arch/tile/include/asm/ftrace.h | 2 ++
arch/tile/include/asm/irq_work.h | 14 +++++++++++
arch/tile/include/asm/smp.h | 1 +
arch/tile/include/asm/thread_info.h | 9 ++++---
arch/tile/include/hv/hypervisor.h | 6 ++++-
arch/tile/kernel/compat_signal.c | 11 ++++-----
arch/tile/kernel/ftrace.c | 6 ++++-
arch/tile/kernel/mcount_64.S | 7 +++++-
arch/tile/kernel/process.c | 12 ++++++----
arch/tile/kernel/ptrace.c | 22 +++++++++++++++--
arch/tile/kernel/setup.c | 23 ++++++++++++++++++
arch/tile/kernel/single_step.c | 3 +++
arch/tile/kernel/smp.c | 32 ++++++++++++++++++++++++-
arch/tile/kernel/stack.c | 15 ++++++------
arch/tile/kernel/traps.c | 16 +++++++------
arch/tile/kernel/unaligned.c | 22 ++++++++++-------
arch/tile/mm/elf.c | 47 +++++++++++++++++++++++--------------
arch/tile/mm/fault.c | 10 +++++---
arch/tile/mm/init.c | 7 ++++--
21 files changed, 201 insertions(+), 66 deletions(-)
create mode 100644 arch/tile/include/asm/irq_work.h
--
Chris Metcalf, EZChip Semiconductor
http://www.ezchip.com
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-04-17 18:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-17 18:34 [GIT PULL] arch/tile changes for v4.1 Chris Metcalf
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.