summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kms-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-08-0615-15/+444
|\
| * kgdb,docs: Update the kgdb docs to include kmsJason Wessel2010-08-052-11/+106
| * drm_fb_helper: Preserve capability to use atomic kmsJason Wessel2010-08-051-1/+1
| * i915: when kgdb is active display compression should be offJason Wessel2010-08-051-0/+4
| * drm/i915: use new fb debug hooksJesse Barnes2010-08-052-1/+99
| * drm: add KGDB/KDB supportJesse Barnes2010-08-053-0/+81
| * fb: add hooks to handle KDB enter/exitJesse Barnes2010-08-053-0/+40
| * kgdboc: Add call backs to allow kernel mode switchingJason Wessel2010-08-051-0/+18
| * vt,console,kdb: automatically set kdb LINES variableJason Wessel2010-08-053-2/+21
| * vt,console,kdb: implement atomic console enter/leave functionsJesse Barnes2010-08-052-0/+74
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-08-0616-316/+801
|\|
| * debug_core,kdb: fix crash when arch does not have single stepJason Wessel2010-08-051-0/+2
| * kgdb,x86: use macro HBP_NUM to replace magic number 4Dongdong Deng2010-08-051-9/+9
| * kgdb,mips: remove unused kgdb_cpu_doing_single_step operationsJason Wessel2010-08-051-7/+1
| * mm,kdb,kgdb: Add a debug reference for the kdb kmap usageJason Wessel2010-08-051-0/+7
| * KGDB: Remove set but unused newPCAndi Kleen2010-08-051-3/+0
| * ftrace,kdb: Allow dumping a specific cpu's buffer with ftdumpJason Wessel2010-08-051-10/+27
| * ftrace,kdb: Extend kdb to be able to dump the ftrace bufferJason Wessel2010-08-054-21/+163
| * kgdb,powerpc: Replace hardcoded offset by BREAK_INSTR_SIZEMichal Simek2010-08-051-1/+1
| * arm,kgdb: Add ability to trap into debugger on notify_dieJason Wessel2010-08-051-0/+34
| * gdbstub: do not directly use dbg_reg_def[] in gdb_cmd_reg_set()Jason Wessel2010-08-051-1/+9
| * gdbstub: Implement gdbserial 'p' and 'P' packetsJason Wessel2010-08-052-21/+78
| * kgdb,arm: Individual register get/set for armJason Wessel2010-08-052-46/+50
| * kgdb,mips: Individual register get/set for mipsJason Wessel2010-08-052-68/+154
| * kgdb,x86: Individual register get/set for x86Jason Wessel2010-08-052-94/+94
| * kgdb,kdb: individual register set and and get APIJason Wessel2010-08-053-12/+159
| * gdbstub: Optimize kgdb's "thread:" response for the gdb serial protocolJason Wessel2010-08-051-18/+19
| * kgdb: remove custom hex_to_bin()implementationAndy Shevchenko2010-08-051-16/+5
* | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-06190-3864/+2492
|\ \
| * | of/platform: Register of_platform_drivers with an "of:" prefixGrant Likely2010-08-011-0/+16
| * | of/address: Clean up function declarationsGrant Likely2010-08-0121-63/+76
| * | of/spi: call of_register_spi_devices() from spi core codeAnatolij Gustschin2010-07-3010-24/+27
| * | of: Provide default of_node_to_nid() implementation.Grant Likely2010-07-305-19/+13
| * | of/device: Make of_device_make_bus_id() usable by other code.Grant Likely2010-07-302-1/+2
| * | of/irq: Fix endian issues in parsing interrupt specifiersGrant Likely2010-07-251-6/+7
| * | of: Fix phandle endian issuesGrant Likely2010-07-253-11/+11
| * | of/flattree: fix of_flat_dt_is_compatible() to match the full compatible stringStuart Yoder2010-07-251-1/+1
| * | of: remove of_default_bus_idsJonas Bonn2010-07-247-81/+28
| * | of: make of_find_device_by_node genericJonas Bonn2010-07-244-52/+20
| * | microblaze: remove references to of_device and to_of_deviceGrant Likely2010-07-241-3/+3
| * | sparc: remove references to of_device and to_of_deviceGrant Likely2010-07-2426-74/+75
| * | powerpc: remove references to of_device and to_of_deviceGrant Likely2010-07-2417-46/+47
| * | of/device: Replace of_device with platform_device in includes and core codeGrant Likely2010-07-247-42/+42
| * | of/device: Protect against binding of_platform_drivers to non-OF devicesGrant Likely2010-07-241-1/+6
| * | of: remove asm/of_device.hGrant Likely2010-07-246-36/+7
| * | of: remove asm/of_platform.hGrant Likely2010-07-245-53/+2
| * | of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely2010-07-2459-124/+109
| * | of: Merge of_platform_bus_type with platform_bus_typeGrant Likely2010-07-2416-103/+102
| * | drivercore/of: Add OF style matching to platform busGrant Likely2010-07-241-1/+6
| * | Merge commit 'v2.6.35-rc6' into devicetree/nextGrant Likely2010-07-24994-201298/+9986
| |\ \