summaryrefslogtreecommitdiffstats
path: root/arch/s390/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-154-4/+38
|\
| * Merge tag 'kvm-s390-next-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2019-02-224-3/+37
| |\
| | * KVM: s390: implement subfunction processor callsChristian Borntraeger2019-02-221-0/+1
| | * KVM: s390: add gib_alert_irq_handler()Michael Mueller2019-02-053-0/+5
| | * KVM: s390: add functions to (un)register GISC with GISAMichael Mueller2019-02-051-0/+13
| | * KVM: s390: add kvm reference to struct sie_page2Michael Mueller2019-02-051-1/+2
| | * KVM: s390: add the GIB and its related life-cyle functionsMichael Mueller2019-02-051-0/+9
| | * s390/cio: add function chsc_sgib()Michael Mueller2019-02-051-0/+1
| | * KVM: s390: introduce struct kvm_s390_gisa_interruptMichael Mueller2019-02-051-1/+5
| | * KVM: s390: move bitmap idle_mask into arch struct top levelMichael Mueller2019-02-051-1/+1
| | * KVM: s390: make bitmap declaration consistentMichael Mueller2019-02-051-1/+1
| * | KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson2019-02-201-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-061-2/+3
|\ \ \
| * | | mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V2019-03-051-1/+2
| * | | mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V2019-03-051-2/+2
* | | | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-051-6/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...Thomas Gleixner2019-02-101-1/+1
| |\ \ \
| | * | | y2038: rename old time and utime syscallsArnd Bergmann2019-02-071-1/+1
| * | | | Merge tag 'y2038-syscall-cleanup' of git://git.kernel.org:/pub/scm/linux/kern...Thomas Gleixner2019-02-103-5/+141
| |\| | | | | |/ / | |/| |
| | * | syscalls: remove obsolete __IGNORE_ macrosArnd Bergmann2019-02-071-2/+0
| | * | arch: add pkey and rseq syscall numbers everywhereArnd Bergmann2019-01-251-3/+0
* | | | Merge tag 's390-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-03-0514-22/+380
|\ \ \ \
| * | | | s390/cpum_cf_diag: Add support for s390 counter facility diagnostic traceThomas Richter2019-02-222-0/+27
| * | | | s390/cpum_cf: add ctr_stcctm() functionHendrik Brueckner2019-02-221-0/+19
| * | | | s390/cpum_cf: introduce kernel_cpumcf_avail() functionHendrik Brueckner2019-02-221-0/+1
| * | | | s390/cpu_mf: replace stcctm5() with the stcctm() functionHendrik Brueckner2019-02-221-16/+9
| * | | | s390/cpu_mf: add store cpu counter multiple instruction supportHendrik Brueckner2019-02-222-0/+39
| * | | | s390/cpum_cf: Add minimal in-kernel interface for counter measurementsHendrik Brueckner2019-02-221-0/+14
| * | | | s390/cpum_cf: introduce kernel_cpumcf_alert() to obtain measurement alertsHendrik Brueckner2019-02-221-0/+2
| * | | | s390/cpu_mf: move struct cpu_cf_events and per-CPU variable to header fileHendrik Brueckner2019-02-221-0/+9
| * | | | s390/cpum_cf: prepare for in-kernel counter measurementsHendrik Brueckner2019-02-221-0/+3
| * | | | s390/cpum_cf: move counter set controls to a new header fileHendrik Brueckner2019-02-222-1/+52
| * | | | s390/jump_label: Use "jdd" constraint on gcc9Ilya Leoshkevich2019-02-201-4/+10
| * | | | s390: add alignment hints to vector load and storeMartin Schwidefsky2019-02-071-4/+4
| * | | | s390/qdio: make SBAL address array type-safeJulian Wiedmann2019-02-071-2/+2
| * | | | s390: pci: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-281-1/+0
| * | | | s390/setup: set control program code via diag 318Collin Walling2019-01-282-0/+13
| * | | | Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l...Martin Schwidefsky2019-01-233-0/+166
| |\ \ \ \
| | * | | | s390: fix system call tracingHeiko Carstens2019-01-231-0/+25
| | | |/ / | | |/| |
| | * | | s390: autogenerate compat syscall wrappersArnd Bergmann2019-01-181-0/+135
| | * | | s390: use generic UID16 implementationArnd Bergmann2019-01-181-0/+6
| | | |/ | | |/|
| * / | s390/kasan: improve string/memory functions checksVasily Gorbik2019-01-181-6/+22
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-03-053-125/+1
|\ \ \
| * | | s390/net: move pnet constantsUrsula Braun2019-02-071-8/+0
| * | | arch: Use asm-generic/socket.h when possibleDeepa Dinamani2019-02-032-119/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-271-4/+3
| |\ \ \ | | | |/ | | |/|
| * | | net: introduce SO_BINDTOIFINDEX sockoptDavid Herrmann2019-01-171-0/+2
| | |/ | |/|
* | | get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-041-1/+0
| |/ |/|
* | s390/vdso: correct vdso mapping for compat tasksVasily Gorbik2019-01-111-1/+1
* | s390/mm: always force a load of the primary ASCE on context switchMartin Schwidefsky2019-01-111-3/+2
|/