2006-10-06 Keith Owens * Remove #include * kdb v4.4-2.6.18-x86_64-2. 2006-09-20 Keith Owens * kdb v4.4-2.6.18-x86_64-1. 2006-09-15 Keith Owens * kdb v4.4-2.6.18-rc7-x86_64-1. 2006-08-30 Keith Owens * Do not print debugstackptr in cpu_pda, it will be deleted soon. * Add KDB_ENTER(). * Add warning for problems when following alternate stacks. * kdb v4.4-2.6.18-rc5-x86_64-3. 2006-08-29 Keith Owens * Rewrite all backtrace code. * Add pt_regs and cpu_pda commands. * Include patch to define orig_ist, to be removed once that patch is in the community tree. * kdb v4.4-2.6.18-rc5-x86_64-2. 2006-08-28 Keith Owens * kdb v4.4-2.6.18-rc5-x86_64-1. 2006-08-08 Keith Owens * kdb v4.4-2.6.18-rc4-x86_64-1. 2006-08-04 Keith Owens * kdb v4.4-2.6.18-rc3-x86_64-1. 2006-07-18 Keith Owens * kdb v4.4-2.6.18-rc2-x86_64-1. 2006-07-12 Keith Owens * sparse cleanups * kdb v4.4-2.6.18-rc1-x86_64-2. 2006-07-07 Keith Owens * kdb v4.4-2.6.18-rc1-x86_64-1. 2006-07-04 Keith Owens * Make KDB rendezvous on x86_64 a two stage approach. * Move smp_kdb_stop() and smp_kdb_interrupt() to kdbasupport.c. * Move setting of interrupt traps to kdbasupport.c. * Add KDB_REASON_CPU_UP support. * Move per cpu setup to kdba_cpu_up(). * Delete kdba_enable_mce, architectures now do their own setup. * Delete kdba_enable_lbr, kdba_disable_lbr, kdba_print_lbr, page_fault_mca. Only ever implemented on x86, difficult to maintain and rarely used in the field. * Replace #ifdef KDB_HAVE_LONGJMP with #ifdef kdba_setjmp. * kdb v4.4-2.6.17-x86_64-2. 2006-06-19 Keith Owens * kdb v4.4-2.6.17-x86_64-1. 2006-05-31 Keith Owens * Define arch/x86_64/kdb/kdb_cmds. * kdb v4.4-2.6.17-rc5-x86_64-2. 2006-05-25 Keith Owens * kdb v4.4-2.6.17-rc5-x86_64-1. 2006-05-15 Keith Owens * Refresh bfd related files from binutils 2.16.91.0.2. * kdb v4.4-2.6.17-rc4-x86_64-2. 2006-05-12 Keith Owens * kdb v4.4-2.6-17-rc4-x86_64-1. 2006-04-22 Keith Owens * kdb v4.4-2.6-17-rc2-x86_64-1. 2006-04-13 Keith Owens * Remove trailing white space. * kdb v4.4-2.6-17-rc1-x86_64-1. 2006-03-25 Jack F. Vogel * Sync with Keith's changes for 2.6.16 * code from Andi Kleen to support above 2005-09-30 Jack F. Vogel * Port to 2.6.14-rc2 * sync with a couple changes from Keith * Add backtrace code from Jim Houston (thanks Jim) 2005-08-31 Jack F. Vogel * Change to linker script for kexec thanks to Steven Dake 2005-08-30 Jack F. Vogel * Notify struct should not be devinit thanks IWAMOTO Toshihiro 2005-08-25 Jack F. Vogel * Update to 2.6.11 * Fix to synchronize with the notify changes thanks to Jim Houston. 2004-09-30 Keith Owens * Port to 2.6.9-rc2 * Fix line editting characters. Jim Houston, Comcast. * kdb v4.4-2.6.9-rc2-x86-64-1. 2004-08-15 Jack F. Vogel * Port to 2.6.8 * tighten up the code, using the built-in die_chain notify interface, thanks to Andi Kleen for pointing this out. 2004-05-15 Jack F. Vogel * port to 2.6.6 for x86_64 2003-12-15 Cliff Neighbors * initial port from i386 to x86_64 2002-08-10 Keith Owens * Replace kdb_port with kdb_serial to support memory mapped I/O. Note: This needs kdb v2.3-2.4.19-common-2 or later. * kdb v2.3-2.4.19-i386-3. 2002-08-09 Keith Owens * Use -fno-optimize-sibling-calls for kdb if gcc supports it. * .text.lock does not consume an activation frame. * kdb v2.3-2.4.19-i386-2. 2002-08-07 Keith Owens * Upgrade to 2.4.19. * Remove individual SGI copyrights, the general SGI copyright applies. * New .text.lock name. Hugh Dickins. * Set KERNEL_CS in kdba_getcurrentframe. Hugh Dickins. * Clean up disassembly layout. Hugh Dickins, Keith Owens. * Replace hard coded stack size with THREAD_SIZE. Hugh Dickins. * Better stack layout on bt with no frame pointers. Hugh Dickins. * Make i386 IO breakpoints (bpha
IO) work again. Martin Wilck, Keith Owens. * Remove fixed KDB_MAX_COMMANDS size. * Add set_fs() around __copy_to_user on kernel addresses. Randolph Chung. * Position i386 for CONFIG_NUMA_REPLICATE. * kdb v2.3-2.4.19-i386-1. 2002-07-09 Keith Owens * Upgrade to 2.4.19-rc1. 2002-06-14 Keith Owens * Upgrade to 2.4.19-pre10. * kdb v2.1-2.4.19-pre10-i386-1. 2002-04-09 Keith Owens * Upgrade to 2.4.19-pre6. * kdb v2.1-2.4.19-pre6-i386-1. 2002-02-26 Keith Owens * Upgrade to 2.4.18. * kdb v2.1-2.4.18-i386-1. 2002-01-18 Keith Owens * Use new kdb_get/put functions. * Define kdba_{get,put}area_size functions for i386. * Remove over-engineered dblist callback functions. * Correctly handle failing call disp32 in backtrace. * Remove bp_instvalid flag, redundant code. * Remove dead code. * kdb v2.1-2.4.17-i386-1. 2002-01-04 Keith Owens * Sync xfs <-> kdb i386 code.