summaryrefslogtreecommitdiffstats
path: root/arch/microblaze
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2013-07-104-4/+7
|\
| * microblaze: Move __NR_syscalls from uapiMichal Simek2013-07-102-2/+3
| * microblaze: Enable KGDB in defconfigMichal Simek2013-06-261-1/+3
| * microblaze: Don't mark arch_kgdb_ops as const.Graeme Smecher2013-06-261-1/+1
* | mm/microblaze: clean up unused VALID_PAGE()Jiang Liu2013-07-041-1/+0Star
* | mm/microblaze: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-041-45/+6Star
* | mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-041-1/+1
* | mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu2013-07-041-2/+2
* | mm: change signature of free_reserved_area() to fix building warningsJiang Liu2013-07-041-1/+1
* | Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-031-3/+3
|\ \
| * | microblaze: uaccess s/might_sleep/might_fault/Michael S. Tsirkin2013-05-281-3/+3
* | | consolidate io_remap_pfn_range definitionsAl Viro2013-06-291-3/+0Star
| |/ |/|
* | microblaze: Use static inline functions in cacheflush.hMichal Simek2013-06-031-16/+18
* | microblaze: Fix sparse warningsMichal Simek2013-06-031-2/+2
* | microblaze: Reversed logic in futex cmpxchgMeyer, Kirk2013-05-271-1/+1
* | microblaze: Use proper casting for inb/inw/inl in io.hMichal Simek2013-05-231-3/+3
* | microblaze: Initialize temp variable to remove compilation warningMichal Simek2013-05-141-1/+1
|/
* Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2013-05-109-29/+46
|\
| * microblaze: Enable IRQ in arch_cpu_idleMichal Simek2013-05-091-0/+5
| * microblaze: Fix uaccess_ok macroMichal Simek2013-05-091-11/+19
| * microblaze: Add support for new cpu versions and target architectureMichal Simek2013-05-091-0/+5
| * microblaze: Do not select OPT_LIB_ASM by defaultMichal Simek2013-05-091-1/+0Star
| * microblaze: Fix initrd supportMichal Simek2013-05-091-4/+5
| * microblaze: Do not use r6 in head.SMichal Simek2013-05-091-10/+10
| * microblaze: pci: Remove duplicated headerMichal Simek2013-05-091-2/+0Star
| * microblaze: Set the default irq_domainDan Christensen2013-05-091-0/+2
| * microblaze: pci: Remove duplicated include from pci-common.cWei Yongjun2013-05-091-1/+0Star
* | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-05-091-3/+0Star
|\ \ | |/ |/|
| * Remove GENERIC_GPIO config optionAlexandre Courbot2013-04-161-3/+0Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-8/+0Star
|\ \
| * | consolidate cond_syscall and SYSCALL_ALIAS declarationsAl Viro2013-03-041-8/+0Star
* | | dump_stack: unify debug information printed by show_regs()Tejun Heo2013-05-011-0/+2
* | | dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-05-011-6/+0Star
* | | Merge tag 'metag-for-v3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-04-301-3/+0Star
|\ \ \
| * | | memblock: Kill ARCH_POPULATES_NODE_MAP once morePaul Bolle2013-03-201-3/+0Star
| |/ /
* | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-304-71/+1Star
|\ \ \
| * | | idle: Remove GENERIC_IDLE_LOOP config switchThomas Gleixner2013-04-171-1/+0Star
| * | | microblaze: Use generic idle loopThomas Gleixner2013-04-083-56/+2Star
| * | | arch: Consolidate tsk_is_polling()Thomas Gleixner2013-04-081-1/+0Star
| * | | arch: Cleanup enable/disable_hltThomas Gleixner2013-04-082-14/+0Star
| | |/ | |/|
* | | early_printk: consolidate random copies of identical codeThomas Gleixner2013-04-301-22/+4Star
* | | mm/microblaze: use free_highmem_page() to free highmem pages into buddy systemJiang Liu2013-04-301-5/+1Star
* | | mm/microblaze: use common help functions to free reserved pagesJiang Liu2013-04-302-27/+2Star
|/ /
* / Select VIRT_TO_BUS directly where neededStephen Rothwell2013-03-121-1/+1
|/
* arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell2013-02-281-0/+1
* Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2013-02-2746-327/+295Star
|\
| * microblaze: Do not use module.h in files which are not modulesMichal Simek2013-02-1223-22/+23
| * microblaze: Fix coding style issuesMichal Simek2013-02-1232-294/+259Star
| * microblaze: Add missing return from debugfs_tlbMichal Simek2013-02-121-0/+2
| * microblaze: Makefile cleanJason Wu2013-02-121-6/+3Star