aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-23KVM: s390: mark sie block as 512 byte alignedChristian Borntraeger1-1/+1
2020-03-23KVM: s390: Use fallthrough;Joe Perches4-16/+19
2020-03-23s390/pci: Improve handling of unset UIDNiklas Schnelle3-1/+12
2020-03-23s390/pci: Fix zpci_alloc_domain() over allocationNiklas Schnelle2-16/+19
2020-03-23s390: remove broken hibernate / power management supportHeiko Carstens8-660/+3
2020-03-23s390/cpuinfo: do not skip info for CPUs without MHz featureAlexander Gordeev1-2/+2
2020-03-23s390/cpuinfo: fix wrong output when CPU0 is offlineAlexander Gordeev1-1/+4
2020-03-23s390/cpuinfo: show number of online CPUs within a packageAlexander Gordeev1-0/+1
2020-03-23s390/cpuinfo: show number of online coresAlexander Gordeev3-2/+22
2020-03-23s390/ipl: add support to control memory clearing for FCP and CCW re-IPLGerald Schaefer2-7/+67
2020-03-23s390/topology: remove offline CPUs from CPU topology masksAlexander Gordeev3-3/+9
2020-03-23s390/numa: remove redundant cpus_with_topology variableAlexander Gordeev2-7/+0
2020-03-23s390/cpuinfo: show processor physical addressAlexander Gordeev3-0/+7
2020-03-23s390/mm: optimize page table upgrade routineAlexander Gordeev1-34/+56
2020-03-16Merge tag 'kvm-s390-next-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini25-297/+2175
2020-03-16KVM: Remove unnecessary asm/kvm_host.h includesPeter Xu1-1/+0
2020-03-16KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()Sean Christopherson1-10/+2
2020-03-16KVM: Provide common implementation for generic dirty log functionsSean Christopherson1-3/+2
2020-03-16KVM: Simplify kvm_free_memslot() and all its descendentsSean Christopherson1-1/+1
2020-03-16KVM: Drop "const" attribute from old memslot in commit_memory_region()Sean Christopherson1-1/+1
2020-03-16KVM: Drop kvm_arch_create_memslot()Sean Christopherson1-6/+0
2020-03-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+17
2020-03-12ima: add a new CONFIG for loading arch-specific policiesNayna Jain2-1/+2
2020-03-11s390/config: do not select VIRTIO_CONSOLE via KconfigChristian Borntraeger3-1/+2
2020-03-11s390/traps: mark test_monitor_call __initHeiko Carstens1-1/+1
2020-03-11s390/irq: make init_ext_interrupts staticHeiko Carstens2-10/+9
2020-03-11s390/irq: replace setup_irq() by request_irq()afzal mohammed1-6/+2
2020-03-11KVM: s390: Also reset registers in sync regs for initial cpu resetChristian Borntraeger1-1/+17
2020-03-10s390/cpuinfo: add system topology informationAlexander Gordeev1-0/+22
2020-03-10s390: prevent leaking kernel address in BEARSven Schnelle9-27/+62
2020-03-10s390: enable bpf jit by default when not built as always-onHeiko Carstens1-0/+1
2020-03-10s390/cpum_cf: Add new extended counters for IBM z15Thomas Richter1-1/+122
2020-03-10s390/pci: embedding hotplug_slot in zdevPierre Morel1-0/+2
2020-03-06s390/mm: cleanup phys_to_pfn() and friendsAlexander Gordeev1-9/+9
2020-03-04s390/pci: Fix unexpected write combine on resourceNiklas Schnelle1-2/+2
2020-03-04s390/mm: fix panic in gup_fast on large pudGerald Schaefer1-0/+6
2020-03-04s390/mm: mark private defines for vm_fault_t as suchChristian Borntraeger1-5/+5
2020-02-27KVM: s390: introduce module parameter kvm.use_gisaMichael Mueller1-1/+7
2020-02-27KVM: s390: protvirt: introduce and enable KVM_CAP_S390_PROTECTEDChristian Borntraeger1-0/+3
2020-02-27KVM: s390: protvirt: Add UV cpu reset callsJanosch Frank2-0/+26
2020-02-27KVM: s390: protvirt: do not inject interrupts after startChristian Borntraeger1-0/+7
2020-02-27KVM: s390: protvirt: Mask PSW interrupt bits for interception 104 and 112Janosch Frank1-0/+11
2020-02-27KVM: s390: protvirt: Support cmd 5 operation stateJanosch Frank2-0/+7
2020-02-27KVM: s390: protvirt: Report CPU state to UltravisorJanosch Frank6-13/+79
2020-02-27KVM: s390: protvirt: UV calls in support of diag308 0, 1Janosch Frank2-0/+26
2020-02-27KVM: s390: protvirt: Add program exception injectionJanosch Frank1-0/+19
2020-02-27KVM: s390: protvirt: Only sync fmt4 registersJanosch Frank1-40/+70
2020-02-27KVM: s390: protvirt: Do only reset registers that are accessibleJanosch Frank1-4/+11
2020-02-27KVM: s390: protvirt: disallow one_regJanosch Frank1-0/+3
2020-02-27KVM: s390: protvirt: STSI handlingJanosch Frank1-4/+9