aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze
AgeCommit message (Expand)AuthorFilesLines
2010-07-05of/gpio: Kill of_gpio_chip and add members directly to gpio_chipAnton Vorontsov1-6/+6
2010-07-05of: Merge of_device_alloc() and of_device_make_bus_id()Grant Likely3-80/+1
2010-07-05of/device: Merge of_platform_bus_probe()Grant Likely2-156/+18
2010-07-05of: Modify of_device_get_modalias to be passed struct deviceGrant Likely1-3/+0
2010-07-05of/device: merge of_device_ueventGrant Likely2-51/+0
2010-07-05of/address: Merge all of the bus translation codeGrant Likely2-493/+0
2010-07-05of/address: merge of_address_to_resource()Grant Likely3-58/+10
2010-07-05of/address: merge of_iomap()Grant Likely2-20/+1
2010-07-05of/irq: merge irq mapping codeGrant Likely2-321/+0
2010-07-05of/microblaze: strip out of_irq_workarounds codeGrant Likely2-51/+0
2010-06-28of/irq: Move irq_of_parse_and_map() to common codeGrant Likely3-61/+3
2010-06-28of: kill struct of_deviceGrant Likely1-10/+0
2010-06-18Merge commit 'v2.6.35-rc3' into perf/coreIngo Molnar3-1/+3
2010-06-16Merge branch 'master' into for-nextJiri Kosina8-28/+16
2010-06-16fix typos concerning "hierarchy"Uwe Kleine-König1-1/+1
2010-06-15net: NET_SKB_PAD should depend on L1_CACHE_BYTESEric Dumazet1-3/+0
2010-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-0/+1
2010-06-11PCI: clear bridge resource range if BIOS assigned bad oneYinghai Lu1-0/+1
2010-06-09microblaze: Fix sg_dma_len() regressionFUJITA Tomonori1-1/+0
2010-06-09microblaze: Define ARCH_SLAB_MINALIGN to fix slab crashMichal Simek1-0/+2
2010-06-09arch: Implement local64_tPeter Zijlstra1-0/+1
2010-05-27asm-generic: remove ARCH_HAS_SG_CHAIN in scatterlist.hFUJITA Tomonori1-2/+2
2010-05-27asm-generic: remove ISA_DMA_THRESHOLD in scatterlist.hFUJITA Tomonori1-0/+2
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely31-364/+379
2010-05-22arch/microblaze: Move dma_mask from of_device into pdev_archdataGrant Likely4-3/+4
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-0/+11
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-05-18Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller8-20/+89
2010-05-18of: eliminate of_device->node and dev_archdata->{of,prom}_nodeGrant Likely3-19/+1
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2-6/+6
2010-05-14add descriptive comment for TIF_MEMDIE task flag declaration.Andreas Dilger1-1/+1
2010-05-14microblaze: Fix module loading on system with WB cacheMichal Simek1-0/+2
2010-05-13microblaze: export assembly functions used by modulesMichal Simek3-0/+3
2010-05-13microblaze: Remove powerpc code from Microblaze portMichal Simek1-1/+1
2010-05-13microblaze: Remove compilation warnings in cache macroMichal Simek1-1/+2
2010-05-13microblaze: export assembly functions used by modulesSteven J. Magnani1-0/+10
2010-05-13microblaze: fix get_user/put_user side-effectsSteven J. Magnani1-18/+69
2010-05-13microblaze: re-enable interrupts before calling scheduleSteven J. Magnani1-0/+2
2010-05-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller24-343/+278
2010-05-07Revert "microblaze: Kill NET_SKB_PAD and NET_IP_ALIGN overrides."David S. Miller1-0/+10
2010-05-06microblaze: Kill NET_SKB_PAD and NET_IP_ALIGN overrides.David S. Miller1-10/+0
2010-05-06microblaze: Defconfig updateMichal Simek2-13/+84
2010-05-06microblaze: Optimize CACHE_LOOP_LIMITS and CACHE_RANGE_LOOP macrosMichal Simek1-27/+35
2010-05-06microblaze: Fix consistent-sync codeMichal Simek1-1/+1
2010-05-06microblaze: Define correct L1_CACHE_SHIFT valueMichal Simek1-1/+1
2010-05-06microblaze: cpuinfo shows cache line lengthMichal Simek1-4/+6
2010-05-06microblaze: Fix kmalloc alignment on non-coherent DMA platformsMichal Simek1-0/+3
2010-05-06microblaze: Fix typo fault in cache codeMichal Simek1-5/+5
2010-05-06microblaze: Fix consistent codeMichal Simek3-92/+100
2010-05-06microblaze: pci-dma: use include/linux/dma-mapping.hMichal Simek1-8/+0