aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2006-10-09[PATCH] s390 traps.c __user annotationsAl Viro1-5/+5
2006-10-06[S390] Use CONFIG_GENERIC_TIME and define TOD clock source.Martin Schwidefsky3-68/+24
2006-10-06[S390] irq change build fixes.Heiko Carstens6-14/+21
2006-10-04[S390] Remove open-coded mem_map usage.Heiko Carstens1-4/+6
2006-10-04[S390] Have s390 use add_active_range() and free_area_init_nodes.Heiko Carstens4-67/+27
2006-10-04[S390] Remove crept in whitespace from head*.S again.Heiko Carstens2-10/+10
2006-10-04[S390] Wire up sys_getcpu system call.Heiko Carstens2-0/+9
2006-10-04[S390] user-copy optimization fallout.Martin Schwidefsky1-10/+7
2006-10-04[S390] update default configurationMartin Schwidefsky1-12/+44
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-10-03[PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbersDavid Howells1-0/+5
2006-10-02[PATCH] provide kernel_execve on all architecturesArnd Bergmann1-0/+20
2006-10-02[PATCH] nsproxy: move init_nsproxy into kernel/nsproxy.cSerge E. Hallyn1-2/+0
2006-10-02[PATCH] namespaces: add nsproxySerge E. Hallyn1-0/+2
2006-10-02[PATCH] kretprobe spinlock deadlock patchbibo,mao1-2/+7
2006-10-01[PATCH] Vectorize aio_read/aio_write fileop methodsBadari Pulavarty1-4/+13
2006-10-01[PATCH] kill wall_jiffiesAtsushi Nemoto1-5/+2
2006-10-01[PATCH] Directed yield: direct yield of spinlocks for s390.Martin Schwidefsky3-23/+61
2006-09-29[PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)Atsushi Nemoto1-5/+4
2006-09-29[PATCH] pidspace: is_init()Sukadev Bhattiprolu1-1/+1
2006-09-29[PATCH] convert s390 page handling macros to functionsHeiko Carstens1-1/+1
2006-09-28[S390] Inline assembly cleanup.Martin Schwidefsky17-457/+295
2006-09-28[S390] Whitespace cleanup.Heiko Carstens9-1370/+1364
2006-09-28[S390] user readable uninitialised kernel memory.Martin Schwidefsky2-16/+42
2006-09-28[S390] config option for z9-109 code generation.Christian Borntraeger2-0/+9
2006-09-28[S390] __div64_32 for 31 bit.Martin Schwidefsky3-0/+156
2006-09-28[S390] hypfs sparse warnings.Michael Holzheu1-1/+2
2006-09-28[S390] Avoid static struct initializations in appldata.Gerald Schaefer1-2/+2
2006-09-28[S390] init task memory faults.Akinobu Mita1-0/+1
2006-09-27[PATCH] sysctl: Allow /proc/sys without sys_sysctlEric W. Biederman1-1/+1
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o2-4/+4
2006-09-26Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds1-9/+8
2006-09-26[PATCH] s390: fix cmm kernel thread handlingHeiko Carstens1-19/+35
2006-09-26[PATCH] out of memory notifierMartin Schwidefsky1-60/+95
2006-09-26[PATCH] reduce MAX_NR_ZONES: remove display of counters for unconfigured zonesChristoph Lameter1-2/+1
2006-09-26[PATCH] x86: Some preparationary cleanup for stack traceAndi Kleen1-9/+8
2006-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds5-286/+565
2006-09-21[CRYPTO] drivers: Remove obsolete block cipher operationsHerbert Xu2-315/+0
2006-09-21[CRYPTO] s390: Added block cipher versions of CBC/ECBHerbert Xu3-14/+590
2006-09-21[CRYPTO] s390: Added missing driver name and priorityHerbert Xu5-0/+14
2006-09-21[CRYPTO] api: Get rid of flags argument to setkeyHerbert Xu2-6/+10
2006-09-20[S390] hypfs crashes with invalid mount option.Michael Holzheu1-4/+6
2006-09-20[S390] Use alternative user-copy operations for new hardware.Gerald Schaefer4-1/+175
2006-09-20[S390] Make user-copy operations run-time configurable.Gerald Schaefer6-426/+348
2006-09-20[S390] Cleanup in signal handling code.Gerald Schaefer1-22/+17
2006-09-20[S390] Cleanup in page table related code.Gerald Schaefer1-22/+14
2006-09-20[S390] Linux API for writing z/VM APPLDATA Monitor records.Melissa Howland1-0/+1
2006-09-20[S390] Remove kexec experimental flag.Heiko Carstens1-2/+1
2006-09-20[S390] cleanup appldata.Gerald Schaefer3-85/+13
2006-09-20[S390] Kernel stack overflow handling.Heiko Carstens1-2/+2
2006-09-20[S390] convert some assembler to C.Heiko Carstens4-88/+57
2006-09-20[S390] __exit cleanup.Heiko Carstens2-2/+2
2006-09-20[S390] Use simple_strtoul instead of own cmm_strtoul wrapper.Heiko Carstens1-23/+7
2006-09-20[S390] fix syscall restart handling.Heiko Carstens1-0/+1
2006-09-20[S390] ipl/dump on panic.Michael Holzheu9-284/+1002
2006-09-20[S390] hypfs compiler warnings.Michael Holzheu1-4/+8
2006-09-20[S390] hypfs comment cleanup.Michael Holzheu4-4/+4
2006-09-20[S390] initrd vs. bootmem bitmap.Heiko Carstens4-11/+48
2006-09-20[S390] add kprobes support.Michael Grundy8-4/+764
2006-09-12[PATCH] syscall class hookup for all normal targetsAl Viro1-0/+4
2006-09-11[PATCH] audit: AUDIT_PERM supportAl Viro2-0/+37
2006-09-11[PATCH] audit: more syscall classes addedAl Viro2-0/+26
2006-09-11[PATCH] syscall classes hookup for ppc and s390Al Viro3-1/+44
2006-08-30[S390] broken copy_in_user function.Martin Schwidefsky2-33/+35
2006-08-16[S390] kernel page table allocation.Heiko Carstens1-3/+3
2006-08-07[S390] add __cpuinit to appldata_cpu_notifyGerald Schaefer1-1/+1
2006-07-31[PATCH] cpu hotplug: use hotplug version of registration in late initsChandra Seetharaman1-5/+5
2006-07-27[S390] update default configurationMartin Schwidefsky1-9/+35
2006-07-18[S390] sysfs_create_xxx return values.Heiko Carstens1-10/+36
2006-07-18[S390] .align 4096 statements in head.SHeiko Carstens2-4/+4
2006-07-12[S390] Fix sparse warnings.Heiko Carstens11-26/+31
2006-07-12[S390] path grouping and path verifications fixes.Cornelia Huck1-0/+1
2006-07-10[PATCH] s390: remove BINFMT_ELF32 config optionHeiko Carstens2-9/+2
2006-07-10[PATCH] disallow modular binfmt_elf32Christoph Hellwig1-1/+1
2006-07-03[PATCH] lockdep: irqtrace subsystem, move account_system_vtime() calls into k...Paul Mackerras1-8/+0
2006-07-03[PATCH] lockdep: enable on s390Ingo Molnar1-0/+4
2006-07-03[PATCH] lockdep: irqtrace subsystem, s390 supportHeiko Carstens5-2/+55
2006-07-03[PATCH] lockdep: stacktrace subsystem, s390 supportHeiko Carstens3-0/+95
2006-07-03[PATCH] lockdep: s390 CONFIG_FRAME_POINTER supportHeiko Carstens1-0/+5
2006-07-01[PATCH] s390: put sys_call_table into .rodata section and write protect itHeiko Carstens3-17/+28
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds26-26/+0
2006-06-30[PATCH] Light weight event countersChristoph Lameter2-11/+10
2006-06-30[PATCH] zoned vm counters: conversion of nr_pagecache to per zone counterChristoph Lameter1-1/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel26-26/+0
2006-06-29[S390] appldata enhancements.Gerald Schaefer5-63/+108
2006-06-29[S390] Add vmpanic parameter.Peter Oberparleiter1-0/+34
2006-06-29[S390] remove export of sys_call_tableMartin Schwidefsky2-3/+0
2006-06-29[S390] remove unused macros from binfmt_elf32.cMartin Schwidefsky1-5/+0
2006-06-29[S390] fix duplicate export of overflow{ug}idSerge E. Hallyn1-2/+0
2006-06-29[S390] avenrun export in appdata_base.cGerald Schaefer1-1/+0
2006-06-29[S390] head.S code moving.Heiko Carstens3-90/+88
2006-06-29[S390] virtual cpu accounting vs. machine checks.Martin Schwidefsky2-41/+116
2006-06-29[S390] add __cpuinit to appldata cpu hotplug notifier.Gerald Schaefer1-1/+1
2006-06-29[S390] console_unblank woes.Martin Schwidefsky1-3/+18
2006-06-29[S390] memory detection.Heiko Carstens2-2/+2
2006-06-29[S390] incomplete stack traces.Heiko Carstens1-5/+3
2006-06-27[PATCH] cpu hotplug: revert initdata patch submitted for 2.6.17Chandra Seetharaman1-1/+1
2006-06-27[PATCH] node hotplug: register cpu: remove node structKAMEZAWA Hiroyuki1-1/+1
2006-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2-3/+3
2006-06-26Storage class should be firstTobias Klauser1-2/+2
2006-06-26spelling fixesAndreas Mohr1-1/+1
2006-06-26[CRYPTO] all: Pass tfm instead of ctx to algorithmsHerbert Xu4-42/+42
2006-06-26[CRYPTO] digest: Remove unnecessary zeroing during initHerbert Xu2-12/+12
2006-06-25[PATCH] s390: setup.c cleanup + build fixHeiko Carstens1-9/+6
2006-06-23[PATCH] s390_hypfs filesystem: get_sb_single() fixAndrew Morton1-4/+3
2006-06-23[PATCH] s390_hypfs filesystemMichael Holzheu7-1/+1250
2006-05-25[PATCH] s390: fix typo in stop_hz_timer.Martin Schwidefsky1-1/+1
2006-05-21[PATCH] s390: next_timer_interrupt overflow in stop_hz_timerMartin Schwidefsky1-1/+1
2006-05-15[PATCH] s390: add vmsplice system callMartin Schwidefsky2-0/+9
2006-05-15[PATCH] s390: exploit rcu_needs_cpu() interfaceHeiko Carstens1-3/+4
2006-05-01Merge branch 'audit.b10' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+2
2006-05-01[PATCH] s390: bug in setup_rt_frameHeiko Carstens1-2/+3
2006-05-01[PATCH] drop task argument of audit_syscall_{entry,exit}Al Viro1-3/+2
2006-04-28[PATCH] s390: new system callsMartin Schwidefsky2-0/+47
2006-04-28[PATCH] s390: add read_mostly optimizationChristian Borntraeger1-1/+3
2006-04-28[PATCH] s390: segment operation error codesGerald Schaefer1-3/+16
2006-04-28[PATCH] s390: alternate signal stack handling bugLaurent Meyer1-1/+1
2006-04-26[PATCH] Remove __devinitdata from notifier block definitionsChandra Seetharaman1-1/+1
2006-04-11[PATCH] arch/s390/Makefile: remove -finline-limit=10000Adrian Bunk1-1/+0
2006-04-11[PATCH] s390: update default configurationMartin Schwidefsky1-20/+28
2006-03-31[PATCH] for_each_possible_cpu: s390KAMEZAWA Hiroyuki1-3/+3
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern1-5/+6
2006-03-26[PATCH] bitops: s390: use generic bitopsAkinobu Mita1-0/+4
2006-03-26[PATCH] more s/fucn/func/ typo fixesAkinobu Mita1-1/+1
2006-03-26[PATCH] consolidate sys32/compat_adjtimexStephen Rothwell3-66/+5
2006-03-26[PATCH] create struct compat_timex and use it everywhereStephen Rothwell1-14/+1
2006-03-24[PATCH] kill include/linux/platform.h, default_idle() cleanupAdrian Bunk1-1/+1
2006-03-24[PATCH] s390: kzalloc() conversion in arch/s390Eric Sesterhenn2-10/+4
2006-03-24[PATCH] s390: connector supportMartin Schwidefsky1-0/+2
2006-03-24[PATCH] s390: cpu up retriesMichael Ryan1-1/+3
2006-03-24[PATCH] s390: /proc/sys/vm/cmm_* permission bitsMartin Schwidefsky1-3/+3
2006-03-24[PATCH] s390: early parameter parsingHeiko Carstens1-63/+45
2006-03-23[PATCH] more for_each_cpu() conversionsAndrew Morton1-3/+1
2006-03-22[PATCH] remove set_page_count() outside mm/Nick Piggin1-2/+2
2006-03-09[PATCH] s390: Increase spinlock retry code performanceChristian Ehrhardt1-2/+13
2006-03-08[PATCH] s390: fix strnlen_user return valueGerald Schaefer2-6/+6
2006-02-24[PATCH] flags parameter for linkatUlrich Drepper1-0/+1
2006-02-17[PATCH] s390: sys32_fstatat -> sys32_fstatat64Heiko Carstens3-6/+6
2006-02-17[PATCH] s390: smp initialization speedHeiko Carstens1-5/+10
2006-02-17[PATCH] s390: possible_cpus parameterHeiko Carstens1-3/+11
2006-02-17[PATCH] s390: additional_cpus parameterHeiko Carstens2-18/+42
2006-02-17[PATCH] s390: fix preempt_count of idle thread with cpu hotplugHeiko Carstens1-1/+3
2006-02-17[PATCH] Introduce CONFIG_DEFAULT_MIGRATION_COSTIngo Molnar1-0/+4
2006-02-14[PATCH] s390: fix __delay implementationHeiko Carstens1-1/+1
2006-02-12[PATCH] s390: fstatat64 supportHeiko Carstens3-5/+25
2006-02-11[PATCH] s390: add support for unshare system callHeiko Carstens2-0/+6
2006-02-11[PATCH] s390: fix non smp build of kexecHeiko Carstens1-2/+3
2006-02-11[PATCH] s390: earlier initialization of cpu_possible_mapHeiko Carstens1-5/+1
2006-02-11[PATCH] s390: update default configurationHeiko Carstens1-4/+5
2006-02-10[PATCH] Fix s390 build failure.Dave Jones1-3/+0
2006-02-08[PATCH] s390 misc __user annotationsAl Viro2-3/+3
2006-02-08[PATCH] s390x compat __user annotationsAl Viro1-41/+42
2006-02-07[PATCH] cmm NULL noise removal, __user annotationsAl Viro1-5/+5
2006-02-03[PATCH] s390: fix compat syscall wrapperHeiko Carstens1-3/+3
2006-02-01[PATCH] s390: Add support for new syscalls/TIF_RESTORE_SIGMASKHeiko Carstens6-261/+272
2006-02-01[PATCH] s390: New default configurationHeiko Carstens1-13/+27
2006-02-01[PATCH] s390: monotonic_clock interfaceJan Glauber1-0/+9
2006-02-01[PATCH] s390: overflow in sched_clockJan Glauber1-1/+1
2006-02-01[PATCH] s390: Remove CVS generated informationHeiko Carstens1-1/+1
2006-01-14[PATCH] s390: cputime misaccountingMartin Schwidefsky2-2/+27
2006-01-14[PATCH] s390: add dummy pm_power_offMartin Schwidefsky1-0/+5
2006-01-14[PATCH] s390: spinlock fixesMartin Schwidefsky2-8/+2
2006-01-14[PATCH] s390: fix cpcmd calls on UPAlexey Dobriyan1-3/+3
2006-01-14[PATCH] s390: show_task oopsHeiko Carstens1-3/+11
2006-01-14[PATCH] s390: sha256 crypto code fixJan Glauber1-7/+22
2006-01-14[PATCH] s390: aes crypto code fixesJan Glauber1-16/+44
2006-01-14[PATCH] s390: des crypto code speedupJan Glauber1-7/+210
2006-01-14[PATCH] s390: des crypto code cleanupJan Glauber1-88/+67
2006-01-12[PATCH] s390: task_stack_page()Al Viro3-8/+7
2006-01-12[PATCH] s390: task_pt_regs()Al Viro5-18/+17
2006-01-11[PATCH] capable/capability.h (arch/)Randy Dunlap1-0/+1
2006-01-10[PATCH] don't include ioctl32.h in driversChristoph Hellwig1-1/+0
2006-01-10[PATCH] sanitize building of fs/compat_ioctl.cChristoph Hellwig2-49/+1
2006-01-10[PATCH] add ->compat_ioctl to dasdChristoph Hellwig1-21/+0
2006-01-10[PATCH] common compat_sys_timer_createChristoph Hellwig2-33/+1
2006-01-10[PATCH] ->compat_ioctl for 390 tape_charChristoph Hellwig1-2/+0
2006-01-10[PATCH] remove TIOCGSERIAL/TIOCSSERIAL compat_ioctl entries for 390Christoph Hellwig1-4/+0
2006-01-10[PATCH] switch fs3270 to ->compat_ioctlChristoph Hellwig1-7/+0
2006-01-10[PATCH] kdump: dynamic per cpu allocation of memory for saving cpu registersVivek Goyal1-2/+0
2006-01-10[PATCH] dump_thread() cleanupakpm@osdl.org1-21/+0
2006-01-10[PATCH] "tiny-make-id16-support-optional" fixesAdrian Bunk1-5/+0
2006-01-08[PATCH] use ptrace_get_task_struct in various placesChristoph Hellwig1-23/+6
2006-01-06[PATCH] s390: cleanup KconfigMartin Schwidefsky25-134/+109
2006-01-06[PATCH] s390: qdio V=V pass-throughFrank Pavlic1-3/+4
2006-01-06[PATCH] s390: aes supportJan Glauber5-14/+288
2006-01-06[PATCH] s390: sha256 supportJan Glauber5-1/+160
2006-01-06[PATCH] s390: in-kernel crypto renameJan Glauber6-207/+218
2006-01-06[PATCH] s390: add oprofile callgraph supportAndreas Krebbel3-1/+84
2006-01-06[PATCH] s390: cputime_t fixesMartin Schwidefsky1-7/+7
2006-01-06[PATCH] s390: update default configurationMartin Schwidefsky1-16/+39
2006-01-06[PATCH] s390: rt_sigreturn fixCedric Le Goater2-5/+3
2006-01-06[PATCH] s390: uaccess warningsMartin Schwidefsky1-1/+1
2006-01-06[PATCH] s390: atomic primitivesMartin Schwidefsky2-4/+4
2005-11-09[PATCH] sched: resched and cpu_idle reworkNick Piggin1-6/+7
2005-11-09[PATCH] sched: disable preempt in idle tasksNick Piggin2-3/+9
2005-11-09[PATCH] s390: "extern inline" -> "static inline"Adrian Bunk2-7/+7
2005-11-08[PATCH] Fix sysctl unregistration oops (CVE-2005-2709)Al Viro1-2/+5
2005-11-07[PATCH] kfree cleanup: archJesper Juhl1-4/+4
2005-11-07[PATCH] s390: merge common parts of head.S and head64.SHeiko Carstens5-883/+381