linux/arch/tile/kernel
Linus Torvalds 05a8256c58 Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
Pull arch/tile updates from Chris Metcalf:
 "These are a grab bag of changes to improve debugging and respond to a
  variety of issues raised on LKML over the last couple of months"

* git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile:
  tile: avoid a "label not used" warning in do_page_fault()
  tile: vdso: use raw_read_seqcount_begin() in vdso
  tile: force CONFIG_TILEGX if ARCH != tilepro
  tile: improve stack backtrace
  tile: fix "odd fault" warning for stack backtraces
  tile: set up initial stack top to honor STACK_TOP_DELTA
  tile: support delivering NMIs for multicore backtrace
  drivers/tty/hvc/hvc_tile.c: properly return -EAGAIN
  tile: add <asm/word-at-a-time.h> and enable support functions
  tile: use READ_ONCE() in arch_spin_is_locked()
  tile: modify arch_spin_unlock_wait() semantics
2015-06-30 21:47:12 -07:00
..
vdso tile: vdso: use raw_read_seqcount_begin() in vdso 2015-06-04 13:31:27 -04:00
Makefile
asm-offsets.c
backtrace.c
compat.c
compat_signal.c
early_printk.c
entry.S tile: improve stack backtrace 2015-05-11 11:22:40 -04:00
ftrace.c
hardwall.c
head_32.S
head_64.S
hvglue.S
hvglue_trace.c
intvec_32.S
intvec_64.S
irq.c
kgdb.c
kprobes.c
machine_kexec.c
mcount_64.S
messaging.c
module.c
pci-dma.c
pci.c
pci_gx.c
perf_event.c
pmc.c
proc.c
process.c tile: improve stack backtrace 2015-05-11 11:22:40 -04:00
ptrace.c
reboot.c
regs_32.S
regs_64.S
relocate_kernel_32.S
relocate_kernel_64.S
setup.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile 2015-06-30 21:47:12 -07:00
signal.c
single_step.c
smp.c
smpboot.c
stack.c tile: improve stack backtrace 2015-05-11 11:22:40 -04:00
sys.c
sysfs.c
tile-desc_32.c
tile-desc_64.c
time.c
tlb.c
traps.c tile: improve stack backtrace 2015-05-11 11:22:40 -04:00
unaligned.c
usb.c
vdso.c
vmlinux.lds.S