summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* KVM: Remove old kvm_guest_debug structsJan Kiszka2009-03-241-3/+0Star
* KVM: New guest debug interfaceJan Kiszka2009-03-242-2/+9
* [S390] make page table upgrade work againMartin Schwidefsky2009-03-182-14/+35
* [S390] make page table walking more robustMartin Schwidefsky2009-03-183-5/+6
* [S390] Dont check for pfn_valid() in uaccess_pt.cGerald Schaefer2009-03-181-18/+0Star
* [S390] ftrace/mcount: fix kernel stack backchainHeiko Carstens2009-03-181-2/+4
* [S390] topology: define SD_MC_INIT to fix performance regressionHeiko Carstens2009-03-181-0/+2
* [S390] __div64_31 broken for CONFIG_MARCH_G5Martin Schwidefsky2009-03-181-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2009-03-041-1/+1
|\
| * crypto: api - Fix module load deadlock with fallback algorithmsHerbert Xu2009-02-261-1/+1
* | [S390] fix "mem=" handling in case of standby memoryHeiko Carstens2009-02-192-2/+9
* | [S390] Fix timeval regression on s390Christian Borntraeger2009-02-191-1/+1
* | KVM: Add kvm_arch_sync_events to sync with asynchronize eventsSheng Yang2009-02-151-0/+4
|/
* [S390] Update default configuration.Martin Schwidefsky2009-02-111-27/+60
* [S390] Fix init irq proc build break.Sachin Sant2009-02-111-0/+2
* [S390] vdso: fix per cpu vdso pointer in lowcoreMartin Schwidefsky2009-02-111-2/+2
* [S390] Add missing compat system call wrappers.Michael Holzheu2009-01-232-5/+43
* [S390] etr/stp: fix possible deadlockHeiko Carstens2009-01-231-2/+4
* [S390] cputime: fix lowcore initialization on cpu hotplugHeiko Carstens2009-01-231-0/+4
* [S390] fix compat sigaltstack syscall table entryMichael Holzheu2009-01-231-1/+1
* [S390] personality: fix personality loss on execveHeiko Carstens2009-01-231-8/+8
* Merge branch 'syscalls' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-01-157-45/+51
|\
| * [CVE-2009-0029] s390 specific system call wrappersHeiko Carstens2009-01-146-44/+50
| * [CVE-2009-0029] s390: enable system call wrappersHeiko Carstens2009-01-141-0/+1
| * [CVE-2009-0029] Remove __attribute__((weak)) from sys_pipe/sys_pipe2Heiko Carstens2009-01-141-1/+0Star
* | byteorder: make swab.h include asm/swab.h like a regular headerHarvey Harrison2009-01-152-2/+0Star
|/
* [S390] Use unsigned long long for u64 on 64bit.Heiko Carstens2009-01-094-10/+6Star
* [S390] vdso: compile fixHeiko Carstens2009-01-092-2/+4
* [S390] remove code for oldselect system callHeiko Carstens2009-01-092-21/+0Star
* [S390] types: add/fix types.h include in header filesHeiko Carstens2009-01-098-3/+11
* [S390] dasd: add device attribute to disable blocking on lost pathsHolger Smolinski2009-01-091-0/+1
* [S390] asm-s390/posix_types.h: drop __USE_ALL usageMike Frysinger2009-01-091-4/+0Star
* [S390] gettimeofday.S: removed duplicated #includesHuang Weiyi2009-01-091-4/+0Star
* [S390] ptrace: no extern declarations for userspaceHeiko Carstens2009-01-091-2/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-01-072-2/+2
|\
| * trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2009-01-062-2/+2
* | s390: introduce asm/swab.hHarvey Harrison2009-01-073-90/+94
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-01-071-15/+0Star
|\ \
| * | s390: remove s390_root_dev_*()Mark McLoughlin2009-01-061-15/+0Star
| |/
* | kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe()Masami Hiramatsu2009-01-071-3/+4
* | atomic_t: unify all arch definitionsMatthew Wilcox2009-01-071-6/+1Star
* | mm: show node to memory section relationship with symlinks in sysfsGary Hade2009-01-071-1/+1
|/
* zero i_uid/i_gid on inode allocationAl Viro2009-01-051-1/+0Star
* Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-032-0/+7
|\
| * cpumask: Introduce topology_core_cpumask()/topology_thread_cpumask(): s390Rusty Russell2009-01-011-0/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-312-2/+6
| |\
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-2962-830/+1943
| |\ \
| * | | cpumask: cpu_coregroup_mask(): s390Rusty Russell2008-12-262-0/+6
* | | | Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-01-0319-368/+563
|\ \ \ \
| * | | | [PATCH] fast vdso implementation for CLOCK_THREAD_CPUTIME_IDMartin Schwidefsky2008-12-3110-32/+222