include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit...
[safe/jmp/linux-2.6] / arch / sh / kernel / dwarf.c
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-23 Paul Mundtsh: Silence unintialized variable warnings in dwarf...
2010-02-08 Matt Flemingsh: Optimise FDE/CIE lookup by using red-black trees
2010-02-08 Matt Flemingsh: Don't continue unwinding across interrupts
2010-02-02 Marek Skuczynskish: Fix access to released memory in dwarf_unwinder_cle...
2009-11-09 Paul MundtMerge branch 'sh/stable-updates'
2009-11-06 Paul Mundtsh: unwinder: Fix up invalid PC refetch in dwarf unwinder.
2009-10-26 Paul MundtMerge branch 'sh/stable-updates'
2009-10-26 Matt Flemingsh: Check for return_to_handler when unwinding the...
2009-10-19 Paul Mundtsh: Fix up uninitialized variable warning in dwarf...
2009-10-13 Paul Mundtsh: Tidy up the dwarf module helpers.
2009-10-11 Paul MundtMerge branch 'sh/dwarf-unwinder'
2009-10-11 Matt Flemingsh: Remove any reference to recursive functions from...
2009-10-11 Matt Flemingsh: Fix memory leak in dwarf_unwind_stack()
2009-10-11 Matt Flemingsh: Teach the DWARF unwinder about modules
2009-09-24 Jaswinder Singh... sh: includecheck fix: dwarf.c
2009-08-31 Paul Mundtsh: unwinder: Fix up uninitialized variable warnings...
2009-08-22 Paul Mundtsh: unwinder: cacheline align slab cache objects.
2009-08-21 Matt Flemingsh: Handle the DWARF op, DW_CFA_undefined
2009-08-21 Matt Flemingsh: Fix bug calculating the end of the FDE instructions
2009-08-21 Matt Flemingsh: unwinder: Introduce UNWINDER_BUG() and UNWINDER_BUG...
2009-08-21 Matt Flemingsh: unwinder: Set the flags for DW_CFA_val_offset ops...
2009-08-21 Matt Flemingsh: unwinder: Fix memory leak and create our own kmem...
2009-08-16 Paul Mundtsh: unwinder: Move initialization to early_initcall...
2009-08-16 Matt Flemingsh: Add support for DWARF GNU extensions
2009-08-16 Matt Flemingsh: Try again at getting the initial return address...
2009-08-14 Matt Flemingsh: Set the cfa_offset to 0 if we see a DW_CFA_def_cfa_...
2009-08-14 Paul Mundtsh: unwinder: Convert frame allocations to GFP_ATOMIC.
2009-08-13 Matt Flemingsh: Delete DWARF_ARCH_UNWIND_OFFSET
2009-08-13 Paul Mundtsh: unwinder: Restore put_unaligned() for an unaligned...
2009-08-13 Paul Mundtsh: unwinder: Fix up usage of unaligned accessors.
2009-08-13 Matt Flemingsh: dwarf unwinder support.