summaryrefslogtreecommitdiffstats
path: root/arch/microblaze (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | microblaze: Optimize hw exception rutineMichal Simek2010-08-041-16/+6
| * | | | microblaze: Implement clear_ums macro and fix SAVE_STATE macroMichal Simek2010-08-041-0/+15
| * | | | microblaze: Remove additional setup for kernel_modeMichal Simek2010-08-041-15/+10
| * | | | microblaze: Optimize SAVE_STATE macroMichal Simek2010-08-041-8/+13
| * | | | microblaze: Remove additional loadingMichal Simek2010-08-041-5/+0
| * | | | microblaze: Completely remove working with R11 registerMichal Simek2010-08-041-41/+21
| * | | | microblaze: Do not setup BIP in _debug_exceptionMichal Simek2010-08-041-3/+0
| * | | | microblaze: Simplify _debug_exception functionMichal Simek2010-08-041-5/+2
| * | | | microblaze: Optimize SAVE_STATE macroMichal Simek2010-08-041-6/+14
| * | | | microblaze: trivial: Use la insted of addikMichal Simek2010-08-041-32/+32
| * | | | microblaze: remove enable_irq from SAVE_STATE macroMichal Simek2010-08-041-1/+0
| * | | | microblaze: Move stack backup to SAVE_STATE macroMichal Simek2010-08-041-4/+1
| * | | | microblaze: Move BIP setup to the end of ret_from_trap/ret_from_excMichal Simek2010-08-041-6/+6
| * | | | microblaze: Remove PER_CPU(KM) variableMichal Simek2010-08-041-23/+20
| * | | | microblaze: Optimize clear_vms_ums macroMichal Simek2010-08-041-3/+1
| * | | | microblaze: Save and restore r3/r4 in SAVE/RESTORE_REGS macrosMichal Simek2010-08-041-40/+8
| * | | | microblaze: Fix VM_ON and VM_OFF macrosMichal Simek2010-08-041-4/+6
| * | | | microblaze: Do not use _start in vmlinuxMichal Simek2010-08-042-3/+3
| * | | | microblaze: Cleanup boot/MakefileMichal Simek2010-08-041-5/+6
| * | | | microblaze: Fix number of pvr regsMichal Simek2010-08-041-1/+1
| * | | | microblaze: Decrease time shifting valuesMichal Simek2010-08-041-4/+5
| * | | | microblaze: Enable early printk only for uartliteMichal Simek2010-08-041-0/+1
| * | | | microblaze: remove unused HAVE_ARCH_PCI_SET_DMA_MASKFUJITA Tomonori2010-08-041-6/+0
| * | | | microblaze: Do not trace cpu_relax functionMichal Simek2010-08-041-2/+5
| * | | | microblaze: Improve ftrace time measuringMichal Simek2010-08-042-2/+17
| * | | | microblaze: Add stack unwinderSteven J. Magnani2010-08-0410-95/+454
| * | | | microblaze: Allow PAGE_SIZE configurationSteven J. Magnani2010-08-046-11/+50
| * | | | microblaze: Trace hardirqsMichal Simek2010-08-041-0/+2
| * | | | microblaze: Fix sys_clone syscallMichal Simek2010-08-041-7/+7
| * | | | microblaze: Fix copy_to_user_page macroMichal Simek2010-08-042-2/+19
| * | | | microblaze: Sync noMMU and MMU setup_memoryMichal Simek2010-08-041-6/+1
| * | | | microblaze: Remove unused labelMichal Simek2010-08-041-1/+0
| * | | | microblaze: Implement flush_dcache_page macroMichal Simek2010-08-041-4/+10
| * | | | microblaze: Fix comment for TLBMichal Simek2010-08-021-1/+1
| * | | | microblaze: Fix __copy_to/from_user_inatomic macrosMichal Simek2010-08-021-2/+2
| | |/ / | |/| |
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-08-051-1/+1
|\ \ \ \
| * | | | Merge branch 'master' into for-nextJiri Kosina2010-08-044-33/+33
| |\| | |
| * | | | Merge branch 'master' into for-nextJiri Kosina2010-06-168-28/+16
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | fix typos concerning "hierarchy"Uwe Kleine-König2010-06-161-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-08-041-3/+0
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | net: NET_SKB_PAD should depend on L1_CACHE_BYTESEric Dumazet2010-06-161-3/+0
| | |_|/ | |/| |
* | | | lmb: rename to memblockYinghai Lu2010-07-144-33/+33
| |_|/ |/| |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2010-06-111-0/+1
|\ \ \
| * | | PCI: clear bridge resource range if BIOS assigned bad oneYinghai Lu2010-06-111-0/+1
| |/ /
* | | microblaze: Fix sg_dma_len() regressionFUJITA Tomonori2010-06-091-1/+0
* | | microblaze: Define ARCH_SLAB_MINALIGN to fix slab crashMichal Simek2010-06-091-0/+2
|/ /
* | asm-generic: remove ARCH_HAS_SG_CHAIN in scatterlist.hFUJITA Tomonori2010-05-271-2/+2
* | asm-generic: remove ISA_DMA_THRESHOLD in scatterlist.hFUJITA Tomonori2010-05-271-0/+2
* | Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-2231-364/+379
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-05-211-0/+11
| |\