aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-15net: NET_SKB_PAD should depend on L1_CACHE_BYTESEric Dumazet1-3/+0
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
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 Simek3-39/+2
2010-05-06microblaze: invoke oom-killer from page faultNick Piggin1-9/+4
2010-05-06microblaze: fix divide by zero exception messageRandy Dunlap1-1/+1
2010-05-06microblaze: Add isa_dma_bridge_buggy to dma.hMichal Simek1-0/+6
2010-05-06microblaze: Remove ancient codeMichal Simek5-111/+0
2010-05-06microblaze: Quiet section mismatch warnings for MMU versionMichal Simek2-15/+16
2010-05-06microblaze: Quiet section mismatch warningsSteven J. Magnani2-2/+4
2010-05-06microblaze: Fix IRQ entry/exit ftracingSteven J. Magnani1-1/+2
2010-05-06microblaze: resource/PCI: align functions now return start of resourceMichal Simek1-7/+6
2010-05-06microblaze: PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refsMichal Simek1-2/+2
2010-04-28driver-core: Add device node pointer to struct deviceGrant Likely1-0/+1
2010-04-13Add non-Virtex5 support for LL TEMAC driverJohn Linn1-0/+11
2010-04-07microblaze: Remove unused variable from ptraceMichal Simek1-1/+0
2010-04-07microblaze: io.h: Add io big-endian functionJohn Linn1-0/+5
2010-04-07microblaze: Fix futex codeMichal Simek1-1/+1
2010-04-07microblaze: Fix ftrace_update_ftrace_func panicSteven J. Magnani1-9/+3
2010-04-05Merge branch 'master' into export-slabhTejun Heo24-446/+407
2010-04-01microblaze: Support word copying in copy_tofrom_userMichal Simek1-14/+25
2010-04-01microblaze: Print early printk information to log bufferMichal Simek1-9/+15