summaryrefslogtreecommitdiffstats
path: root/include/asm-frv
Commit message (Expand)AuthorAgeFilesLines
* Driver core: add dev_archdata to struct deviceBenjamin Herrenschmidt2006-12-011-0/+7
* [PATCH] FRV: Use the correct preemption primitives in kmap_atomic() and coDavid Howells2006-10-161-13/+14
* [PATCH] Consolidate check_signatureMatthew Wilcox2006-10-111-21/+0Star
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-053-4/+29
* fix file specification in commentsUwe Zeisberger2006-10-031-1/+1
* [PATCH] remove remaining errno and __KERNEL_SYSCALLS__ referencesArnd Bergmann2006-10-021-25/+0Star
* [PATCH] paravirt: remove set pte atomicZachary Amsden2006-10-011-2/+0Star
* [PATCH] ntp: cleanup defines and commentsRoman Zippel2006-10-011-5/+0Star
* [PATCH] consistently use MAX_ERRNO in __syscall_returnRandy Dunlap2006-09-271-1/+2
* [PATCH] FRV: Optimise ffs()David Howells2006-09-261-2/+31
* [PATCH] FRV: Implement fls64()David Howells2006-09-261-1/+41
* [PATCH] FRV: Fix fls() to handle bit 31 being set correctlyDavid Howells2006-09-261-4/+17
* [PATCH] FRV: Use the generic IRQ stuffDavid Howells2006-09-268-130/+45Star
* [PATCH] Standardize pxx_page macrosDave McCracken2006-09-261-4/+4
* [libata] No need for all those arch libata-portmap.h headersJeff Garzik2006-09-251-1/+0Star
* [PATCH] restore libata build on frvAl Viro2006-09-251-0/+1
* [PATCH] remove set_wmb - arch removalSteven Rostedt2006-07-151-1/+0Star
* [PATCH] Make cpu_relax() imply barrier() on all archesChase Venters2006-07-121-1/+2
* [PATCH] FRV: Introduce asm-offsets for FRV archDavid Howells2006-07-104-90/+65Star
* [PATCH] FDPIC: Add coredump capability for the ELF-FDPIC binfmtDavid Howells2006-07-101-4/+2Star
* Merge git://git.infradead.org/hdrinstall-2.6Linus Torvalds2006-07-041-0/+1
|\
| * Add empty Kbuild files for 'make headers_install' in remaining arches.David Woodhouse2006-06-181-0/+1
* | [PATCH] irq-flags: FRV: Use the new IRQF_ constantsThomas Gleixner2006-07-022-3/+1Star
* | [AF_UNIX]: Datagram getpeersecCatherine Zhang2006-06-301-0/+1
* | [PATCH] frv: clean frv unistd.hAl Viro2006-06-231-17/+0Star
* | [PATCH] frv: Add missing qualifier to memcpy_fromio() prototypeAl Viro2006-06-231-1/+1
* | [PATCH] frv: NULL noise removal in frv xchg()Al Viro2006-06-231-2/+2
* | [PATCH] frv: wrong syscallAl Viro2006-06-231-1/+1
* | [PATCH] frv: misc sparse annotationsAl Viro2006-06-231-1/+1
* | [PATCH] frv: misc __user annotationsAl Viro2006-06-231-1/+1
* | [PATCH] frv: signal annotationsAl Viro2006-06-231-3/+3
* | [PATCH] frv: basic __iomem annotationsAl Viro2006-06-232-27/+38
* | [PATCH] frv: __user infrastructureAl Viro2006-06-231-27/+37
|/
* Remove unneeded _syscallX macros from user view in asm-*/unistd.hDavid Woodhouse2006-04-291-3/+4
* Don't include linux/config.h from anywhere else in include/David Woodhouse2006-04-2626-26/+0Star
* [PATCH] sys_kexec_load() naming fixupsAndrew Morton2006-04-111-1/+1
* [PATCH] Remove unused prepare_to_switch macroHirokazu Takata2006-04-111-2/+0Star
* [PATCH] lightweight robust futexes updatesIngo Molnar2006-03-271-1/+1
* [PATCH] lightweight robust futexes: arch defaultsIngo Molnar2006-03-271-0/+6
* [PATCH] unify pfn_to_page: FRV pfn_to_pageKAMEZAWA Hiroyuki2006-03-271-5/+2Star
* [PATCH] bitops: frv: use generic bitopsAkinobu Mita2006-03-261-161/+9Star
* [PATCH] bitops: use non atomic operations for minix_*_bit() and ext2_*_bit()Akinobu Mita2006-03-261-7/+7
* [PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notificationsDavide Libenzi2006-03-251-0/+1
* [PATCH] add asm-generic/mman.hMichael S. Tsirkin2006-02-161-30/+1Star
* [PATCH] FRV: Use virtual interrupt disablementDavid Howells2006-02-152-6/+83
* [PATCH] FRV: Miscellaneous fixesDavid Howells2006-02-155-13/+37
* [PATCH] madvise MADV_DONTFORK/MADV_DOFORKMichael S. Tsirkin2006-02-151-0/+2
* [PATCH] include/asm-*/bitops.h: fix more "~0UL >> size" typosAlexey Dobriyan2006-02-031-1/+1
* [PATCH] Handle TIF_RESTORE_SIGMASK for FRVDavid Howells2006-01-192-0/+3
* [PATCH] death of get_thread_info/put_thread_infoAl Viro2006-01-121-2/+0Star