summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/kernel
AgeCommit message (Expand)AuthorLines
2009-07-27microblaze: Clear print messages for DTB passing via r7Michal Simek-0/+3
2009-07-27microblaze: Not to clear r7 after copying DTB to kernelMichal Simek-1/+0
2009-07-27microblaze: Add messages about FDT blobMichal Simek-3/+6
2009-07-27microblaze: Final support for statically linked DTBJohn Williams-5/+13
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan-3/+0
2009-07-09linker script: unify usage of discard definitionTejun Heo-1/+1
2009-07-09microblaze: include EXIT_TEXT to _stextMichal Simek-2/+2
2009-07-06microblaze: Wire up new syscallsMichal Simek-0/+2
2009-07-06microblaze: use generic syscalls.hArnd Bergmann-26/+25
2009-07-06microblaze: clean up signal handlingArnd Bergmann-170/+39
2009-06-24linker script: throw away .discard sectionTejun Heo-0/+2
2009-06-20microblaze: Add missing symbols for CONSTRUCTORS supportMichal Simek-5/+6
2009-06-20microblaze: remove init_mmArnd Bergmann-2/+0
2009-05-30microblaze: Fix problem with early_printk in startupMichal Simek-1/+1
2009-05-26microblaze_mmu_v2: MakefilesMichal Simek-0/+1
2009-05-26microblaze_mmu_v2: Update signal returning addressMichal Simek-0/+8
2009-05-26microblaze_mmu_v2: Traps MMU updateMichal Simek-0/+34
2009-05-26microblaze_mmu_v2: Enable fork syscall for MMU and add fork as vfork for noMMUMichal Simek-2/+6
2009-05-26microblaze_mmu_v2: Update linker script for MMUMichal Simek-2/+1
2009-05-26microblaze_mmu_v2: Add MMU related exceptions handlingMichal Simek-8/+37
2009-05-26microblaze_mmu_v2: Update exception handling - MMU exceptionMichal Simek-7/+739
2009-05-26microblaze_mmu_v2: entry.S, entry.hMichal Simek-0/+1116
2009-05-26microblaze_mmu_v2: MMU asm offset updateMichal Simek-5/+16
2009-05-26microblaze_mmu_v2: Update process creation for MMUMichal Simek-0/+58
2009-05-26microblaze_mmu_v2: TLB low level codeMichal Simek-0/+120
2009-05-26microblaze_mmu_v2: Alocate TLB for early consoleMichal Simek-0/+3
2009-05-26microblaze_mmu_v2: MMU update for startup codeMichal Simek-0/+190
2009-05-21microblaze: Fix cast warning for __va in prom.cMichal Simek-2/+3
2009-05-21microblaze: Cleanup compiled-in rootfs in BSS sectionMichal Simek-21/+32
2009-05-21microblaze: Fix early cmdline for CMDLINE_FORCEMichal Simek-8/+3
2009-05-21microblaze: prepare signal handling for generic unistd.hMichal Simek-76/+3
2009-05-21microblaze: add security initcallsArnd Bergmann-0/+2
2009-05-21microblaze: kill incorrect __bad_xchg definitionArnd Bergmann-8/+0
2009-05-21microblaze: fix __user annotationsArnd Bergmann-12/+10
2009-05-21microblaze: export some symbolsArnd Bergmann-0/+3
2009-05-18microblaze: Fix kind-of-intr checking against number of interruptsMichal Simek-2/+2
2009-05-01microblaze: Fix return value for sys_ipcMichal Simek-1/+1
2009-05-01microblaze: Storage class should be before const qualifierTobias Klauser-2/+2
2009-04-23microblaze: add parameter to microblaze_read()Coly Li-1/+1
2009-04-23microblaze: Add STATE_SAVE_ARG_SPACE for noMMU kernel tooMichal Simek-4/+10
2009-04-23microblaze: Do not check use_dcacheMichal Simek-3/+0
2009-04-23microblaze: Do not use PVR configuration for broken MB versionMichal Simek-3/+8
2009-04-23microblaze: Fix USR1/2 pvr printing messageMichal Simek-2/+2
2009-04-23microblaze: iowrite upon timeoutRoel Kluin-1/+1
2009-04-23microblaze: Remove redundant variableMichal Simek-4/+1
2009-04-23microblaze: Move start_thread to process.cMichal Simek-0/+9
2009-04-23microblaze: Add missing preadv and pwritev syscallsMichal Simek-0/+2
2009-04-23microblaze: Remove sparse error in traps.cMichal Simek-1/+1
2009-04-23microblaze: Rename kernel_mode to pt_mode in pt_regsMichal Simek-3/+3
2009-04-23microblaze: Remove while(1) loop from show_regs functionMichal Simek-2/+0