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