summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | s390/uaccess: add HAVE_GET_KERNEL_NOFAULT supportHeiko Carstens2020-09-171-0/+111
| * | | | | s390/dis: get rid of set_fs() usageHeiko Carstens2020-09-171-8/+14
| * | | | | s390/kasan: support protvirt with 4-level pagingVasily Gorbik2020-09-164-20/+43
| * | | | | s390/protvirt: support ultravisor without secure storage limitVasily Gorbik2020-09-161-1/+2
| * | | | | s390/protvirt: parse prot_virt option in the decompressorVasily Gorbik2020-09-164-26/+28
| * | | | | s390/kasan: avoid unnecessary moving of vmemmapVasily Gorbik2020-09-161-2/+6
| * | | | | s390/mm,ptdump: sort markersVasily Gorbik2020-09-161-0/+19
| * | | | | s390/pci: add missing pci_iov.h includeNiklas Schnelle2020-09-161-0/+2
| * | | | | s390/mm,ptdump: add proper ifdefsHeiko Carstens2020-09-161-2/+3
| * | | | | s390/boot: enable .bss section for compressed kernelAlexander Egorenkov2020-09-169-41/+25
| * | | | | s390/uv: add destroy page callJanosch Frank2020-09-143-1/+28
| * | | | | s390/mm,ptdump: add couple of additional markersVasily Gorbik2020-09-143-5/+24
| * | | | | s390/kasan: make shadow memory noexecVasily Gorbik2020-09-141-2/+6
| * | | | | s390: add ARCH_HAS_DEBUG_WX supportHeiko Carstens2020-09-147-2/+83
| * | | | | s390/mm,ptdump: make page table dumping seq_file optionalHeiko Carstens2020-09-141-10/+26
| * | | | | s390/kprobes: make insn pages read-onlyHeiko Carstens2020-09-141-18/+39
| * | | | | s390/pci: remove clp_rescan_pci_devices_simple()Niklas Schnelle2020-09-142-24/+21
| * | | | | s390/pci: remove clp_rescan_pci_devices()Niklas Schnelle2020-09-143-19/+2
| * | | | | s390/pci: remove unused function zpci_rescan()Niklas Schnelle2020-09-142-8/+0
| * | | | | s390/pci: consolidate SR-IOV specific codeNiklas Schnelle2020-09-146-96/+133
| * | | | | s390/mm,ptdump: hold cpa mutex while walking for kernel page table dumpHeiko Carstens2020-09-143-1/+8
| * | | | | s390/mm,ptdump: hold memory hotplug lock while walking for kernel page table ...Heiko Carstens2020-09-141-0/+2
| * | | | | s390/mm,ptdump: convert to generic page table dumperHeiko Carstens2020-09-146-201/+51
| * | | | | s390/qdio: always use dev_name() for device name in QIBJulian Wiedmann2020-09-141-2/+0
| * | | | | s390/pci: Implement ioremap_wc/prot() with MIONiklas Schnelle2020-09-1410-4/+131
| * | | | | s390/qdio: clean up QDR setupJulian Wiedmann2020-09-141-4/+4
| * | | | | s390: disable branch profiling for vdsoSven Schnelle2020-09-141-1/+1
| * | | | | s390: convert to GENERIC_VDSOSven Schnelle2020-08-2620-420/+221
| * | | | | s390/checksum: coding style changesHeiko Carstens2020-08-261-28/+22
| * | | | | s390/checksum: have consistent calculationsHeiko Carstens2020-08-261-1/+1
| * | | | | s390/checksum: make ip_fast_csum() fasterHeiko Carstens2020-08-261-1/+12
| * | | | | s390/checksum: rewrite csum_tcpudp_nofold()Heiko Carstens2020-08-261-15/+7
| * | | | | s390/checksum: provide csum_ipv6_magic()Heiko Carstens2020-08-261-2/+22
| | |_|/ / | |/| | |
* | | | | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-154-38/+43
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-12/+30
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-231-34/+27
| |\ \ \ \ \
| | * | | | | s390/bpf: Fix multiple tail callsIlya Leoshkevich2020-09-141-34/+27
| | | |/ / / | | |/| | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-227-7/+33
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | s390/cio: Helper functions to read CSSID, IID, and CHIDAlexandra Winter2020-09-151-0/+4
| * | | | | s390/cio: Add new Operation Code OC3 to PNSOAlexandra Winter2020-09-153-4/+12
* | | | | | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-152-6/+6
|\ \ \ \ \ \
| * | | | | | dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+1
| * | | | | | dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2020-10-061-1/+1
| * | | | | | dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig2020-09-251-0/+2
| * | | | | | Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv...Christoph Hellwig2020-09-2511-8/+42
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | dma-mapping: introduce dma_get_seg_boundary_nr_pages()Nicolin Chen2020-09-031-4/+2
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-10-143-17/+23
|\ \ \ \ \ \ \
| * | | | | | | arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport2020-10-132-11/+19
| * | | | | | | arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()Mike Rapoport2020-10-131-4/+2
| * | | | | | | memblock: make memblock_debug and related functionality privateMike Rapoport2020-10-131-2/+2