summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-09-0587-694/+1405
|\
| * s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangsChristian Borntraeger2017-08-292-8/+33
| * s390/dasd: Add discard support for FBA devicesJan Höppner2017-08-295-5/+226
| * s390/zcrypt: make CPRBX constBhumika Goyal2017-08-291-1/+1
| * s390/uaccess: avoid mvcos jump labelMartin Schwidefsky2017-08-291-12/+26
| * s390/mm: use generic mm_hooksMartin Schwidefsky2017-08-291-26/+1
| * s390/facilities: fix typoHeiko Carstens2017-08-291-1/+1
| * s390/vmcp: simplify vmcp_response_free()Heiko Carstens2017-08-291-3/+2
| * s390/topology: Remove the unused parent_node() macroDou Liyang2017-08-231-6/+0
| * s390/dasd: Change unsigned long long to unsigned longJan Höppner2017-08-2310-20/+16
| * s390/smp: convert cpuhp_setup_state() return code to zero on successHeiko Carstens2017-08-231-0/+1
| * s390: fix 'novx' early parameter handlingHeiko Carstens2017-08-231-1/+1
| * s390/dasd: add average request times to dasd statisticsStefan Haberland2017-08-232-4/+34
| * s390/scm: use common completion pathSebastian Ott2017-08-091-5/+8
| * s390/pci: log changes to uid checkingSebastian Ott2017-08-091-1/+9
| * s390/vmcp: simplify vmcp_ioctl()Heiko Carstens2017-08-091-14/+12
| * s390/vmcp: return -ENOTTY for unknown ioctl commandsHeiko Carstens2017-08-091-1/+1
| * s390/vmcp: split vmcp header file and move to uapiHeiko Carstens2017-08-092-15/+17
| * s390/vmcp: make use of contiguous memory allocatorHeiko Carstens2017-08-096-9/+90
| * s390/cpcmd,vmcp: avoid GFP_DMA allocationsHeiko Carstens2017-08-093-14/+8
| * s390/vmcp: fix uaccess check and avoid undefined behaviorHeiko Carstens2017-08-091-1/+3
| * s390/mm: prevent memory offline for memory blocks with cma areasHeiko Carstens2017-08-091-0/+53
| * s390/mm: add missing virt_to_pfn() etc. helper functionsHeiko Carstens2017-08-091-7/+17
| * s390/cio: add const to bin_attribute structuresBhumika Goyal2017-08-031-2/+2
| * s390/sclp: add const to bin_attribute structureBhumika Goyal2017-08-031-1/+1
| * s390: use generic asm/unaligned.hHeiko Carstens2017-08-032-13/+1
| * s390: use generic uapi/asm/swab.hHeiko Carstens2017-08-032-89/+1
| * s390: remove asm/mman.h and asm/types.hHeiko Carstens2017-08-023-25/+1
| * s390/nmi: keep comments consistentHeiko Carstens2017-08-021-1/+1
| * Merge tag 'vfio-ccw-20170724' of git://git.kernel.org/pub/scm/linux/kernel/gi...Martin Schwidefsky2017-07-261-1/+1
| |\
| * | s390/spinlock: add niai spinlock hintsMartin Schwidefsky2017-07-262-40/+56
| * | s390/sclp_ocf: constify attribute_group structures.Arvind Yadav2017-07-261-1/+1
| * | s390/tape: constify attribute_group structures.Arvind Yadav2017-07-261-1/+1
| * | s390/raw3270: constify attribute_group structures.Arvind Yadav2017-07-261-1/+1
| * | s390/qeth: constify attribute_group structures.Arvind Yadav2017-07-261-4/+4
| * | s390/cio: constify attribute_group structures.Arvind Yadav2017-07-261-2/+2
| * | s390/dasd: constify attribute_group structures.Arvind Yadav2017-07-261-1/+1
| * | s390/zcrypt_card: constify attribute_group structures.Arvind Yadav2017-07-261-1/+1
| * | s390/zcrypt_queue: constify attribute_group structures.Arvind Yadav2017-07-261-1/+1
| * | s390: add support for IBM z14 machinesMartin Schwidefsky2017-07-264-2/+28
| * | s390/time: add support for the TOD clock epoch extensionMartin Schwidefsky2017-07-2612-62/+130
| * | s390/sclp: single increment assignment controlMartin Schwidefsky2017-07-261-0/+1
| * | s390/mm,vmem: simplify region and segment table allocation codeHeiko Carstens2017-07-264-39/+18
| * | KVM: s390: use new mm defines instead of magic valuesHeiko Carstens2017-07-264-27/+26
| * | s390/mm: use new mm defines instead of magic valuesHeiko Carstens2017-07-2615-99/+103
| * | s390/mm: introduce defines to reflect the hardware mmuHeiko Carstens2017-07-263-23/+57
| * | s390/mm: get rid of __ASSEMBLY__ guards within pgtable.hHeiko Carstens2017-07-261-5/+0
| * | s390/mm: remove and correct comments within pgtable.hHeiko Carstens2017-07-261-27/+4
| * | Merge branch 'tlb-flushing' into featuresMartin Schwidefsky2017-07-2613-81/+411
| |\ \
| | * | s390/mm,kvm: use nodat PGSTE tag to optimize TLB flushingMartin Schwidefsky2017-07-252-17/+31