summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | microblaze: trivial: Add one empty lineMichal Simek2011-03-091-0/+1
| | * | microblaze: Add PVR for Microblaze v8.10.aMichal Simek2011-03-091-0/+1
| | * | microblaze: Label MB 7.20.d as broken with WB cacheMichal Simek2011-03-091-2/+2
| | * | microblaze: Do not use "la" pseudo instruction - use addik insteadMichal Simek2011-03-094-15/+15
| | * | microblaze: Remove r0_ram pointer and PTO alignmentMichal Simek2011-03-095-163/+156Star
| | * | microblaze: Do not use r0_ram space for syscall debuggingMichal Simek2011-03-091-3/+16
| | * | microblaze: Optimize BE/LE bootup detectingMichal Simek2011-03-091-5/+7
| | * | microblaze: Do not use r0_ram space for hw exception debuggingMichal Simek2011-03-091-4/+16
| | |/
| * | Merge branch 'linus' into x86/platformThomas Gleixner2011-02-234-18/+23
| |\|
| * | of/pci: move of_irq_map_pci() into generic codeSebastian Andrzej Siewior2011-02-041-77/+0Star
* | | microblaze: convert to clocksource_register_hz/khzJohn Stultz2011-02-211-5/+1Star
| |/ |/|
* | microblaze: Fix msr instruction detectionMichal Simek2011-02-072-10/+9Star
* | microblaze: Fix asm compilation warningMichal Simek2011-02-071-2/+2
* | microblaze: Fix unaligned issue on MMU system with BS=0 DIV=1Michal Simek2011-01-281-4/+0Star
* | microblaze: Fix DTB passing from bootloaderMichal Simek2011-01-281-2/+12
|/
* dt/flattree: Return virtual address from early_init_dt_alloc_memory_arch()Grant Likely2011-01-161-2/+2
* Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2011-01-116-23/+56
|\
| * microblaze: Clear i/dcache for sw breakpointsMichal Simek2011-01-031-0/+3
| * microblaze: Remove useless early_init_dt_check_for_initrdMichal Simek2011-01-031-3/+1Star
| * microblaze: Fix unaligned exception for little endian platformMichal Simek2011-01-031-0/+9
| * microblaze: Add PVR for Microblaze v8.00.bMichal Simek2011-01-031-0/+1
| * Revert "microblaze: Simplify syscall rutine"Michal Simek2010-11-181-7/+39
| * microblaze: Fix initramfsMichal Simek2010-11-181-13/+3Star
* | of/net: Move of_get_mac_address() to a common source file.David Daney2010-11-011-38/+0Star
|/
* ptrace: cleanup arch_ptrace() on microblazeNamhyung Kim2010-10-281-1/+1
* ptrace: change signature of arch_ptrace()Namhyung Kim2010-10-281-1/+2
* Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2010-10-2617-108/+192
|\
| * microblaze: Support timer on AXI liteMichal Simek2010-10-211-5/+16
| * microblaze: Add support for little-endian MicroblazeMichal Simek2010-10-215-11/+19
| * microblaze: KGDB little endian supportMichal Simek2010-10-211-0/+4
| * microblaze: Add PVR for endians plus detectionMichal Simek2010-10-213-1/+4
| * microblaze: Support early console on uart16550Michal Simek2010-10-212-0/+97
| * microblaze: Do not compile early console support for uartlite if is disabledMichal Simek2010-10-211-2/+7
| * microblaze: Setup early console dynamicallyMichal Simek2010-10-211-1/+2
| * microblaze: Rename all uartlite early printk functionsMichal Simek2010-10-211-7/+7
| * microblaze: Remove additional compatible propertiesMichal Simek2010-10-213-6/+0Star
| * microblaze: Remove hardcoded asm instraction for PVR loadingMichal Simek2010-10-211-1/+1
| * microblaze: Use static const char * const where possibleJoe Perches2010-10-213-12/+12
| * microblaze: Export missing symbols for modulesMichal Simek2010-10-211-0/+7
| * microblaze: Add libgcc function directly to kernelMichal Simek2010-10-211-25/+0Star
| * microblaze: wire up prlimit64 and fanotify* syscallsMichal Simek2010-10-211-0/+3
| * microblaze: Add new microblaze versionsMichal Simek2010-10-211-0/+2
| * microblaze: remove OUTPUT_FORMAT from linker scriptMichal Simek2010-10-211-1/+0Star
| * microblaze: Fix r16 and r17 reg savingMichal Simek2010-10-211-7/+4Star
| * microblaze: Report if only one timer is usedMichal Simek2010-10-212-7/+1Star
| * microblaze: Clear return value in pt_regsMichal Simek2010-10-211-0/+2
| * microblaze: Fix sys_rt_sigreturn_wrapperMichal Simek2010-10-211-7/+1Star
| * microblaze: Remove old user debugging gdb stubMichal Simek2010-10-211-8/+1Star
| * microblaze: kgdb: Remove unused variable and fix return valueMichal Simek2010-10-211-2/+1Star
| * microblaze: Remove pr_<level> uses of KERN_<level>Joe Perches2010-10-211-10/+6Star