summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | of/address: Merge all of the bus translation codeGrant Likely2010-07-051-4/+0
| * | | | of/address: merge of_address_to_resource()Grant Likely2010-07-052-13/+9
| * | | | of/address: merge of_iomap()Grant Likely2010-07-051-9/+1
| * | | | of/irq: merge irq mapping codeGrant Likely2010-07-051-31/+0
| * | | | of/microblaze: strip out of_irq_workarounds codeGrant Likely2010-07-051-10/+0
| * | | | of/irq: Move irq_of_parse_and_map() to common codeGrant Likely2010-06-282-49/+1
| * | | | of: kill struct of_deviceGrant Likely2010-06-281-10/+0
| | |_|/ | |/| |
* | | | Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2010-08-0511-36/+89
|\ \ \ \
| * | | | microblaze: Add KGDB supportMichal Simek2010-08-042-16/+28
| * | | | microblaze: Fix number of pvr regsMichal Simek2010-08-041-1/+1
| * | | | microblaze: remove unused HAVE_ARCH_PCI_SET_DMA_MASKFUJITA Tomonori2010-08-041-6/+0
| * | | | microblaze: Improve ftrace time measuringMichal Simek2010-08-041-2/+0
| * | | | microblaze: Add stack unwinderSteven J. Magnani2010-08-043-1/+34
| * | | | microblaze: Allow PAGE_SIZE configurationSteven J. Magnani2010-08-042-3/+11
| * | | | microblaze: Fix copy_to_user_page macroMichal Simek2010-08-041-1/+3
| * | | | microblaze: Implement flush_dcache_page macroMichal Simek2010-08-041-4/+10
| * | | | microblaze: Fix __copy_to/from_user_inatomic macrosMichal Simek2010-08-021-2/+2
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-08-041-3/+0
|\ \ \ \ | |/ / / |/| | |
| * | | net: NET_SKB_PAD should depend on L1_CACHE_BYTESEric Dumazet2010-06-151-3/+0
| | |/ | |/|
* | | lmb: rename to memblockYinghai Lu2010-07-141-5/+5
| |/ |/|
* | 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-2211-93/+94
|\
| * 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-181-18/+69
| | |\
| | * \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-128-74/+13
| | |\ \
| | * | | 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 get_user/put_user side-effectsSteven J. Magnani2010-05-131-18/+69
| | |/ | |/|
| * | microblaze: Define correct L1_CACHE_SHIFT valueMichal Simek2010-05-061-1/+1
| * | microblaze: Fix kmalloc alignment on non-coherent DMA platformsMichal Simek2010-05-061-0/+3
| * | microblaze: Fix consistent codeMichal Simek2010-05-061-1/+1
| * | 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-061-3/+1
| * | microblaze: Add isa_dma_bridge_buggy to dma.hMichal Simek2010-05-061-0/+6
| * | microblaze: Remove ancient codeMichal Simek2010-05-063-41/+0
| * | microblaze: Quiet section mismatch warnings for MMU versionMichal Simek2010-05-061-15/+1
| |/
* | arch/microblaze: Move dma_mask from of_device into pdev_archdataGrant Likely2010-05-222-1/+2
* | of: eliminate of_device->node and dev_archdata->{of,prom}_nodeGrant Likely2010-05-182-16/+0
|/
* microblaze: io.h: Add io big-endian functionJohn Linn2010-04-071-0/+5
* microblaze: Fix futex codeMichal Simek2010-04-071-1/+1
* microblaze: Fix TLB macrosMichal Simek2010-04-011-1/+2
* microblaze: uaccess: Sync strlen, strnlen, copy_to/from_userMichal Simek2010-04-011-56/+32
* microblaze: uaccess: Unify __copy_tofrom_userMichal Simek2010-04-011-38/+21
* microblaze: uaccess: Move functions to generic locationMichal Simek2010-04-011-151/+61
OpenPOWER on IntegriCloud