summaryrefslogtreecommitdiffstats
path: root/arch/microblaze
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2010-08-061-3/+0Star
|\
| * time: Kill off CONFIG_GENERIC_TIMEJohn Stultz2010-07-271-3/+0Star
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-061-0/+1
|\ \
| * | Merge branch 'linus' into perf/coreIngo Molnar2010-07-214-33/+33
| |\|
| * | Merge commit 'v2.6.35-rc3' into perf/coreIngo Molnar2010-06-183-1/+3
| |\ \
| * | | arch: Implement local64_tPeter Zijlstra2010-06-091-0/+1
* | | | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-0615-1474/+27Star
|\ \ \ \
| * | | | of/address: Clean up function declarationsGrant Likely2010-08-011-22/+11Star
| * | | | of: Provide default of_node_to_nid() implementation.Grant Likely2010-07-301-10/+0Star
| * | | | of: remove of_default_bus_idsJonas Bonn2010-07-242-50/+1Star
| * | | | of: make of_find_device_by_node genericJonas Bonn2010-07-241-16/+0Star
| * | | | microblaze: remove references to of_device and to_of_deviceGrant Likely2010-07-241-3/+3
| * | | | of: remove asm/of_device.hGrant Likely2010-07-241-13/+0Star
| * | | | of: remove asm/of_platform.hGrant Likely2010-07-241-19/+0Star
| * | | | of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely2010-07-241-2/+1Star
| * | | | of: Merge of_platform_bus_type with platform_bus_typeGrant Likely2010-07-242-17/+0Star
| * | | | Merge commit 'v2.6.35-rc6' into devicetree/nextGrant Likely2010-07-244-33/+33
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | of: Remove unused of_find_device_by_phandle()Grant Likely2010-07-192-20/+0Star
| * | | | of/flattree: Use common ALIGN() macro instead of arch specific _ALIGNGrant Likely2010-07-151-7/+0Star
| * | | | proc: unify PROC_DEVICETREE configAndres Salomon2010-07-061-8/+0Star
| * | | | of: Put all CONFIG_OF dependencies into a Kconfig menu blockGrant Likely2010-07-061-3/+0Star
| * | | | of: remove architecture CONFIG_OF definitionsStephen Rothwell2010-07-061-3/+0Star
| * | | | microblaze: turn CONFIG_OF into a selectStephen Rothwell2010-07-061-2/+3
| * | | | of/gpio: stop using device_node data pointer to find gpio_chipGrant Likely2010-07-061-1/+1
| * | | | of/gpio: Kill of_gpio_chip and add members directly to gpio_chipAnton Vorontsov2010-07-061-6/+6
| * | | | of: Merge of_device_alloc() and of_device_make_bus_id()Grant Likely2010-07-063-80/+1Star
| * | | | of/device: Merge of_platform_bus_probe()Grant Likely2010-07-062-156/+18Star
| * | | | of: Modify of_device_get_modalias to be passed struct deviceGrant Likely2010-07-061-3/+0Star
| * | | | of/device: merge of_device_ueventGrant Likely2010-07-062-51/+0Star
| * | | | of/address: Merge all of the bus translation codeGrant Likely2010-07-062-493/+0Star
| * | | | of/address: merge of_address_to_resource()Grant Likely2010-07-063-58/+10Star
| * | | | of/address: merge of_iomap()Grant Likely2010-07-062-20/+1Star
| * | | | of/irq: merge irq mapping codeGrant Likely2010-07-062-321/+0Star
| * | | | 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-283-61/+3Star
| * | | | of: kill struct of_deviceGrant Likely2010-06-281-10/+0Star
| | |_|/ | |/| |
* | | | Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2010-08-0533-541/+974
|\ \ \ \
| * | | | microblaze: Add KGDB supportMichal Simek2010-08-048-81/+234
| * | | | microblaze: Support brki rX, 0x18 for user application debuggingMichal Simek2010-08-042-19/+19
| * | | | microblaze: Remove nop after MSRCLR/SET, MTS, MFS instructionsMichal Simek2010-08-041-51/+0Star
| * | | | microblaze: Simplify syscall rutineMichal Simek2010-08-041-39/+7Star
| * | | | microblaze: Move PT_MODE saving to delay slotMichal Simek2010-08-041-3/+1Star
| * | | | microblaze: Fix _interrupt functionMichal Simek2010-08-041-5/+3Star
| * | | | microblaze: Fix _user_exception functionMichal Simek2010-08-041-4/+3Star
| * | | | microblaze: Put together addik instructionsMichal Simek2010-08-041-5/+9
| * | | | microblaze: Use delay slot in syscall macrosMichal Simek2010-08-041-19/+10Star
| * | | | microblaze: Save kernel mode in delay slotMichal Simek2010-08-041-2/+1Star
| * | | | microblaze: Do not mix register saving and mode settingMichal Simek2010-08-041-1/+1
| * | | | microblaze: Move SAVE_STATE upwardMichal Simek2010-08-041-32/+31Star
| * | | | microblaze: entry.S: Macro optimizationMichal Simek2010-08-041-12/+12