aboutsummaryrefslogtreecommitdiffstats
path: root/arch/h8300 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+0
2010-08-10tty: Add EXTPROC support for LINEMODEhyc@symas.com2-0/+3
2010-08-09alpha/h8300/m68k: remove obsolete <asm/md.h> filesGeert Uytterhoeven1-13/+0
2010-08-07remove needless ISA_DMA_THRESHOLDFUJITA Tomonori1-2/+0
2010-08-06Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+0
2010-08-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2010-07-27time: Kill off CONFIG_GENERIC_TIMEJohn Stultz1-4/+0
2010-06-18Merge commit 'v2.6.35-rc3' into perf/coreIngo Molnar2-2/+2
2010-06-16Merge branch 'master' into for-nextJiri Kosina3-13/+3
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König3-3/+3
2010-06-09arch: Implement local64_tPeter Zijlstra1-0/+1