aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-05-26microblaze_mmu_v2: Update signal returning addressMichal Simek1-0/+8
2009-05-26microblaze_mmu_v2: Traps MMU updateMichal Simek2-16/+42
2009-05-26microblaze_mmu_v2: Enable fork syscall for MMU and add fork as vfork for noMMUMichal Simek2-2/+6
2009-05-26microblaze_mmu_v2: Update linker script for MMUMichal Simek1-2/+1
2009-05-26microblaze_mmu_v2: Add MMU related exceptions handlingMichal Simek1-8/+37
2009-05-26microblaze_mmu_v2: uaccess MMU updateMichal Simek2-52/+381
2009-05-26microblaze_mmu_v2: Update exception handling - MMU exceptionMichal Simek1-7/+739
2009-05-26microblaze_mmu_v2: entry.S, entry.hMichal Simek2-2/+1151
2009-05-26microblaze_mmu_v2: Add CURRENT_TASK for entry.SMichal Simek1-0/+8
2009-05-26microblaze_mmu_v2: MMU asm offset updateMichal Simek1-5/+16
2009-05-26microblaze_mmu_v2: Update tlb.h and tlbflush.hMichal Simek2-0/+56
2009-05-26microblaze_mmu_v2: Update process creation for MMUMichal Simek4-13/+181
2009-05-26microblaze_mmu_v2: pgalloc.h and page.hMichal Simek2-43/+314
2009-05-26microblaze_mmu_v2: io.h MMU updateMichal Simek1-0/+31
2009-05-26microblaze_mmu_v2: Page table - ioremap - pgtable.c/h, section updateMichal Simek3-0/+825
2009-05-26microblaze_mmu_v2: Context handling - mmu_context.c/hMichal Simek4-21/+238
2009-05-26microblaze_mmu_v2: Page fault handling high level - fault.cMichal Simek1-0/+304
2009-05-26microblaze_mmu_v2: mmu.h updateMichal Simek1-2/+102
2009-05-26microblaze_mmu_v2: MMU initializationMichal Simek1-4/+154
2009-05-26microblaze_mmu_v2: TLB low level codeMichal Simek1-0/+120
2009-05-26microblaze_mmu_v2: Alocate TLB for early consoleMichal Simek2-2/+11
2009-05-26microblaze_mmu_v2: MMU update for startup codeMichal Simek1-0/+190
2009-05-26microblaze_mmu_v2: Add mmu_defconfigMichal Simek1-0/+798
2009-05-26microblaze: Fix size of __kernel_mode_t to shortMichal Simek1-1/+1
2009-05-26microblaze: Add audit and seccomp thread flags.Edgar E. Iglesias1-0/+9
2009-05-22microblaze: Kbuild updateMichal Simek1-24/+1
2009-05-21microblaze: Fix cast warning for __va in prom.cMichal Simek1-2/+3
2009-05-21Microblaze: Remove unused variable from paging initMichal Simek1-1/+0
2009-05-21microblaze: Cleanup compiled-in rootfs in BSS sectionMichal Simek1-21/+32
2009-05-21microblaze: Fix early cmdline for CMDLINE_FORCEMichal Simek2-8/+3
2009-05-21microblaze: Guard __HAVE_ARCH macros with __KERNEL__ in string.hSteve Magnani1-1/+1
2009-05-21microblaze: clean LDFLAGS to build kernelThomas Chou1-0/+2
2009-05-21microblaze: Fix paging init-zone initializationSteve Magnani1-4/+3
2009-05-21microblaze: use generic dma-mapping-broken.hArnd Bergmann2-130/+2
2009-05-21microblaze: prepare signal handling for generic unistd.hMichal Simek3-76/+17
2009-05-21microblaze: clean up checksum.cArnd Bergmann2-17/+28
2009-05-21microblaze: remove bad_user_access_lengthArnd Bergmann1-4/+3
2009-05-21microblaze: do not include types.h in ptrace.hArnd Bergmann1-1/+0
2009-05-21microblaze: add a dummy pgprot_noncachedArnd Bergmann1-0/+2
2009-05-21microblaze: add security initcallsArnd Bergmann1-0/+2
2009-05-21microblaze: remove cacheable_memcpyArnd Bergmann1-5/+0
2009-05-21microblaze: kill incorrect __bad_xchg definitionArnd Bergmann1-8/+0
2009-05-21microblaze: fix __user annotationsArnd Bergmann1-12/+10
2009-05-21microblaze: export some symbolsArnd Bergmann3-1/+5
2009-05-21microblaze: Kconfig: Enable drivers for MicroblazeMichal Simek1-3/+4
2009-05-21microblaze: Remove POWERPC reference from Microblaze gpio.hMichal Simek1-3/+3
2009-05-18microblaze: Fix kind-of-intr checking against number of interruptsMichal Simek1-2/+2
2009-05-18microblaze: Update Microblaze defconfigMichal Simek1-18/+32
2009-05-08Merge branch 'fixes-for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2-3/+3
2009-05-02of: make of_(un)register_platform_driver common codeGrant Likely1-10/+0