aboutsummaryrefslogtreecommitdiff
path: root/arch/mn10300
AgeCommit message (Expand)Author
2010-10-27MN10300: Don't hard code the cacheline size in register defsAkira Takeuchi
2010-10-27MN10300: Move DMA engine control reg defs to MN103E010 processor directoryAkira Takeuchi
2010-10-27MN10300: Differentiate AM33_2 and AM33_3 in configAkira Takeuchi
2010-10-27MN10300: Provide the functions to fully disable maskable interruptsAkira Takeuchi
2010-10-27MN10300: Add reads[bwl]() and writes[bwl]()Akira Takeuchi
2010-10-27MN10300: Don't cast away the volatile in test_bit()Akira Takeuchi
2010-10-27MN10300: Prevent cnt32_to_63() from being preempted in sched_clock()David Howells
2010-10-27mn10300: Use pci_claim_resourceDavid Howells
2010-10-27bitops: Change the bitmap index from int to unsigned long [mn10300]Justin Chen
2010-10-27MN10300: BUG to BUG_ON changesStoyan Gaydarov
2010-10-26mm: remove pte_*map_nested()Peter Zijlstra
2010-10-26mm: stack based kmap_atomic()Peter Zijlstra
2010-10-25MN10300: Fix the PERCPU() alignment to allow for workqueuesDavid Howells
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds
2010-10-22ioctl: Use asm-generic/ioctls.h on mn10300 (enables termiox)Jeff Mahoney
2010-10-12Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek
2010-10-07Fix IRQ flag handling namingDavid Howells
2010-10-05modules: Fix module_bug_list list corruption raceLinus Torvalds
2010-10-01MN10300: Fix flush_icache_range()David Howells
2010-09-28MN10300: Handle missing sys_cacheflush() when caching disabledDavid Howells
2010-09-27MN10300: Default config choice GDBSTUB_TTYSM0 should be GDBSTUB_ON_TTYSM0David Howells
2010-09-27mn10300: check __get_user/__put_user results...Al Viro
2010-09-27mn10300: get rid of set_fs(USER_DS) in sigframe setupAl Viro
2010-09-27mn10300: ->restart_block.fn needs to be reset on sigreturnAl Viro
2010-09-27mn10300: prevent double syscall restartsAl Viro
2010-09-27mn10300: avoid SIGSEGV delivery loopAl Viro
2010-09-23MN10300: Arch doesn't support HAVE_ARCH_TRACEHOOKMark Salter
2010-09-23MN10300: Fix SIGRTMAXMark Salter
2010-09-23MN10300: Fix endianess of ext2 bitopsMark Salter
2010-09-19kbuild: migrate all arch to the kconfig mainmenu upgradeArnaud Lacombe
2010-09-14MN10300: Fix up the IRQ names for the on-chip serial portsDavid Howells
2010-08-23arch/mn10300/mm: eliminate NULL dereferenceJulia Lawall
2010-08-17Make do_execve() take a const filename pointerDavid Howells
2010-08-14defconfig reductionSam Ravnborg
2010-08-13Mark arguments to certain syscalls as being constDavid Howells
2010-08-12MN10300: Use no_printk() for disabled gdbstub debugging functionsDavid Howells
2010-08-12Add a dummy printk function for the maintenance of unused printksDavid Howells
2010-08-12MN10300: Don't try and #include <linux/slab.h> in lib/inflate.c from bootloaderDavid Howells
2010-08-12MN10300: Fix size_t and ssize_tDavid Howells
2010-08-12MN10300: Fix RTC routinesDavid Howells
2010-08-11dma-mapping: remove dma_is_consistent APIFUJITA Tomonori
2010-08-11dma-mapping: unify dma_get_cache_alignment implementationsFUJITA Tomonori
2010-08-11dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGNFUJITA Tomonori
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-08-10tty: Add EXTPROC support for LINEMODEhyc@symas.com
2010-08-10tty: remove remaining Hayes ESP ioctlsGreg Kroah-Hartman
2010-08-09kmap_atomic: make kunmap_atomic() harder to misuseCesar Eduardo Barros
2010-08-07remove needless ISA_DMA_THRESHOLDFUJITA Tomonori
2010-08-06Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2010-07-27time: Kill off CONFIG_GENERIC_TIMEJohn Stultz