aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-21microblaze: convert to clocksource_register_hz/khzJohn Stultz1-5/+1
2011-02-07microblaze: Fix msr instruction detectionMichal Simek2-10/+9
2011-02-07microblaze: Fix asm compilation warningMichal Simek1-2/+2
2011-02-04of/pci: move of_irq_map_pci() into generic codeSebastian Andrzej Siewior1-77/+0
2011-01-28microblaze: Fix unaligned issue on MMU system with BS=0 DIV=1Michal Simek1-4/+0
2011-01-28microblaze: Fix DTB passing from bootloaderMichal Simek1-2/+12
2011-01-15dt/flattree: Return virtual address from early_init_dt_alloc_memory_arch()Grant Likely1-2/+2
2011-01-11Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds6-23/+56
2011-01-03microblaze: Clear i/dcache for sw breakpointsMichal Simek1-0/+3
2011-01-03microblaze: Remove useless early_init_dt_check_for_initrdMichal Simek1-3/+1
2011-01-03microblaze: Fix unaligned exception for little endian platformMichal Simek1-0/+9
2011-01-03microblaze: Add PVR for Microblaze v8.00.bMichal Simek1-0/+1
2010-11-18Revert "microblaze: Simplify syscall rutine"Michal Simek1-7/+39
2010-11-18microblaze: Fix initramfsMichal Simek1-13/+3
2010-11-01of/net: Move of_get_mac_address() to a common source file.David Daney1-38/+0
2010-10-27ptrace: cleanup arch_ptrace() on microblazeNamhyung Kim1-1/+1
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim1-1/+2
2010-10-25Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds17-108/+192
2010-10-21of/flattree: Eliminate need to provide early_init_dt_scan_chosen_archGrant Likely1-5/+0
2010-10-21microblaze: Support timer on AXI liteMichal Simek1-5/+16
2010-10-21microblaze: Add support for little-endian MicroblazeMichal Simek5-11/+19
2010-10-21microblaze: KGDB little endian supportMichal Simek1-0/+4
2010-10-21microblaze: Add PVR for endians plus detectionMichal Simek3-1/+4
2010-10-21microblaze: Support early console on uart16550Michal Simek2-0/+97
2010-10-21microblaze: Do not compile early console support for uartlite if is disabledMichal Simek1-2/+7
2010-10-21microblaze: Setup early console dynamicallyMichal Simek1-1/+2
2010-10-21microblaze: Rename all uartlite early printk functionsMichal Simek1-7/+7
2010-10-21microblaze: Remove additional compatible propertiesMichal Simek3-6/+0
2010-10-21microblaze: Remove hardcoded asm instraction for PVR loadingMichal Simek1-1/+1
2010-10-21microblaze: Use static const char * const where possibleJoe Perches3-12/+12
2010-10-21microblaze: Export missing symbols for modulesMichal Simek1-0/+7
2010-10-21microblaze: Add libgcc function directly to kernelMichal Simek1-25/+0
2010-10-21microblaze: wire up prlimit64 and fanotify* syscallsMichal Simek1-0/+3
2010-10-21microblaze: Add new microblaze versionsMichal Simek1-0/+2
2010-10-21microblaze: remove OUTPUT_FORMAT from linker scriptMichal Simek1-1/+0
2010-10-21microblaze: Fix r16 and r17 reg savingMichal Simek1-7/+4
2010-10-21microblaze: Report if only one timer is usedMichal Simek2-7/+1
2010-10-21microblaze: Clear return value in pt_regsMichal Simek1-0/+2
2010-10-21microblaze: Fix sys_rt_sigreturn_wrapperMichal Simek1-7/+1
2010-10-21microblaze: Remove old user debugging gdb stubMichal Simek1-8/+1
2010-10-21microblaze: kgdb: Remove unused variable and fix return valueMichal Simek1-2/+1
2010-10-21microblaze: Remove pr_<level> uses of KERN_<level>Joe Perches1-10/+6
2010-08-18Merge branch 'merge-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-1/+1
2010-08-17Make do_execve() take a const filename pointerDavid Howells1-3/+7
2010-08-16microblaze: Fix of/address: Merge all of the bus translation codeMichal Simek1-1/+1
2010-08-13Mark arguments to certain syscalls as being constDavid Howells1-1/+1
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds7-1214/+11
2010-08-04microblaze: Add KGDB supportMichal Simek4-50/+205
2010-08-04microblaze: Support brki rX, 0x18 for user application debuggingMichal Simek2-19/+19
2010-08-04microblaze: Remove nop after MSRCLR/SET, MTS, MFS instructionsMichal Simek1-51/+0