aboutsummaryrefslogtreecommitdiffstats
path: root/arch/h8300 (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-26atomic: cleanup asm-generic atomic*.h inclusionArun Sharma1-1/+0
2011-07-26atomic: move atomic_add_unless to generic codeArun Sharma1-2/+2
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+0
2011-07-26h8300/m68k/xtensa: __FD_ISSET should return 0/1Andrew Morton1-1/+1
2011-07-26ptrace: unify show_regs() prototypeMike Frysinger1-1/+0
2011-07-25Merge 'akpm' patch seriesLinus Torvalds1-2/+0
2011-07-25h8300, exec: remove redundant set_fs(USER_DS)Mathias Krause1-2/+0
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-07-24modules: make arch's use default loader hooksJonas Bonn1-45/+0
2011-07-21treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody1-1/+1
2011-07-05h8300: Use generic config PREEMPT definitionFrederic Weisbecker1-3/+1
2011-05-28Merge branch 'setns'Linus Torvalds2-1/+3
2011-05-28ns: Wire up the setns system callEric W. Biederman2-1/+3
2011-05-26arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Akinobu Mita1-8/+0
2011-03-30genirq: Remove the now obsolete config options and select statementsThomas Gleixner1-1/+0
2011-03-25Merge branch 'irq-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-32/+2
2011-03-24h8300: Use generic show_interrupts()Thomas Gleixner2-31/+1
2011-03-24h8300: Convert genirq namespaceThomas Gleixner1-1/+1
2011-03-23bitops: remove minix bitops from asm/bitops.hAkinobu Mita1-1/+0
2011-03-23bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita1-1/+0
2011-03-23bitops: introduce little-endian bitops for most architecturesAkinobu Mita1-0/+1
2011-03-23bitops: introduce CONFIG_GENERIC_FIND_BIT_LEAkinobu Mita1-0/+4
2011-03-22add the common dma_addr_t typedef to include/linux/types.hFUJITA Tomonori1-4/+0
2011-03-20Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds1-1/+1
2011-03-17h8300: change to new flag variablematt mooney1-1/+1
2011-01-31h8300: Switch do_timer() to xtime_update()Torben Hohn2-4/+2
2011-01-21h8300: Use generic irq KconfigThomas Gleixner2-5/+3
2011-01-21h8300: Convert interrupt handling to flow handlerThomas Gleixner1-12/+3
2011-01-21h8300: Convert to new irq_chip functionsThomas Gleixner1-17/+16
2011-01-20kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes1-1/+1
2010-12-22Merge branch 'master' into for-nextJiri Kosina1-1/+0
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-28Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds1-7/+0
2010-10-27ptrace: cleanup arch_ptrace() on h8300Namhyung Kim1-15/+15
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim1-3/+4
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-4/+5
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-80/+1
2010-10-22ioctl: Use asm-generic/ioctls.h on h8300 (enables termiox)Jeff Mahoney1-80/+1
2010-10-18Update broken web addresses in arch directory.Justin P. Mattock2-4/+5
2010-10-12Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek11-355/+9
2010-10-07Fix IRQ flag handling namingDavid Howells2-23/+44
2010-10-05modules: Fix module_bug_list list corruption raceLinus Torvalds1-2/+1
2010-09-19kbuild: migrate all arch to the kconfig mainmenu upgradeArnaud Lacombe1-7/+0
2010-09-07h8300: Fix missing consts in kernel_execve()David Howells1-2/+2
2010-09-07h8300: Fix die()David Howells2-2/+4
2010-09-07h8300: IRQ flags should be stored in an unsigned longDavid Howells1-5/+10
2010-08-17Make do_execve() take a const filename pointerDavid Howells2-2/+7
2010-08-14defconfig reductionSam Ravnborg1-332/+1
2010-08-13Mark arguments to certain syscalls as being constDavid Howells1-1/+1