aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse4-19/+19
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse9-69/+69
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2-10/+5
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport1-9/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport11-12/+10
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport12-13/+11
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport10-10/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-7/+2
2020-06-09s390: add show_stack_loglvl()Dmitry Safonov1-5/+11
2020-06-08Merge tag 's390-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds33-630/+1003
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-2/+2
2020-06-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2020-06-04mm/debug: add tests validating architecture page table helpersAnshuman Khandual1-0/+1
2020-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatchingLinus Torvalds3-63/+95
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-26/+9
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-03hugetlbfs: move hugepagesz= parsing to arch independent codeMike Kravetz1-18/+0
2020-06-03hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz1-4/+12
2020-06-03mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport1-1/+1
2020-06-03mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport1-1/+0
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds6-35/+24
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-114/+117
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-6/+3
2020-06-02s390/bpf: Use bcr 0,%0 as tail call nop fillerIlya Leoshkevich1-1/+2
2020-06-02s390/bpf: Maintain 8-byte stack alignmentIlya Leoshkevich1-9/+10
2020-06-02s390: use __vmalloc_node in stack_allocChristoph Hellwig1-6/+3
2020-06-01Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2020-06-01Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-19/+0
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-6/+6
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_async_page_present()Vitaly Kuznetsov2-2/+2
2020-05-29take the dummy csum_and_copy_from_user() into net/checksum.hAl Viro1-19/+0
2020-05-28s390/pci: Log new handle in clp_disable_fh()Petr Tesarik1-2/+1
2020-05-28s390/cio, s390/qeth: cleanup PNSO CHSCAlexandra Winter3-33/+67
2020-05-28s390: remove critical section cleanup from entry.SSven Schnelle9-391/+144
2020-05-28s390: add machine check SIGPSven Schnelle2-0/+9
2020-05-27Merge tag 'kvm-s390-next-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini3-8/+7
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-8/+227
2020-05-20s390/pci: ioremap() align with generic codeNiklas Schnelle2-11/+12
2020-05-20Documentation/s390: Update / remove developerWorks web linksGerald Schaefer3-12/+0
2020-05-20s390: simplify memory notifier for protecting kdump crash kernel areaDavid Hildenbrand1-8/+5
2020-05-20s390/pci: create links between PFs and VFsNiklas Schnelle4-4/+75
2020-05-20s390: Remove two unused inline functionsYueHaibing1-16/+0
2020-05-20s390/kaslr: add support for R_390_JMP_SLOT relocation typeGerald Schaefer1-0/+1
2020-05-20s390/mm: fix set_huge_pte_at() for empty ptesGerald Schaefer1-3/+6
2020-05-20Merge tag 'noinstr-x86-kvm-2020-05-16' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into HEADPaolo Bonzini9-12/+30
2020-05-19s390/net: remove pm ops from ccwgroup driversJulian Wiedmann1-10/+0
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-1/+4
2020-05-15kvm: add halt-polling cpu usage statsDavid Matlack2-0/+4