aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/kernel
Commit message (Expand)AuthorAgeFilesLines
* of/gpio: stop using device_node data pointer to find gpio_chipGrant Likely2010-07-051-1/+1
* of/gpio: Kill of_gpio_chip and add members directly to gpio_chipAnton Vorontsov2010-07-051-6/+6
* of: Merge of_device_alloc() and of_device_make_bus_id()Grant Likely2010-07-052-65/+1
* of/device: Merge of_platform_bus_probe()Grant Likely2010-07-051-123/+18
* of/device: merge of_device_ueventGrant Likely2010-07-051-48/+0
* of/address: Merge all of the bus translation codeGrant Likely2010-07-051-489/+0
* of/address: merge of_address_to_resource()Grant Likely2010-07-051-45/+1
* of/address: merge of_iomap()Grant Likely2010-07-051-11/+0
* of/irq: merge irq mapping codeGrant Likely2010-07-051-290/+0
* of/microblaze: strip out of_irq_workarounds codeGrant Likely2010-07-051-41/+0
* of/irq: Move irq_of_parse_and_map() to common codeGrant Likely2010-06-281-12/+2
* microblaze: Fix sg_dma_len() regressionFUJITA Tomonori2010-06-091-1/+0
* Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-2213-112/+72
|\
| * microblaze: Fix module loading on system with WB cacheMichal Simek2010-05-141-0/+2
| * microblaze: export assembly functions used by modulesMichal Simek2010-05-131-0/+1
| * microblaze: Remove compilation warnings in cache macroMichal Simek2010-05-131-1/+2
| * microblaze: export assembly functions used by modulesSteven J. Magnani2010-05-131-0/+10
| * microblaze: re-enable interrupts before calling scheduleSteven J. Magnani2010-05-131-0/+2
| * microblaze: Optimize CACHE_LOOP_LIMITS and CACHE_RANGE_LOOP macrosMichal Simek2010-05-061-27/+35
| * microblaze: cpuinfo shows cache line lengthMichal Simek2010-05-061-4/+6
| * microblaze: Fix typo fault in cache codeMichal Simek2010-05-061-5/+5
| * microblaze: Fix consistent codeMichal Simek2010-05-061-1/+1
| * microblaze: Remove "cache" optimized copy_page functionMichal Simek2010-05-062-36/+1
| * microblaze: fix divide by zero exception messageRandy Dunlap2010-05-061-1/+1
| * microblaze: Remove ancient codeMichal Simek2010-05-061-34/+0
| * microblaze: Quiet section mismatch warningsSteven J. Magnani2010-05-062-2/+4
| * microblaze: Fix IRQ entry/exit ftracingSteven J. Magnani2010-05-061-1/+2
* | arch/microblaze: Move dma_mask from of_device into pdev_archdataGrant Likely2010-05-222-2/+2
* | of: eliminate of_device->node and dev_archdata->{of,prom}_nodeGrant Likely2010-05-181-3/+1
* | of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-182-6/+6
* | driver-core: Add device node pointer to struct deviceGrant Likely2010-04-281-0/+1
|/
* microblaze: Remove unused variable from ptraceMichal Simek2010-04-071-1/+0
* microblaze: Fix ftrace_update_ftrace_func panicSteven J. Magnani2010-04-071-9/+3
* Merge branch 'master' into export-slabhTejun Heo2010-04-057-87/+94
|\
| * microblaze: Print early printk information to log bufferMichal Simek2010-04-011-9/+15
| * microblaze: head.S typo fixMichal Simek2010-04-011-2/+2
| * microblaze: Use MICROBLAZE_TLB_SIZE in asm codeMichal Simek2010-04-012-3/+3
| * microblaze: Adding likely macrosMichal Simek2010-04-012-5/+6
| * microblaze: Add .type and .size to ASM functionsMichal Simek2010-04-011-0/+11
| * microblaze: Use instruction with delay slotMichal Simek2010-04-011-8/+5
| * microblaze: Remove additional resr and rear loadingMichal Simek2010-04-011-15/+3
| * microblaze: Change register usage for ESR and EARMichal Simek2010-04-011-35/+35
| * microblaze: Prepare work for optimization in exception codeMichal Simek2010-04-011-6/+3
| * microblaze: Add DEBUG optionMichal Simek2010-04-011-0/+2
| * microblaze: Support systems without lmb bramMichal Simek2010-04-011-0/+6
| * microblaze: Remove segment.hMichal Simek2010-04-011-0/+1
| * microblaze: Fix "kstack=" parsingSteven J. Magnani2010-04-011-4/+2
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-305-3/+2
|/
* Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2010-03-188-116/+443
|\
| * microblaze: entry.S use delay slot for return handlersMichal Simek2010-03-111-6/+3