linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-06 14:58:12 to 2021-09-14 16:54:48 UTC [more...]

[PATCH resend RFC 0/9] s390: fixes, cleanups and optimizations for page table walkers
 2021-09-14 16:54 UTC  (16+ messages)
` [PATCH resend RFC 1/9] s390/gmap: validate VMA in __gmap_zap()
` [PATCH resend RFC 2/9] s390/gmap: don't unconditionally call pte_unmap_unlock() "
` [PATCH resend RFC 3/9] s390/mm: validate VMA in PGSTE manipulation functions
` [PATCH resend RFC 4/9] s390/mm: fix VMA and page table handling code in storage key handling functions
` [PATCH resend RFC 5/9] s390/uv: fully validate the VMA before calling follow_page()
` [PATCH resend RFC 6/9] s390/pci_mmio: fully validate the VMA before calling follow_pte()
` [PATCH resend RFC 7/9] s390/mm: no need for pte_alloc_map_lock() if we know the pmd is present
` [PATCH resend RFC 8/9] s390/mm: optimize set_guest_storage_key()
` [PATCH resend RFC 9/9] s390/mm: optimize reset_guest_reference_bit()

[RFC PATCH 0/8] Move task_struct::cpu back into thread_info
 2021-09-14 16:10 UTC  (17+ messages)
` [RFC PATCH 1/8] arm64: add CPU field to struct thread_info
` [RFC PATCH 2/8] x86: "
` [RFC PATCH 3/8] s390: "
` [RFC PATCH 4/8] powerpc: "
` [RFC PATCH 5/8] sched: move CPU field back into thread_info if THREAD_INFO_IN_TASK=y
` [RFC PATCH 6/8] powerpc: smp: remove hack to obtain offset of task_struct::cpu
` [RFC PATCH 7/8] riscv: rely on core code to keep thread_info::cpu updated
` [RFC PATCH 8/8] ARM: "

[PATCH v2 0/9] Move vfio_ccw to the new mdev API
 2021-09-14 15:50 UTC  (21+ messages)
` [PATCH v2 1/9] vfio/ccw: Use functions for alloc/free of the vfio_ccw_private
` [PATCH v2 2/9] vfio/ccw: Pass vfio_ccw_private not mdev_device to various functions
` [PATCH v2 3/9] vfio/ccw: Convert to use vfio_register_group_dev()
` [PATCH v2 4/9] vfio/ccw: Make the FSM complete and synchronize it to the mdev
` [PATCH v2 5/9] vfio/mdev: Consolidate all the device_api sysfs into the core code
` [PATCH v2 6/9] vfio/mdev: Add mdev available instance checking to the core
` [PATCH v2 7/9] vfio/ccw: Remove private->mdev
` [PATCH v2 8/9] vfio: Export vfio_device_try_get()
` [PATCH v2 9/9] vfio/ccw: Move the lifecycle of the struct vfio_ccw_private to the mdev

[PATCH v3 0/8] Implement generic cc_platform_has() helper function
 2021-09-14 14:56 UTC  (20+ messages)
` [PATCH v3 1/8] x86/ioremap: Selectively build arch override encryption functions
` [PATCH v3 2/8] mm: Introduce a function to check for confidential computing features
` [PATCH v3 3/8] x86/sev: Add an x86 version of cc_platform_has()
` [PATCH v3 4/8] powerpc/pseries/svm: Add a powerpc "
` [PATCH v3 5/8] x86/sme: Replace occurrences of sme_active() with cc_platform_has()
` [PATCH v3 6/8] x86/sev: Replace occurrences of sev_active() "
` [PATCH v3 7/8] x86/sev: Replace occurrences of sev_es_active() "
` [PATCH v3 8/8] treewide: Replace the use of mem_encrypt_active() "

[PATCH net-next 0/3] net/smc: add EID support
 2021-09-14 12:00 UTC  (5+ messages)
