summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-08-067-228/+343
|\
| * 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/+1Star
| * KGDB: Remove set but unused newPCAndi Kleen2010-08-051-3/+0Star
| * 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
| * 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
* | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-06104-3444/+447Star
|\ \
| * | of/address: Clean up function declarationsGrant Likely2010-08-0110-61/+32Star
| * | of: Provide default of_node_to_nid() implementation.Grant Likely2010-07-304-19/+8Star
| * | of: remove of_default_bus_idsJonas Bonn2010-07-245-76/+27Star
| * | of: make of_find_device_by_node genericJonas Bonn2010-07-243-52/+0Star
| * | 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-243-6/+6
| * | of: remove asm/of_device.hGrant Likely2010-07-245-35/+6Star
| * | of: remove asm/of_platform.hGrant Likely2010-07-244-51/+2Star
| * | of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely2010-07-2418-27/+21Star
| * | of: Merge of_platform_bus_type with platform_bus_typeGrant Likely2010-07-2411-87/+13Star
| * | Merge commit 'v2.6.35-rc6' into devicetree/nextGrant Likely2010-07-24441-195671/+2649Star
| |\ \
| * | | of: Remove unused of_find_device_by_phandle()Grant Likely2010-07-194-41/+0Star
| * | | of/flattree: Use common ALIGN() macro instead of arch specific _ALIGNGrant Likely2010-07-151-7/+0Star
| * | | of/sparc: move is_root_node() to of.hAndres Salomon2010-07-153-12/+4Star
| * | | proc: unify PROC_DEVICETREE configAndres Salomon2010-07-062-16/+0Star
| * | | of: Put all CONFIG_OF dependencies into a Kconfig menu blockGrant Likely2010-07-062-7/+0Star
| * | | of: remove architecture CONFIG_OF definitionsStephen Rothwell2010-07-063-9/+0Star
| * | | sparc: turn CONFIG_OF into a selectStephen Rothwell2010-07-061-1/+2
| * | | powerpc: turn CONFIG_OF into a selectStephen Rothwell2010-07-061-2/+3
| * | | microblaze: turn CONFIG_OF into a selectStephen Rothwell2010-07-061-2/+3
| * | | of: refactor of_modalias_node() and remove explicit match table.Grant Likely2010-07-061-0/+6
| * | | of/gpio: add default of_xlate function if device has a node pointerAnton Vorontsov2010-07-069-14/+0Star
| * | | of/gpio: stop using device_node data pointer to find gpio_chipGrant Likely2010-07-064-22/+6Star
| * | | of/gpio: Kill of_gpio_chip and add members directly to gpio_chipAnton Vorontsov2010-07-0611-99/+81Star
| * | | of: Merge of_device_alloc() and of_device_make_bus_id()Grant Likely2010-07-066-175/+2Star
| * | | of/device: Merge of_platform_bus_probe()Grant Likely2010-07-064-297/+19Star
| * | | of: Modify of_device_get_modalias to be passed struct deviceGrant Likely2010-07-061-3/+0Star
| * | | of/device: merge of_device_ueventGrant Likely2010-07-064-103/+0Star
| * | | of/address: Merge all of the bus translation codeGrant Likely2010-07-064-1012/+0Star
| * | | of/address: merge of_address_to_resource()Grant Likely2010-07-066-117/+20Star
| * | | of/address: merge of_iomap()Grant Likely2010-07-064-40/+2Star
| * | | of/irq: merge irq mapping codeGrant Likely2010-07-064-634/+0Star
| * | | of/powerpc: Move Powermac irq quirk code into powermac pic driver codeGrant Likely2010-07-063-100/+81Star
| * | | of/microblaze: strip out of_irq_workarounds codeGrant Likely2010-07-062-51/+0Star
| * | | of/irq: Move irq_of_parse_and_map() to common codeGrant Likely2010-06-287-128/+6Star
| * | | of: kill struct of_deviceGrant Likely2010-06-285-39/+4Star
| * | | sparc/of: Move of_device fields into struct pdev_archdataGrant Likely2010-06-2812-64/+56Star
* | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2010-08-0510-34/+20Star
|\ \ \ \