summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s390/zcrypt: Enable special header file flag for AU CPRPHarald Freudenberger2017-10-231-1/+2
* s390/zcrypt: CEX6S exploitationHarald Freudenberger2017-10-234-15/+40
* s390/nmi: do register validation as early as possibleMartin Schwidefsky2017-10-195-95/+85
* s390/nmi: allocation of the extended save areaMartin Schwidefsky2017-10-194-47/+99
* s390/ctl_reg: move control register definitions to ctl_reg.hMartin Schwidefsky2017-10-193-9/+14
* s390/ctl_reg: use decoding unions in update_cr_regsMartin Schwidefsky2017-10-194-22/+42
* s390/nmi: use smp_emergency_stop instead of smp_send_stopMartin Schwidefsky2017-10-193-15/+29
* s390/vdso: move boot_vdso_data to vdso.cMartin Schwidefsky2017-10-183-1/+16
* s390/spinlock: use cpu alternatives to enable niai instructionVasily Gorbik2017-10-182-9/+5
* s390: introduce CPU alternativesVasily Gorbik2017-10-188-0/+337
* s390/dasd: remove unused debug macrosSebastian Ott2017-10-181-16/+0
* s390/debug: only write data onceSebastian Ott2017-10-181-2/+4
* s390/debug: improve debug_eventSebastian Ott2017-10-187-56/+26
* s390/kexec: Fix checksum validation return code for kdumpPhilipp Rudo2017-10-181-3/+3
* Merge tag 'vfio-ccw-20171016' of git://git.kernel.org/pub/scm/linux/kernel/gi...Martin Schwidefsky2017-10-161-5/+17
|\
| * vfio: ccw: validate the count field of a ccw before pinningDong Jia Shi2017-10-161-1/+17
| * vfio: ccw: bypass bad idaw address when fetching IDAL ccwsDong Jia Shi2017-10-161-4/+0
|/
* s390: update defconfigMartin Schwidefsky2017-10-164-22/+10
* s390/debug: adjust coding styleHeiko Carstens2017-10-162-582/+494
* s390/pkey: fix kzalloc-simple.cocci warningsVasyl Gomonovych2017-10-161-2/+1
* s390/kprobes: remove KPROBE_SWAP_INST stateHeiko Carstens2017-10-122-9/+0
* s390: cleanup string ops prototypesHeiko Carstens2017-10-092-25/+25
* s390: optimize memset implementationHeiko Carstens2017-10-091-8/+12
* s390/mm: use memset64 instead of clear_tableHeiko Carstens2017-10-094-28/+12
* s390: implement memset16, memset32 & memset64Heiko Carstens2017-10-092-0/+66
* Merge branch 'sthyi' into featuresMartin Schwidefsky2017-10-0913-71/+182
|\
| * s390/sthyi: add s390_sthyi system callQingFeng Hao2017-10-096-2/+43
| * s390/sthyi: add cache to store hypervisor infoQingFeng Hao2017-10-094-26/+71
| * s390/sthyi: reorganize sthyi implementationQingFeng Hao2017-10-096-73/+98
* | s390: use generic rwsem implementationHeiko Carstens2017-10-042-210/+1
* | s390/disassembler: add new z14 instructionsHeiko Carstens2017-09-291-1/+82
* | s390/disassembler: add missing z13 instructionsHeiko Carstens2017-09-291-2/+28
* | s390/disassembler: add sthyi instructionHeiko Carstens2017-09-291-0/+1
* | s390/disassembler: remove double instructionsHeiko Carstens2017-09-291-6/+0
* | s390/disassembler: fix LRDFU formatHeiko Carstens2017-09-291-1/+1
* | s390/disassembler: add missing end marker for e7 tableHeiko Carstens2017-09-291-0/+1
* | s390/virtio: simplify MakefileHeiko Carstens2017-09-291-2/+1
* | s390/virtio: remove the old KVM virtio transportThomas Huth2017-09-293-531/+0
* | s390/ccwgroup: tie a ccwgroup driver to its ccw driverJulian Wiedmann2017-09-295-0/+11
* | s390/crypto: add s390 platform specific aes gcm support.Harald Freudenberger2017-09-291-3/+293
* | s390/crypto: add inline assembly for KMA instruction to cpacf.hPatrick Steuer2017-09-291-1/+51
* | s390/rwlock: introduce rwlock wait queueingMartin Schwidefsky2017-09-284-244/+72
* | s390/spinlock: introduce spinlock wait queueingMartin Schwidefsky2017-09-285-43/+180
* | s390/spinlock: use the cpu number +1 as spinlock valueMartin Schwidefsky2017-09-282-17/+17
* | s390/topology: add detection of dedicated vs shared CPUsMartin Schwidefsky2017-09-285-4/+56
* | s390/sclp: Use setup_timer and mod_timerHimanshu Jha2017-09-282-10/+4
* | s390/cpumf: remove superfluous nr_cpumask_bits checkHeiko Carstens2017-09-281-5/+1
* | s390/zcrypt: Explicitly check input data length.Harald Freudenberger2017-09-281-3/+3
* | s390/cmf: use tod_to_ns()Sebastian Ott2017-09-281-5/+3
* | s390/cmf: avg_utilizationSebastian Ott2017-09-281-23/+35