aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mn10300
Commit message (Expand)AuthorAgeFilesLines
* 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 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-5/+0
|\
| * default SET_PERSONALITY() in linux/elf.hAl Viro2013-02-261-5/+0
* | Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-252-4/+1
|\ \
| * | mn10300/PCI: Remove unused pci_root_busBjorn Helgaas2013-01-042-4/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-234-77/+6
|\ \ \
| * | | burying unused conditionalsAl Viro2013-02-142-3/+0
| * | | mn10300: switch to generic old sigaction()Al Viro2013-02-033-42/+1
| * | | mn10300: switch to generic old sigsuspendAl Viro2013-02-032-10/+1
| * | | mn10300: switch to generic sigaltstackAl Viro2013-02-032-13/+3
| * | | consolidate kernel-side struct sigaction declarationsAl Viro2013-02-031-6/+1
| * | | consolidate declarations of k_sigactionAl Viro2013-02-031-3/+0
| | |/ | |/|
* | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-02-211-1/+1
|\ \ \
| * | | mn10300: use for_each_pci_dev to simplify the codeWei Yongjun2013-02-211-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-151-4/+3
| * | | TTY: move low_latency to tty_portJiri Slaby2013-01-151-3/+3
| * | | TTY: switch tty_insert_flip_charJiri Slaby2013-01-151-2/+2
| * | | TTY: switch tty_buffer_request_room to tty_portJiri Slaby2013-01-151-2/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-02-201-1/+3
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-081-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/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | mn10300 idle: delete pm_idleLen Brown2013-02-171-7/+0
| |/ / /
* / / / 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-032-5/+5
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-203-9/+0
|\
| * unify SS_ONSTACK/SS_DISABLE definitionsAl Viro2012-12-191-6/+0
| * Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2012-12-192-3/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-1/+1
|\ \
| * | propagate name change to comments in kernel sourceNadia Yvette Chambers2012-12-061-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-12-121-0/+1
|\ \ \
| * | | sk-filter: Add ability to get socket filter program (v2)Pavel Emelyanov2012-11-011-0/+1
| |/ /
* | | Merge tag 'for-linus-20121212' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-12-1210-136/+234
|\ \ \
| * | | MN10300: Use asm-generic/pci_iomap.hDavid Howells2012-12-121-0/+1
| * | | MN10300: Get rid of unused variable from ASB2305 PCI codeDavid Howells2012-12-121-3/+1
| * | | MN10300: ASB2305 PCI code needs linux/irq.hDavid Howells2012-12-121-0/+1
| * | | mn10300/mm/fault.c: Port OOM changes to do_page_faultKautuk Consul2012-12-121-8/+25
| * | | MN10300: Handle cacheable PCI regions in pci_iomap()David Howells2012-12-122-1/+36
| * | | MN10300: fix debug polling in ttySM driverMark Salter2012-12-121-12/+23
| * | | MN10300: ttySM: clean up unnecessary castingMark Salter2012-12-122-6/+6
| * | | MN10300: fix SMP synchronization between txdma and serial driverMark Salter2012-12-124-48/+90
| * | | MN10300: fix serial port vdma irq setup for SMPMark Salter2012-12-121-4/+30
| * | | MN10300: cleanup IRQ affinity settingMark Salter2012-12-123-52/+17
| * | | MN10300: ttySM: Use memory barriers correctly in circular buffer logicDavid Howells2012-12-121-6/+8
| | |/ | |/|