` [PATCH net-next 1/3] net/smc: add support for user defined EIDs
` [PATCH net-next 2/3] net/smc: keep static copy of system EID
` [PATCH net-next 3/3] net/smc: add generic netlink support for "

[PATCH net-next 0/4] s390/net: updates 2021-09-14
 2021-09-14 11:50 UTC  (6+ messages)
` [PATCH net-next 1/4] s390/ctcm: remove incorrect kernel doc indicators
` [PATCH net-next 2/4] s390/lcs: "
` [PATCH net-next 3/4] s390/netiucv: "
` [PATCH net-next 4/4] s390/ism: switch from 'pci_' to 'dma_' API

[PATCH 13/16] tty: drivers/s390/char/, stop using tty_flip_buffer_push
 2021-09-14  9:14 UTC 

[PATCH AUTOSEL 5.13 06/19] s390: add kmemleak annotation in stack_alloc()
 2021-09-13 22:34 UTC 

[PATCH AUTOSEL 5.14 08/25] s390: add kmemleak annotation in stack_alloc()
 2021-09-13 22:33 UTC  (2+ messages)
` [PATCH AUTOSEL 5.14 15/25] s390/unwind: use current_frame_address() to unwind current task

[PATCH 0/9] block: 5th batch of add_disk() error handling conversions
 2021-09-13 16:53 UTC  (16+ messages)
` [PATCH 2/9] ms_block: add error handling support for add_disk()
` [PATCH 3/9] mspro_block: "
` [PATCH 6/9] s390/block/dasd_genhd: "
` [PATCH 7/9] s390/block/dcssblk: "

[PATCH] pci: Rename pcibios_add_device to match
 2021-09-13 15:27 UTC 

[PATCH 0/1] Arch use of pci_dev_is_added()
 2021-09-13 14:58 UTC  (4+ messages)
` [PATCH 1/1] powerpc: Drop superfluous pci_dev_is_added() calls

[PATCH v2] vfio/ap_ops: Add missed vfio_uninit_group_dev()
 2021-09-10 23:06 UTC 

[PATCH] vfio/ap_ops: Add missed vfio_uninit_group_dev()
 2021-09-10 22:26 UTC  (4+ messages)

[PATCH RFC 0/9] s390: fixes, cleanups and optimizations for page table walkers
 2021-09-10 14:52 UTC  (17+ messages)
` [PATCH RFC 1/9] s390/gmap: validate VMA in __gmap_zap()
` [PATCH RFC 2/9] s390/gmap: don't unconditionally call pte_unmap_unlock() "
` [PATCH RFC 3/9] s390/mm: validate VMA in PGSTE manipulation functions
` [PATCH RFC 4/9] s390/mm: fix VMA and page table handling code in storage key handling functions
` [PATCH RFC 5/9] s390/uv: fully validate the VMA before calling follow_page()
` [PATCH RFC 6/9] s390/pci_mmio: fully validate the VMA before calling follow_pte()
` [PATCH RFC 7/9] s390/mm: no need for pte_alloc_map_lock() if we know the pmd is present
` [PATCH RFC 8/9] s390/mm: optimize set_guest_storage_key()
` [PATCH RFC 9/9] s390/mm: optimize reset_guest_reference_bit()

[PATCH v4] ftrace: Cleanup ftrace_dyn_arch_init()
 2021-09-09 23:36 UTC  (2+ messages)

[GIT PULL] second batch of s390 updates for 5.15 merge window
 2021-09-09 20:03 UTC  (2+ messages)

[kvm-unit-tests RFC PATCH 0/5] arm: Add kvmtool to the runner script
 2021-09-09 14:42 UTC  (21+ messages)
