aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-27[parisc, s390, sparc64] no need for access_ok() in futex handlingAl Viro1-2/+0
2020-03-27futex: arch_futex_atomic_op_inuser() calling conventions changeAl Viro1-2/+2
2020-03-27s390/gmap: return proper error code on ksm unsharingChristian Borntraeger1-4/+5
2020-03-27s390/mm: cleanup arch_get_unmapped_area() and friendsAlexander Gordeev3-38/+27
2020-03-26Merge tag 'kvm-s390-next-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini5-17/+20
2020-03-26KVM: Fix out of range accesses to memslotsSean Christopherson1-0/+3
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+17
2020-03-25s390/qdio: extend polling support to multiple queuesJulian Wiedmann1-5/+4
2020-03-25s390: use fallthrough;Joe Perches4-10/+9
2020-03-25s390/cpum_sf: Fix wrong page count in error messageThomas Richter1-1/+3
2020-03-25s390/diag: fix display of diagnose call statisticsMichael Mueller1-1/+1
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada6-0/+6
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