summaryrefslogtreecommitdiffstats
path: root/include/asm-m32r
AgeCommit message (Expand)AuthorLines
2009-04-17m32r: move include/asm-m32r/* to arch/m32r/include/asm/Hirokazu Takata-11/+0
2009-04-17m32r: move include/asm-m32r headers to arch/m32r/include/asmHirokazu Takata-9443/+0
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+1
2009-04-02Allow rwlocks to re-enable interruptsRobin Holt-0/+3
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar-0/+1
2009-03-26Merge branch 'header-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2009-03-06Merge branch 'x86/core' into tracing/texteditIngo Molnar-1/+1
2009-03-02tracing: make CALLER_ADDRx overwriteableUwe Kleine-Koenig-0/+1
2009-02-15net: new user space API for time stamping of incoming and outgoing packetsPatrick Ohly-0/+3
2009-02-01headers_check fix: m32r, swab.hJaswinder Singh Rajput-1/+1
2009-01-14byteorder: make swab.h include asm/swab.h like a regular headerHarvey Harrison-3/+0
2009-01-08NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells-1/+0
2009-01-06m32r: introduce asm/swab.hHarvey Harrison-6/+12
2009-01-06atomic_t: unify all arch definitionsMatthew Wilcox-7/+1
2009-01-03m32r: define __flsRusty Russell-0/+1
2008-12-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell-1/+1
2008-12-13cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell-2/+0
2008-11-11sched: rename SCHED_NO_NO_OMIT_FRAME_POINTER => SCHED_OMIT_FRAME_POINTERIngo Molnar-1/+1
2008-10-16[PATCH] remove unused ibcs2/PER_SVR4 in SET_PERSONALITYMartin Schwidefsky-1/+1
2008-09-06Remove asm/a.out.h files for all architectures without a.out support.Adrian Bunk-20/+0
2008-07-26[PATCH] kill altrootAl Viro-17/+0
2008-07-25Merge git://git.infradead.org/~dwmw2/random-2.6Linus Torvalds-6/+0
2008-07-25remove dummy asm/kvm.h filesAdrian Bunk-6/+0
2008-07-25clean up duplicated alloc/free_thread_infoFUJITA Tomonori-0/+2
2008-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds-70/+0
2008-07-24ide: remove <asm/ide.h> for some archsBartlomiej Zolnierkiewicz-20/+0
2008-07-24ide-generic: remove ide_default_{io_base,irq}() inlines (take 3)Bartlomiej Zolnierkiewicz-50/+0
2008-07-24ide: define MAX_HWIFS in <linux/ide.h>Bartlomiej Zolnierkiewicz-8/+0
2008-07-24ide-generic: fix ide_default_io_base() for m32rBartlomiej Zolnierkiewicz-0/+8
2008-07-24Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds-1/+0
2008-07-24PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi-3/+0
2008-07-24Remove asm/semaphore.hMatthew Wilcox-1/+0
2008-06-26m32r: convert to generic helpers for IPI function callsJens Axboe-0/+4
2008-06-06asm-m32r/uaccess.h must #include <asm/setup.h>Adrian Bunk-1/+1
2008-05-02m32r: types: use <asm-generic/int-*.h> for the m32r architectureH. Peter Anvin-30/+2
2008-04-29kernel: Move arches to use common unaligned accessHarvey Harrison-14/+13
2008-04-28mm: introduce pte_special pte bitNick Piggin-0/+10
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds-10/+0
2008-04-18ide: remove ide_init_default_irq() macroBartlomiej Zolnierkiewicz-6/+0
2008-04-18ide: remove ide_default_io_ctl() macroBartlomiej Zolnierkiewicz-2/+0
2008-04-18ide: add CONFIG_IDE_ARCH_OBSOLETE_DEFAULTS (take 2)Bartlomiej Zolnierkiewicz-2/+0
2008-04-17Generic semaphore implementationMatthew Wilcox-144/+1
2008-04-02kvm: provide kvm.h for all architecture: fixes headers_installChristian Borntraeger-0/+6
2008-02-08CONFIG_HIGHPTE vs. sub-page page tables.Martin Schwidefsky-4/+7
2008-02-08avoid overflows in kernel/time.cH. Peter Anvin-1/+1
2008-02-08asm-*/posix_types.h: scrub __GLIBC__Mike Frysinger-6/+2
2008-02-08aout: move STACK_TOP[_MAX] to asm/processor.hDavid Howells-7/+5
2008-02-07local_t m32r use architecture specific cmpxchg_localMathieu Desnoyers-1/+361
2008-02-07Fix m32r __xchgMathieu Desnoyers-3/+1
2008-02-07New cmpxchg_local (optimized for UP case) for m32rMathieu Desnoyers-10/+101