index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
s390
Age
Commit message (
Expand
)
Author
Files
Lines
2010-02-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-3
/
+3
2010-02-09
[S390] Fix struct _lowcore layout.
Heiko Carstens
1
-2
/
+2
2010-01-27
[S390] fix single stepped svcs with TRACE_IRQFLAGS=y
Martin Schwidefsky
2
-0
/
+2
2010-01-27
[S390] use set_current_state in sigsuspend
Martin Schwidefsky
1
-1
/
+1
2010-01-27
[S390] irqflags: add missing types.h include
Heiko Carstens
1
-6
/
+3
2010-01-25
KVM: S390: fix potential array overrun in intercept handling
Christian Borntraeger
1
-2
/
+2
2010-01-13
[S390] unwire sys_recvmmsg again
Heiko Carstens
3
-12
/
+4
2010-01-13
[S390] mmap: add missing compat_ptr conversion to both mmap compat syscalls
Heiko Carstens
1
-25
/
+16
2010-01-13
[S390] bug: implement arch specific __WARN macro
Heiko Carstens
1
-0
/
+4
2010-01-13
[S390] Move __cpu_logical_map to smp.c
Heiko Carstens
5
-8
/
+18
2010-01-13
[S390] smp: remove volatile type quilifier from __cpu_logical_map
Heiko Carstens
2
-2
/
+2
2010-01-13
[S390] smp: setup smp_processor_id early
Heiko Carstens
2
-1
/
+6
2010-01-13
[S390] use helpers for rlimits
Jiri Slaby
1
-2
/
+2
2010-01-13
[S390] remove superfluous TIF_USEDFPU bit
Martin Schwidefsky
3
-15
/
+5
2010-01-13
[S390] duplicate SIGTRAP on signal delivery.
Martin Schwidefsky
1
-9
/
+1
2010-01-13
[S390] clear TIF_SINGLE_STEP for new process.
Martin Schwidefsky
1
-0
/
+1
2010-01-13
[S390] fix loading of PER control registers for utrace.
Martin Schwidefsky
1
-0
/
+8
2010-01-08
crypto: aes_s390 - access .cip instead of .blk in cipher mode
Roel Kluin
1
-3
/
+3
2010-01-04
[S390] Update default configuration.
Martin Schwidefsky
1
-11
/
+75
2010-01-04
[S390] Have param.h simply include <asm-generic/param.h>.
Robert P. J. Day
1
-26
/
+2
2009-12-18
[S390] Use strim instead of strstrip to avoid false warnings.
Heiko Carstens
3
-6
/
+6
2009-12-18
[S390] ptrace: dont abuse PT_PTRACED
Oleg Nesterov
1
-3
/
+3
2009-12-18
[S390] rename NT_PRXSTATUS to NT_S390_HIGHREGS
Martin Schwidefsky
1
-1
/
+1
2009-12-18
[S390] s390: PTR_ERR return of wrong pointer in fallback_init_cip()
Roel Kluin
1
-1
/
+1
2009-12-18
[S390] wire up sys_recvmmsg
Heiko Carstens
3
-1
/
+12
2009-12-17
Merge branch 'for-33' of git://repo.or.cz/linux-kbuild
Linus Torvalds
1
-0
/
+1
2009-12-16
elf: kill USE_ELF_CORE_DUMP
Christoph Hellwig
1
-1
/
+0
2009-12-15
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-60
/
+60
2009-12-15
tree-wide: convert open calls to remove spaces to skip_spaces() lib function
André Goddard Rosa
1
-1
/
+2
2009-12-15
const: constify remaining dev_pm_ops
Alexey Dobriyan
1
-1
/
+1
2009-12-15
locking: Convert raw_rwlock functions to arch_rwlock
Thomas Gleixner
2
-16
/
+16
2009-12-15
locking: Convert raw_rwlock to arch_rwlock
Thomas Gleixner
3
-23
/
+23
2009-12-15
locking: Convert __raw_spin* functions to arch_spin*
Thomas Gleixner
2
-28
/
+28
2009-12-15
locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKED
Thomas Gleixner
1
-1
/
+1
2009-12-15
locking: Convert raw_spinlock to arch_spinlock
Thomas Gleixner
3
-13
/
+13
2009-12-12
kbuild: move asm-offsets.h to include/generated
Sam Ravnborg
1
-0
/
+1
2009-12-11
Unify sys_mmap*
Al Viro
2
-57
/
+5
2009-12-11
Kill ancient crap in s390 compat mmap
Al Viro
1
-5
/
+0
2009-12-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-2
/
+2
2009-12-10
Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
Linus Torvalds
27
-658
/
+371
2009-12-09
Merge branch 'bkl-arch-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+0
2009-12-09
Merge branch 'timers-for-linus-urgent' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+2
2009-12-09
Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-0
/
+12
2009-12-08
Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-0
/
+1
2009-12-08
Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-14
/
+25
2009-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
2
-3
/
+7
2009-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6
Linus Torvalds
6
-76
/
+13
2009-12-07
Merge branch 'for-next' into for-linus
Jiri Kosina
1
-2
/
+2
2009-12-07
[S390] s390: remove unused nfsd #includes
Boaz Harrosh
2
-10
/
+0
2009-12-07
[S390] ftrace: build ftrace.o when CONFIG_FTRACE_SYSCALLS is set for s390
Aristeu Rozanski
1
-0
/
+1
[next]