summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-11-0211-75/+196
|\
| * Merge tag 'kvm-s390-next-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2021-10-3112-77/+200
| |\
| | * KVM: s390: add debug statement for diag 318 CPNC dataCollin Walling2021-10-271-0/+1
| | * KVM: s390: pv: properly handle page flags for protected guestsClaudio Imbrenda2021-10-274-7/+50
| | * KVM: s390: Fix handle_sske page fault handlingJanis Schoetterl-Glausch2021-10-271-0/+2
| | * KVM: s390: Add a routine for setting userspace CPU stateEric Farman2021-10-252-3/+12
| | * KVM: s390: Simplify SIGP Set Arch handlingEric Farman2021-10-251-13/+1
| | * KVM: s390: pv: avoid stalls when making pages secureClaudio Imbrenda2021-10-252-6/+28
| | * KVM: s390: pv: avoid stalls for kvm_s390_pv_init_vmClaudio Imbrenda2021-10-251-1/+1
| | * KVM: s390: pv: avoid double free of sida pageClaudio Imbrenda2021-10-251-10/+9
| | * KVM: s390: pv: add macros for UVC CC valuesClaudio Imbrenda2021-10-251-0/+5
| | * s390/mm: optimize reset_guest_reference_bit()David Hildenbrand2021-10-251-2/+12
| | * s390/mm: optimize set_guest_storage_key()David Hildenbrand2021-10-251-2/+12
| | * s390/mm: no need for pte_alloc_map_lock() if we know the pmd is presentDavid Hildenbrand2021-10-251-12/+3
| | * s390/uv: fully validate the VMA before calling follow_page()David Hildenbrand2021-10-251-1/+1
| | * s390/mm: fix VMA and page table handling code in storage key handling functionsDavid Hildenbrand2021-10-251-18/+39
| | * s390/mm: validate VMA in PGSTE manipulation functionsDavid Hildenbrand2021-10-251-0/+13
| | * s390/gmap: don't unconditionally call pte_unmap_unlock() in __gmap_zap()David Hildenbrand2021-10-251-2/+3
| | * s390/gmap: validate VMA in __gmap_zap()David Hildenbrand2021-10-251-0/+6
| * | Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-10-312-33/+39
| |\ \
* | \ \ Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-021-2/+0
|\ \ \ \
| * | | | s390/qeth: move qdio's QAOB cache into qethJulian Wiedmann2021-10-251-2/+0
* | | | | Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-012-10/+15
|\ \ \ \ \
| * | | | | audit: add support for the openat2 syscallRichard Guy Briggs2021-10-012-0/+4
| * | | | | audit: replace magic audit syscall class numbers with macrosRichard Guy Briggs2021-10-012-10/+11
* | | | | | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-014-14/+11
|\ \ \ \ \ \
| * | | | | | ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang2021-10-081-5/+0
| * | | | | | kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu2021-09-303-7/+7
| * | | | | | kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu2021-09-301-1/+1
| * | | | | | kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu2021-09-301-1/+3
* | | | | | | Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-011-0/+3
|\ \ \ \ \ \ \
| * | | | | | | lib/string: Move helper functions out of string.cKees Cook2021-09-251-0/+3
* | | | | | | | Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-11-011-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | s390: add CPU field to struct thread_infoArd Biesheuvel2021-09-301-0/+1
| |/ / / / / / /
* | | | | | | | Merge tag 'x86_cc_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-11-011-2/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | treewide: Replace the use of mem_encrypt_active() with cc_platform_has()Tom Lendacky2021-10-041-2/+0
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-012-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-152-3/+3
| |/ / / / / / /
* | | | | | | | Merge tag 'locking-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-11-011-8/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | locking: Remove spin_lock_flags() etcArnd Bergmann2021-10-301-8/+0
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-10-312-2/+4
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | |
| * | | | | | KVM: s390: preserve deliverable_mask in __airqs_kick_single_vcpuHalil Pasic2021-10-201-2/+3
| * | | | | | KVM: s390: clear kicked_mask before sleeping againHalil Pasic2021-10-201-0/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-10-202-1/+15
|\| | | | |
| * | | | | KVM: s390: Function documentation fixesJanosch Frank2021-09-282-1/+15
* | | | | | s390: fix strrchr() implementationRoberto Sassu2021-10-121-8/+7
* | | | | | s390/pci: fix zpci_zdev_put() on reserveNiklas Schnelle2021-10-043-7/+44
* | | | | | bpf, s390: Fix potential memory leak about jit_dataTiezhu Yang2021-10-041-1/+1
| |_|/ / / |/| | | |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-09-273-4/+4
|\| | | | | |_|_|/ |/| | |
| * | | KVM: x86: Query vcpu->vcpu_idx directly and drop its accessorSean Christopherson2021-09-223-4/+4
| | |/ | |/|