summaryrefslogtreecommitdiff
path: root/arch/microblaze
AgeCommit message (Expand)AuthorFilesLines
2013-08-20microblaze: fix clone syscallMichal Simek1-1/+1
2013-06-03microblaze: Use static inline functions in cacheflush.hMichal Simek1-16/+18
2013-06-03microblaze: Fix sparse warningsMichal Simek1-2/+2
2013-05-27microblaze: Reversed logic in futex cmpxchgMeyer, Kirk1-1/+1
2013-05-23microblaze: Use proper casting for inb/inw/inl in io.hMichal Simek1-3/+3
2013-05-14microblaze: Initialize temp variable to remove compilation warningMichal Simek1-1/+1
2013-05-10Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds9-29/+46
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-3/+0
2013-05-09microblaze: Enable IRQ in arch_cpu_idleMichal Simek1-0/+5
2013-05-09microblaze: Fix uaccess_ok macroMichal Simek1-11/+19
2013-05-09microblaze: Add support for new cpu versions and target architectureMichal Simek1-0/+5
2013-05-09microblaze: Do not select OPT_LIB_ASM by defaultMichal Simek1-1/+0
2013-05-09microblaze: Fix initrd supportMichal Simek1-4/+5
2013-05-09microblaze: Do not use r6 in head.SMichal Simek1-10/+10
2013-05-09microblaze: pci: Remove duplicated headerMichal Simek1-2/+0
2013-05-09microblaze: Set the default irq_domainDan Christensen1-0/+2
2013-05-09microblaze: pci: Remove duplicated include from pci-common.cWei Yongjun1-1/+0
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-8/+0
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-0/+2
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-6/+0
2013-04-30Merge tag 'metag-for-v3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+0
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-71/+1
2013-04-29early_printk: consolidate random copies of identical codeThomas Gleixner1-22/+4
2013-04-29mm/microblaze: use free_highmem_page() to free highmem pages into buddy systemJiang Liu1-5/+1
2013-04-29mm/microblaze: use common help functions to free reserved pagesJiang Liu2-27/+2
2013-04-17idle: Remove GENERIC_IDLE_LOOP config switchThomas Gleixner1-1/+0
2013-04-16Remove GENERIC_GPIO config optionAlexandre Courbot1-3/+0
2013-04-08microblaze: Use generic idle loopThomas Gleixner3-56/+2
2013-04-08arch: Consolidate tsk_is_polling()Thomas Gleixner1-1/+0
2013-04-08arch: Cleanup enable/disable_hltThomas Gleixner2-14/+0
2013-03-20memblock: Kill ARCH_POPULATES_NODE_MAP once morePaul Bolle1-3/+0
2013-03-12Select VIRT_TO_BUS directly where neededStephen Rothwell1-1/+1
2013-03-03consolidate cond_syscall and SYSCALL_ALIAS declarationsAl Viro1-8/+0
2013-02-27arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell1-0/+1
2013-02-26Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds46-327/+295
2013-02-25Merge tag 'pm+acpi-fixes-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+1
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-80/+54
2013-02-23microblaze idle: Fix compile errorLars-Peter Clausen1-4/+1
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2013-02-17microblaze idle: delete pm_idleLen Brown1-3/+0
2013-02-14burying unused conditionalsAl Viro2-3/+0
2013-02-12microblaze: Do not use module.h in files which are not modulesMichal Simek23-22/+23
2013-02-12microblaze: Fix coding style issuesMichal Simek32-294/+259
2013-02-12microblaze: Add missing return from debugfs_tlbMichal Simek1-0/+2
2013-02-12microblaze: Makefile cleanJason Wu1-6/+3
2013-02-12microblaze: Add .gitignore entries for auto-generated filesLars-Peter Clausen2-0/+4
2013-02-12microblaze: Fix strncpy_from_user macroMichal Simek1-5/+4
2013-02-03microblaze: remove debris in ptrace.cAl Viro1-23/+0
2013-02-03microblaze: Move restart allowed out of blockMichal Simek1-1/+1
2013-02-03microblaze: fix handling of multiple pending signalsAl Viro2-29/+42