summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* s390/kernel: remove save_fpu_regs() parameter and use __LC_CURRENT insteadHendrik Brueckner2015-08-0310-47/+45Star
* s390/pci: use pci_rescan_remove_lockSebastian Ott2015-07-292-4/+13
* s390/pci: handle events for unused functionsSebastian Ott2015-07-291-4/+2Star
* s390/pci: free resources after failed bus allocationSebastian Ott2015-07-291-4/+9
* s390/smp: add missing __init annotation to __smp_store_cpu_state()Heiko Carstens2015-07-291-2/+2
* s390/sclp: convert early sclp console code to CMartin Schwidefsky2015-07-297-356/+186Star
* s390/pci: inline get_zdevSebastian Ott2015-07-224-21/+20Star
* s390/nmi: use the normal asynchronous stack for machine checksMartin Schwidefsky2015-07-221-16/+9Star
* s390/kernel: squeeze a few more cycles out of the system call handlerMartin Schwidefsky2015-07-221-41/+34Star
* s390/kvm: integrate HANDLE_SIE_INTERCEPT into cleanup_criticalMartin Schwidefsky2015-07-221-118/+123
* s390/kvm: fix interrupt race with HANDLE_SIE_INTERCEPTMartin Schwidefsky2015-07-221-10/+4Star
* s390/crypto: add cpu feature modaliases for crypto modulesHendrik Brueckner2015-07-227-8/+14
* s390/module: enable generic CPU feature modalias using s390 ELF hwcapsHendrik Brueckner2015-07-224-1/+40
* s390/kernel: lazy restore fpu registersHendrik Brueckner2015-07-2215-203/+482
* s390/vx: add vector instruction support for older binutils versionsHendrik Brueckner2015-07-221-0/+480
* s390/kernel: dynamically allocate FP register save areaHendrik Brueckner2015-07-223-12/+38
* s390/kernel: introduce fpu-internal.h with fpu helper functionsHendrik Brueckner2015-07-229-285/+299
* s390/kvm: validate the floating-point control before restoring itHendrik Brueckner2015-07-221-2/+8
* s390/kernel: use test_fp_ctl() to verify the floating-point control wordHendrik Brueckner2015-07-223-7/+6Star
* s390/kernel: move EX_TABLE macros to linkage.h header fileHendrik Brueckner2015-07-222-19/+22
* s390: adapt entry.S to the move of thread_structMartin Schwidefsky2015-07-203-14/+18
* mm: clean up per architecture MM hook header filesLaurent Dufour2015-07-182-15/+1Star
* s390/hugetlb: add hugepages_supported defineDominik Dingel2015-07-181-0/+1
* revert "s390/mm: make hugepages_supported a boot time decision"Dominik Dingel2015-07-183-8/+4Star
* revert "s390/mm: change HPAGE_SHIFT type to int"Dominik Dingel2015-07-182-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-07-156-23/+48
|\
| * s390/nmi: fix vector register corruptionHeiko Carstens2015-07-132-22/+34
| * s390/process: fix sfpc inline assemblyHeiko Carstens2015-07-131-1/+1
| * s390/sclp: clear upper register halves in _sclp_print_earlyMartin Schwidefsky2015-07-071-0/+4
| * s390/oprofile: fix compile errorSebastian Ott2015-07-012-0/+9
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-051-6/+1Star
|\ \
| * | make simple_positive() publicAl Viro2015-06-241-6/+1Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-07-041-8/+4Star
|\ \ \
| * | | sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman2015-07-011-8/+4Star
* | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-011-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2015-05-281-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-07-0113-139/+145
|\ \ \ \
| * | | | s390/kdump: fix compile for !SMPHeiko Carstens2015-06-292-23/+22Star
| * | | | s390/kdump: fix nosmt kernel parameterMichael Holzheu2015-06-256-60/+63
| * | | | s390: new default configurationHeiko Carstens2015-06-254-26/+30
| * | | | s390/smp: cleanup core vs. cpu in the SCLP interfaceMartin Schwidefsky2015-06-253-35/+34Star
| * | | | s390/smp: fix sigp cpu detection loopMartin Schwidefsky2015-06-251-1/+2
| * | | | s390/kdump: fix REGSET_VX_LOW vector register ELF notesMichael Holzheu2015-06-251-1/+1
| * | | | s390/bpf: Fix backward jumpsMichael Holzheu2015-06-251-1/+1
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-06-266-69/+13Star
|\ \ \ \ \
| * | | | | clone: support passing tls argument via C rather than pt_regs magicJosh Triplett2015-06-261-1/+1
| * | | | | s390/mm: change HPAGE_SHIFT type to intDominik Dingel2015-06-262-2/+2
| * | | | | s390/mm: forward check for huge pmds to pmd_large()Dominik Dingel2015-06-261-4/+1Star
| * | | | | s390/hugetlb: remove dead code for sw emulated huge pagesDominik Dingel2015-06-262-60/+3Star
| * | | | | s390/mm: make hugepages_supported a boot time decisionDominik Dingel2015-06-263-4/+8
| |/ / / /