summaryrefslogtreecommitdiffstats
path: root/arch/mn10300
Commit message (Expand)AuthorAgeFilesLines
* 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/+5Star
* 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-04-011-0/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-10/+0Star
|\ \
| * | consolidate cond_syscall and SYSCALL_ALIAS declarationsAl Viro2013-03-041-10/+0Star
* | | dump_stack: unify debug information printed by show_regs()Tejun Heo2013-05-011-0/+1
* | | dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-05-011-11/+0Star
* | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-303-72/+7Star
|\ \ \
| * | | idle: Remove GENERIC_IDLE_LOOP config switchThomas Gleixner2013-04-171-1/+0Star
| * | | mn10300: Use generic idle loopThomas Gleixner2013-04-083-65/+8Star
| * | | arch: Consolidate tsk_is_polling()Thomas Gleixner2013-04-081-2/+0Star
| * | | arch: Cleanup enable/disable_hltThomas Gleixner2013-04-081-5/+0Star
| | |/ | |/|
* / | mm/mn10300: use common help functions to free reserved pagesJiang Liu2013-04-301-21/+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 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-5/+0Star
|\
| * default SET_PERSONALITY() in linux/elf.hAl Viro2013-02-261-5/+0Star
* | Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-262-4/+1Star
|\ \
| * | mn10300/PCI: Remove unused pci_root_busBjorn Helgaas2013-01-042-4/+1Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-244-77/+6Star
|\ \ \
| * | | burying unused conditionalsAl Viro2013-02-142-3/+0Star
| * | | mn10300: switch to generic old sigaction()Al Viro2013-02-043-42/+1Star
| * | | mn10300: switch to generic old sigsuspendAl Viro2013-02-042-10/+1Star
| * | | mn10300: switch to generic sigaltstackAl Viro2013-02-042-13/+3Star
| * | | consolidate kernel-side struct sigaction declarationsAl Viro2013-02-031-6/+1Star
| * | | consolidate declarations of k_sigactionAl Viro2013-02-031-3/+0Star
| | |/ | |/|
* | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-02-221-1/+1
|\ \ \
| * | | mn10300: use for_each_pci_dev to simplify the codeWei Yongjun2013-02-221-1/+1
* | | | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-211-10/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman2013-01-251-0/+1
| |\| |
| * | | TTY: mn10300-serial, fix build breakageJiri Slaby2013-01-161-10/+10
| * | | TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-161-4/+3Star
| * | | TTY: move low_latency to tty_portJiri Slaby2013-01-161-3/+3
| * | | TTY: switch tty_insert_flip_charJiri Slaby2013-01-161-2/+2
| * | | TTY: switch tty_buffer_request_room to tty_portJiri Slaby2013-01-161-2/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-02-211-1/+3
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-091-0/+15
| |\ \ \ \
| * | | | | soreuseport: infrastructureTom Herbert2013-01-231-1/+1
| * | | | | sk-filter: Add ability to lock a socket filter programVincent Bernat2013-01-171-0/+2
| | |_|/ / | |/| | |
* | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Rafael J. Wysocki2013-02-181-7/+0Star
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | mn10300 idle: delete pm_idleLen Brown2013-02-181-7/+0Star
| |/ / /
* / / / mn10300: Provide dummy dma_mmap_coherent() and dma_get_sgtable()Geert Uytterhoeven2013-01-291-0/+15
|/ / /
* / / arch/mn10300/Kconfig: select CONFIG_GENERIC_ATOMIC64Andrew Morton2013-01-111-0/+1
|/ /
* / ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman2013-01-042-5/+5
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-213-9/+0Star
|\
| * unify SS_ONSTACK/SS_DISABLE definitionsAl Viro2012-12-201-6/+0Star
| * Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2012-12-202-3/+0Star