summaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-06-294-123/+147
|\
| * Merge tag 'kvmarm-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-06-251-1/+1
| |\
| * \ Merge tag 'kvm-s390-next-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2021-06-252-9/+17
| |\ \
| | * | KVM: s390: allow facility 192 (vector-packed-decimal-enhancement facility 2)Christian Borntraeger2021-06-231-0/+4
| | * | KVM: s390: gen_facilities: allow facilities 165, 193, 194 and 196Christian Borntraeger2021-06-231-0/+4
| | * | KVM: s390: get rid of register asm usageHeiko Carstens2021-06-231-9/+9
| * | | KVM: debugfs: Reuse binary stats descriptorsJing Zhang2021-06-251-108/+0
| * | | KVM: stats: Support binary stats retrieval for a VCPUJing Zhang2021-06-251-0/+108
| * | | KVM: stats: Support binary stats retrieval for a VMJing Zhang2021-06-251-0/+20
| * | | KVM: stats: Add fd-based API to read binary stats dataJing Zhang2021-06-241-1/+2
| * | | KVM: stats: Separate generic stats from architecture specific onesJing Zhang2021-06-242-13/+8
| |/ /
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-06-281-3/+3
|\ \ \
| * | | mm: arch: remove indirection level in alloc_zeroed_user_highpage_movable()Peter Collingbourne2021-06-041-3/+3
| | |/ | |/|
* | | Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-06-284-5/+4
|\ \ \
| * | | sched: Introduce task_is_running()Peter Zijlstra2021-06-182-2/+2
| * | | Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2021-06-031-1/+1
| |\| |
| * | | sched/core: Initialize the idle task with preemption disabledValentin Schneider2021-05-122-3/+2
| | |/ | |/|
* | | Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-06-281-17/+0
|\ \ \
| * | | kprobes: Do not increment probe miss count in the fault handlerNaveen N. Rao2021-06-031-7/+0
| * | | kprobes: Remove kprobe::fault_handlerPeter Zijlstra2021-06-011-10/+0
| |/ /
* | | Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-06-281-2/+0
|\ \ \
| * | | locking/atomic: delete !ARCH_ATOMIC remnantsMark Rutland2021-05-261-1/+0
| * | | locking/atomic: make ARCH_ATOMIC a Kconfig symbolMark Rutland2021-05-262-2/+1
| |/ /
* | | Merge tag 's390-5.13-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-06-264-11/+21
|\ \ \
| * | | s390/stack: fix possible register corruption with stack switch helperHeiko Carstens2021-06-211-7/+11
| * | | s390/topology: clear thread/group maps for offline cpusSven Schnelle2021-06-211-3/+9
| * | | s390: clear pt_regs::flags on irq entrySven Schnelle2021-06-211-0/+1
| * | | s390: fix system call restart with multiple signalsSven Schnelle2021-06-211-1/+0
* | | | KVM: s390: prepare for hugepage vmallocClaudio Imbrenda2021-06-251-1/+6
|/ / /
* | | s390/mcck: fix invalid KVM guest condition checkAlexander Gordeev2021-06-071-1/+1
* | | s390/mcck: fix calculation of SIE critical section sizeAlexander Gordeev2021-06-071-1/+1
| |/ |/|
* | quota: Disable quotactl_path syscallJan Kara2021-05-171-1/+1
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-071-5/+0
|\
| * mm: remove xlate_dev_kmem_ptr()David Hildenbrand2021-05-071-5/+0
* | Merge tag 's390-5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-05-0614-77/+101
|\ \
| * | s390: fix detection of vector enhancements facility 1 vs. vector packed decim...David Hildenbrand2021-05-041-2/+2
| * | s390/entry: add support for syscall stack randomizationSven Schnelle2021-04-304-0/+14
| * | s390/configs: change CONFIG_VIRTIO_CONSOLE to "m"Thomas Huth2021-04-302-2/+2
| * | s390/cpumf: remove call to perf_event_update_userpageThomas Richter2021-04-301-4/+0
| * | s390/cpumf: move counter set size calculation to common placeThomas Richter2021-04-303-50/+52
| * | s390/cpumf: beautify if-then-else indentationThomas Richter2021-04-301-5/+3
| * | s390/configs: enable CONFIG_PCI_IOVNiklas Schnelle2021-04-302-0/+2
| * | s390/pci: handle stale deconfiguration eventsNiklas Schnelle2021-04-301-8/+18
| * | s390/pci: rename zpci_configure_device()Niklas Schnelle2021-04-303-6/+8
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-052-10/+4
|\ \ \ | | |/ | |/|
| * | mm: drop redundant ARCH_ENABLE_SPLIT_PMD_PTLOCKAnshuman Khandual2021-05-051-3/+1
| * | mm: generalize ARCH_ENABLE_MEMORY_[HOTPLUG|HOTREMOVE]Anshuman Khandual2021-05-051-6/+2
| * | hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()Peter Xu2021-05-051-1/+1
* | | Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2021-05-021-0/+3
|\ \ \
| * | | arch: Wire up Landlock syscallsMickaël Salaün2021-04-221-0/+3