aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-s390
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2006-10-063-2/+3
|\
| * [S390] irq change build fixes.Heiko Carstens2006-10-063-2/+3
* | [PATCH] Fix typo in "syntax error if percpu macros are incorrectly used" patchJan Blunck2006-10-061-2/+2
|/
* [S390] Remove open-coded mem_map usage.Heiko Carstens2006-10-044-15/+11
* [S390] incorrect placement of include.Martin Schwidefsky2006-10-041-2/+2
* [S390] Wire up sys_getcpu system call.Heiko Carstens2006-10-041-1/+3
* fix file specification in commentsUwe Zeisberger2006-10-031-1/+1
* [PATCH] remove remaining errno and __KERNEL_SYSCALLS__ referencesArnd Bergmann2006-10-021-51/+0
* [PATCH] Add regs_return_value() helperAnanth N Mavinakayanahalli2006-10-021-0/+1
* [PATCH] Directed yield: direct yield of spinlocks for s390.Martin Schwidefsky2006-10-013-13/+27
* [PATCH] Directed yield: cpu_relax variants for spinlocks and rw-locksMartin Schwidefsky2006-10-011-0/+4
* [PATCH] Make touch_nmi_watchdog imply touch_softlockup_watchdog on all archsMichal Schmidt2006-09-291-3/+0
* [PATCH] convert s390 page handling macros to functionsHeiko Carstens2006-09-291-44/+40
* [S390] Inline assembly cleanup.Martin Schwidefsky2006-09-2825-1314/+1209
* [S390] __div64_32 for 31 bit.Martin Schwidefsky2006-09-281-48/+0
* [PATCH] consistently use MAX_ERRNO in __syscall_returnRandy Dunlap2006-09-271-1/+3
* [PATCH] Standardize pxx_page macrosDave McCracken2006-09-261-4/+6
* [PATCH] bootmem: use MAX_DMA_ADDRESS instead of LOW32LIMITHeiko Carstens2006-09-261-0/+2
* [PATCH] trigger a syntax error if percpu macros are incorrectly usedJan Blunck2006-09-261-9/+11
* [S390] Unexport <asm/z90crypt.h>, export <asm/zcrypt.h> in its place.David Woodhouse2006-09-241-1/+1
* Merge git://git.infradead.org/~dwmw2/hdronelineLinus Torvalds2006-09-221-2/+10
|\
| * [HEADERS] One line per header in Kbuild files to reduce conflictsDavid Woodhouse2006-09-191-2/+9
* | [S390] Use alternative user-copy operations for new hardware.Gerald Schaefer2006-09-202-0/+3
* | [S390] Make user-copy operations run-time configurable.Gerald Schaefer2006-09-202-195/+63
* | [S390] Cleanup in page table related code.Gerald Schaefer2006-09-202-99/+92
* | [S390] Linux API for writing z/VM APPLDATA Monitor records.Melissa Howland2006-09-202-1/+34
* | [S390] cleanup appldata.Gerald Schaefer2006-09-201-0/+90
* | [S390] convert some assembler to C.Heiko Carstens2006-09-202-3/+6
* | [S390] #undef in unistd.hMartin Schwidefsky2006-09-201-111/+59
* | [S390] empty function defines.Heiko Carstens2006-09-203-3/+3
* | [S390] ipl/dump on panic.Michael Holzheu2006-09-203-17/+57
* | [S390] initrd vs. bootmem bitmap.Heiko Carstens2006-09-201-2/+0
* | [S390] add kprobes support.Michael Grundy2006-09-202-0/+173
* | [S390] zcrypt secure key cryptography extension.Ralph Wuerthner2006-09-201-1/+79
* | [S390] zcrypt user space interface.Martin Schwidefsky2006-09-201-0/+207
* | [S390] remove old z90crypt driver.Martin Schwidefsky2006-09-201-212/+0
* | [S390] EX_TABLE macro.Martin Schwidefsky2006-09-201-0/+17
|/
* [PATCH] Fix 'make headers_check' on s390David Woodhouse2006-09-162-15/+15
* [S390] get_clock inline assembly.Andreas Krebbel2006-07-171-2/+2
* [S390] Fix gcc warning about unused return values.Heiko Carstens2006-07-171-2/+7
* [PATCH] remove set_wmb - arch removalSteven Rostedt2006-07-141-1/+0
* [S390] Fix sparse warnings.Heiko Carstens2006-07-122-2/+2
* [S390] path grouping and path verifications fixes.Cornelia Huck2006-07-121-0/+2
* [S390] cpu_relax() is supposed to have barrier() semantics.Heiko Carstens2006-07-122-10/+9
* [S390] fix futex_atomic_cmpxchg_inatomicMartin Schwidefsky2006-07-121-2/+3
* [S390] raw_local_save_flags/raw_local_irq_restore type checkHeiko Carstens2006-07-121-6/+12
* [S390] __builtin_trap() and gcc version.Heiko Carstens2006-07-121-1/+10
* Merge git://git.infradead.org/hdrinstall-2.6Linus Torvalds2006-07-041-0/+4
|\
| * Add Kbuild file for S390 'make headers_install'David Woodhouse2006-06-181-0/+4
* | [PATCH] lockdep: prove rwsem locking correctnessIngo Molnar2006-07-032-3/+31