aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-xtensa
Commit message (Expand)AuthorAgeFilesLines
* PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi2008-07-241-2/+0
* asm-{alpha,h8300,um,v850,xtensa}/param.h: unbreak HZ for userspaceMike Frysinger2008-05-141-0/+2
* xtensa: types: use <asm-generic/int-*.h> for the xtensa architectureH. Peter Anvin2008-05-021-32/+1
* kernel: Move arches to use common unaligned accessHarvey Harrison2008-04-291-17/+18
* mm: introduce pte_special pte bitNick Piggin2008-04-281-0/+4
* Generic semaphore implementationMatthew Wilcox2008-04-171-99/+1
* kvm: provide kvm.h for all architecture: fixes headers_installChristian Borntraeger2008-04-021-0/+6
* [XTENSA] Allow debugger to modify the WINDOWBASE register.Chris Zankel2008-02-131-1/+2
* [XTENSA] Fix cache flush macro for D$/I$ aliasing/non-aliasingChris Zankel2008-02-131-0/+2
* [XTENSA] Exclude thread-global registers from the xtregs structures.Chris Zankel2008-02-131-8/+13
* [XTENSA] Add support for configurable registers and coprocessorsChris Zankel2008-02-1310-144/+352
* [XTENSA] Clean up stat structs.Bob Wilson2008-02-131-23/+13
* [XTENSA] Add volatile keyword to asm statements accessing counter registersChris Zankel2008-02-131-4/+4
* [XTENSA] Fix modules for non-exec processor configurationsChris Zankel2008-02-132-6/+6
* [XTENSA] Add missing cast in elf.h ELF_CORE_COPY_REGS()Marc Gauthier2008-02-131-1/+1
* [XTENSA] Remove oldmask from sigcontext and fix register flushChris Zankel2008-02-131-3/+0
* [XTENSA] Clean up elf-gregset.Chris Zankel2008-02-131-88/+4
* [XTENSA] Fix clobbered register in asm macroChris Zankel2008-02-131-48/+51
* [XTENSA] Fix non-existent pte_token_t typedef to pgtable_tChris Zankel2008-02-131-1/+1
* fix xtensa timerfd breakageAdrian Bunk2008-02-081-2/+2
* CONFIG_HIGHPTE vs. sub-page page tables.Martin Schwidefsky2008-02-082-5/+13
* avoid overflows in kernel/time.cH. Peter Anvin2008-02-081-1/+1
* asm-*/posix_types.h: scrub __GLIBC__Mike Frysinger2008-02-081-3/+2
* aout: move STACK_TOP[_MAX] to asm/processor.hDavid Howells2008-02-082-5/+2
* Add cmpxchg_local to xtensaMathieu Desnoyers2008-02-071-0/+22
* Cleanup asm/{elf,page,user}.h: #ifdef __KERNEL__ is no longer neededKirill A. Shutemov2008-02-072-6/+0
* add mm argument to pte/pmd/pud/pgd_freeBenjamin Herrenschmidt2008-02-052-4/+4
* [NET]: Introducing socket mark socket option.Laszlo Attila Toth2008-01-311-0/+2
* xtensa: dma-mapping.h is using linux/scatterlist.h functions, so include itJens Axboe2007-10-241-1/+1
* xtensa: fix sg->page falloutEmil Medve2007-10-231-8/+5
* Add CONFIG_DEBUG_SG sg validationJens Axboe2007-10-221-0/+3
* Change table chaining layoutJens Axboe2007-10-221-1/+1
* forbid asm/bitops.h direct inclusionJiri Slaby2007-10-191-0/+4
* remove unused flush_tlb_pgtablesBenjamin Herrenschmidt2007-10-191-11/+0
* bitops: introduce lock opsNick Piggin2007-10-181-0/+1
* remove strict ansi check from __u64 in asm/types.hOlaf Hering2007-10-171-3/+3
* kill DECLARE_MUTEX_LOCKEDChristoph Hellwig2007-10-171-1/+0
* [patch 1/2] Xtensa: enable arbitary tty speed setting ioctlsAlan Cox2007-08-273-3/+12
* [XTENSA] Add support for cache-aliasingChris Zankel2007-08-277-124/+192
* [XTENSA] Add kernel module supportChris Zankel2007-08-271-0/+50
* [XTENSA] Add support for executable/non-executable feature in the mmuChris Zankel2007-08-271-112/+101
* [XTENSA] Use the generic version of get_orderChris Zankel2007-08-271-28/+22
* [XTENSA] Add typecast macro for constantsChris Zankel2007-08-272-1/+10
* [XTENSA] Fix timer instabilities.Chris Zankel2007-08-271-2/+2
* [XTENSA] Fix fadvise64_64Chris Zankel2007-08-272-1/+3
* [XTENSA] Remove extraneous include statementChris Zankel2007-08-271-5/+1
* [XTENSA] Add getpgrp system-call to unistd.hChris Zankel2007-08-271-2/+2
* [XTENSA] add missing system callsChris Zankel2007-08-272-4/+140
* remove unused TIF_NOTIFY_RESUME flagStephane Eranian2007-07-311-8/+6
* include/asm-xtensa/io.h must #include <asm/page.h>Adrian Bunk2007-07-241-0/+1