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
--
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
| Bart Van Assche | Integration of SCST in the mainstream Linux kernel |
| Riki Oktarianto | [PATCH] Add quirk to set AHCI mode on ICH boards |
| Alex Chiang | [PATCH v5 00/16] PCI: let the core manage slot names |
git: | |
| Sam Song | Fwd: [OT] Re: Git via a proxy server? |
| Toby White | Using Filemerge.app as a git-diff viewer |
| Sam Vilain | [PATCH] git-mergetool: add support for ediff |
| Adrian Bunk | git-revert is a memory hog |
| Marcos Laufer | dmesg IBM x3650 OpenBSD 4.3 |
| Stephan A. Rickauer | Re: New tcp stack attack |
| Richard Stallman | Real men don't attack straw men |
| Ondřej Surý | openbgp not exporing ipv6 to routing tables |
| Michael Chan | [PATCH net-next 2/6] bnx2: Check netif_running() in all ethtool operations. |
| Herbert Xu | Re: xfrm_state locking regression... |
| adobriyan | [PATCH 10/38] netns ct: per-netns expectations |
| Dale Farnsworth | Re: [PATCH 01/39] mv643xx_eth: reverse topological sort of functions |
| How to make my PCIE ATA storage device running in Linux | 7 hours ago | Linux general |
| sata/ide timeout errors on asus server-mb | 10 hours ago | Linux kernel |
| Shared swap partition | 11 hours ago | Linux general |
| usb mic not detected | 15 hours ago | Applications and Utilities |
| Problem in Inserting a module | 16 hours ago | Linux kernel |
| Treason Uncloaked | 22 hours ago | Linux kernel |
| high memory | 3 days ago | Linux kernel |
| semaphore access speed | 3 days ago | Applications and Utilities |
| the kernel how to power off the machine | 3 days ago | Linux kernel |
| Easter Eggs in windows XP | 3 days ago | Windows |
