History log of /fuchsia/zircon/kernel/include/arch/thread.h
Revision Date Author Comments
# d344c5bc 07-Nov-2017 Travis Geiselbrecht <travisg@google.com>

[kernel][debug] add command to print the backtrace of a blocked thread

Also refactored the thread_print_backtrace routines to be a little
clearer.

Change-Id: I8c87061c9dcee57599d62f254d7680cca6c4e02f


# f3e2126c 12-Sep-2017 Roland McGrath <mcgrathr@google.com>

[zx] Magenta -> Zircon

The Great Renaming is here!

Change-Id: I3229bdeb2a3d0e40fb4db6fec8ca7d971fbffb94


# 2c876f99 15-Aug-2017 Travis Geiselbrecht <travisg@google.com>

[kernel][headers] flip remaining headers to #pragma once

Mostly older LK code that wasn't using it.

Change-Id: I57464f1621f8d5b06601a90cf1d6e4124916762d


# ae50443d 24-Apr-2017 Travis Geiselbrecht <travisg@google.com>

[kernel][x86] conversion of x86 arch code to cpp

Minimum amount of work to convert the code to
keep the structure similar.

Change-Id: Id7e65014ba30ec32d8249889a22b62fbe959874f


# e3d60a3e 21-Apr-2017 Roland McGrath <mcgrathr@google.com>

[kernel][arm64] Build ARM64 kernel with -fsanitize=safe-stack

Change-Id: I953e5e19bf319e2047a467e64e3222808c07f9e3


# 53b9e1c8 15-Jun-2016 The Fuchsia Authors <authors@fuchsia.local>

[magenta] Initial commit