aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze
Commit message (Expand)AuthorAgeFilesLines
* lmb: rename to memblockYinghai Lu2010-07-144-33/+33
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2010-06-111-0/+1
|\
| * PCI: clear bridge resource range if BIOS assigned bad oneYinghai Lu2010-06-111-0/+1
* | microblaze: Fix sg_dma_len() regressionFUJITA Tomonori2010-06-091-1/+0
* | microblaze: Define ARCH_SLAB_MINALIGN to fix slab crashMichal Simek2010-06-091-0/+2
|/
* asm-generic: remove ARCH_HAS_SG_CHAIN in scatterlist.hFUJITA Tomonori2010-05-271-2/+2
* asm-generic: remove ISA_DMA_THRESHOLD in scatterlist.hFUJITA Tomonori2010-05-271-0/+2
* Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-2231-364/+379
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-05-201-0/+11
| |\
| | * Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-05-188-20/+89
| | |\
| | * \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-1224-343/+278
| | |\ \
| | * | | Revert "microblaze: Kill NET_SKB_PAD and NET_IP_ALIGN overrides."David S. Miller2010-05-071-0/+10
| | * | | microblaze: Kill NET_SKB_PAD and NET_IP_ALIGN overrides.David S. Miller2010-05-061-10/+0
| | * | | Add non-Virtex5 support for LL TEMAC driverJohn Linn2010-04-131-0/+11
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-05-201-1/+1
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | add descriptive comment for TIF_MEMDIE task flag declaration.Andreas Dilger2010-05-141-1/+1
| | |/ /
| * | | microblaze: Fix module loading on system with WB cacheMichal Simek2010-05-141-0/+2
| * | | microblaze: export assembly functions used by modulesMichal Simek2010-05-133-0/+3
| * | | microblaze: Remove powerpc code from Microblaze portMichal Simek2010-05-131-1/+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: fix get_user/put_user side-effectsSteven J. Magnani2010-05-131-18/+69
| * | | microblaze: re-enable interrupts before calling scheduleSteven J. Magnani2010-05-131-0/+2
| | |/ | |/|
| * | microblaze: Defconfig updateMichal Simek2010-05-062-13/+84
| * | microblaze: Optimize CACHE_LOOP_LIMITS and CACHE_RANGE_LOOP macrosMichal Simek2010-05-061-27/+35
| * | microblaze: Fix consistent-sync codeMichal Simek2010-05-061-1/+1
| * | microblaze: Define correct L1_CACHE_SHIFT valueMichal Simek2010-05-061-1/+1
| * | microblaze: cpuinfo shows cache line lengthMichal Simek2010-05-061-4/+6
| * | microblaze: Fix kmalloc alignment on non-coherent DMA platformsMichal Simek2010-05-061-0/+3
| * | microblaze: Fix typo fault in cache codeMichal Simek2010-05-061-5/+5
| * | microblaze: Fix consistent codeMichal Simek2010-05-063-92/+100
| * | microblaze: pci-dma: use include/linux/dma-mapping.hMichal Simek2010-05-061-8/+0
| * | microblaze: page.h: Remove get_user_page and free_user_pageMichal Simek2010-05-061-5/+0
| * | microblaze: Remove "cache" optimized copy_page functionMichal Simek2010-05-063-39/+2
| * | microblaze: invoke oom-killer from page faultNick Piggin2010-05-061-9/+4
| * | microblaze: fix divide by zero exception messageRandy Dunlap2010-05-061-1/+1
| * | microblaze: Add isa_dma_bridge_buggy to dma.hMichal Simek2010-05-061-0/+6
| * | microblaze: Remove ancient codeMichal Simek2010-05-065-111/+0
| * | microblaze: Quiet section mismatch warnings for MMU versionMichal Simek2010-05-062-15/+16
| * | microblaze: Quiet section mismatch warningsSteven J. Magnani2010-05-062-2/+4
| * | microblaze: Fix IRQ entry/exit ftracingSteven J. Magnani2010-05-061-1/+2
| * | microblaze: resource/PCI: align functions now return start of resourceMichal Simek2010-05-061-7/+6
| * | microblaze: PCI: add pci_bus_for_each_resource(), remove direct bus->resource...Michal Simek2010-05-061-2/+2
| |/
* | arch/microblaze: Move dma_mask from of_device into pdev_archdataGrant Likely2010-05-224-3/+4
* | of: eliminate of_device->node and dev_archdata->{of,prom}_nodeGrant Likely2010-05-183-19/+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: io.h: Add io big-endian functionJohn Linn2010-04-071-0/+5
* microblaze: Fix futex codeMichal Simek2010-04-071-1/+1