summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* s390/pci: fix PF/VF linking on hot plugNiklas Schnelle2020-08-173-13/+32
* s390/pci: re-introduce zpci_remove_device()Niklas Schnelle2020-08-172-9/+14
* s390/pci: fix zpci_bus_link_virtfn()Niklas Schnelle2020-08-171-10/+15
* s390/ptrace: fix storage key handlingHeiko Carstens2020-08-171-2/+5
* s390/runtime_instrumentation: fix storage key handlingHeiko Carstens2020-08-171-1/+1
* s390/pci: ignore stale configuration request eventNiklas Schnelle2020-08-171-0/+3
* all arch: remove system call sys_sysctlXiaoming Ni2020-08-141-1/+1
* Merge tag 's390-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-08-1311-44/+57
|\
| * s390/numa: move code to arch/s390/kernelAlexander Gordeev2020-08-114-3/+1
| * s390/time: remove select CLOCKSOURCE_VALIDATE_LAST_CYCLE againHeiko Carstens2020-08-111-1/+0
| * s390/debug: debug feature version 3Mikhail Zaslonko2020-08-112-25/+24
| * s390/Kconfig: add missing ZCRYPT dependency to VFIO_APKrzysztof Kozlowski2020-08-111-0/+1
| * s390/numa: set node distance to LOCAL_DISTANCEAlexander Gordeev2020-08-111-6/+0
| * s390/test_unwind: fix possible memleak in test_unwind()Wang Hai2020-08-111-0/+1
| * s390/gmap: improve THP splittingGerald Schaefer2020-08-111-7/+20
| * s390/atomic: circumvent gcc 10 build regressionVasily Gorbik2020-08-111-2/+10
* | mm/gup: remove task_struct pointer for all gup codePeter Xu2020-08-124-8/+8
* | mm/s390: use general page fault accountingPeter Xu2020-08-121-15/+1
* | mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+1
* | uaccess: remove segment_eqChristoph Hellwig2020-08-121-1/+1
|/
* Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-08-091-1/+1
|\
| * kbuild: remove cc-option test of -ffreestandingMasahiro Yamada2020-07-071-1/+1
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-08-091-18/+0
|\ \
| * | kill unused dump_fpu() instancesAl Viro2020-07-271-18/+0
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-08-071-0/+1
|\ \ \
| * | | iov_iter: Move unnecessary inclusion of crypto/hash.hHerbert Xu2020-06-301-0/+1
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-0712-13/+2
|\ \ \ \
| * | | | mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport2020-08-071-1/+0
| * | | | mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-0710-10/+0
| * | | | mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-2/+2
* | | | | Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-08-071-141/+58
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | s390: switch to ->regset_get()Al Viro2020-07-271-141/+58
| |/ /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-067-29/+47
|\ \ \
| * \ \ Merge tag 'kvm-s390-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-08-036-10/+22
| |\ \ \
| | * | | s390/kvm: diagnose 0x318 sync and resetCollin Walling2020-06-234-4/+19
| | * | | s390/setup: diag 318: refactor structCollin Walling2020-06-232-6/+3
| | |/ /
| * | | KVM: s390: clean up redundant 'kvm_run' parametersTianjia Zhang2020-07-101-8/+15
| * | | KVM: Move x86's version of struct kvm_mmu_memory_cache to common codeSean Christopherson2020-07-091-0/+1
| * | | KVM: async_pf: change kvm_setup_async_pf()/kvm_arch_setup_async_pf() return t...Vitaly Kuznetsov2020-07-081-11/+9
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-052-24/+43
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-251-2/+2
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-221-22/+41
| |\ \ \ \ \
| | * | | | | s390/bpf: Use bpf_skip() in bpf_jit_prologue()Ilya Leoshkevich2020-07-211-4/+5
| | * | | | | s390/bpf: Tolerate not converging code shrinkingIlya Leoshkevich2020-07-211-1/+26
| | * | | | | s390/bpf: Use brcl for jumping to exit_ip if necessaryIlya Leoshkevich2020-07-211-2/+6
| | * | | | | s390/bpf: Fix sign extension in branch_kuIlya Leoshkevich2020-07-211-15/+4
| * | | | | | net: remove compat_sys_{get,set}sockoptChristoph Hellwig2020-07-191-2/+2
| |/ / / / /
* | | | | | Merge tag 'printk-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-08-041-1/+1
|\ \ \ \ \ \
| * | | | | | printk: Make linux/printk.h self-containedHerbert Xu2020-07-271-1/+1
* | | | | | | Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-08-041-0/+1
|\ \ \ \ \ \ \