summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-133-5/+5
|\
| * treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-143-5/+5
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-122-2/+4
|\ \ | |/ |/|
| * KVM: async_pf: Inject 'page ready' event only if 'page not present' was previ...Vitaly Kuznetsov2020-06-112-2/+4
* | mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-094-19/+19
* | mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-099-69/+69
* | mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-092-10/+5
* | mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2020-06-091-9/+1
* | mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-0911-12/+10
* | mm: introduce include/linux/pgtable.hMike Rapoport2020-06-0912-13/+11
* | mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-0910-10/+0
* | kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-7/+2
* | s390: add show_stack_loglvl()Dmitry Safonov2020-06-091-5/+11
* | Merge tag 's390-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-06-0833-630/+1003
|\ \
| * | s390/pci: Log new handle in clp_disable_fh()Petr Tesarik2020-05-281-2/+1
| * | s390/cio, s390/qeth: cleanup PNSO CHSCAlexandra Winter2020-05-283-33/+67
| * | s390: remove critical section cleanup from entry.SSven Schnelle2020-05-289-391/+144
| * | s390: add machine check SIGPSven Schnelle2020-05-282-0/+9
| * | s390/pci: ioremap() align with generic codeNiklas Schnelle2020-05-202-11/+12
| * | Documentation/s390: Update / remove developerWorks web linksGerald Schaefer2020-05-203-12/+0
| * | s390: simplify memory notifier for protecting kdump crash kernel areaDavid Hildenbrand2020-05-201-8/+5
| * | s390/pci: create links between PFs and VFsNiklas Schnelle2020-05-204-4/+75
| * | s390: Remove two unused inline functionsYueHaibing2020-05-201-16/+0
| * | s390: nvme reiplJason J. Herne2020-05-061-1/+147
| * | s390: nvme iplJason J. Herne2020-05-063-0/+99
| * | s390/pci: removes wrong PCI multifunction assignmentPierre Morel2020-05-061-3/+1
| * | s390: ptrace: hard-code "s390x" instead of UTS_MACHINEMasahiro Yamada2020-05-062-6/+1
| * | s390/pci: Handling multifunctionsPierre Morel2020-04-285-48/+156
| * | s390/pci: Adding bus resourcePierre Morel2020-04-282-0/+6
| * | s390/pci: adapt events for zbusPierre Morel2020-04-281-16/+8
| * | s390/pci: create zPCI busPierre Morel2020-04-287-114/+280
| * | s390/pci: define RID and RID availablePierre Morel2020-04-283-2/+13
| * | s390/pci: define kernel parameters for PCI multifunctionPierre Morel2020-04-282-0/+7
| * | s390/pci: adaptation of iommu to multifunctionPierre Morel2020-04-281-0/+5
| * | s390/pci: Expose new port attribute for PCIe functionsAlexander Schmidt2020-04-284-1/+6
* | | Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-051-2/+2
|\ \ \
| * | | mm: change pmdp_huge_get_and_clear_full take vm_area_struct as argAneesh Kumar K.V2020-05-051-2/+2
| |/ /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-041-0/+1
|\ \ \
| * | | mm/debug: add tests validating architecture page table helpersAnshuman Khandual2020-06-041-0/+1
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds2020-06-043-63/+95
|\ \ \ | |/ / |/| |
| * | s390/module: Use s390_kernel_write() for late relocationsPeter Zijlstra2020-05-081-59/+88
| * | s390: Change s390_kernel_write() return type to match memcpy()Josh Poimboeuf2020-05-082-4/+7
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-034-26/+9
|\ \ \
| * | | mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Anshuman Khandual2020-06-031-0/+1
| * | | mm/hugetlb: define a generic fallback for is_hugepage_only_range()Anshuman Khandual2020-06-031-7/+0
| * | | hugetlbfs: move hugepagesz= parsing to arch independent codeMike Kravetz2020-06-031-18/+0
| * | | hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz2020-06-031-4/+12
| * | | mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport2020-06-031-1/+1
| * | | mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport2020-06-031-1/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-036-35/+24
|\ \ \ \