summaryrefslogtreecommitdiffstats
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2015-08-07s390/vdso: emit a GNU hashMartin Schwidefsky2-2/+2
2015-08-07s390/numa: make core to node mapping data dynamicMichael Holzheu1-27/+41
2015-08-07s390/lib: export __delayGuenter Roeck1-0/+1
2015-08-07s390/topology: remove topology lockMichael Holzheu2-8/+10
2015-08-04s390/vtime: limit MT scaling value updatesMartin Schwidefsky1-1/+11
2015-08-04s390/syscalls: ignore syscalls reachable via sys_socketcallHeiko Carstens1-1/+16
2015-08-04s390/numa: enable support in s390 configsPhilipp Hachtmann4-3/+10
2015-08-04s390/numa: add emulation supportMichael Holzheu6-0/+558
2015-08-03s390/numa: add topology tree infrastructurePhilipp Hachtmann3-0/+403
2015-08-03s390/numa: add core infrastructurePhilipp Hachtmann15-26/+375
2015-08-03s390/mm: make arch_add_memory() NUMA awareGerald Schaefer1-19/+19
2015-08-03s390/mm: enable gup code for NUMAGerald Schaefer1-0/+10
2015-08-03s390/mm: add NUMA balancing primitivesMartin Schwidefsky1-0/+13
2015-08-03KVM: s390: use pid of cpu thread for sampling taggingChristian Borntraeger2-7/+4
2015-08-03s390/kernel: remove save_fpu_regs() parameter and use __LC_CURRENT insteadHendrik Brueckner10-47/+45
2015-07-29s390/pci: use pci_rescan_remove_lockSebastian Ott2-4/+13
2015-07-29s390/pci: handle events for unused functionsSebastian Ott1-4/+2
2015-07-29s390/pci: free resources after failed bus allocationSebastian Ott1-4/+9
2015-07-29s390/smp: add missing __init annotation to __smp_store_cpu_state()Heiko Carstens1-2/+2
2015-07-29s390/sclp: convert early sclp console code to CMartin Schwidefsky7-356/+186
2015-07-22s390/pci: inline get_zdevSebastian Ott4-21/+20
2015-07-22s390/nmi: use the normal asynchronous stack for machine checksMartin Schwidefsky1-16/+9
2015-07-22s390/kernel: squeeze a few more cycles out of the system call handlerMartin Schwidefsky1-41/+34
2015-07-22s390/kvm: integrate HANDLE_SIE_INTERCEPT into cleanup_criticalMartin Schwidefsky1-118/+123
2015-07-22s390/kvm: fix interrupt race with HANDLE_SIE_INTERCEPTMartin Schwidefsky1-10/+4
2015-07-22s390/crypto: add cpu feature modaliases for crypto modulesHendrik Brueckner7-8/+14
2015-07-22s390/module: enable generic CPU feature modalias using s390 ELF hwcapsHendrik Brueckner4-1/+40
2015-07-22s390/kernel: lazy restore fpu registersHendrik Brueckner15-203/+482
2015-07-22s390/vx: add vector instruction support for older binutils versionsHendrik Brueckner1-0/+480
2015-07-22s390/kernel: dynamically allocate FP register save areaHendrik Brueckner3-12/+38
2015-07-22s390/kernel: introduce fpu-internal.h with fpu helper functionsHendrik Brueckner9-285/+299
2015-07-22s390/kvm: validate the floating-point control before restoring itHendrik Brueckner1-2/+8
2015-07-22s390/kernel: use test_fp_ctl() to verify the floating-point control wordHendrik Brueckner3-7/+6
2015-07-22s390/kernel: move EX_TABLE macros to linkage.h header fileHendrik Brueckner2-19/+22
2015-07-20s390: adapt entry.S to the move of thread_structMartin Schwidefsky3-14/+18
2015-07-17mm: clean up per architecture MM hook header filesLaurent Dufour2-15/+1
2015-07-17s390/hugetlb: add hugepages_supported defineDominik Dingel1-0/+1
2015-07-17revert "s390/mm: make hugepages_supported a boot time decision"Dominik Dingel3-8/+4
2015-07-17revert "s390/mm: change HPAGE_SHIFT type to int"Dominik Dingel2-2/+2
2015-07-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds6-23/+48
2015-07-13s390/nmi: fix vector register corruptionHeiko Carstens2-22/+34
2015-07-13s390/process: fix sfpc inline assemblyHeiko Carstens1-1/+1
2015-07-07s390/sclp: clear upper register halves in _sclp_print_earlyMartin Schwidefsky1-0/+4
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-6/+1
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-8/+4
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2015-07-01sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman1-8/+4
2015-07-01s390/oprofile: fix compile errorSebastian Ott2-0/+9
2015-06-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds13-139/+145
2015-06-29s390/kdump: fix compile for !SMPHeiko Carstens2-23/+22