aboutsummaryrefslogtreecommitdiff
path: root/arch/microblaze
AgeCommit message (Expand)AuthorFilesLines
2013-08-13microblaze: fix clone syscallGravatar Michal Simek 1-1/+1
2013-07-10Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeGravatar Linus Torvalds 4-4/+7
2013-07-10microblaze: Move __NR_syscalls from uapiGravatar Michal Simek 2-2/+3
2013-07-03mm/microblaze: clean up unused VALID_PAGE()Gravatar Jiang Liu 1-1/+0
2013-07-03mm/microblaze: prepare for removing num_physpages and simplify mem_init()Gravatar Jiang Liu 1-45/+6
2013-07-03mm: concentrate modification of totalram_pages into the mm coreGravatar Jiang Liu 1-1/+1
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroGravatar Jiang Liu 1-2/+2
2013-07-03mm: change signature of free_reserved_area() to fix building warningsGravatar Jiang Liu 1-1/+1
2013-07-02Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+3
2013-06-29consolidate io_remap_pfn_range definitionsGravatar Al Viro 1-3/+0
2013-06-26microblaze: Enable KGDB in defconfigGravatar Michal Simek 1-1/+3
2013-06-26microblaze: Don't mark arch_kgdb_ops as const.Gravatar Graeme Smecher 1-1/+1
2013-06-03microblaze: Use static inline functions in cacheflush.hGravatar Michal Simek 1-16/+18
2013-06-03microblaze: Fix sparse warningsGravatar Michal Simek 1-2/+2
2013-05-28microblaze: uaccess s/might_sleep/might_fault/Gravatar Michael S. Tsirkin 1-3/+3
2013-05-27microblaze: Reversed logic in futex cmpxchgGravatar Meyer, Kirk 1-1/+1
2013-05-23microblaze: Use proper casting for inb/inw/inl in io.hGravatar Michal Simek 1-3/+3
2013-05-14microblaze: Initialize temp variable to remove compilation warningGravatar Michal Simek 1-1/+1
2013-05-10Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeGravatar Linus Torvalds 9-29/+46
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxGravatar Linus Torvalds 1-3/+0
2013-05-09microblaze: Enable IRQ in arch_cpu_idleGravatar Michal Simek 1-0/+5
2013-05-09microblaze: Fix uaccess_ok macroGravatar Michal Simek 1-11/+19
2013-05-09microblaze: Add support for new cpu versions and target architectureGravatar Michal Simek 1-0/+5
2013-05-09microblaze: Do not select OPT_LIB_ASM by defaultGravatar Michal Simek 1-1/+0
2013-05-09microblaze: Fix initrd supportGravatar Michal Simek 1-4/+5
2013-05-09microblaze: Do not use r6 in head.SGravatar Michal Simek 1-10/+10
2013-05-09microblaze: pci: Remove duplicated headerGravatar Michal Simek 1-2/+0
2013-05-09microblaze: Set the default irq_domainGravatar Dan Christensen 1-0/+2
2013-05-09microblaze: pci: Remove duplicated include from pci-common.cGravatar Wei Yongjun 1-1/+0
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-8/+0
2013-04-30dump_stack: unify debug information printed by show_regs()Gravatar Tejun Heo 1-0/+2
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsGravatar Tejun Heo 1-6/+0
2013-04-30Merge tag 'metag-for-v3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-3/+0
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-71/+1
2013-04-29early_printk: consolidate random copies of identical codeGravatar Thomas Gleixner 1-22/+4
2013-04-29mm/microblaze: use free_highmem_page() to free highmem pages into buddy systemGravatar Jiang Liu 1-5/+1
2013-04-29mm/microblaze: use common help functions to free reserved pagesGravatar Jiang Liu 2-27/+2
2013-04-17idle: Remove GENERIC_IDLE_LOOP config switchGravatar Thomas Gleixner 1-1/+0
2013-04-16Remove GENERIC_GPIO config optionGravatar Alexandre Courbot 1-3/+0
2013-04-08microblaze: Use generic idle loopGravatar Thomas Gleixner 3-56/+2
2013-04-08arch: Consolidate tsk_is_polling()Gravatar Thomas Gleixner 1-1/+0
2013-04-08arch: Cleanup enable/disable_hltGravatar Thomas Gleixner 2-14/+0
2013-03-20memblock: Kill ARCH_POPULATES_NODE_MAP once moreGravatar Paul Bolle 1-3/+0
2013-03-12Select VIRT_TO_BUS directly where neededGravatar Stephen Rothwell 1-1/+1
2013-03-03consolidate cond_syscall and SYSCALL_ALIAS declarationsGravatar Al Viro 1-8/+0
2013-02-27arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSGravatar Stephen Rothwell 1-0/+1
2013-02-26Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeGravatar Linus Torvalds 46-327/+295
2013-02-25Merge tag 'pm+acpi-fixes-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-4/+1
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 5-80/+54
2013-02-23microblaze idle: Fix compile errorGravatar Lars-Peter Clausen 1-4/+1