kgdb-bugreport
Thread
Date
Earlier messages
Later messages
Messages by Date
2024/04/22
Re: [Kgdb-bugreport] [PATCH v2 7/7] kdb: Simplify management of tmpbuffer in kdb_read()
Doug Anderson
2024/04/22
Re: [Kgdb-bugreport] [PATCH v2 6/7] kdb: Replace double memcpy() with memmove() in kdb_read()
Doug Anderson
2024/04/22
Re: [Kgdb-bugreport] [PATCH v2 1/7] kdb: Fix buffer overflow during tab-complete
Doug Anderson
2024/04/22
Re: [Kgdb-bugreport] [PATCH v2 4/7] kdb: Merge identical case statements in kdb_read()
Doug Anderson
2024/04/22
Re: [Kgdb-bugreport] [PATCH v2 5/7] kdb: Use format-specifiers rather than memset() for padding in kdb_read()
Doug Anderson
2024/04/22
Re: [Kgdb-bugreport] [PATCH v2 3/7] kdb: Fix console handling when editing and tab-completing commands
Doug Anderson
2024/04/22
Re: [Kgdb-bugreport] [PATCH v2 2/7] kdb: Use format-strings rather than '\0' injection in kdb_read()
Doug Anderson
2024/04/22
Re: [Kgdb-bugreport] [PATCH v2 0/7] kdb: Refactor and fix bugs in kdb_read()
Justin Stitt via Kgdb-bugreport
2024/04/22
Re: [Kgdb-bugreport] [PATCH] serial: kgdboc: Fix NMI-safety problems from keyboard reset code
Doug Anderson
2024/04/22
Re: [Kgdb-bugreport] [PATCH v2 1/7] kdb: Fix buffer overflow during tab-complete
Justin Stitt via Kgdb-bugreport
2024/04/22
[Kgdb-bugreport] [PATCH v2 5/7] kdb: Use format-specifiers rather than memset() for padding in kdb_read()
Daniel Thompson
2024/04/22
[Kgdb-bugreport] [PATCH v2 7/7] kdb: Simplify management of tmpbuffer in kdb_read()
Daniel Thompson
2024/04/22
[Kgdb-bugreport] [PATCH v2 6/7] kdb: Replace double memcpy() with memmove() in kdb_read()
Daniel Thompson
2024/04/22
[Kgdb-bugreport] [PATCH v2 2/7] kdb: Use format-strings rather than '\0' injection in kdb_read()
Daniel Thompson
2024/04/22
[Kgdb-bugreport] [PATCH v2 1/7] kdb: Fix buffer overflow during tab-complete
Daniel Thompson
2024/04/22
[Kgdb-bugreport] [PATCH v2 4/7] kdb: Merge identical case statements in kdb_read()
Daniel Thompson
2024/04/22
[Kgdb-bugreport] [PATCH v2 3/7] kdb: Fix console handling when editing and tab-completing commands
Daniel Thompson
2024/04/22
[Kgdb-bugreport] [PATCH v2 0/7] kdb: Refactor and fix bugs in kdb_read()
Daniel Thompson
2024/04/22
[Kgdb-bugreport] [RESEND PATCH] kdb: Use str_plural() to fix Coccinelle warning
Thorsten Blum
2024/04/19
[Kgdb-bugreport] [PATCH] serial: kgdboc: Fix NMI-safety problems from keyboard reset code
Daniel Thompson
2024/04/18
Re: [Kgdb-bugreport] Re:[PATCH V11] kdb: Fix the deadlock issue in KDB debugging.
Greg KH
2024/04/18
Re: [Kgdb-bugreport] Re:[PATCH V11] kdb: Fix the deadlock issue in KDB debugging.
Liuye
2024/04/18
Re: [Kgdb-bugreport] Re:[PATCH V11] kdb: Fix the deadlock issue in KDB debugging.
Daniel Thompson
2024/04/17
[Kgdb-bugreport] Re:[PATCH V11] kdb: Fix the deadlock issue in KDB debugging.
Liuye
2024/04/16
[Kgdb-bugreport] [PATCH 5/7] kdb: Merge identical case statements in kdb_read()
Daniel Thompson
2024/04/16
[Kgdb-bugreport] [PATCH 7/7] kdb: Simplify management of tmpbuffer in kdb_read()
Daniel Thompson
2024/04/16
[Kgdb-bugreport] [PATCH 3/7] kdb: Fix console handling when editing and tab-completing commands
Daniel Thompson
2024/04/16
[Kgdb-bugreport] [PATCH 6/7] kdb: Use format-specifiers rather than memset() for padding in kdb_read()
Daniel Thompson
2024/04/16
[Kgdb-bugreport] [PATCH 4/7] kdb: Replace double memcpy() with memmove() in kdb_read()
Daniel Thompson
2024/04/16
[Kgdb-bugreport] [PATCH 1/7] kdb: Fix buffer overflow during tab-complete
Daniel Thompson
2024/04/16
[Kgdb-bugreport] [PATCH 0/7] kdb: Refactor and fix bugs in kdb_read()
Daniel Thompson
2024/04/16
[Kgdb-bugreport] [PATCH 2/7] kdb: Use format-strings rather than '\0' injection in kdb_read()
Daniel Thompson
2024/04/15
Re: [PATCH v2] kdb: replace deprecated strncpy
Daniel Thompson
2024/04/10
[Kgdb-bugreport] 答复: 答复: 答复: 答复: [PATCH V10] kdb: Fix the deadlock issue in KDB debugging.
Liuye
2024/04/10
Re: [Kgdb-bugreport] 答复: 答复: 答复: [PATCH V10] kdb: Fix the deadlock issue in KDB debugging.
Greg KH
2024/04/10
[Kgdb-bugreport] [PATCH V11] kdb: Fix the deadlock issue in KDB debugging.
liu.yec
2024/04/09
[Kgdb-bugreport] 答复: 答复: 答复: [PATCH V10] kdb: Fix the deadlock issue in KDB debugging.
Liuye
2024/04/09
Re: [Kgdb-bugreport] 答复: 答复: [PATCH V10] kdb: Fix the deadlock issue in KDB debugging.
Greg KH
2024/04/09
[Kgdb-bugreport] 答复: 答复: [PATCH V10] kdb: Fix the deadlock issue in KDB debugging.
Liuye
2024/04/09
Re: [Kgdb-bugreport] 答复: [PATCH V10] kdb: Fix the deadlock issue in KDB debugging.
Greg KH
2024/04/09
[Kgdb-bugreport] 答复: [PATCH V10] kdb: Fix the deadlock issue in KDB debugging.
Liuye
2024/04/09
Re: [Kgdb-bugreport] [PATCH V10] kdb: Fix the deadlock issue in KDB debugging.
Greg KH
2024/04/09
Re: [Kgdb-bugreport] [PATCH V10] kdb: Fix the deadlock issue in KDB debugging.
Andy Shevchenko
2024/04/09
[Kgdb-bugreport] [PATCH V10] kdb: Fix the deadlock issue in KDB debugging.
liu.yec
2024/04/09
Re: [PATCH v2] kdb: replace deprecated strncpy
Justin Stitt
2024/04/09
Re: [PATCH v2] kdb: replace deprecated strncpy
Daniel Thompson
2024/04/08
[Kgdb-bugreport] [PATCH V9] kdb: Fix the deadlock issue in KDB debugging.
liu.yec
2024/04/08
Re: [PATCH v2] kdb: replace deprecated strncpy
Justin Stitt
2024/04/08
Re: [Kgdb-bugreport] [PATCH V8] kdb: Fix the deadlock issue in KDB debugging.
Andy Shevchenko
2024/04/07
Re: [Kgdb-bugreport] [PATCH V8] kdb: Fix the deadlock issue in KDB debugging.
LiuYe
2024/04/05
Re: [PATCH v2] kdb: replace deprecated strncpy
Daniel Thompson
2024/04/04
[PATCH v2] kdb: replace deprecated strncpy
Justin Stitt
2024/04/03
Re: [Kgdb-bugreport] [PATCH V8] kdb: Fix the deadlock issue in KDB debugging.
Andy Shevchenko
2024/04/03
Re: [Kgdb-bugreport] [PATCH] kdb: replace deprecated strncpy
Justin Stitt via Kgdb-bugreport
2024/04/03
Re: [Kgdb-bugreport] [PATCH V8] kdb: Fix the deadlock issue in KDB debugging.
Daniel Thompson
2024/04/03
Re: [PATCH] kdb: replace deprecated strncpy
Daniel Thompson
2024/04/02
[Kgdb-bugreport] [PATCH V8] kdb: Fix the deadlock issue in KDB debugging.
liu.yec
2024/04/02
[PATCH] kdb: replace deprecated strncpy
Justin Stitt
2024/04/02
Re: [Kgdb-bugreport] [PATCH V7] kdb: Fix the deadlock issue in KDB debugging.
Daniel Thompson
2024/04/02
[Kgdb-bugreport] [PATCH] kdb: Use str_plural() to fix Coccinelle warning
Thorsten Blum
2024/03/31
[Kgdb-bugreport] 答复: [PATCH V7] kdb: Fix the deadlock issue in KDB debugging.
Liuye
2024/03/28
Re: [Kgdb-bugreport] [PATCH] kdb: Use str_plural() to fix Coccinelle warning
Doug Anderson
2024/03/26
[Kgdb-bugreport] [PATCH V7] kdb: Fix the deadlock issue in KDB debugging.
liu.yec
2024/03/26
Re: [Kgdb-bugreport] [PATCH V6] kdb: Fix the deadlock issue in KDB debugging.
Greg KH
2024/03/26
[Kgdb-bugreport] [PATCH V6] kdb: Fix the deadlock issue in KDB debugging.
liu.yec
2024/03/25
[Kgdb-bugreport] 答复: [PATCH V5] kdb: Fix the deadlock issue in KDB debugging.
Liuye
2024/03/25
Re: [Kgdb-bugreport] [PATCH V5] kdb: Fix the deadlock issue in KDB debugging.
Daniel Thompson
2024/03/22
[Kgdb-bugreport] [PATCH V5] kdb: Fix the deadlock issue in KDB debugging.
liu.yec
2024/03/22
Re: [Kgdb-bugreport] 答复: [PATCH V4] kdb: Fix the deadlock issue in KDB debugging.
Daniel Thompson
2024/03/22
[Kgdb-bugreport] 答复: [PATCH V4] kdb: Fix the deadlock issue in KDB debugging.
Liuye
2024/03/21
Re: [Kgdb-bugreport] [PATCH V4] kdb: Fix the deadlock issue in KDB debugging.
Jiri Slaby
2024/03/21
[Kgdb-bugreport] [PATCH V4] kdb: Fix the deadlock issue in KDB debugging.
liu.yec
2024/03/21
Re: [Kgdb-bugreport] 答复: [PATCH V3] kdb: Fix the deadlock issue in KDB debugging.
Daniel Thompson
2024/03/21
[Kgdb-bugreport] 答复: [PATCH V3] kdb: Fix the deadlock issue in KDB debugging.
Liuye
2024/03/21
Re: [Kgdb-bugreport] [PATCH V3] kdb: Fix the deadlock issue in KDB debugging.
Greg KH
2024/03/20
[Kgdb-bugreport] [PATCH V3] kdb: Fix the deadlock issue in KDB debugging.
liu.yec
2024/03/20
Re: [Kgdb-bugreport] [PATCH v1] kdb: Fix the deadlock issue in KDB debugging.
Daniel Thompson
2024/03/15
[Kgdb-bugreport] [PATCH v1] kdb: Fix the deadlock issue in KDB debugging.
liu.yec
2024/03/15
[Kgdb-bugreport] 答复: 答复: 答复: 答复: 答复: 答复: [PATCH] kdb: Fix the deadlock issue in KDB debugging.
Liuye
2024/03/14
Re: [Kgdb-bugreport] 答复: 答复: 答复: 答复: 答复: [PATCH] kdb: Fix the deadlock issue in KDB debugging.
Daniel Thompson
2024/03/14
[Kgdb-bugreport] 答复: 答复: 答复: 答复: 答复: [PATCH] kdb: Fix the deadlock issue in KDB debugging.
Liuye
2024/03/13
Re: [Kgdb-bugreport] 答复: 答复: 答复: 答复: [PATCH] kdb: Fix the deadlock issue in KDB debugging.
Daniel Thompson
2024/03/12
[Kgdb-bugreport] 答复: 答复: 答复: 答复: [PATCH] kdb: Fix the deadlock issue in KDB debugging.
Liuye
2024/03/12
Re: [Kgdb-bugreport] 答复: 答复: 答复: [PATCH] kdb: Fix the deadlock issue in KDB debugging.
Daniel Thompson
2024/03/12
[Kgdb-bugreport] 答复: 答复: 答复: [PATCH] kdb: Fix the deadlock issue in KDB debugging.
Liuye
2024/03/12
Re: [Kgdb-bugreport] 答复: 答复: [PATCH] kdb: Fix the deadlock issue in KDB debugging.
Daniel Thompson
2024/03/12
[Kgdb-bugreport] 答复: 答复: [PATCH] kdb: Fix the deadlock issue in KDB debugging.
Liuye
2024/03/02
Re: [Kgdb-bugreport] [PATCH] kdb: Fix the deadlock issue in KDB debugging.
Greg KH
2024/03/01
Re: [Kgdb-bugreport] 答复: [PATCH] kdb: Fix the deadlock issue in KDB debugging.
Daniel Thompson
2024/02/29
[Kgdb-bugreport] 答复: [PATCH] kdb: Fix the deadlock issue in KDB debugging.
Liuye
2024/02/28
Re: [Kgdb-bugreport] [PATCH] kdb: Fix the deadlock issue in KDB debugging.
Daniel Thompson
2024/02/28
[Kgdb-bugreport] [PATCH] kdb: Fix the deadlock issue in KDB debugging.
LiuYe
2023/12/24
[Kgdb-bugreport] [PATCH V3] tty: serial: kgdboc: Fix 8250_* kgdb over serial
Michael Trimarchi
2023/12/18
Re: [Kgdb-bugreport] [PATCH V2] tty: serial: kgdboc: Fix 8250_* kgd over serial
Doug Anderson
2023/12/17
[Kgdb-bugreport] [PATCH V2] tty: serial: kgdboc: Fix 8250_* kgd over serial
Michael Trimarchi
2023/12/16
Re: [Kgdb-bugreport] [PATCH] tty: serial: kgdboc: Fix 8250_* kgd over serial
kernel test robot
2023/12/16
Re: [Kgdb-bugreport] [PATCH] tty: serial: kgdboc: Fix 8250_* kgd over serial
kernel test robot
2023/12/16
[Kgdb-bugreport] [PATCH] tty: serial: kgdboc: Fix 8250_* kgd over serial
Michael Trimarchi
2023/12/16
Re: [Kgdb-bugreport] [RFC PATCH] tty: serial: kgdboc: Fix 8250_* kgd over serial
Michael Nazzareno Trimarchi
2023/12/16
Re: [Kgdb-bugreport] [RFC PATCH] tty: serial: kgdboc: Fix 8250_* kgd over serial
Michael Nazzareno Trimarchi
2023/12/12
Re: [Kgdb-bugreport] [RFC PATCH] tty: serial: kgdboc: Fix 8250_* kgd over serial
Michael Nazzareno Trimarchi
2023/12/12
Re: [Kgdb-bugreport] [RFC PATCH] tty: serial: kgdboc: Fix 8250_* kgd over serial
Michael Nazzareno Trimarchi
2023/12/12
[Kgdb-bugreport] [RFC PATCH] tty: serial: kgdboc: Fix 8250_* kgd over serial
Michael Trimarchi
2023/12/11
Re: [Kgdb-bugreport] [RFC PATCH] tty: serial: kgdboc: Fix 8250_* kgd over serial
Doug Anderson
2023/12/11
Re: [Kgdb-bugreport] [RFC PATCH] tty: serial: kgdboc: Fix 8250_* kgd over serial
Doug Anderson
2023/12/06
Re: [PATCH 2/2] trace: kdb: Replace simple_strtoul with kstrtoul in kdb_ftdump
Doug Anderson
2023/12/06
Re: [PATCH 2/2] trace: kdb: Replace simple_strtoul with kstrtoul in kdb_ftdump
Daniel Thompson
2023/12/05
Re: [PATCH 2/2] trace: kdb: Replace simple_strtoul with kstrtoul in kdb_ftdump
Doug Anderson
2023/12/05
Re: [PATCH 1/2] kdb: Replace the use of simple_strto with safer kstrto in kdb_main
Doug Anderson
2023/11/27
Re: [Kgdb-bugreport] [PATCH v2] kdb: Fix a potential buffer overflow in kdb_local()
Doug Anderson
2023/11/25
[Kgdb-bugreport] [PATCH v2] kdb: Fix a potential buffer overflow in kdb_local()
Christophe JAILLET
2023/11/19
[PATCH 2/2] trace: kdb: Replace simple_strtoul with kstrtoul in kdb_ftdump
Yuran Pereira
2023/11/19
[PATCH 1/2] kdb: Replace the use of simple_strto with safer kstrto in kdb_main
Yuran Pereira
2023/11/19
[PATCH 0/2] Replace the use of simple_strtol/ul functions with kstrto
Yuran Pereira
2023/11/12
[Kgdb-bugreport] [PATCH AUTOSEL 5.10] kgdb: Flush console before entering kgdb on panic
Sasha Levin
2023/11/12
[Kgdb-bugreport] [PATCH AUTOSEL 5.4] kgdb: Flush console before entering kgdb on panic
Sasha Levin
2023/11/12
[Kgdb-bugreport] [PATCH AUTOSEL 6.5 1/2] kgdb: Flush console before entering kgdb on panic
Sasha Levin
2023/11/12
[Kgdb-bugreport] [PATCH AUTOSEL 6.1] kgdb: Flush console before entering kgdb on panic
Sasha Levin
2023/11/12
[Kgdb-bugreport] [PATCH AUTOSEL 5.15] kgdb: Flush console before entering kgdb on panic
Sasha Levin
2023/11/12
[Kgdb-bugreport] [PATCH AUTOSEL 6.6 1/2] kgdb: Flush console before entering kgdb on panic
Sasha Levin
2023/11/07
[Kgdb-bugreport] [PATCH] kdb: Corrects comment for kdballocenv
Yuran Pereira
2023/10/30
Re: [Kgdb-bugreport] [PATCH] kdb: Fix a potential buffer overflow in kdb_local()
Doug Anderson
2023/10/28
[Kgdb-bugreport] [PATCH] kdb: Fix a potential buffer overflow in kdb_local()
Christophe JAILLET
2023/10/16
Re: [Kgdb-bugreport] [PATCH] kgdb: Flush console before entering kgdb on panic
Daniel Thompson
2023/10/02
Re: [Kgdb-bugreport] [PATCH v13 3/7] arm64: smp: Remove dedicated wakeup IPI
Doug Anderson
2023/09/25
Re: [Kgdb-bugreport] [PATCH v13 3/7] arm64: smp: Remove dedicated wakeup IPI
Doug Anderson
2023/09/25
Re: [Kgdb-bugreport] [PATCH v13 0/7] arm64: Add IPI for backtraces / kgdb; try to use NMI for some IPIs
Catalin Marinas
2023/09/20
Re: [Kgdb-bugreport] [PATCH] kgdb: Flush console before entering kgdb on panic
Petr Mladek via Kgdb-bugreport
2023/09/12
Re: [Kgdb-bugreport] [PATCH v13 1/7] irqchip/gic-v3: Enable support for SGIs to act as NMIs
Marc Zyngier
2023/09/06
Re: [Kgdb-bugreport] [PATCH v13 7/7] arm64: smp: Mark IPI globals as __ro_after_init
Stephen Boyd
2023/09/06
[Kgdb-bugreport] [PATCH v13 1/7] irqchip/gic-v3: Enable support for SGIs to act as NMIs
Douglas Anderson
2023/09/06
[Kgdb-bugreport] [PATCH v13 2/7] arm64: idle: Tag the arm64 idle functions as __cpuidle
Douglas Anderson
2023/09/06
[Kgdb-bugreport] [PATCH v13 5/7] arm64: smp: IPI_CPU_STOP and IPI_CPU_CRASH_STOP should try for NMI
Douglas Anderson
2023/09/06
[Kgdb-bugreport] [PATCH v13 3/7] arm64: smp: Remove dedicated wakeup IPI
Douglas Anderson
2023/09/06
[Kgdb-bugreport] [PATCH v13 6/7] arm64: kgdb: Implement kgdb_roundup_cpus() to enable pseudo-NMI roundup
Douglas Anderson
2023/09/06
[Kgdb-bugreport] [PATCH v13 0/7] arm64: Add IPI for backtraces / kgdb; try to use NMI for some IPIs
Douglas Anderson
2023/09/06
[Kgdb-bugreport] [PATCH v13 4/7] arm64: smp: Add arch support for backtrace using pseudo-NMI
Douglas Anderson
2023/09/06
[Kgdb-bugreport] [PATCH v13 7/7] arm64: smp: Mark IPI globals as __ro_after_init
Douglas Anderson
2023/08/31
Re: [Kgdb-bugreport] [PATCH v12 1/7] irqchip/gic-v3: Enable support for SGIs to act as NMIs
Mark Rutland
2023/08/31
Re: [Kgdb-bugreport] [PATCH v12 1/7] irqchip/gic-v3: Enable support for SGIs to act as NMIs
Doug Anderson
2023/08/31
Re: [Kgdb-bugreport] [PATCH v12 7/7] arm64: smp: Mark IPI globals as __ro_after_init
Mark Rutland
2023/08/31
Re: [Kgdb-bugreport] [PATCH v12 6/7] arm64: kgdb: Implement kgdb_roundup_cpus() to enable pseudo-NMI roundup
Mark Rutland
2023/08/31
Re: [Kgdb-bugreport] [PATCH v12 5/7] arm64: smp: IPI_CPU_STOP and IPI_CPU_CRASH_STOP should try for NMI
Mark Rutland
2023/08/31
Re: [Kgdb-bugreport] [PATCH v12 1/7] irqchip/gic-v3: Enable support for SGIs to act as NMIs
Mark Rutland
2023/08/31
Re: [Kgdb-bugreport] [PATCH v12 0/7] arm64: Add IPI for backtraces / kgdb; try to use NMI for some IPIs
Chen-Yu Tsai
2023/08/30
[Kgdb-bugreport] [PATCH v12 5/7] arm64: smp: IPI_CPU_STOP and IPI_CPU_CRASH_STOP should try for NMI
Douglas Anderson
2023/08/30
[Kgdb-bugreport] [PATCH v12 7/7] arm64: smp: Mark IPI globals as __ro_after_init
Douglas Anderson
2023/08/30
[Kgdb-bugreport] [PATCH v12 4/7] arm64: smp: Add arch support for backtrace using pseudo-NMI
Douglas Anderson
2023/08/30
[Kgdb-bugreport] [PATCH v12 6/7] arm64: kgdb: Implement kgdb_roundup_cpus() to enable pseudo-NMI roundup
Douglas Anderson
2023/08/30
[Kgdb-bugreport] [PATCH v12 2/7] arm64: idle: Tag the arm64 idle functions as __cpuidle
Douglas Anderson
2023/08/30
[Kgdb-bugreport] [PATCH v12 0/7] arm64: Add IPI for backtraces / kgdb; try to use NMI for some IPIs
Douglas Anderson
2023/08/30
[Kgdb-bugreport] [PATCH v12 3/7] arm64: smp: Remove dedicated wakeup IPI
Douglas Anderson
2023/08/30
[Kgdb-bugreport] [PATCH v12 1/7] irqchip/gic-v3: Enable support for SGIs to act as NMIs
Douglas Anderson
2023/08/30
Re: [Kgdb-bugreport] [PATCH] kgdb: Flush console before entering kgdb on panic
Daniel Thompson
2023/08/29
Re: [Kgdb-bugreport] [PATCH v11 4/6] arm64: smp: Add arch support for backtrace using pseudo-NMI
Doug Anderson
2023/08/29
Re: [Kgdb-bugreport] [PATCH v11 5/6] arm64: smp: IPI_CPU_STOP and IPI_CPU_CRASH_STOP should try for NMI
Sumit Garg
2023/08/29
Re: [Kgdb-bugreport] [PATCH v11 1/6] irqchip/gic-v3: Enable support for SGIs to act as NMIs
Sumit Garg
2023/08/29
Re: [Kgdb-bugreport] [PATCH v11 3/6] arm64: smp: Remove dedicated wakeup IPI
Sumit Garg
2023/08/29
Re: [Kgdb-bugreport] [PATCH v11 2/6] arm64: idle: Tag the arm64 idle functions as __cpuidle
Sumit Garg
2023/08/29
Re: [Kgdb-bugreport] [PATCH v11 4/6] arm64: smp: Add arch support for backtrace using pseudo-NMI
Tomohiro Misono (Fujitsu)
2023/08/29
Re: [Kgdb-bugreport] [PATCH v11 5/6] arm64: smp: IPI_CPU_STOP and IPI_CPU_CRASH_STOP should try for NMI
Tomohiro Misono (Fujitsu)
2023/08/28
Re: [Kgdb-bugreport] [PATCH v11 1/6] irqchip/gic-v3: Enable support for SGIs to act as NMIs
Doug Anderson
2023/08/26
Re: [Kgdb-bugreport] [PATCH v11 1/6] irqchip/gic-v3: Enable support for SGIs to act as NMIs
Marc Zyngier
2023/08/25
Re: [Kgdb-bugreport] [PATCH v11 4/6] arm64: smp: Add arch support for backtrace using pseudo-NMI
Doug Anderson
2023/08/25
Re: [Kgdb-bugreport] [PATCH v11 4/6] arm64: smp: Add arch support for backtrace using pseudo-NMI
Stephen Boyd
2023/08/25
Re: [Kgdb-bugreport] [PATCH v11 6/6] arm64: kgdb: Implement kgdb_roundup_cpus() to enable pseudo-NMI roundup
Stephen Boyd
2023/08/25
Re: [Kgdb-bugreport] [PATCH v11 4/6] arm64: smp: Add arch support for backtrace using pseudo-NMI
Stephen Boyd
2023/08/25
Re: [Kgdb-bugreport] [PATCH v11 3/6] arm64: smp: Remove dedicated wakeup IPI
Stephen Boyd
2023/08/25
Re: [Kgdb-bugreport] [PATCH] kgdb: Flush console before entering kgdb on panic
Doug Anderson
2023/08/25
Re: [Kgdb-bugreport] [PATCH v11 6/6] arm64: kgdb: Implement kgdb_roundup_cpus() to enable pseudo-NMI roundup
Daniel Thompson
2023/08/25
Re: [Kgdb-bugreport] [PATCH] kgdb: Flush console before entering kgdb on panic
Daniel Thompson
2023/08/24
[Kgdb-bugreport] [PATCH v11 6/6] arm64: kgdb: Implement kgdb_roundup_cpus() to enable pseudo-NMI roundup
Douglas Anderson
2023/08/24
[Kgdb-bugreport] [PATCH v11 2/6] arm64: idle: Tag the arm64 idle functions as __cpuidle
Douglas Anderson
2023/08/24
[Kgdb-bugreport] [PATCH v11 5/6] arm64: smp: IPI_CPU_STOP and IPI_CPU_CRASH_STOP should try for NMI
Douglas Anderson
2023/08/24
[Kgdb-bugreport] [PATCH v11 3/6] arm64: smp: Remove dedicated wakeup IPI
Douglas Anderson
2023/08/24
[Kgdb-bugreport] [PATCH v11 1/6] irqchip/gic-v3: Enable support for SGIs to act as NMIs
Douglas Anderson
2023/08/24
[Kgdb-bugreport] [PATCH v11 0/6] arm64: Add IPI for backtraces / kgdb; try to use NMI for some IPIs
Douglas Anderson
2023/08/24
[Kgdb-bugreport] [PATCH v11 4/6] arm64: smp: Add arch support for backtrace using pseudo-NMI
Douglas Anderson
2023/08/23
Re: [Kgdb-bugreport] [PATCH v10 4/6] arm64: smp: Add arch support for backtrace using pseudo-NMI
kernel test robot
2023/08/22
Re: [Kgdb-bugreport] [PATCH v10 6/6] arm64: kgdb: Implement kgdb_roundup_cpus() to enable pseudo-NMI roundup
Stephen Boyd
2023/08/22
Re: [Kgdb-bugreport] [PATCH v10 5/6] arm64: smp: IPI_CPU_STOP and IPI_CPU_CRASH_STOP should try for NMI
Stephen Boyd
2023/08/22
Re: [Kgdb-bugreport] [PATCH v10 4/6] arm64: smp: Add arch support for backtrace using pseudo-NMI
Stephen Boyd
2023/08/22
Re: [Kgdb-bugreport] [PATCH v10 3/6] arm64: smp: Remove dedicated wakeup IPI
Stephen Boyd
2023/08/22
Re: [Kgdb-bugreport] [PATCH v10 2/6] arm64: idle: Tag the arm64 idle functions as __cpuidle
Stephen Boyd
2023/08/22
[Kgdb-bugreport] [PATCH v10 6/6] arm64: kgdb: Implement kgdb_roundup_cpus() to enable pseudo-NMI roundup
Douglas Anderson
2023/08/22
[Kgdb-bugreport] [PATCH v10 5/6] arm64: smp: IPI_CPU_STOP and IPI_CPU_CRASH_STOP should try for NMI
Douglas Anderson
2023/08/22
[Kgdb-bugreport] [PATCH v10 4/6] arm64: smp: Add arch support for backtrace using pseudo-NMI
Douglas Anderson
2023/08/22
[Kgdb-bugreport] [PATCH v10 1/6] irqchip/gic-v3: Enable support for SGIs to act as NMIs
Douglas Anderson
2023/08/22
[Kgdb-bugreport] [PATCH v10 3/6] arm64: smp: Remove dedicated wakeup IPI
Douglas Anderson
2023/08/22
[Kgdb-bugreport] [PATCH v10 0/6] arm64: Add IPI for backtraces / kgdb; try to use NMI for some IPIs
Douglas Anderson
2023/08/22
[Kgdb-bugreport] [PATCH v10 2/6] arm64: idle: Tag the arm64 idle functions as __cpuidle
Douglas Anderson
2023/08/22
[Kgdb-bugreport] [PATCH] kgdb: Flush console before entering kgdb on panic
Douglas Anderson
2023/08/21
Re: [Kgdb-bugreport] [PATCH v9 3/7] arm64: Add framework for a debug IPI
Mark Rutland
2023/08/21
Re: [Kgdb-bugreport] [PATCH v9 5/7] arm64: ipi_debug: Add support for backtrace using the debug IPI
Mark Rutland
2023/08/21
Re: [Kgdb-bugreport] [PATCH v9 5/7] arm64: ipi_debug: Add support for backtrace using the debug IPI
Doug Anderson
2023/08/21
Re: [Kgdb-bugreport] [PATCH v9 3/7] arm64: Add framework for a debug IPI
Doug Anderson
2023/08/08
Re: [Kgdb-bugreport] [PATCH v9 7/7] arm64: kgdb: Roundup cpus using the debug IPI
Daniel Thompson
2023/08/07
Re: [Kgdb-bugreport] [PATCH v9 7/7] arm64: kgdb: Roundup cpus using the debug IPI
Mark Rutland
2023/08/07
Re: [Kgdb-bugreport] [PATCH v9 7/7] arm64: kgdb: Roundup cpus using the debug IPI
Daniel Thompson
2023/08/07
Re: [Kgdb-bugreport] [PATCH v9 0/7] arm64: Add debug IPI for backtraces / kgdb; try to use NMI for it
Mark Rutland
Earlier messages
Later messages