summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/include
AgeCommit message (Expand)AuthorLines
2010-04-01microblaze: Fix TLB macrosMichal Simek-1/+2
2010-04-01microblaze: uaccess: Sync strlen, strnlen, copy_to/from_userMichal Simek-56/+32
2010-04-01microblaze: uaccess: Unify __copy_tofrom_userMichal Simek-38/+21
2010-04-01microblaze: uaccess: Move functions to generic locationMichal Simek-151/+61
2010-04-01microblaze: uaccess: Fix put_user for noMMUMichal Simek-22/+56
2010-04-01microblaze: uaccess: Fix get_user macro for noMMUMichal Simek-23/+66
2010-04-01microblaze: uaccess: fix clear_user for noMMU kernelMichal Simek-45/+36
2010-04-01microblaze: uaccess: Fix strncpy_from_user functionMichal Simek-3/+11
2010-04-01microblaze: uaccess: fix copy_from_user macroMichal Simek-9/+14
2010-04-01microblaze: uaccess: copy_to_user unificationMichal Simek-9/+16
2010-04-01microblaze: uaccess: sync put/get/clear_user macrosMichal Simek-37/+69
2010-04-01microblaze: uaccess: fix put_user and get_user macrosMichal Simek-51/+49
2010-04-01microblaze: uaccess: fix __get_user_asm macroMichal Simek-16/+17
2010-04-01microblaze: uaccess: fix clean user macroMichal Simek-34/+55
2010-04-01microblaze: move noMMU __range_ok function to uaccess.hMichal Simek-1/+6
2010-04-01microblaze: Move exception_table_entry upwardMichal Simek-16/+15
2010-04-01microblaze: Remove segment.hMichal Simek-52/+33
2010-03-11microblaze: PCI early support for noMMU systemMichal Simek-1/+7
2010-03-11microblaze: pgtable.h: move consistent functionsMichal Simek-9/+9
2010-03-11microblaze: Remove VMALLOC_VMADDRMichal Simek-1/+0
2010-03-11microblaze: Preliminary support for dma driversMichal Simek-10/+5
2010-03-11microblaze: Add support from PREEMPTMichal Simek-1/+1
2010-03-11microblaze: Add support for Xilinx PCI host bridgeMichal Simek-0/+7
2010-03-11microblaze: Enable PCI, missing filesMichal Simek-1/+45
2010-03-11microblaze: Add pci-bridge.hMichal Simek-0/+195
2010-03-11microblaze: Add pci.hMichal Simek-1/+170
2010-03-11microblaze: io.h include asm-generic/iomap.hMichal Simek-10/+3
2010-03-11microblaze: Add irq_create_{of_,}mapping functionsMichal Simek-1/+36
2010-03-11microblaze: Add {z,}alloc_maybe_bootmem functionsMichal Simek-0/+3
2010-03-11microblaze: Implement __dma_sync_pageMichal Simek-1/+0
2010-03-11microblaze: Support DMAMichal Simek-1/+159
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds-1/+1
2010-03-01Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds-1/+1
2010-02-25Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds-20/+0
2010-02-24microblaze: Fix out_le32() macroSteven J. Magnani-1/+1
2010-02-20MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King-1/+1
2010-02-14of: remove undefined request_OF_resource & release_OF_resourceGrant Likely-4/+0
2010-02-14of: move definition of of_chosen into common code.Grant Likely-2/+0
2010-02-14of: remove unused extern reference to devtree_lockGrant Likely-2/+0
2010-02-14of: put default string compare and #a/s-cell values into common headerGrant Likely-7/+0
2010-02-09of: merge of_attach_node() & of_detach_node()Grant Likely-4/+0
2010-02-02Merge branch 'master' into percpuTejun Heo-2/+17
2010-01-28Merge commit 'v2.6.33-rc5' into secretlab/test-devicetreeGrant Likely-168/+332
2010-01-18microblaze: Add PT_ macros for special purpose regsMichal Simek-0/+14
2010-01-18microblaze: Enable accept4 syscallMichal Simek-1/+1
2010-01-18microblaze: Wire up recvmmsg syscallMichal Simek-1/+2
2010-01-05Merge branch 'master' into percpuTejun Heo-298/+318
2009-12-17Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds-0/+1
2009-12-16elf: kill USE_ELF_CORE_DUMPChristoph Hellwig-1/+0
2009-12-14microblaze: Support for WB cacheMichal Simek-76/+64