2003-07-20 Keith Owens  <kaos@sgi.com>

	* MCA rendezvous timeout affects kdb_wait_for_cpus_secs.
	* Support SGI L1 console.
	* kdb v4.3-2.4.21-ia64-030702-2.

2003-07-08 Keith Owens  <kaos@sgi.com>

	* print_symbol() in mca.c does something useful when kdb is installed.
	* Unwind and SAL changes removed from kdb, they are in the base kernel.
	* kdb v4.3-2.4.21-ia64-030702-1.

2003-06-20 Keith Owens  <kaos@sgi.com>

	* Add CONFIG_KDB_CONTINUE_CATASTROPHIC.
	* Do not send IPI if the machine state does not require them.
	* Correct definition of KDB_ENTER().
	* Workaround for broken init monarch handler.
	* Monarch cpu must get to kdb, even if it was interrupted in user space.
	* Unwind fixes.
	* Generalize ia64_spinlock_contention name.
	* Add kdba_fru for SN machines.
	* Correct test for cpu number.
	* kdb v4.3-2.4.20-ia64-020821-1.

2003-05-02 Keith Owens  <kaos@sgi.com>

	* Add kdba_fp_value().
	* Limit backtrace size to catch loops.
	* Print spinlock name in ia64_spinlock_contention.
	* Tweak INIT slave stack lock and handler.
	* Add read/write access to user pages.  Vamsi Krishna S., IBM
	* Rename cpu_is_online to cpu_online, as in 2.5.
	* Clean up USB keyboard support.
	* Clean up serial console support.
	* kdb v4.2-2.4.20-ia64-020821-1.

2003-04-04 Keith Owens  <kaos@sgi.com>

	* Add support for INIT slave interrupts.
	* Tell SAL to always rendezvous on MCA.
	* No lock on SAL rendezvous call.
	* Include unwind.c from 2.4.21-pre5.
	* Rename cpu_online to cpu_is_online.
	* Workarounds for scheduler bugs.
	* kdb v4.1-2.4.20-ia64-020821-1.

2003-03-16 Keith Owens  <kaos@sgi.com>

	* Each cpu saves its state as it enters kdb or before it enters code
	  which cannot call kdb, converting kdb from a pull to a push model.
	* Clean up kdb interaction with CONFIG_SERIAL_CONSOLE.
	* Removal of special cases for i386 backtrace from common code
	  simplifies the architecture code.
	* Add support for MCA events (both main and rendezvous) plus INIT
	  monarch event.
	* Correct decode of brl.
	* Move kdba_print_nameval to common code.
	* Generalize kdba unwind handlers.
	* Fix decode of sal records (fix included in later ia64 kernels).
	* Handle multiple pt_regs in stack (fix included in later ia64 kernels).
	* Clean up debug code in unwind (fix included in later ia64 kernels).
	* Move kdb break numbers to their own file so it can be used in asm.
	* kdb v4.0-2.4.20-ia64-021210-1.

2003-02-03 Keith Owens  <kaos@sgi.com>

	* Register kdb commands early.
	* Handle KDB_ENTER() when kdb=off.
	* Optimize __kdba_getarea_size when width is a constant.
	* Decode oops via kallsyms if it is available.
	* Update copyright notices to 2003.
	* Add commands to dump struct pt_regs and switch_stack.
	* Handle padding from unw_init_running for switch_stack.
	* Add dummy kdba_local_arch_setup/kdba_local_arch_cleanup.
	* Warning for pod mode.
	* Add command history and editing.  Sonic Zhang.
	* kdb_toggleled is conditional on KDB_BLINK_LED.  Bernhard Fischer.
	* Allow tab on serial line for symbol completion.
	* Ignore KDB_ENTER() when kdb is already running.
	* kdb v3.0-2.4.20-ia64-021210-1.

2003-01-23 Keith Owens  <kaos@sgi.com>

	* Upgrade to 2.4.20-ia64-021210.
	* kdb v2.5-2.4.20-ia64-021210-1.

2002-11-14 Keith Owens  <kaos@sgi.com>

	* General clean up of handling for breakpoints and single stepping over
	  software breakpoints.
	* kdb v2.5-2.4.19-ia64-020821-1.

2002-10-31 Keith Owens  <kaos@sgi.com>

        * Remove kdb_eframe_t.
        * Sanity check if we have pt_regs.
	* Remove kdba_getcurrentframe().
	* Comments for coexistence with O(1) scheduler.
	* kdb v2.4-2.4.19-ia64-020821-1.

2002-10-15 Keith Owens  <kaos@sgi.com>

	* Minimize differences between patches for 2.4 and 2.5 kernels.
	* kdb v2.3-2.4.19-ia64-020821-2.

2002-08-10 Keith Owens  <kaos@sgi.com>

	* Verify rw address for instruction breakpoint.
	* Replace kdb_port with kdb_serial to support memory mapped I/O.
	  David Mosberger.
	  Note: This needs kdb v2.3-2.4.18-common-2 or later.
	* kdb v2.3-2.4.18-ia64-020722-2.

2002-08-07 Keith Owens  <kaos@sgi.com>

	* Upgrade to 2.4.18-ia64-020722.
	* Remove individual SGI copyrights, the general SGI copyright applies.
	* Clean up disassembly layout.  Hugh Dickins, Keith Owens.
	* Remove fixed KDB_MAX_COMMANDS size.
	* Add set_fs() around __copy_to_user on kernel addresses.
          Randolph Chung.
	* Position ia64 for CONFIG_NUMA_REPLICATE.
	* Stacked registers modification support.  Sebastien Lelarge.
	* USB keyboard support.  Sebastien Lelarge.
	* kdb v2.3-2.4.18-ia64-020722-1.

2002-03-20 Keith Owens  <kaos@sgi.com>

	* Sync with 2.4.17-sn2.
	* Add pod command.

2002-02-20 Keith Owens  <kaos@sgi.com>

	* Call kdb from mca handler.  Jenna S. Hall, Intel.
	* kdb v2.1-2.4.17-ia64-011226-2.

2002-01-18 Keith Owens  <kaos@sgi.com>

	* Replace kdb_get/putword with kdb_get/putarea functions.
	* Wrap kdb references in #ifdef CONFIG_KDB.
	* Delete sample i386 code.
	* Refuse to update kernel text on NUMA systems.
	* Reject hardware breakpoints, not supported yet.
	* kdb v2.1-2.4.17-ia64-011226-1.

2002-01-07 Keith Owens  <kaos@sgi.com>

	* Split kdb for ia64 as kdb v2.0-2.4.17-ia64-011226-1.
