summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2020-07-27s390/vmemmap: cleanup when vmemmap_populate() failsDavid Hildenbrand1-1/+6
2020-07-27s390/vmemmap: extend modify_pagetable() to handle vmemmapDavid Hildenbrand1-105/+76
2020-07-27s390/vmem: consolidate vmem_add_range() and vmem_remove_range()David Hildenbrand1-119/+198
2020-07-27s390/vmem: rename vmem_add_mem() to vmem_add_range()David Hildenbrand1-3/+3
2020-07-27s390: enable HAVE_FUNCTION_ERROR_INJECTIONIlya Leoshkevich5-3/+25
2020-07-27s390/pci: clarify comment in s390_mmio_read/writeNiklas Schnelle1-8/+12
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2020-07-25Merge tag 'v5.8-rc6' into locking/core, to pick up fixesIngo Molnar9-31/+110
2020-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-22/+41
2020-07-22s390/time: improve comparison for tod steeringHeiko Carstens1-1/+1
2020-07-22s390/time: select CLOCKSOURCE_VALIDATE_LAST_CYCLEHeiko Carstens1-0/+1
2020-07-22s390/time: use CLOCKSOURCE_MASKHeiko Carstens1-1/+1
2020-07-21s390/bpf: Use bpf_skip() in bpf_jit_prologue()Ilya Leoshkevich1-4/+5
2020-07-21s390/bpf: Tolerate not converging code shrinkingIlya Leoshkevich1-1/+26
2020-07-21s390/bpf: Use brcl for jumping to exit_ip if necessaryIlya Leoshkevich1-2/+6
2020-07-21s390/bpf: Fix sign extension in branch_kuIlya Leoshkevich1-15/+4
2020-07-21s390/cpum_cf,perf: change DFLT_CCERROR counter nameThomas Richter1-2/+2
2020-07-20s390/bpf: implement BPF_PROBE_MEMIlya Leoshkevich1-1/+138
2020-07-20s390/kernel: expand exception table logic to allow new handling optionsIlya Leoshkevich5-17/+53
2020-07-20s390/kernel: unify EX_TABLE* implementationsIlya Leoshkevich2-23/+23
2020-07-20s390/mm: allow order 10 allocationsHeiko Carstens1-4/+0
2020-07-20s390/mm: avoid trimming to MAX_ORDERHeiko Carstens1-8/+0
2020-07-20s390/mm: fix typo in commentHeiko Carstens1-1/+1
2020-07-20net: remove compat_sys_{get,set}sockoptChristoph Hellwig1-2/+2
2020-07-19dma-mapping: make support for dma ops optionalChristoph Hellwig1-0/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-07-10Merge tag 's390-5.8-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-1/+1
2020-07-10s390: add trace events for idle enter/exitSven Schnelle1-1/+3
2020-07-10s390: fix comment regarding interrupts in svcChristian Borntraeger1-1/+1
2020-07-10s390/mm: don't set ARCH_KEEP_MEMBLOCKDavid Hildenbrand1-1/+0
2020-07-10mm/memblock: expose only miminal interface to add/walk physmemDavid Hildenbrand1-4/+2
2020-07-10s390: Break cyclic percpu includePeter Zijlstra2-1/+1
2020-07-10KVM: s390: clean up redundant 'kvm_run' parametersTianjia Zhang1-8/+15
2020-07-09KVM: Move x86's version of struct kvm_mmu_memory_cache to common codeSean Christopherson1-0/+1
2020-07-09s390/mm: fix huge pte soft dirty copyingJanosch Frank1-1/+1
2020-07-08KVM: async_pf: change kvm_setup_async_pf()/kvm_arch_setup_async_pf() return t...Vitaly Kuznetsov1-11/+9
2020-07-07kbuild: remove cc-option test of -ffreestandingMasahiro Yamada1-1/+1
2020-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+4
2020-07-05arch: rename copy_thread_tls() back to copy_thread()Christian Brauner1-2/+2
2020-07-05arch: remove HAVE_COPY_THREAD_TLSChristian Brauner1-1/+0
2020-07-03s390/zcrypt: code beautification and struct field renamesHarald Freudenberger1-70/+70
2020-07-03s390/extmem: remove stale -ENOSPC comment and handlingDavid Hildenbrand1-6/+1
2020-07-03s390/smp: add missing linebreakHeiko Carstens1-0/+1
2020-07-03s390/smp: move smp_cpus_done() to header fileHeiko Carstens2-4/+4
2020-07-01s390: update defconfigsHeiko Carstens3-19/+73
2020-07-01s390/cpum_sf: prohibit callchain data collectionThomas Richter1-1/+10
2020-07-01s390/vmem: get rid of memory segment listDavid Hildenbrand3-121/+21
2020-07-01s390/stp: allow group and users to read stp sysfs filesSven Schnelle1-27/+22
2020-06-30iov_iter: Move unnecessary inclusion of crypto/hash.hHerbert Xu1-0/+1
2020-06-29s390/appldata: use struct_size() helperGustavo A. R. Silva1-4/+2