LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [git pull] kgdb light for v2.6.26
@ 2008-04-17 18:22 Ingo Molnar
  0 siblings, 0 replies; only message in thread
From: Ingo Molnar @ 2008-04-17 18:22 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, Andrew Morton, Jason Wessel


Linus, please pull the kgdb-light git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdb.git

[ i kept the v2.6.25 history because it demonstrates the flux in this 
  codebase during v2.6.25 - it was quite low. ]

Thanks,

	Ingo

------------------>
Andrew Morton (1):
      kgdb: Kconfig fix

Ingo Molnar (2):
      uaccess: add probe_kernel_write()
      x86: kgdb support

Jason Wessel (17):
      kgdb: core
      consoles: polling support, kgdboc
      kgdb: document parameters
      kgdb: fix kgdboc dynamic module configuration
      kgdb: fix NMI hangs
      kgdb: clocksource watchdog
      kgdb: print breakpoint removed on exception
      kgdb: add x86 HW breakpoints
      kgdb: fix optional arch functions and probe_kernel_*
      kgdb: kgdboc pl011 I/O module
      kgdb: fix several kgdb regressions
      kgdb: add kgdb internal test suite
      kgdb: add documentation
      kgdb: allow static kgdbts boot configuration
      kgdb: documentation fixes
      kgdb: fix SMP NMI kgdb_handle_exception exit race
      kgdb: always use icache flush for sw breakpoints

 Documentation/DocBook/Makefile      |    2 +-
 Documentation/DocBook/kgdb.tmpl     |  447 +++++++++
 Documentation/kernel-parameters.txt |    5 +
 MAINTAINERS                         |    6 +
 arch/x86/Kconfig                    |    1 +
 arch/x86/kernel/Makefile            |    1 +
 arch/x86/kernel/kgdb.c              |  571 ++++++++++++
 arch/x86/kernel/setup64.c           |   16 +
 arch/x86/kernel/traps_32.c          |    2 +
 arch/x86/kernel/traps_64.c          |    9 +-
 drivers/char/tty_io.c               |   47 +
 drivers/misc/Makefile               |    1 +
 drivers/misc/kgdbts.c               | 1090 ++++++++++++++++++++++
 drivers/serial/8250.c               |   58 ++
 drivers/serial/Kconfig              |    3 +
 drivers/serial/Makefile             |    1 +
 drivers/serial/amba-pl011.c         |   30 +
 drivers/serial/kgdboc.c             |  168 ++++
 drivers/serial/serial_core.c        |   74 ++-
 include/asm-x86/kdebug.h            |    1 +
 include/asm-x86/kgdb.h              |   81 ++
 include/linux/clocksource.h         |    1 +
 include/linux/kgdb.h                |  281 ++++++
 include/linux/serial_core.h         |    4 +
 include/linux/tty_driver.h          |   12 +
 include/linux/uaccess.h             |   22 +
 kernel/Makefile                     |    1 +
 kernel/kgdb.c                       | 1700 +++++++++++++++++++++++++++++++++++
 kernel/time/clocksource.c           |   12 +
 lib/Kconfig.debug                   |    2 +
 lib/Kconfig.kgdb                    |   58 ++
 mm/Makefile                         |    2 +-
 mm/maccess.c                        |   55 ++
 33 files changed, 4757 insertions(+), 7 deletions(-)
 create mode 100644 Documentation/DocBook/kgdb.tmpl
 create mode 100644 arch/x86/kernel/kgdb.c
 create mode 100644 drivers/misc/kgdbts.c
 create mode 100644 drivers/serial/kgdboc.c
 create mode 100644 include/asm-x86/kgdb.h
 create mode 100644 include/linux/kgdb.h
 create mode 100644 kernel/kgdb.c
 create mode 100644 lib/Kconfig.kgdb
 create mode 100644 mm/maccess.c


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-04-17 18:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-17 18:22 [git pull] kgdb light for v2.6.26 Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).