summaryrefslogtreecommitdiffstats
path: root/arch/h8300
Commit message (Expand)AuthorAgeFilesLines
* flat: fix data sections alignmentOskar Schirmer2009-05-291-1/+0
* Get rid of final remnants of include/asm-$(ARCH)Linus Torvalds2009-04-171-0/+25
* Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-04-051-0/+1
|\
| * Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar2009-04-021-0/+1
| |\
| | * Merge branch 'x86/core' into tracing/texteditIngo Molnar2009-03-061-1/+1
| | |\
| | * | tracing: make CALLER_ADDRx overwriteableUwe Kleine-Koenig2009-03-021-0/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-04-031-1/+1
|\ \ \ \
| * | | | trivial: h8300: Storage class should be before const qualifierTobias Klauser2009-03-301-1/+1
* | | | | Simplify copy_thread()Alexey Dobriyan2009-04-021-1/+1
| |/ / / |/| | |
* | | | cpumask: remove references to struct irqaction's mask field.Rusty Russell2009-03-304-4/+0
|/ / /
* | | Merge branch 'header-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-03-261-1/+1
|\ \ \ | | |/ | |/|
| * | headers_check fix: h8300, swab.hJaswinder Singh Rajput2009-02-011-1/+1
| |/
* | Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-03-261-2/+2
|\ \
| * \ Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/coreIngo Molnar2009-02-131-2/+2
| |\ \ | | |/ | |/|
| | * sparseirq: use kstat_irqs_cpu insteadYinghai Lu2009-01-111-2/+2
* | | net: new user space API for time stamping of incoming and outgoing packetsPatrick Ohly2009-02-151-0/+3
|/ /
* | Merge branch 'syscalls' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-01-141-1/+1
|\ \
| * | [CVE-2009-0029] Rename old_readdir to sys_old_readdirHeiko Carstens2009-01-141-1/+1
| |/
* / byteorder: make swab.h include asm/swab.h like a regular headerHarvey Harrison2009-01-142-2/+0
|/
* NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells2009-01-081-1/+0
* h8300: introduce asm/swab.hHarvey Harrison2009-01-063-7/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2009-01-061-0/+2
|\
| * Staging: Kconfig for ARCH=arm,8300, crisF. Duncan M. Haldane2009-01-061-0/+2
* | atomic_t: unify all arch definitionsMatthew Wilcox2009-01-061-1/+2
|/
* Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-031-0/+1
|\
| * h8300: define __flsRusty Russell2009-01-031-0/+1
* | take init_fs to saner placeAl Viro2008-12-311-1/+0
|/
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2008-10-231-0/+2
|\
| * Merge branch 'master' into for-upstreamDavid Vrabel2008-10-2029-429/+496
| |\
| * | uwb: add the UWB stack (build system)Greg Kroah-Hartman2008-09-171-0/+2
* | | container freezer: implement freezer cgroup subsystemMatt Helsley2008-10-201-0/+2
* | | container freezer: add TIF_FREEZE flag to all architecturesMatt Helsley2008-10-201-0/+2
| |/ |/|
* | Merge branch 'personality' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2008-10-161-1/+1
|\ \
| * | [PATCH] remove unused ibcs2/PER_SVR4 in SET_PERSONALITYMartin Schwidefsky2008-10-161-1/+1
* | | asm-h8300/md.h: remove CVS keywordAdrian Bunk2008-10-161-1/+1
* | | h8300: GENERIC_BUG supportYoshinori Sato2008-10-166-10/+25
* | | h8300: update timer handler - misc updateYoshinori Sato2008-10-164-83/+97
* | | h8300: update timer handler - new filesYoshinori Sato2008-10-165-0/+372
* | | h8300: update timer handler - delete filesYoshinori Sato2008-10-1610-310/+0
|/ /
* | Remove asm/a.out.h files for all architectures without a.out support.Adrian Bunk2008-09-062-21/+0
* | Remove redundant CONFIG_ARCH_SUPPORTS_AOUTDavid Woodhouse2008-09-061-3/+0
|/
* [h8300] move include/asm-h8300 to arch/h8300/include/asmLinus Torvalds2008-08-1399-0/+4610
* h8300: fix section mismatchesYoshinori Sato2008-08-121-6/+3
* h8300: use generic show_mem()Johannes Weiner2008-07-261-27/+0
* pty: remove unused UNIX98_PTY_COUNT optionsAdrian Bunk2008-07-251-14/+0
* inflate: refactor inflate malloc codeThomas Petazzoni2008-07-251-38/+0
* PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi2008-07-241-0/+1
* [PATCH] take init_files to fs/file.cAl Viro2008-05-161-1/+0
* unified (weak) sys_pipe implementationUlrich Drepper2008-05-031-17/+0
* h8300: use kbuild.h instead of defining macros in asm-offsets.cChristoph Lameter2008-04-291-5/+1