summaryrefslogtreecommitdiff
path: root/arch/s390/include
AgeCommit message (Expand)AuthorFilesLines
2020-09-14s390/pci: remove unused function zpci_rescan()Niklas Schnelle1-2/+0
2020-09-14s390/mm,ptdump: hold cpa mutex while walking for kernel page table dumpHeiko Carstens1-0/+4
2020-09-14s390/qdio: always use dev_name() for device name in QIBJulian Wiedmann1-2/+0
2020-09-14s390/pci: Implement ioremap_wc/prot() with MIONiklas Schnelle6-1/+42
2020-09-14s390/qdio: clean up QDR setupJulian Wiedmann1-4/+4
2020-08-26s390: convert to GENERIC_VDSOSven Schnelle8-23/+134
2020-08-26s390/checksum: coding style changesHeiko Carstens1-28/+22
2020-08-26s390/checksum: have consistent calculationsHeiko Carstens1-1/+1
2020-08-26s390/checksum: make ip_fast_csum() fasterHeiko Carstens1-1/+12
2020-08-26s390/checksum: rewrite csum_tcpudp_nofold()Heiko Carstens1-15/+7
2020-08-26s390/checksum: provide csum_ipv6_magic()Heiko Carstens1-2/+22
2020-08-26s390: don't trace preemption in percpu macrosSven Schnelle1-14/+14
2020-08-20unify generic instances of csum_partial_copy_nocheck()Al Viro1-7/+0
2020-08-13Merge tag 's390-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds3-19/+16
2020-08-12uaccess: remove segment_eqChristoph Hellwig1-1/+1
2020-08-11s390/debug: debug feature version 3Mikhail Zaslonko1-11/+6
2020-08-11s390/numa: set node distance to LOCAL_DISTANCEAlexander Gordeev1-6/+0
2020-08-11s390/atomic: circumvent gcc 10 build regressionVasily Gorbik1-2/+10
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-05Merge tag 'printk-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+1
2020-08-04Merge 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-18s390: 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