aboutsummaryrefslogtreecommitdiffstats
path: root/arch/h8300 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-17Get rid of final remnants of include/asm-$(ARCH)Linus Torvalds1-0/+25
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-04-02Simplify copy_thread()Alexey Dobriyan1-1/+1
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar1-0/+1
2009-03-30trivial: h8300: Storage class should be before const qualifierTobias Klauser1-1/+1
2009-03-30cpumask: remove references to struct irqaction's mask field.Rusty Russell4-4/+0
2009-03-26Merge branch 'header-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-03-26Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2009-03-06Merge branch 'x86/core' into tracing/texteditIngo Molnar1-1/+1
2009-03-02tracing: make CALLER_ADDRx overwriteableUwe Kleine-Koenig1-0/+1
2009-02-15net: new user space API for time stamping of incoming and outgoing packetsPatrick Ohly1-0/+3
2009-02-13Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/coreIngo Molnar1-2/+2
2009-02-01headers_check fix: h8300, swab.hJaswinder Singh Rajput1-1/+1
2009-01-14Merge branch 'syscalls' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds1-1/+1
2009-01-14byteorder: make swab.h include asm/swab.h like a regular headerHarvey Harrison2-2/+0
2009-01-14[CVE-2009-0029] Rename old_readdir to sys_old_readdirHeiko Carstens1-1/+1
2009-01-11sparseirq: use kstat_irqs_cpu insteadYinghai Lu1-2/+2
2009-01-08NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells1-1/+0
2009-01-06h8300: introduce asm/swab.hHarvey Harrison3-7/+12
2009-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds1-0/+2
2009-01-06atomic_t: unify all arch definitionsMatthew Wilcox1-1/+2
2009-01-06Staging: Kconfig for ARCH=arm,8300, crisF. Duncan M. Haldane1-0/+2
2009-01-03Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2009-01-03h8300: define __flsRusty Russell1-0/+1
2008-12-31take init_fs to saner placeAl Viro1-1/+0
2008-10-23Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/dvrabel/uwbLinus Torvalds1-0/+2
2008-10-20container freezer: implement freezer cgroup subsystemMatt Helsley1-0/+2
2008-10-20container freezer: add TIF_FREEZE flag to all architecturesMatt Helsley1-0/+2
2008-10-20Merge branch 'master' into for-upstreamDavid Vrabel29-429/+496
2008-10-16Merge branch 'personality' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds1-1/+1
2008-10-16asm-h8300/md.h: remove CVS keywordAdrian Bunk1-1/+1
2008-10-16h8300: GENERIC_BUG supportYoshinori Sato6-10/+25
2008-10-16h8300: update timer handler - misc updateYoshinori Sato4-83/+97
2008-10-16h8300: update timer handler - new filesYoshinori Sato5-0/+372
2008-10-16h8300: update timer handler - delete filesYoshinori Sato10-310/+0
2008-10-16[PATCH] remove unused ibcs2/PER_SVR4 in SET_PERSONALITYMartin Schwidefsky1-1/+1
2008-09-17uwb: add the UWB stack (build system)Greg Kroah-Hartman1-0/+2
2008-09-06Remove asm/a.out.h files for all architectures without a.out support.Adrian Bunk2-21/+0
2008-09-06Remove redundant CONFIG_ARCH_SUPPORTS_AOUTDavid Woodhouse1-3/+0
2008-08-13[h8300] move include/asm-h8300 to arch/h8300/include/asmLinus Torvalds99-0/+4610
2008-08-12h8300: fix section mismatchesYoshinori Sato1-6/+3
2008-07-26h8300: use generic show_mem()Johannes Weiner1-27/+0
2008-07-25pty: remove unused UNIX98_PTY_COUNT optionsAdrian Bunk1-14/+0
2008-07-25inflate: refactor inflate malloc codeThomas Petazzoni1-38/+0
2008-07-24PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi1-0/+1
2008-05-16[PATCH] take init_files to fs/file.cAl Viro1-1/+0
2008-05-03unified (weak) sys_pipe implementationUlrich Drepper1-17/+0
2008-04-29h8300: use kbuild.h instead of defining macros in asm-offsets.cChristoph Lameter1-5/+1
2008-04-17Generic semaphore implementationMatthew Wilcox3-134/+1