aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-21microblaze: Use generic irq KconfigThomas Gleixner1-6/+2
2011-01-21genirq: Remove __do_IRQThomas Gleixner1-3/+0
2011-01-20kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes2-2/+2
2011-01-18Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2-2/+5
2011-01-16microblaze: Fix asm/pgtable.hMichal Simek1-2/+4
2011-01-16microblaze: Fix missing pagemap.hMichal Simek1-0/+1
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 Torvalds13-240/+214
2011-01-10microblaze: remove obsolete DEBUG_BOOTMEMAmerigo Wang2-5/+0
2011-01-03microblaze: trivial: Fix removed the part of lineMichal Simek1-1/+1
2011-01-03microblaze: Fix __muldi3 function for little-endian.Michal Simek2-121/+60
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
2011-01-03microblaze: Correct PVR access macrosroel kluin1-89/+96
2010-12-29of/flattree: Add Kconfig for EARLY_FLATTREEStephen Neuendorffer1-1/+1
2010-12-23microblaze/of: Use generic rule to build dtb'sDirk Brandewie1-9/+3
2010-11-18Revert "microblaze: Simplify syscall rutine"Michal Simek1-7/+39
2010-11-18microblaze: Fix initramfsMichal Simek1-13/+3
2010-11-15arch/microblaze: Remove unnecessary semicolonsJoe Perches1-1/+1
2010-11-01of/net: Move of_get_mac_address() to a common source file.David Daney2-41/+0
2010-10-28Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds1-5/+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-26mm: remove pte_*map_nested()Peter Zijlstra1-5/+2
2010-10-25Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds54-191/+1016
2010-10-25Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-5/+0
2010-10-22microblaze: Fix build with make 3.82Thomas Backlund1-2/+6
2010-10-21Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-19/+14
2010-10-21of/flattree: Eliminate need to provide early_init_dt_scan_chosen_archGrant Likely1-5/+0
2010-10-21microblaze: Support C optimized lib functions for little-endianMichal Simek2-6/+60
2010-10-21microblaze: Separate library optimized functionsMichal Simek3-15/+46
2010-10-21microblaze: Support timer on AXI liteMichal Simek2-6/+16
2010-10-21microblaze: Add support for little-endian MicroblazeMichal Simek10-18/+42
2010-10-21microblaze: KGDB little endian supportMichal Simek1-0/+4
2010-10-21microblaze: Add PVR for endians plus detectionMichal Simek6-1/+9
2010-10-21microblaze: trivial: Add comment for AXI pvrMichal Simek1-4/+4
2010-10-21microblaze: pci-common cleanupNishanth Aravamudan1-4/+2
2010-10-21microblaze: Support early console on uart16550Michal Simek4-1/+99
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 early printk uarlite console dependency from headerMichal Simek1-1/+1
2010-10-21microblaze: Remove additional compatible propertiesMichal Simek4-9/+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: Define VMALLOC_START/ENDMichal Simek1-0/+7
2010-10-21microblaze: Export missing symbols for modulesMichal Simek1-0/+7
2010-10-21microblaze: Add libgcc function directly to kernelMichal Simek13-28/+607