summaryrefslogtreecommitdiffstats
path: root/arch/s390/include
AgeCommit message (Expand)AuthorFilesLines
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2-2/+0
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-7/+11
2020-08-04Merge tag 'printk-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+1
2020-08-03Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-3/+1
2020-08-03Merge tag 's390-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds12-155/+170
2020-08-03Merge tag 'kvm-s390-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini3-7/+10
2020-07-29Merge branch 'locking/header'Peter Zijlstra1-2/+0
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu1-2/+0
2020-07-27printk: Make linux/printk.h self-containedHerbert Xu1-1/+1
2020-07-27s390: enable HAVE_FUNCTION_ERROR_INJECTIONIlya Leoshkevich2-3/+8
2020-07-25Merge tag 'v5.8-rc6' into locking/core, to pick up fixesIngo Molnar1-4/+4
2020-07-20s390/kernel: expand exception table logic to allow new handling optionsIlya Leoshkevich2-6/+49
2020-07-20s390/kernel: unify EX_TABLE* implementationsIlya Leoshkevich2-23/+23
2020-07-10s390: Break cyclic percpu includePeter Zijlstra2-1/+1
2020-07-09KVM: Move x86's version of struct kvm_mmu_memory_cache to common codeSean Christopherson1-0/+1
2020-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+4
2020-07-03s390/zcrypt: code beautification and struct field renamesHarald Freudenberger1-70/+70
2020-07-03s390/smp: move smp_cpus_done() to header fileHeiko Carstens1-0/+4
2020-07-01s390/vmem: get rid of memory segment listDavid Hildenbrand1-1/+1
2020-06-29s390/debug: remove struct __debug_entry from uapiHeiko Carstens2-36/+16
2020-06-29s390/debug: remove raw viewHeiko Carstens1-1/+0
2020-06-29s390/time: remove unused functionSven Schnelle1-5/+0
2020-06-29s390/pci: remove unused functionsSven Schnelle1-11/+0
2020-06-23s390/kvm: diagnose 0x318 sync and resetCollin Walling2-3/+8
2020-06-23s390/setup: diag 318: refactor structCollin Walling1-4/+2
2020-06-18KVM: s390: reduce number of IO pins to 1Christian Borntraeger1-4/+4
2020-06-17s390: fix syscall_get_error for compat processesDmitry V. Levin1-1/+11
2020-06-16s390/vdso: fix vDSO clock_getres()Vincenzo Frascino1-0/+1
2020-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2020-06-11KVM: async_pf: Inject 'page ready' event only if 'page not present' was previ...Vitaly Kuznetsov1-1/+1
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport1-9/+4
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2-3/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport3-4/+2
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-06-08Merge tag 's390-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds11-53/+163
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-2/+2
2020-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds1-1/+1
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-7/+1
2020-06-03mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Anshuman Khandual1-0/+1
2020-06-03mm/hugetlb: define a generic fallback for is_hugepage_only_range()Anshuman Khandual1-7/+0
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-10/+0
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+5
2020-06-01Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-19/+0
2020-06-01KVM: x86: acknowledgment mechanism for async pf page ready notificationsVitaly Kuznetsov1-0/+2
2020-06-01KVM: rename kvm_arch_can_inject_async_page_present() to kvm_arch_can_dequeue_...Vitaly Kuznetsov1-1/+1
2020-05-29take the dummy csum_and_copy_from_user() into net/checksum.hAl Viro1-19/+0
2020-05-28s390/cio, s390/qeth: cleanup PNSO CHSCAlexandra Winter3-33/+67
2020-05-28s390: remove critical section cleanup from entry.SSven Schnelle2-12/+10
2020-05-28s390: add machine check SIGPSven Schnelle1-0/+1
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+8