summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
...
| * | s390/compat: convert system call wrappers to C part 07Heiko Carstens2014-03-043-76/+20
| * | s390/compat: convert system call wrappers to C part 06Heiko Carstens2014-03-043-61/+20
| * | s390/compat: convert system call wrappers to C part 05Heiko Carstens2014-03-044-65/+23
| * | s390/compat: convert system call wrappers to C part 04Heiko Carstens2014-03-043-67/+20
| * | s390/compat: convert system call wrappers to C part 03Heiko Carstens2014-03-043-65/+20
| * | s390/compat: convert system call wrappers to C part 02Heiko Carstens2014-03-043-55/+20
| * | s390/compat: convert system call wrappers to C part 01Heiko Carstens2014-03-044-68/+48
| * | s390/compat: convert to COMPAT_SYSCALL_DEFINEx part 7Heiko Carstens2014-03-044-42/+13
| * | s390/compat: convert to COMPAT_SYSCALL_DEFINEx part 6Heiko Carstens2014-03-044-43/+16
| * | s390/compat: convert to COMPAT_SYSCALL_DEFINEx part 5Heiko Carstens2014-03-044-60/+21
| * | s390/compat: convert to COMPAT_SYSCALL_DEFINEx part 4Heiko Carstens2014-03-044-34/+16
| * | s390/compat: convert to COMPAT_SYSCALL_DEFINEx part 3Heiko Carstens2014-03-044-39/+16
| * | s390/compat: convert to COMPAT_SYSCALL_DEFINEx part 2Heiko Carstens2014-03-044-44/+18
| * | s390/compat: convert to COMPAT_SYSCALL_DEFINEx part 1Heiko Carstens2014-03-044-42/+17
* | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-03-312-2/+4
|\ \ \ | |/ / |/| |
| * | futex: Allow architectures to skip futex_atomic_cmpxchg_inatomic() testHeiko Carstens2014-03-031-0/+1
| * | locking/mcs: Allow architecture specific asm files to be used for contended caseTim Chen2014-02-091-0/+1
| * | locking/mcs: Order the header files in Kbuild of each architecture in alphabe...Tim Chen2014-02-091-2/+2
* | | s390/pci/dma: use correct segment boundary sizeGerald Schaefer2014-02-211-3/+5
* | | s390/compat: fix sys_sched_getattr compat wrapperHeiko Carstens2014-02-211-1/+1
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-02-113-2/+16
|\ \
| * | s390: fix kernel crash due to linkage stack instructionsMartin Schwidefsky2014-02-051-2/+5
| * | s390/dump: Fix dump memory detectionMichael Holzheu2014-02-041-0/+10
| * | s390/appldata: restore missing init_virt_timer()Gerald Schaefer2014-01-291-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-02-052-52/+108
|\ \ \ | |_|/ |/| |
| * | crypto: s390 - fix des and des3_ede ctr concurrency issueHarald Freudenberger2014-01-301-21/+48
| * | crypto: s390 - fix des and des3_ede cbc concurrency issueHarald Freudenberger2014-01-301-12/+14
| * | crypto: s390 - fix concurrency issue in aes-ctr modeHarald Freudenberger2014-01-301-19/+46
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-01-314-7/+42
|\ \ \
| * \ \ Merge tag 'kvm-s390-20140117' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2014-01-234-7/+42
| |\ \ \
| | * | | KVM: s390: Enable the LPP facility for guestsThomas Huth2014-01-171-1/+1
| | * | | KVM: s390: enable Transactional ExecutionMichael Mueller2014-01-174-7/+42
* | | | | s390/compat: change parameter types from unsigned long to compat_ulong_tHeiko Carstens2014-01-291-2/+2
| |_|_|/ |/| | |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-01-2815-24/+238
|\ \ \ \
| * | | | s390/hypfs: add interface for diagnose 0x304Martin Schwidefsky2014-01-247-5/+202
| * | | | s390: wire up sys_sched_setattr/sys_sched_getattrHeiko Carstens2014-01-223-0/+15
| * | | | s390/uapi: fix struct statfs64 definitionHeiko Carstens2014-01-221-5/+5
| * | | | s390/uaccess: remove dead extern declarations, make functions staticHeiko Carstens2014-01-222-11/+2
| * | | | s390/uaccess: test if current->mm is set before walking page tablesHeiko Carstens2014-01-221-0/+10
| * | | | s390/zfcpdump: make zfcpdump depend on 64BITHeiko Carstens2014-01-221-1/+1
| * | | | s390/32bit: fix cmpxchg64Heiko Carstens2014-01-221-2/+3
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-252-0/+3
|\ \ \ \ \
| * | | | | net: introduce SO_BPF_EXTENSIONSMichal Sekletar2014-01-181-0/+2
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-181-11/+18
| |\ \ \ \ \
| * | | | | | s390/qdio: bridgeport support - CHSC partEugene Crosser2014-01-152-0/+35
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-145-10/+21
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-188-32/+34
| |\ \ \ \ \ \ \
| * | | | | | | | lib: Add missing arch generic-y entries for asm-generic/hash.hDavid S. Miller2013-12-171-0/+1
* | | | | | | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2014-01-231-2/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Kconfig: update flightly outdated CONFIG_SMP documentationRobert Graffham2014-01-231-2/+2
| | |_|_|_|_|/ / | |/| | | | | |
OpenPOWER on IntegriCloud