summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-02-22s390/cpum_cf: Handle EBUSY return code from CPU counter facility reservationThomas Richter1-1/+3
2019-02-22s390/cpum_cf_diag: Add support for s390 counter facility diagnostic traceThomas Richter4-0/+721
2019-02-22s390/cpum_cf: add ctr_stcctm() functionHendrik Brueckner1-0/+19
2019-02-22s390/cpum_cf: move common functions into a separate fileHendrik Brueckner3-182/+206
2019-02-22s390/cpum_cf: introduce kernel_cpumcf_avail() functionHendrik Brueckner2-3/+18
2019-02-22s390/cpu_mf: replace stcctm5() with the stcctm() functionHendrik Brueckner2-18/+11
2019-02-22s390/cpu_mf: add store cpu counter multiple instruction supportHendrik Brueckner2-0/+39
2019-02-22s390/cpum_cf: Add minimal in-kernel interface for counter measurementsHendrik Brueckner1-0/+14
2019-02-22s390/cpum_cf: introduce kernel_cpumcf_alert() to obtain measurement alertsHendrik Brueckner2-0/+20
2019-02-22s390/cpu_mf: move struct cpu_cf_events and per-CPU variable to header fileHendrik Brueckner2-9/+11
2019-02-22s390/cpum_cf: rename per-CPU counter facility structure and variablesHendrik Brueckner1-20/+20
2019-02-22s390/cpum_cf: prepare for in-kernel counter measurementsHendrik Brueckner2-6/+29
2019-02-22s390/cpum_cf: move counter set controls to a new header fileHendrik Brueckner4-43/+56
2019-02-21s390/extmem: print DCSS range with %pxGerald Schaefer1-2/+2
2019-02-21s390/extmem: remove code for 31 bit addressing modeGerald Schaefer1-117/+12
2019-02-20s390/setup: fix boot crash for machine without EDAT-1Martin Schwidefsky1-7/+6
2019-02-20s390/setup: fix early warning messagesMartin Schwidefsky1-9/+23
2019-02-20s390/jump_label: Use "jdd" constraint on gcc9Ilya Leoshkevich1-4/+10
2019-02-07s390: add alignment hints to vector load and storeMartin Schwidefsky1-4/+4
2019-02-07s390: remove unused including <linux/version.h>YueHaibing1-1/+0
2019-02-07s390/qdio: make SBAL address array type-safeJulian Wiedmann1-2/+2
2019-02-07s390/pci: map IOV resourcesSebastian Ott1-0/+20
2019-02-07s390/pci: improve bar checkSebastian Ott1-1/+1
2019-02-07s390/mmap: take stack_guard_gap into account for mmap_baseMartin Schwidefsky1-14/+19
2019-02-07s390: remove dead codeGerald Schaefer1-2/+0
2019-02-07s390/setup: remove obsolete #ifdefGerald Schaefer1-9/+0
2019-01-28s390: no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-10/+0
2019-01-28s390: pci: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-12/+4
2019-01-28s390/hypfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman7-27/+19
2019-01-28s390/setup: set control program code via diag 318Collin Walling4-0/+35
2019-01-23Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l...Martin Schwidefsky10-569/+328
2019-01-23s390: fix system call tracingHeiko Carstens1-0/+25
2019-01-18s390/hypfs: Use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2019-01-18s390/kasan: improve string/memory functions checksVasily Gorbik3-6/+51
2019-01-18s390: remove the ptep_modify_prot_{start,commit} exportsChristoph Hellwig1-2/+0
2019-01-18s390: remove compat_wrapper.cArnd Bergmann3-326/+140
2019-01-18s390: autogenerate compat syscall wrappersArnd Bergmann5-21/+147
2019-01-18s390: use generic UID16 implementationArnd Bergmann5-252/+41
2019-01-18ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390Arnd Bergmann2-2/+4
2019-01-18s390: open-code s390_personality syscallArnd Bergmann1-2/+5
2019-01-14Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds13-21/+107
2019-01-12Merge tag 'reset-for-5.0-rc2' of git://git.pengutronix.de/git/pza/linux into ...Olof Johansson1-0/+4
2019-01-12Merge tag 'mvebu-fixes-5.0-1' of git://git.infradead.org/linux-mvebu into fixesOlof Johansson3-3/+20
2019-01-12Merge tag 'integrator-fixes-armsoc' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson1-2/+6
2019-01-12Merge tag 'amlogic-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson1-0/+4
2019-01-12Merge tag 'remove-dma_zalloc_coherent-5.0' of git://git.infradead.org/users/h...Linus Torvalds3-7/+8
2019-01-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-4/+6
2019-01-11Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds7-7/+56
2019-01-11x86/kvm/nVMX: don't skip emulated instruction twice when vmptr address is not...Vitaly Kuznetsov1-2/+1
2019-01-11KVM/VMX: Avoid return error when flush tlb successfully in the hv_remote_flus...Lan Tianyu1-1/+1