summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* [S390] Avoid excessive inlining.Heiko Carstens2007-02-059-24/+24
* [S390] Mark kernel text section read-only.Heiko Carstens2007-02-054-11/+29
* [S390] Convert memory detection into C code.Heiko Carstens2007-02-059-571/+467Star
* [S390] Calibrate delay and bogomips.Martin Schwidefsky2007-02-058-150/+81Star
* [S390] Hypervisor filesystem (s390_hypfs) for z/VMMichael Holzheu2007-02-055-27/+262
* [S390] boot from NSS supportHongjie Yang2007-02-055-64/+275
* [S390] Support for s390 Pseudo Random Number GeneratorJan Glauber2007-02-054-0/+216
* [S390] ETR support.Martin Schwidefsky2007-02-055-86/+1160
* [S390] noexec protectionGerald Schaefer2007-02-0516-61/+606
* [S390] move crypto options and some cleanup.Jan Glauber2007-02-0510-361/+272Star
* [S390] kretprobe_trampoline_holder() in wrong section.Heiko Carstens2007-02-051-1/+1
* [S390] Fix kprobes breakpoint handling.Heiko Carstens2007-02-051-2/+9
* [S390] Show loaded DCSS segments under /proc/iomem.Gerald Schaefer2007-02-051-10/+54
* [S390] Fix FCP dump feature detection.Heiko Carstens2007-02-051-1/+5
* [S390] cpcmd with vmalloc addresses.Christian Borntraeger2007-02-051-7/+7
* [S390] Remove pointless/unreliable kernel messages.Heiko Carstens2007-02-052-5/+0Star
* [S390] Get rid of a lot of sparse warnings.Heiko Carstens2007-02-0527-111/+121
* [S390] Move init_irq_proc to the other irq related functions.Heiko Carstens2007-02-053-24/+13Star
* [PATCH] Fix sparsemem on CellDave Hansen2007-01-121-1/+2
* [S390] don't call handle_mm_fault() if in an atomic context.Heiko Carstens2007-01-092-3/+3
* [S390] Fix vmalloc area size calculation.Heiko Carstens2007-01-091-1/+1
* [S390] Fix cpu hotplug (missing 'online' attribute).Heiko Carstens2007-01-091-1/+4
* [S390] memory detection misses 128k.Hongjie Yang2007-01-092-2/+22
* [S390] Save prefix register for dump on panicMichael Holzheu2006-12-153-2/+13
* [S390] Fix reboot hangMichael Holzheu2006-12-151-44/+1Star
* [S390] Fix reboot hang on LPARsMichael Holzheu2006-12-152-1/+51
* [S390] hypfs fixesChristian Borntraeger2006-12-151-2/+2
* [S390] update default configurationMartin Schwidefsky2006-12-151-13/+34
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-132-5/+5
* [PATCH] appldata_mem dependes on vm countersAl Viro2006-12-131-1/+1
* Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2006-12-088-271/+477
|\
| * [S390] Poison init section before freeing it.Heiko Carstens2006-12-081-0/+2
| * [S390] Use add_active_range() and free_area_init_nodes().Heiko Carstens2006-12-083-58/+21Star
| * [S390] Virtual memmap for s390.Heiko Carstens2006-12-086-204/+453
| * [S390] runtime switch for qdio performance statisticsUrsula Braun2006-12-082-9/+0Star
| * [S390] uaccess_pt: add missing down_read() and convert to is_init().Heiko Carstens2006-12-081-2/+3
* | [PATCH] Generic ioremap_page_range: s390 conversionHaavard Skinnemoen2006-12-081-81/+3Star
* | [PATCH] LOG2: Implement a general integer log2 facility in the kernelDavid Howells2006-12-081-0/+8
* | [PATCH] struct path: convert s390Josef Sipek2006-12-082-4/+4
|/
* [PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar2006-12-071-2/+0Star
* [PATCH] kprobes: enable booster on the preemptible kernelMasami Hiramatsu2006-12-071-1/+1
* [PATCH] elf: Always define elf_addr_t in linux/elf.hMagnus Damm2006-12-071-1/+0Star
* [PATCH] mm: pagefault_{disable,enable}()Peter Zijlstra2006-12-071-3/+3
* WorkQueue: Fix up arch-specific work items where possibleDavid Howells2006-12-051-3/+3
* [S390] Don't use small stacks when lockdep is used.Heiko Carstens2006-12-041-1/+1
* [S390] Memory detection fixes.Heiko Carstens2006-12-043-24/+32
* [S390] Convert extmem spin_lock into a mutex.Heiko Carstens2006-12-041-11/+11
* [S390] set KBUILD_IMAGE.Christian Borntraeger2006-12-041-0/+3
* [S390] lockdep: show held locks when showing a stackdumpHeiko Carstens2006-12-041-1/+4
* [S390] Add dynamic size check for usercopy functions.Gerald Schaefer2006-12-044-59/+190