summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-062-0/+26
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-023-4/+14
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-161-6/+11
| |\ \
| * | | bpf, s390x: implement jiting of BPF_J{LT, LE, SLT, SLE}Daniel Borkmann2017-08-101-0/+24
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-101-1/+2
| |\ \ \
| * | | | sock: add SOCK_ZEROCOPY sockoptWillem de Bruijn2017-08-041-0/+2
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-09-0561-609/+1020
|\ \ \ \ \
| * | | | | 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-291-1/+5
| * | | | | s390/uaccess: avoid mvcos jump labelMartin Schwidefsky2017-08-291-12/+26
| * | | | | s390/mm: use generic mm_hooksMartin Schwidefsky2017-08-291-26/+1Star
| * | | | | s390/facilities: fix typoHeiko Carstens2017-08-291-1/+1
| * | | | | s390/topology: Remove the unused parent_node() macroDou Liyang2017-08-231-6/+0Star
| * | | | | s390/dasd: Change unsigned long long to unsigned longJan Höppner2017-08-232-2/+2
| * | | | | 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/pci: log changes to uid checkingSebastian Ott2017-08-091-1/+9
| * | | | | s390/vmcp: split vmcp header file and move to uapiHeiko Carstens2017-08-091-0/+24
| * | | | | s390/vmcp: make use of contiguous memory allocatorHeiko Carstens2017-08-092-0/+7
| * | | | | s390/cpcmd,vmcp: avoid GFP_DMA allocationsHeiko Carstens2017-08-092-13/+7Star
| * | | | | 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: use generic asm/unaligned.hHeiko Carstens2017-08-032-13/+1Star
| * | | | | s390: use generic uapi/asm/swab.hHeiko Carstens2017-08-032-89/+1Star
| * | | | | s390: remove asm/mman.h and asm/types.hHeiko Carstens2017-08-023-25/+1Star
| * | | | | s390/nmi: keep comments consistentHeiko Carstens2017-08-021-1/+1
| * | | | | s390/spinlock: add niai spinlock hintsMartin Schwidefsky2017-07-262-40/+56
| * | | | | 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/mm,vmem: simplify region and segment table allocation codeHeiko Carstens2017-07-264-39/+18Star
| * | | | | KVM: s390: use new mm defines instead of magic valuesHeiko Carstens2017-07-264-27/+26Star
| * | | | | 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/+0Star
| * | | | | s390/mm: remove and correct comments within pgtable.hHeiko Carstens2017-07-261-27/+4Star
| * | | | | Merge branch 'tlb-flushing' into featuresMartin Schwidefsky2017-07-2612-79/+407
| |\ \ \ \ \
| | * | | | | s390/mm,kvm: use nodat PGSTE tag to optimize TLB flushingMartin Schwidefsky2017-07-252-17/+31
| | * | | | | s390/mm: add guest ASCE TLB flush optimizationMartin Schwidefsky2017-07-254-28/+70
| | * | | | | s390/mm: add no-dat TLB flush optimizationMartin Schwidefsky2017-07-255-40/+125
| | * | | | | s390/mm: tag normal pages vs pages used in page tablesMartin Schwidefsky2017-07-258-21/+208
* | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-041-18/+5Star
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar2017-09-044-6/+17
| |\ \ \ \ \ \ \
| * | | | | | | | futex: Remove duplicated code and fix undefined behaviourJiri Slaby2017-08-251-18/+5Star
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-041-7/+0Star
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-08-211-7/+0Star
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | arch: Remove spin_unlock_wait() arch-specific definitionsPaul E. McKenney2017-08-171-7/+0Star
| | | |/ / / / | | |/| | | |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-09-041-2/+3
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | teach SYSCALL_DEFINE/COMPAT_SYSCALL_DEFINE to handle __bitwise argumentsAl Viro2017-08-311-2/+3
* | | | | | | s390/mm: fix BUG_ON in crst_table_upgradeMartin Schwidefsky2017-08-311-2/+4
* | | | | | | s390/mm: fork vs. 5 level page tabelMartin Schwidefsky2017-08-311-0/+5
|/ / / / / /