First  |  Prev |  Next  |  Last
Pages: 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191
[PATCH 06/17] kgdb,arm: Individual register get/set for arm
Implement the ability to individually get and set registers for kdb and kgdb for arm. Signed-off-by: Jason Wessel <jason.wessel(a)windriver.com> CC: Russell King <linux(a)arm.linux.org.uk> CC: linux-arm-kernel(a)lists.infradead.org --- arch/arm/include/asm/kgdb.h | 6 +- arch/arm/kernel/kgdb.c | 88 ++++++... 5 Aug 2010 11:20
lp3971: remove unnecessary ret value checking in lp3971_i2c_write()
On Thu, Aug 05, 2010 at 10:22:13PM +0800, Axel Lin wrote: 2010/8/5 Mark Brown <broonie(a)opensource.wolfsonmicro.com>: but can I once more renew my request that you make some effort to provide subject lines for your patches which are consistent with the standard used for the area of the kernel you're ... 5 Aug 2010 11:20
KVM: MMU: prefetch ptes when intercepted guest #PF
On Wed, Aug 04, 2010 at 11:33:29AM +0800, Xiao Guangrong wrote: Support prefetch ptes when intercept guest #PF, avoid to #PF by later access If we meet any failure in the prefetch path, we will exit it and not try other ptes to avoid become heavy path Signed-off-by: Xiao Guangrong <xiaoguangrong@... 5 Aug 2010 11:20
[GIT PULL] kgdb,kdb for 2.6.36 (1 of 2)
Linus, please pull the for_linus branch which contains all the core kgdb and kdb changes intended for the 2.6.36 kernel. git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb.git for_lin us The key new features here are: * ftdump command for kdb - dumps the ftrace buffer for all cpus or... 5 Aug 2010 11:20
[PATCH 7/9] i915: when kgdb is active display compression should be off
If the HW compression is left on, the call backs from the HW will crash the kernel. The only time this code is called is when kernel mode setting is in use with kgdb and the kdb shell. The atomic display pipe handler callback will reset everything when kgdb restores kernel to the run state. Signed-off-by: Jas... 5 Aug 2010 11:20
[PATCH 03/17] kgdb,kdb: individual register set and and get API
The kdb shell specification includes the ability to get and set architecture specific registers by name. For the time being individual register get and set will be implemented on a per architecture basis. If an architecture defines DBG_MAX_REG_NUM > 0 then kdb and the gdbstub will use the capability for individ... 5 Aug 2010 11:20
[PATCH 08/17] gdbstub: do not directly use dbg_reg_def[] in gdb_cmd_reg_set()
Presently the usable registers definitions on x86 are not contiguous for kgdb. The x86 kgdb uses a case statement for the sparse register accesses. The array which defines the registers (dbg_reg_def) should not be used directly in order to safely work with sparse register definitions. Specifically there was a ... 5 Aug 2010 11:20
[PATCH 13/17] KGDB: Remove set but unused newPC
From: Andi Kleen <ak(a)linux.intel.com> Found by gcc 4.6's new warnings Signed-off-by: Andi Kleen <ak(a)linux.intel.com> Signed-off-by: Jason Wessel <jason.wessel(a)windriver.com> --- arch/x86/kernel/kgdb.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/arch/x86/kernel/kgdb.c b/arch/x... 5 Aug 2010 11:20
[PATCH 05/17] kgdb,mips: Individual register get/set for mips
Implement the ability to individually get and set registers for kdb and kgdb for mips. Signed-off-by: Jason Wessel <jason.wessel(a)windriver.com> Acked-by: Ralf Baechle <ralf(a)linux-mips.org> CC: linux-mips(a)linux-mips.org --- arch/mips/include/asm/kgdb.h | 19 ++-- arch/mips/kernel/kgdb.c | 203 +++++++++... 5 Aug 2010 11:20
[PATCH 6/9] drm/i915: use new fb debug hooks
From: Jesse Barnes <jbarnes(a)virtuousgeek.org> Implement atomic kernel mode settings using the fb layer's debug hook system for supporting debugger interaction. Signed-off-by: Jesse Barnes <jbarnes(a)virtuousgeek.org> Signed-off-by: Jason Wessel <jason.wessel(a)windriver.com> --- drivers/gpu/drm/i915/intel_displa... 5 Aug 2010 11:20
First  |  Prev |  Next  |  Last
Pages: 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191