aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-01-11[PATCH] Fix sparsemem on CellDave Hansen1-1/+2
2007-01-09[S390] don't call handle_mm_fault() if in an atomic context.Heiko Carstens2-3/+3
2007-01-09[S390] Fix vmalloc area size calculation.Heiko Carstens1-1/+1
2007-01-09[S390] Fix cpu hotplug (missing 'online' attribute).Heiko Carstens1-1/+4
2007-01-09[S390] memory detection misses 128k.Hongjie Yang2-2/+22
2006-12-15[S390] Save prefix register for dump on panicMichael Holzheu3-2/+13
2006-12-15[S390] Fix reboot hangMichael Holzheu1-44/+1
2006-12-15[S390] Fix reboot hang on LPARsMichael Holzheu2-1/+51
2006-12-15[S390] hypfs fixesChristian Borntraeger1-2/+2
2006-12-15[S390] update default configurationMartin Schwidefsky1-13/+34
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2-5/+5
2006-12-13[PATCH] appldata_mem dependes on vm countersAl Viro1-1/+1
2006-12-08Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds8-271/+477
2006-12-08[PATCH] Generic ioremap_page_range: s390 conversionHaavard Skinnemoen1-81/+3
2006-12-08[PATCH] LOG2: Implement a general integer log2 facility in the kernelDavid Howells1-0/+8
2006-12-08[PATCH] struct path: convert s390Josef Sipek2-4/+4
2006-12-08[S390] Poison init section before freeing it.Heiko Carstens1-0/+2
2006-12-08[S390] Use add_active_range() and free_area_init_nodes().Heiko Carstens3-58/+21
2006-12-08[S390] Virtual memmap for s390.Heiko Carstens6-204/+453
2006-12-08[S390] runtime switch for qdio performance statisticsUrsula Braun2-9/+0
2006-12-08[S390] uaccess_pt: add missing down_read() and convert to is_init().Heiko Carstens1-2/+3
2006-12-07[PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar1-2/+0
2006-12-07[PATCH] kprobes: enable booster on the preemptible kernelMasami Hiramatsu1-1/+1
2006-12-07[PATCH] elf: Always define elf_addr_t in linux/elf.hMagnus Damm1-1/+0
2006-12-07[PATCH] mm: pagefault_{disable,enable}()Peter Zijlstra1-3/+3
2006-12-05WorkQueue: Fix up arch-specific work items where possibleDavid Howells1-3/+3
2006-12-04[S390] Don't use small stacks when lockdep is used.Heiko Carstens1-1/+1
2006-12-04[S390] Memory detection fixes.Heiko Carstens3-24/+32
2006-12-04[S390] Convert extmem spin_lock into a mutex.Heiko Carstens1-11/+11
2006-12-04[S390] set KBUILD_IMAGE.Christian Borntraeger1-0/+3
2006-12-04[S390] lockdep: show held locks when showing a stackdumpHeiko Carstens1-1/+4
2006-12-04[S390] Add dynamic size check for usercopy functions.Gerald Schaefer4-59/+190
2006-12-04[S390] Use diag260 for memory size detection.Heiko Carstens1-2/+15
2006-12-04[S390] pfault code cleanup.Heiko Carstens4-44/+30
2006-12-04[S390] Cleanup memory_chunk array usage.Heiko Carstens3-13/+7
2006-12-04[S390] Misaligned wait PSW at memory detection.Heiko Carstens1-1/+2
2006-12-04[S390] cpu shutdown reworkHeiko Carstens3-144/+49
2006-12-04[S390] cpcmd <-> __cpcmd calling issuesHeiko Carstens3-17/+21
2006-12-04[S390] Reset infrastructure for re-IPL.Heiko Carstens8-41/+115
2006-12-04[S390] extmem unbalanced spin_lock.Heiko Carstens1-2/+3
2006-12-04[S390] Use diag instead of ccw reipl.Michael Holzheu1-0/+2
2006-12-04[S390] No panic for failed rebootMichael Holzheu1-1/+2
2006-12-04[S390] Add ipl/reipl loadparm attribute.Michael Holzheu1-4/+94
2006-12-04[S390] Remove unused GENERIC_BUST_SPINLOCK from Kconfig.Heiko Carstens1-3/+0
2006-12-04[S390] remove salipl memory detection.Christian Borntraeger1-21/+0
2006-11-06[S390] IRQs too early enabled.Heiko Carstens1-1/+1
2006-11-06[S390] revert add_active_range() usage patch.Heiko Carstens4-26/+63
2006-10-28Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds6-21/+30
2006-10-27[PATCH] vmlinux.lds: consolidate initcall sectionsAndrew Morton1-7/+1
2006-10-27[S390] uaccess error handling.Heiko Carstens4-20/+28