aboutsummaryrefslogtreecommitdiff
path: root/arch/microblaze/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-02-21microblaze: convert to clocksource_register_hz/khzGravatar John Stultz 1-5/+1
2011-02-07microblaze: Fix msr instruction detectionGravatar Michal Simek 2-10/+9
2011-02-07microblaze: Fix asm compilation warningGravatar Michal Simek 1-2/+2
2011-02-04of/pci: move of_irq_map_pci() into generic codeGravatar Sebastian Andrzej Siewior 1-77/+0
2011-01-28microblaze: Fix unaligned issue on MMU system with BS=0 DIV=1Gravatar Michal Simek 1-4/+0
2011-01-28microblaze: Fix DTB passing from bootloaderGravatar Michal Simek 1-2/+12
2011-01-15dt/flattree: Return virtual address from early_init_dt_alloc_memory_arch()Gravatar Grant Likely 1-2/+2
2011-01-11Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeGravatar Linus Torvalds 6-23/+56
2011-01-03microblaze: Clear i/dcache for sw breakpointsGravatar Michal Simek 1-0/+3
2011-01-03microblaze: Remove useless early_init_dt_check_for_initrdGravatar Michal Simek 1-3/+1
2011-01-03microblaze: Fix unaligned exception for little endian platformGravatar Michal Simek 1-0/+9
2011-01-03microblaze: Add PVR for Microblaze v8.00.bGravatar Michal Simek 1-0/+1
2010-11-18Revert "microblaze: Simplify syscall rutine"Gravatar Michal Simek 1-7/+39
2010-11-18microblaze: Fix initramfsGravatar Michal Simek 1-13/+3
2010-11-01of/net: Move of_get_mac_address() to a common source file.Gravatar David Daney 1-38/+0
2010-10-27ptrace: cleanup arch_ptrace() on microblazeGravatar Namhyung Kim 1-1/+1
2010-10-27ptrace: change signature of arch_ptrace()Gravatar Namhyung Kim 1-1/+2
2010-10-25Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeGravatar Linus Torvalds 17-108/+192
2010-10-21of/flattree: Eliminate need to provide early_init_dt_scan_chosen_archGravatar Grant Likely 1-5/+0
2010-10-21microblaze: Support timer on AXI liteGravatar Michal Simek 1-5/+16
2010-10-21microblaze: Add support for little-endian MicroblazeGravatar Michal Simek 5-11/+19
2010-10-21microblaze: KGDB little endian supportGravatar Michal Simek 1-0/+4
2010-10-21microblaze: Add PVR for endians plus detectionGravatar Michal Simek 3-1/+4
2010-10-21microblaze: Support early console on uart16550Gravatar Michal Simek 2-0/+97
2010-10-21microblaze: Do not compile early console support for uartlite if is disabledGravatar Michal Simek 1-2/+7
2010-10-21microblaze: Setup early console dynamicallyGravatar Michal Simek 1-1/+2
2010-10-21microblaze: Rename all uartlite early printk functionsGravatar Michal Simek 1-7/+7
2010-10-21microblaze: Remove additional compatible propertiesGravatar Michal Simek 3-6/+0
2010-10-21microblaze: Remove hardcoded asm instraction for PVR loadingGravatar Michal Simek 1-1/+1
2010-10-21microblaze: Use static const char * const where possibleGravatar Joe Perches 3-12/+12
2010-10-21microblaze: Export missing symbols for modulesGravatar Michal Simek 1-0/+7
2010-10-21microblaze: Add libgcc function directly to kernelGravatar Michal Simek 1-25/+0
2010-10-21microblaze: wire up prlimit64 and fanotify* syscallsGravatar Michal Simek 1-0/+3
2010-10-21microblaze: Add new microblaze versionsGravatar Michal Simek 1-0/+2
2010-10-21microblaze: remove OUTPUT_FORMAT from linker scriptGravatar Michal Simek 1-1/+0
2010-10-21microblaze: Fix r16 and r17 reg savingGravatar Michal Simek 1-7/+4
2010-10-21microblaze: Report if only one timer is usedGravatar Michal Simek 2-7/+1
2010-10-21microblaze: Clear return value in pt_regsGravatar Michal Simek 1-0/+2
2010-10-21microblaze: Fix sys_rt_sigreturn_wrapperGravatar Michal Simek 1-7/+1
2010-10-21microblaze: Remove old user debugging gdb stubGravatar Michal Simek 1-8/+1
2010-10-21microblaze: kgdb: Remove unused variable and fix return valueGravatar Michal Simek 1-2/+1
2010-10-21microblaze: Remove pr_<level> uses of KERN_<level>Gravatar Joe Perches 1-10/+6
2010-08-18Merge branch 'merge-devicetree' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 1-1/+1
2010-08-17Make do_execve() take a const filename pointerGravatar David Howells 1-3/+7
2010-08-16microblaze: Fix of/address: Merge all of the bus translation codeGravatar Michal Simek 1-1/+1
2010-08-13Mark arguments to certain syscalls as being constGravatar David Howells 1-1/+1
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 7-1214/+11
2010-08-04microblaze: Add KGDB supportGravatar Michal Simek 4-50/+205
2010-08-04microblaze: Support brki rX, 0x18 for user application debuggingGravatar Michal Simek 2-19/+19
2010-08-04microblaze: Remove nop after MSRCLR/SET, MTS, MFS instructionsGravatar Michal Simek 1-51/+0