aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-24of: remove asm/of_device.hGrant Likely1-13/+0
2010-07-24of: remove asm/of_platform.hGrant Likely1-19/+0
2010-07-24Merge commit 'v2.6.35-rc6' into devicetree/nextGrant Likely1-5/+5
2010-07-21Merge branch 'linus' into perf/coreIngo Molnar1-5/+5
2010-07-18of: Remove unused of_find_device_by_phandle()Grant Likely1-2/+0
2010-07-14of/flattree: Use common ALIGN() macro instead of arch specific _ALIGNGrant Likely1-7/+0
2010-07-14lmb: rename to memblockYinghai Lu1-5/+5
2010-07-05of: Merge of_device_alloc() and of_device_make_bus_id()Grant Likely1-15/+0
2010-07-05of/device: Merge of_platform_bus_probe()Grant Likely1-33/+0
2010-07-05of: Modify of_device_get_modalias to be passed struct deviceGrant Likely1-3/+0
2010-07-05of/device: merge of_device_ueventGrant Likely1-3/+0
2010-07-05of/address: Merge all of the bus translation codeGrant Likely1-4/+0
2010-07-05of/address: merge of_address_to_resource()Grant Likely2-13/+9
2010-07-05of/address: merge of_iomap()Grant Likely1-9/+1
2010-07-05of/irq: merge irq mapping codeGrant Likely1-31/+0
2010-07-05of/microblaze: strip out of_irq_workarounds codeGrant Likely1-10/+0
2010-06-28of/irq: Move irq_of_parse_and_map() to common codeGrant Likely2-49/+1
2010-06-28of: kill struct of_deviceGrant Likely1-10/+0
2010-06-18Merge commit 'v2.6.35-rc3' into perf/coreIngo Molnar1-0/+2
2010-06-15net: NET_SKB_PAD should depend on L1_CACHE_BYTESEric Dumazet1-3/+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 Likely11-93/+94
2010-05-22arch/microblaze: Move dma_mask from of_device into pdev_archdataGrant Likely2-1/+2
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/jik...Linus Torvalds1-1/+1
2010-05-18Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-18/+69
2010-05-18of: eliminate of_device->node and dev_archdata->{of,prom}_nodeGrant Likely2-16/+0
2010-05-14add descriptive comment for TIF_MEMDIE task flag declaration.Andreas Dilger1-1/+1
2010-05-13microblaze: fix get_user/put_user side-effectsSteven J. Magnani1-18/+69
2010-05-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller8-74/+13
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: Define correct L1_CACHE_SHIFT valueMichal Simek1-1/+1
2010-05-06microblaze: Fix kmalloc alignment on non-coherent DMA platformsMichal Simek1-0/+3
2010-05-06microblaze: Fix consistent codeMichal Simek1-1/+1
2010-05-06microblaze: pci-dma: use include/linux/dma-mapping.hMichal Simek1-8/+0
2010-05-06microblaze: page.h: Remove get_user_page and free_user_pageMichal Simek1-5/+0
2010-05-06microblaze: Remove "cache" optimized copy_page functionMichal Simek1-3/+1
2010-05-06microblaze: Add isa_dma_bridge_buggy to dma.hMichal Simek1-0/+6
2010-05-06microblaze: Remove ancient codeMichal Simek3-41/+0
2010-05-06microblaze: Quiet section mismatch warnings for MMU versionMichal Simek1-15/+1
2010-04-13Add non-Virtex5 support for LL TEMAC driverJohn Linn1-0/+11
2010-04-07microblaze: io.h: Add io big-endian functionJohn Linn1-0/+5
2010-04-07microblaze: Fix futex codeMichal Simek1-1/+1
2010-04-01microblaze: Fix TLB macrosMichal Simek1-1/+2
2010-04-01microblaze: uaccess: Sync strlen, strnlen, copy_to/from_userMichal Simek1-56/+32
2010-04-01microblaze: uaccess: Unify __copy_tofrom_userMichal Simek1-38/+21