summaryrefslogtreecommitdiffstats
path: root/arch/microblaze
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fixes-for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2009-07-2717-220/+126
|\
| * microblaze: Makefile cleanupSam Ravnborg2009-07-272-18/+19
| * microblaze: Typo fix for cpu param inconsistencyMichal Simek2009-07-272-2/+2
| * microblaze: Add support for R_MICROBLAZE_64_NONEMichal Simek2009-07-271-0/+4
| * microblaze: Get module loading workingJohn Williams2009-07-271-5/+10
| * microblaze: remove sys_ipcArnd Bergmann2009-07-272-100/+1
| * microblaze: Support unaligned address for put/get_user macrosMichal Simek2009-07-272-64/+47
| * microblaze: Detect new Microblaze 7.20 versionsMichal Simek2009-07-271-0/+2
| * microblaze: Fix do_page_fault for no contextMichal Simek2009-07-271-9/+4
| * microblaze: Add _PAGE_FILE macros to pgtable.hMichal Simek2009-07-271-3/+3
| * microblaze: Fix put_user macro for 64bits argumentsMichal Simek2009-07-271-1/+1
| * microblaze: Clear print messages for DTB passing via r7Michal Simek2009-07-271-0/+3
| * microblaze: Not to clear r7 after copying DTB to kernelMichal Simek2009-07-271-1/+0
| * microblaze: Add messages about FDT blobMichal Simek2009-07-271-3/+6
| * microblaze: Final support for statically linked DTBJohn Williams2009-07-273-15/+26
| * microblaze: remove duplicated #includeHuang Weiyi2009-07-271-1/+0
| * microblaze: Define tlb_flush macroMichal Simek2009-07-271-1/+1
* | mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()Benjamin Herrenschmidt2009-07-271-2/+2
|/
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-123-3/+0
* sched: INIT_PREEMPT_COUNTPeter Zijlstra2009-07-101-3/+1
* microblaze: Fix cast warning for init.cMichal Simek2009-07-061-3/+3
* microblaze: Wire up new syscallsMichal Simek2009-07-062-1/+5
* microblaze: use generic syscalls.hArnd Bergmann2009-07-066-62/+28
* microblaze: clean up signal handlingArnd Bergmann2009-07-067-345/+43
* microblaze: convert all simple headers to use asm-genericRemis Lima Baima2009-07-0619-266/+21
* microblaze: use the generic lib/checksum.cRemis Lima Baima2009-07-064-241/+6
* microblaze: fall back on generic header files for the ABIArnd Bergmann2009-07-0617-887/+16
* Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds2009-06-211-1/+1
* microblaze: Add missing symbols for CONSTRUCTORS supportMichal Simek2009-06-201-5/+6
* microblaze: remove init_mmArnd Bergmann2009-06-201-2/+0
* kmap_types: make most arches use generic header fileRandy Dunlap2009-06-161-24/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2009-06-125-4/+5
|\
| * asm-generic: rename page.h and uaccess.hArnd Bergmann2009-06-111-1/+1
| * asm-generic: rename atomic.h to atomic-long.hArnd Bergmann2009-06-111-1/+1
| * asm-generic: introduce asm/bitsperlong.hArnd Bergmann2009-06-111-0/+1
| * asm-generic: rename termios.h, signal.h and mman.hArnd Bergmann2009-06-112-2/+2
* | microblaze: Don't use access_ok for unalignedJohn Williams2009-06-021-1/+2
* | microblaze: remove unused flat_stack_align() definitionAndrew Morton2009-06-021-1/+0
* | microblaze: Fix problem with early_printk in startupMichal Simek2009-05-301-1/+1
* | microblaze_mmu_v2: MakefilesMichal Simek2009-05-265-1/+11
* | microblaze_mmu_v2: Kconfig updateMichal Simek2009-05-261-3/+109
* | microblaze_mmu_v2: stat.h MMU updateMichal Simek2009-05-261-41/+36
* | microblaze_mmu_v2: Elf updateMichal Simek2009-05-261-0/+93
* | microblaze_mmu_v2: Update dma.h for MMUMichal Simek2009-05-261-0/+5
* | microblaze_mmu_v2: Update cacheflush.hMichal Simek2009-05-261-1/+19
* | microblaze_mmu_v2: Update signal returning addressMichal Simek2009-05-261-0/+8
* | microblaze_mmu_v2: Traps MMU updateMichal Simek2009-05-262-16/+42
* | microblaze_mmu_v2: Enable fork syscall for MMU and add fork as vfork for noMMUMichal Simek2009-05-262-2/+6
* | microblaze_mmu_v2: Update linker script for MMUMichal Simek2009-05-261-2/+1
* | microblaze_mmu_v2: Add MMU related exceptions handlingMichal Simek2009-05-261-8/+37