summaryrefslogtreecommitdiffstats
path: root/arch/mn10300
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-191-2/+0
|\
| * preempt: Make PREEMPT_ACTIVE genericThomas Gleixner2013-11-131-2/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-151-1/+1
|\ \
| * | treewide: fix "distingush" typoMichael Opdenacker2013-10-141-1/+1
* | | kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSChristoph Hellwig2013-11-151-1/+0
* | | mn10300: add missing pgtable_page_ctor/dtor callsKirill A. Shutemov2013-11-152-2/+8
* | | Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-11-144-10/+0
|\ \ \
| * | | mn10300/PCI: Remove useless pcibios_last_busBjorn Helgaas2013-10-292-6/+0
| * | | mn10300/PCI: Remove unused pci_mem_startMyron Stowe2013-10-072-4/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-11-131-0/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | net: introduce SO_MAX_PACING_RATEEric Dumazet2013-09-281-0/+2
| |/ /
* | | sched, arch: Create asm/preempt.hPeter Zijlstra2013-09-251-0/+1
|/ /
* | Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-131-1/+0
* | arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-121-0/+2
* | mn10300: Fix crash just after starting userspace on !CONFIG_PREEMPTAkira Takeuchi2013-09-101-2/+4
|/
* net: rename busy poll socket op and globalsEliezer Tamir2013-07-101-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-091-0/+2
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-034-38/+27
| |\
| * | net: add socket option for low latency pollingEliezer Tamir2013-06-171-0/+2
* | | mm: invoke oom-killer from remaining unconverted page fault handlersJohannes Weiner2013-07-091-3/+4
* | | Merge branch 'kconfig-diet' from Dave HansenLinus Torvalds2013-07-042-4/+1
|\ \ \
| * | | consolidate per-arch stack overflow debugging optionsDave Hansen2013-07-042-4/+1
| | |/ | |/|
* | | mm/mn10300: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-031-24/+2
* | | mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-031-1/+1
* | | mm: change signature of free_reserved_area() to fix building warningsJiang Liu2013-07-031-1/+2
* | | Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-021-2/+2
|\ \ \
| * | | mn10300: uaccess s/might_sleep/might_fault/Michael S. Tsirkin2013-05-281-2/+2
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-022-4/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | mn10300: don't bother with VM_IOAl Viro2013-06-291-1/+1
| * | | consolidate io_remap_pfn_range definitionsAl Viro2013-06-291-3/+0
| | |/ | |/|
* | | mn10300: Use early_param() to parse "mem=" parameterAkira Takeuchi2013-06-281-33/+21
* | | mn10300: Allow to pass array name to get_user()Akira Takeuchi2013-06-281-1/+1
* | | mn10300: Fix include dependency in irqflags.h et al.David Daney2013-06-192-4/+5
|/ /
* | MN10300: Need pci_iomap() and __pci_ioport_map() definingDavid Howells2013-05-301-0/+2
* | MN10300: ASB2305's PCI code needs the definition of XIRQ1David Howells2013-05-301-0/+1
* | MN10300: Enable IRQs more in system call exit work pathDavid Howells2013-05-301-13/+5
* | MN10300: Fix ret_from_kernel_threadDavid Howells2013-05-301-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-011-0/+2
|\
| * net: add option to enable error queue packets waking selectKeller, Jacob E2013-03-311-0/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-10/+0
|\ \
| * | consolidate cond_syscall and SYSCALL_ALIAS declarationsAl Viro2013-03-031-10/+0
* | | dump_stack: unify debug information printed by show_regs()Tejun Heo2013-04-301-0/+1
* | | dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-04-301-11/+0
* | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-303-72/+7
|\ \ \
| * | | idle: Remove GENERIC_IDLE_LOOP config switchThomas Gleixner2013-04-171-1/+0
| * | | mn10300: Use generic idle loopThomas Gleixner2013-04-083-65/+8
| * | | arch: Consolidate tsk_is_polling()Thomas Gleixner2013-04-081-2/+0
| * | | arch: Cleanup enable/disable_hltThomas Gleixner2013-04-081-5/+0
| | |/ | |/|
* | | mm/mn10300: use common help functions to free reserved pagesJiang Liu2013-04-291-21/+2
|/ /
* | Select VIRT_TO_BUS directly where neededStephen Rothwell2013-03-121-1/+1
|/
OpenPOWER on IntegriCloud