| Commit message (Expand) | Author | Age |
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe... | Linus Torvalds | 2010-08-05 |
|\ |
|
| * | debug_core,kdb: fix crash when arch does not have single step | Jason Wessel | 2010-08-05 |
| * | kgdb,x86: use macro HBP_NUM to replace magic number 4 | Dongdong Deng | 2010-08-05 |
| * | kgdb,mips: remove unused kgdb_cpu_doing_single_step operations | Jason Wessel | 2010-08-05 |
| * | mm,kdb,kgdb: Add a debug reference for the kdb kmap usage | Jason Wessel | 2010-08-05 |
| * | KGDB: Remove set but unused newPC | Andi Kleen | 2010-08-05 |
| * | ftrace,kdb: Allow dumping a specific cpu's buffer with ftdump | Jason Wessel | 2010-08-05 |
| * | ftrace,kdb: Extend kdb to be able to dump the ftrace buffer | Jason Wessel | 2010-08-05 |
| * | kgdb,powerpc: Replace hardcoded offset by BREAK_INSTR_SIZE | Michal Simek | 2010-08-05 |
| * | arm,kgdb: Add ability to trap into debugger on notify_die | Jason Wessel | 2010-08-05 |
| * | gdbstub: do not directly use dbg_reg_def[] in gdb_cmd_reg_set() | Jason Wessel | 2010-08-05 |
| * | gdbstub: Implement gdbserial 'p' and 'P' packets | Jason Wessel | 2010-08-05 |
| * | kgdb,arm: Individual register get/set for arm | Jason Wessel | 2010-08-05 |
| * | kgdb,mips: Individual register get/set for mips | Jason Wessel | 2010-08-05 |
| * | kgdb,x86: Individual register get/set for x86 | Jason Wessel | 2010-08-05 |
| * | kgdb,kdb: individual register set and and get API | Jason Wessel | 2010-08-05 |
| * | gdbstub: Optimize kgdb's "thread:" response for the gdb serial protocol | Jason Wessel | 2010-08-05 |
| * | kgdb: remove custom hex_to_bin()implementation | Andy Shevchenko | 2010-08-05 |
* | | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2010-08-05 |
|\ \ |
|
| * | | of/platform: Register of_platform_drivers with an "of:" prefix | Grant Likely | 2010-08-01 |
| * | | of/address: Clean up function declarations | Grant Likely | 2010-08-01 |
| * | | of/spi: call of_register_spi_devices() from spi core code | Anatolij Gustschin | 2010-07-30 |
| * | | of: Provide default of_node_to_nid() implementation. | Grant Likely | 2010-07-30 |
| * | | of/device: Make of_device_make_bus_id() usable by other code. | Grant Likely | 2010-07-30 |
| * | | of/irq: Fix endian issues in parsing interrupt specifiers | Grant Likely | 2010-07-24 |
| * | | of: Fix phandle endian issues | Grant Likely | 2010-07-24 |
| * | | of/flattree: fix of_flat_dt_is_compatible() to match the full compatible string | Stuart Yoder | 2010-07-24 |
| * | | of: remove of_default_bus_ids | Jonas Bonn | 2010-07-24 |
| * | | of: make of_find_device_by_node generic | Jonas Bonn | 2010-07-24 |
| * | | microblaze: remove references to of_device and to_of_device | Grant Likely | 2010-07-24 |
| * | | sparc: remove references to of_device and to_of_device | Grant Likely | 2010-07-24 |
| * | | powerpc: remove references to of_device and to_of_device | Grant Likely | 2010-07-24 |
| * | | of/device: Replace of_device with platform_device in includes and core code | Grant Likely | 2010-07-24 |
| * | | of/device: Protect against binding of_platform_drivers to non-OF devices | Grant Likely | 2010-07-24 |
| * | | of: remove asm/of_device.h | Grant Likely | 2010-07-24 |
| * | | of: remove asm/of_platform.h | Grant Likely | 2010-07-24 |
| * | | of/platform: remove all of_bus_type and of_platform_bus_type references | Grant Likely | 2010-07-24 |
| * | | of: Merge of_platform_bus_type with platform_bus_type | Grant Likely | 2010-07-24 |
| * | | drivercore/of: Add OF style matching to platform bus | Grant Likely | 2010-07-24 |
| * | | Merge commit 'v2.6.35-rc6' into devicetree/next | Grant Likely | 2010-07-24 |
| |\ \ |
|
| * | | | of/device: Fix build errors for non-ppc and non-microblaze | Grant Likely | 2010-07-19 |
| * | | | of: Remove unused of_find_device_by_phandle() | Grant Likely | 2010-07-19 |
| * | | | of/flattree: Fix crash when device tree absent | Grant Likely | 2010-07-19 |
| * | | | of/flattree: Use common ALIGN() macro instead of arch specific _ALIGN | Grant Likely | 2010-07-15 |
| * | | | drivers/of: fix build error when CONFIG_PPC_DCR is set | Grant Likely | 2010-07-15 |
| * | | | of/sparc: move is_root_node() to of.h | Andres Salomon | 2010-07-14 |
| * | | | proc: unify PROC_DEVICETREE config | Andres Salomon | 2010-07-05 |
| * | | | of: Put all CONFIG_OF dependencies into a Kconfig menu block | Grant Likely | 2010-07-05 |
| * | | | of: remove architecture CONFIG_OF definitions | Stephen Rothwell | 2010-07-05 |
| * | | | of: define CONFIG_OF globally so architectures can select it | Stephen Rothwell | 2010-07-05 |