summaryrefslogtreecommitdiff
path: root/arch/microblaze/kernel
AgeCommit message (Expand)Author
2010-08-18Merge branch 'merge-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2010-08-17Make do_execve() take a const filename pointerDavid Howells
2010-08-16microblaze: Fix of/address: Merge all of the bus translation codeMichal Simek
2010-08-13Mark arguments to certain syscalls as being constDavid Howells
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2010-08-04microblaze: Add KGDB supportMichal Simek
2010-08-04microblaze: Support brki rX, 0x18 for user application debuggingMichal Simek
2010-08-04microblaze: Remove nop after MSRCLR/SET, MTS, MFS instructionsMichal Simek
2010-08-04microblaze: Simplify syscall rutineMichal Simek
2010-08-04microblaze: Move PT_MODE saving to delay slotMichal Simek
2010-08-04microblaze: Fix _interrupt functionMichal Simek
2010-08-04microblaze: Fix _user_exception functionMichal Simek
2010-08-04microblaze: Put together addik instructionsMichal Simek
2010-08-04microblaze: Use delay slot in syscall macrosMichal Simek
2010-08-04microblaze: Save kernel mode in delay slotMichal Simek
2010-08-04microblaze: Do not mix register saving and mode settingMichal Simek
2010-08-04microblaze: Move SAVE_STATE upwardMichal Simek
2010-08-04microblaze: entry.S: Macro optimizationMichal Simek
2010-08-04microblaze: Optimize hw exception rutineMichal Simek
2010-08-04microblaze: Implement clear_ums macro and fix SAVE_STATE macroMichal Simek
2010-08-04microblaze: Remove additional setup for kernel_modeMichal Simek
2010-08-04microblaze: Optimize SAVE_STATE macroMichal Simek
2010-08-04microblaze: Remove additional loadingMichal Simek
2010-08-04microblaze: Completely remove working with R11 registerMichal Simek
2010-08-04microblaze: Do not setup BIP in _debug_exceptionMichal Simek
2010-08-04microblaze: Simplify _debug_exception functionMichal Simek
2010-08-04microblaze: Optimize SAVE_STATE macroMichal Simek
2010-08-04microblaze: trivial: Use la insted of addikMichal Simek
2010-08-04microblaze: remove enable_irq from SAVE_STATE macroMichal Simek
2010-08-04microblaze: Move stack backup to SAVE_STATE macroMichal Simek
2010-08-04microblaze: Move BIP setup to the end of ret_from_trap/ret_from_excMichal Simek
2010-08-04microblaze: Remove PER_CPU(KM) variableMichal Simek
2010-08-04microblaze: Optimize clear_vms_ums macroMichal Simek
2010-08-04microblaze: Save and restore r3/r4 in SAVE/RESTORE_REGS macrosMichal Simek
2010-08-04microblaze: Fix VM_ON and VM_OFF macrosMichal Simek
2010-08-04microblaze: Do not use _start in vmlinuxMichal Simek
2010-08-04microblaze: Decrease time shifting valuesMichal Simek
2010-08-04microblaze: Do not trace cpu_relax functionMichal Simek
2010-08-04microblaze: Improve ftrace time measuringMichal Simek
2010-08-04microblaze: Add stack unwinderSteven J. Magnani
2010-08-04microblaze: Allow PAGE_SIZE configurationSteven J. Magnani
2010-08-04microblaze: Trace hardirqsMichal Simek
2010-08-04microblaze: Fix sys_clone syscallMichal Simek
2010-08-04microblaze: Fix copy_to_user_page macroMichal Simek
2010-08-02microblaze: Fix comment for TLBMichal Simek
2010-07-24of: remove of_default_bus_idsJonas Bonn
2010-07-24of: make of_find_device_by_node genericJonas Bonn
2010-07-24microblaze: remove references to of_device and to_of_deviceGrant Likely
2010-07-24of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely
2010-07-24of: Merge of_platform_bus_type with platform_bus_typeGrant Likely