summaryrefslogtreecommitdiff
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v4.19.79' into v4.19-rtSteven Rostedt (VMware)2019-10-147-18/+50
|\
| * s390/topology: avoid firing events before kobjs are createdVasily Gorbik2019-10-111-1/+2
| * KVM: s390: Test for bad access register and size at the start of S390_MEM_OPThomas Huth2019-10-111-1/+1
| * s390/process: avoid potential reading of freed stackVasily Gorbik2019-10-111-6/+16
| * hypfs: Fix error number left in struct pointer memberDavid Howells2019-10-071-4/+5
| * s390/crypto: xts-aes-s390 fix extra run-time crypto self tests findingHarald Freudenberger2019-10-051-0/+6
| * s390/bpf: use 32-bit index for tail callsIlya Leoshkevich2019-09-211-4/+6
| * s390/bpf: fix lcgr instruction encodingIlya Leoshkevich2019-09-211-1/+1
| * KVM: s390: Do not leak kernel stack data in the KVM_S390_INTERRUPT ioctlThomas Huth2019-09-192-1/+11
| * KVM: s390: kvm_s390_vm_start_migration: check dirty_bitmap before using it as...Igor Mammedov2019-09-191-0/+2
* | Merge tag 'v4.19.72' into v4.19-rtSteven Rostedt (VMware)2019-09-143-13/+20
|\ \ | |/
| * s390: put _stext and _etext into .text sectionVasily Gorbik2019-08-291-6/+4
| * s390/dma: provide proper ARCH_ZONE_DMA_BITS valueHalil Pasic2019-08-161-0/+2
| * s390: fix stfle zero paddingHeiko Carstens2019-07-211-7/+14
* | Merge tag 'v4.19.59' into v4.19-rtSteven Rostedt (VMware)2019-07-195-27/+53
|\ \ | |/
| * s390/boot: disable address-of-packed-member warningHeiko Carstens2019-07-141-0/+1
| * s390/ap: rework assembler functions to use unions for in/out register variablesHarald Freudenberger2019-06-251-9/+19
| * s390/jump_label: Use "jdd" constraint on gcc9Ilya Leoshkevich2019-06-251-4/+10
| * KVM: s390: fix memory slot handling for KVM_SET_USER_MEMORY_REGIONChristian Borntraeger2019-06-191-14/+21
| * s390/kasan: fix strncpy_from_user kasan checksVasily Gorbik2019-06-191-0/+2
* | Merge tag 'v4.19.50' into v4.19-rtSteven Rostedt (VMware)2019-06-146-54/+122
|\ \ | |/
| * s390/mm: fix address space detection in exception handlingGerald Schaefer2019-06-111-1/+4
| * KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_IDThomas Huth2019-06-091-0/+1
| * s390/crypto: fix possible sleep during spinlock aquiredHarald Freudenberger2019-06-092-7/+8
| * s390/crypto: fix gcm-aes-s390 selftest failuresHarald Freudenberger2019-06-091-41/+107
| * jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-06-042-5/+2
* | Merge tag 'v4.19.47' into v4.19-rtSteven Rostedt (VMware)2019-06-144-6/+17
|\ \ | |/
| * s390/mm: silence compiler warning when compiling without CONFIG_PGSTEThomas Huth2019-05-311-0/+2
| * s390/kexec_file: Fix detection of text segment in ELF loaderPhilipp Rudo2019-05-311-1/+6
| * s390/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf2019-05-141-1/+2
| * s390: limit brk randomization to 32MBMartin Schwidefsky2019-05-041-4/+7
* | Merge tag 'v4.19.37' into v4.19-rtSteven Rostedt (VMware)2019-04-281-3/+3
|\ \ | |/
| * perf/aux: Make perf_event accessible to setup_aux()Mathieu Poirier2019-04-051-3/+3
* | Merge tag 'v4.19.31' into v4.19-rtSteven Rostedt (VMware)2019-03-272-10/+23
|\ \ | |/
| * s390/setup: fix boot crash for machine without EDAT-1Martin Schwidefsky2019-03-231-7/+6
| * KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson2019-03-231-1/+1
| * s390/setup: fix early warning messagesMartin Schwidefsky2019-03-231-9/+23
* | Merge tag 'v4.19.23' into linux-4.19.y-rtSebastian Andrzej Siewior2019-02-185-9/+18
|\ \ | |/
| * s390/zcrypt: improve special ap message cmd handlingHarald Freudenberger2019-02-121-2/+2
| * s390/smp: Fix calling smp_call_ipl_cpu() from ipl CPUDavid Hildenbrand2019-01-311-2/+6
| * s390/smp: fix CPU hotplug deadlock with CPU rescanGerald Schaefer2019-01-311-0/+4
| * s390/early: improve machine detectionChristian Borntraeger2019-01-312-2/+4
| * s390/mm: always force a load of the primary ASCE on context switchMartin Schwidefsky2019-01-311-3/+2
* | Merge tag 'v4.19.15' into linux-4.19.y-rtSebastian Andrzej Siewior2019-01-141-1/+1
|\ \ | |/
| * s390/pci: fix sleeping in atomic during hotplugSebastian Ott2019-01-091-1/+1
* | Merge tag 'v4.19.10' into linux-4.19.y-rtSebastian Andrzej Siewior2018-12-191-0/+2
|\ \ | |/
| * s390/cpum_cf: Reject request for sampling in event initializationThomas Richter2018-12-171-0/+2
* | Merge tag 'v4.19.8' into linux-4.19.y-rtSebastian Andrzej Siewior2018-12-111-11/+2
|\ \ | |/
| * s390/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-12-051-11/+2
* | Merge tag 'v4.19.5' into linux-4.19.y-rtSebastian Andrzej Siewior2018-11-3012-29/+45
|\ \ | |/