summaryrefslogtreecommitdiffstats
path: root/arch/microblaze
Commit message (Expand)AuthorAgeFilesLines
* mm/microblaze: clean up unused VALID_PAGE()Jiang Liu2013-07-031-1/+0
* mm/microblaze: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-031-45/+6
* mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-031-1/+1
* mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu2013-07-031-2/+2
* mm: change signature of free_reserved_area() to fix building warningsJiang Liu2013-07-031-1/+1
* Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-021-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/+0
* | 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/+0
| * 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/+0
| * microblaze: Set the default irq_domainDan Christensen2013-05-091-0/+2
| * microblaze: pci: Remove duplicated include from pci-common.cWei Yongjun2013-05-091-1/+0
* | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-05-091-3/+0
|\ \ | |/ |/|
| * Remove GENERIC_GPIO config optionAlexandre Courbot2013-04-161-3/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-8/+0
|\ \
| * | consolidate cond_syscall and SYSCALL_ALIAS declarationsAl Viro2013-03-031-8/+0
* | | dump_stack: unify debug information printed by show_regs()Tejun Heo2013-04-301-0/+2
* | | dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-04-301-6/+0
* | | Merge tag 'metag-for-v3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-04-301-3/+0
|\ \ \
| * | | memblock: Kill ARCH_POPULATES_NODE_MAP once morePaul Bolle2013-03-201-3/+0
| |/ /
* | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-304-71/+1
|\ \ \
| * | | idle: Remove GENERIC_IDLE_LOOP config switchThomas Gleixner2013-04-171-1/+0
| * | | microblaze: Use generic idle loopThomas Gleixner2013-04-083-56/+2
| * | | arch: Consolidate tsk_is_polling()Thomas Gleixner2013-04-081-1/+0
| * | | arch: Cleanup enable/disable_hltThomas Gleixner2013-04-082-14/+0
| | |/ | |/|
* | | early_printk: consolidate random copies of identical codeThomas Gleixner2013-04-291-22/+4
* | | mm/microblaze: use free_highmem_page() to free highmem pages into buddy systemJiang Liu2013-04-291-5/+1
* | | mm/microblaze: use common help functions to free reserved pagesJiang Liu2013-04-292-27/+2
|/ /
* / Select VIRT_TO_BUS directly where neededStephen Rothwell2013-03-121-1/+1
|/
* arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell2013-02-271-0/+1
* Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2013-02-2646-327/+295
|\
| * 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/+259
| * microblaze: Add missing return from debugfs_tlbMichal Simek2013-02-121-0/+2
| * microblaze: Makefile cleanJason Wu2013-02-121-6/+3
| * microblaze: Add .gitignore entries for auto-generated filesLars-Peter Clausen2013-02-122-0/+4
| * microblaze: Fix strncpy_from_user macroMichal Simek2013-02-121-5/+4
* | Merge tag 'pm+acpi-fixes-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-251-4/+1
|\ \
| * | microblaze idle: Fix compile errorLars-Peter Clausen2013-02-231-4/+1