` [kvm-unit-tests RFC PATCH 3/5] run_tests.sh: Add kvmtool support
` [kvm-unit-tests RFC PATCH 4/5] scripts: Generate kvmtool standalone tests
` [kvm-unit-tests RFC PATCH 5/5] configure: Ignore --erratatxt when --target=kvmtool

[PATCH v2 0/3] power: reset: Convert Power-Off driver to tristate
 2021-09-09 12:04 UTC  (2+ messages)
` [PATCH v2 1/3] arch: Export machine_restart() instances so they can be called from modules

[PATCH AUTOSEL 4.19 24/74] s390/jump_label: print real address in a case of a jump label bug
 2021-09-09 11:56 UTC 

[PATCH AUTOSEL 4.9 20/48] s390/jump_label: print real address in a case of a jump label bug
 2021-09-09 11:59 UTC 

[PATCH AUTOSEL 4.4 16/35] s390/jump_label: print real address in a case of a jump label bug
 2021-09-09 12:00 UTC 

[PATCH AUTOSEL 4.14 22/59] s390/jump_label: print real address in a case of a jump label bug
 2021-09-09 11:58 UTC 

[PATCH AUTOSEL 5.4 033/109] s390/jump_label: print real address in a case of a jump label bug
 2021-09-09 11:53 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 034/109] s390: make PCI mio support a machine flag

[PATCH AUTOSEL 5.10 051/176] s390/jump_label: print real address in a case of a jump label bug
 2021-09-09 11:49 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 052/176] s390: make PCI mio support a machine flag

[PATCH AUTOSEL 5.13 065/219] s390/jump_label: print real address in a case of a jump label bug
 2021-09-09 11:44 UTC  (2+ messages)
` [PATCH AUTOSEL 5.13 066/219] s390: make PCI mio support a machine flag

[PATCH AUTOSEL 5.14 075/252] s390/jump_label: print real address in a case of a jump label bug
 2021-09-09 11:38 UTC  (2+ messages)
` [PATCH AUTOSEL 5.14 076/252] s390: make PCI mio support a machine flag

[PATCH v3 0/3] s390x: KVM: CPU Topology
 2021-09-09  9:03 UTC  (19+ messages)
` [PATCH v3 1/3] s390x: KVM: accept STSI for CPU topology information
` [PATCH v3 2/3] s390x: KVM: Implementation of Multiprocessor Topology-Change-Report

[PATCH v2 60/63] net/af_iucv: Use struct_group() to zero struct iucv_sock region
 2021-09-09  6:14 UTC  (2+ messages)

[PATCH] s390/ism: switch from 'pci_' to 'dma_' API
 2021-09-09  6:02 UTC  (2+ messages)

[PATCH v4 00/14] KVM: s390: pv: implement lazy destroy for reboot
 2021-09-08 18:50 UTC  (11+ messages)
` [PATCH v4 02/14] KVM: s390: pv: avoid double free of sida page
` [PATCH v4 05/14] KVM: s390: pv: leak the ASCE page when destroy fails
` [PATCH v4 06/14] KVM: s390: pv: properly handle page flags for protected guests

[PATCH v1] hugetlbfs: s390 is always 64bit
 2021-09-08 16:54 UTC  (3+ messages)

[PATCH 0/5] s390/pci: automatic error recovery
 2021-09-08  8:09 UTC  (8+ messages)
  ` Fwd: "

[PATCH v3] ftrace: Cleanup ftrace_dyn_arch_init()
 2021-09-08  3:52 UTC  (3+ messages)

[PATCH 0/5] KVM: rseq: Fix and a test for a KVM+rseq bug
 2021-09-07 14:38 UTC  (7+ messages)
` [PATCH 1/5] KVM: rseq: Update rseq when processing NOTIFY_RESUME on xfer to KVM guest

[PATCH 3/5] PCI: Move pci_dev_is/assign_added() to pci.h
 2021-09-07  8:14 UTC  (4+ messages)

[PATCH v2] ftrace: Cleanup ftrace_dyn_arch_init()
 2021-09-06 20:36 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).