aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-26microblaze: Don't mark arch_kgdb_ops as const.Graeme Smecher1-1/+1
2013-05-14microblaze: Initialize temp variable to remove compilation warningMichal Simek1-1/+1
2013-05-09microblaze: Enable IRQ in arch_cpu_idleMichal Simek1-0/+5
2013-05-09microblaze: Add support for new cpu versions and target architectureMichal Simek1-0/+5
2013-05-09microblaze: Do not use r6 in head.SMichal Simek1-10/+10
2013-05-09microblaze: Set the default irq_domainDan Christensen1-0/+2
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 branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-65/+0
2013-04-29early_printk: consolidate random copies of identical codeThomas Gleixner1-22/+4
2013-04-08microblaze: Use generic idle loopThomas Gleixner1-53/+0
2013-04-08arch: Cleanup enable/disable_hltThomas Gleixner1-12/+0
2013-02-26Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds24-197/+178
2013-02-25Merge tag 'pm+acpi-fixes-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-4/+1
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds4-78/+54
2013-02-23microblaze idle: Fix compile errorLars-Peter Clausen1-4/+1
2013-02-17microblaze idle: delete pm_idleLen Brown1-3/+0
2013-02-12microblaze: Do not use module.h in files which are not modulesMichal Simek10-10/+10
2013-02-12microblaze: Fix coding style issuesMichal Simek18-187/+165
2013-02-12microblaze: Add missing return from debugfs_tlbMichal Simek1-0/+2
2013-02-12microblaze: Add .gitignore entries for auto-generated filesLars-Peter Clausen1-0/+1
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
2013-02-03microblaze: fix the horror with restarts of sigreturn()Al Viro2-2/+7
2013-02-03microblaze: evict the check for kernel_mode(regs) from do_notify_resume()Al Viro2-9/+3
2013-02-03microblaze: switch to generic sigaltstackAl Viro1-15/+2
2013-01-03microblaze: Add finit_module syscallMichal Simek1-0/+1
2012-12-13microblaze: signal: Declare do_notify_resumeMichal Simek1-1/+1
2012-12-13microblaze: Add static qualifiersMichal Simek2-3/+3
2012-12-13microblaze: Wire-up new system call kcmpMichal Simek1-0/+1
2012-12-13microblaze: Fix intc_enable_or_unmask functionMichal Simek1-1/+2
2012-12-13microblaze: Remove passing the second arg to schedule_tailMichal Simek1-1/+0
2012-12-13microblaze: Remove BIP from childregsMichal Simek1-1/+0
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-2/+1
2012-11-28microblaze: switch to generic fork/vfork/cloneAl Viro5-56/+6
2012-11-28Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arch-h8300', 'arch-m32r', 'arch-mn10300', 'arch-score', 'arch-sh' and 'arch-powerpc' into for-nextAl Viro4-117/+39
2012-11-28microblaze: rt_sigreturn is too trigger-happy about sigaltstack errorsAl Viro1-1/+1
2012-11-16microblaze: switch to generic sys_execve()Al Viro3-26/+0
2012-11-16microblaze: switch to generic kernel_execve()Al Viro4-43/+5
2012-11-16microblaze: switch to generic kernel_thread()Al Viro3-51/+37
2012-11-15microblaze: Fix bug with schedule_tailMichal Simek1-1/+1
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-2/+2
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-5/+2
2012-10-04Revert "microblaze_mmu_v2: Update signal returning address"Michal Simek1-8/+0
2012-10-04microblaze: Prefer to use pr_XXX instead of printk(KERN_XX)Michal Simek3-15/+15
2012-10-04microblaze: Fix bug with passing command lineMichal Simek2-12/+15
2012-10-04microblaze: Remove additional andi which has been already doneMichal Simek1-3/+0
2012-10-04microblaze: Use predefined macro for ESR_DIZMichal Simek1-2/+3
2012-10-04microblaze: Support 4k/16k/64k pagesMichal Simek1-0/+6