summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2009-03-031-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-147-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/+0
* | byteorder: make swab.h include asm/swab.h like a regular headerHarvey Harrison2009-01-142-2/+0
|/
* [S390] Use unsigned long long for u64 on 64bit.Heiko Carstens2009-01-094-10/+6
* [S390] vdso: compile fixHeiko Carstens2009-01-092-2/+4
* [S390] remove code for oldselect system callHeiko Carstens2009-01-092-21/+0
* [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/+0
* [S390] gettimeofday.S: removed duplicated #includesHuang Weiyi2009-01-091-4/+0
* [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-063-90/+94
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-01-061-15/+0
|\ \
| * | s390: remove s390_root_dev_*()Mark McLoughlin2009-01-061-15/+0
| |/
* | kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe()Masami Hiramatsu2009-01-061-3/+4
* | atomic_t: unify all arch definitionsMatthew Wilcox2009-01-061-6/+1
* | mm: show node to memory section relationship with symlinks in sysfsGary Hade2009-01-061-1/+1
|/
* zero i_uid/i_gid on inode allocationAl Viro2009-01-051-1/+0
* 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-3062-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
| * | | | [PATCH] improve idle cputime accountingMartin Schwidefsky2008-12-317-264/+244
| * | | | [PATCH] improve precision of idle time detection.Martin Schwidefsky2008-12-314-37/+61
| * | | | [PATCH] improve precision of process accounting.Martin Schwidefsky2008-12-315-96/+85
| * | | | [PATCH] idle cputime accountingMartin Schwidefsky2008-12-311-4/+16
| * | | | [PATCH] fix scaled & unscaled cputime accountingMartin Schwidefsky2008-12-311-5/+5
| | |_|/ | |/| |
* | | | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-023-7/+2
|\ \ \ \
| * \ \ \ Merge ../linux-2.6-x86Rusty Russell2008-12-131-2/+3
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell2008-12-131-1/+1
OpenPOWER on IntegriCloud