public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-05-06 01:10:10 to 2022-05-11 11:45:48 UTC [more...]

[PATCH 00/30] The panic notifiers refactor
 2022-05-11 11:45 UTC  (51+ messages)
` [PATCH 01/30] x86/crash,reboot: Avoid re-disabling VMX in all CPUs on crash/restart
` [PATCH 04/30] firmware: google: Convert regular spinlock into trylock on panic path
` [PATCH 05/30] misc/pvpanic: "
` [PATCH 08/30] powerpc/setup: Refactor/untangle panic notifiers
` [PATCH 09/30] coresight: cpu-debug: Replace mutex with mutex_trylock on panic notifier
` [PATCH 10/30] alpha: Clean-up the panic notifier code
` [PATCH 11/30] um: Improve panic notifiers consistency and ordering
` [PATCH 14/30] panic: Properly identify the panic event to the notifiers' callbacks
` [PATCH 15/30] bus: brcmstb_gisb: Clean-up panic/die notifiers
` [PATCH 17/30] tracing: Improve "
` [PATCH 18/30] notifier: Show function names on notifier routines if DEBUG_NOTIFIERS is set
` [PATCH 22/30] panic: Introduce the panic post-reboot notifier list
` [PATCH 23/30] printk: kmsg_dump: Introduce helper to inform number of dumpers
` [PATCH 24/30] panic: Refactor the panic path

[PATCH net 0/3] s390/net: Cleanup some code checker findings
 2022-05-11 11:40 UTC  (5+ messages)
` [PATCH net 1/3] s390/ctcm: fix variable dereferenced before check
` [PATCH net 2/3] s390/ctcm: fix potential memory leak
` [PATCH net 3/3] s390/lcs: fix variable dereferenced before check

[kvm-unit-tests PATCH v2 0/2] s390x: add migration test for CMM
 2022-05-11 11:32 UTC  (6+ messages)
` [kvm-unit-tests PATCH v2 1/2] lib: s390x: add header for CMM related defines
` [kvm-unit-tests PATCH v2 2/2] s390x: add cmm migration test

[kvm-unit-tests PATCH 0/3] s390x: More storage key instruction
 2022-05-11  9:48 UTC  (12+ messages)
` [kvm-unit-tests PATCH 1/3] s390x: Fix sclp facility bit numbers
` [kvm-unit-tests PATCH 2/3] s390x: Test TEID values in storage key test
` [kvm-unit-tests PATCH 3/3] s390x: Test effect of storage keys on some more instructions

[kvm-unit-tests PATCH v1 0/2] s390x: add migration test for CMM
 2022-05-11  8:59 UTC  (11+ messages)
` [kvm-unit-tests PATCH v1 1/2] lib: s390x: add header for CMM related defines
` [kvm-unit-tests PATCH v1 2/2] s390x: add cmm migration test

[PATCH v3 0/3] Fix CONT-PTE/PMD size hugetlb issue when unmapping or migrating
 2022-05-11  3:59 UTC  (11+ messages)
` [PATCH v3 1/3] mm: change huge_ptep_clear_flush() to return the original pte
` [PATCH v3 2/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when migration
` [PATCH v3 3/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when unmapping

s390-iommu.c default domain conversion
 2022-05-10 16:09 UTC  (3+ messages)

[PATCH AUTOSEL 5.4 5/8] s390: disable -Warray-bounds
 2022-05-10 15:45 UTC 

[PATCH AUTOSEL 4.19 5/6] s390: disable -Warray-bounds
 2022-05-10 15:46 UTC 

[PATCH AUTOSEL 5.10 5/9] s390: disable -Warray-bounds
 2022-05-10 15:45 UTC 

[PATCH AUTOSEL 5.15 07/19] s390: disable -Warray-bounds
 2022-05-10 15:44 UTC 

[PATCH AUTOSEL 5.17 08/21] s390: disable -Warray-bounds
 2022-05-10 15:43 UTC 

[PATCH 0/9] kvm: s390: Add PV dump support
 2022-05-10 14:07 UTC  (15+ messages)
` [PATCH 3/9] KVM: s390: pv: Add query interface
` [PATCH 5/9] KVM: s390: pv: Add query dump information
` [PATCH 6/9] kvm: s390: Add configuration dump functionality
` [PATCH 7/9] kvm: s390: Add CPU "

[PATCH v4 00/14] kbuild: yet another series of cleanups (modpost, LTO, MODULE_REL_CRCS, export.h)
 2022-05-10 13:53 UTC  (27+ messages)
` [PATCH v4 01/14] modpost: remove left-over cross_compile declaration
` [PATCH v4 02/14] modpost: change the license of EXPORT_SYMBOL to bool type
` [PATCH v4 03/14] modpost: split the section mismatch checks into section-check.c
` [PATCH v4 04/14] modpost: add sym_find_with_module() helper
` [PATCH v4 05/14] modpost: extract symbol versions from *.cmd files
` [PATCH v4 06/14] kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCS
` [PATCH v4 07/14] kbuild: stop merging *.symversions
` [PATCH v4 08/14] genksyms: adjust the output format to modpost
` [PATCH v4 09/14] kbuild: do not create *.prelink.o for Clang LTO or IBT
` [PATCH v4 10/14] kbuild: check static EXPORT_SYMBOL* by script instead of modpost
` [PATCH v4 11/14] kbuild: make built-in.a rule robust against too long argument error
` [PATCH v4 12/14] kbuild: make *.mod "
` [PATCH v4 13/14] kbuild: add cmd_and_savecmd macro
` [PATCH v4 14/14] kbuild: rebuild multi-object modules when objtool is updated

[PATCH net 0/2] net/smc: two fixes for using smc with io_uring
 2022-05-10 13:03 UTC  (8+ messages)
` [PATCH net 1/2] net/smc: non blocking recvmsg() return -EAGAIN when no data and signal_pending
` [PATCH net 2/2] net/smc: align the connect behaviour with TCP

[PATCH] bug: Use normal relative pointers in 'struct bug_entry'
 2022-05-10 10:38 UTC  (7+ messages)

[PATCH v2 0/3] Fix CONT-PTE/PMD size hugetlb issue when unmapping or migrating
 2022-05-10  1:35 UTC  (18+ messages)
` [PATCH v2 1/3] mm: change huge_ptep_clear_flush() to return the original pte
` [PATCH v2 2/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when migration
` [PATCH v2 3/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when unmapping

[PATCH 0/3] Fix CONT-PTE/PMD size hugetlb issue when unmapping or migrating
 2022-05-10  1:28 UTC  (21+ messages)
` [PATCH 1/3] mm: change huge_ptep_clear_flush() to return the original pte
` [PATCH 2/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when migration
` [PATCH 3/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when unmapping

[PATCH v19 00/20] s390/vfio-ap: dynamic configuration support
 2022-05-09 14:34 UTC  (2+ messages)

[PATCH v3 0/2] kernel: add new infrastructure for platform_has() support
 2022-05-09 11:59 UTC  (7+ messages)
` [PATCH v3 1/2] kernel: add platform_has() infrastructure
` [PATCH v3 2/2] virtio: replace arch_has_restricted_virtio_memory_access()

[PATCH] kernel/drivers: Remove redundant driver match function
 2022-05-09 11:36 UTC  (7+ messages)

[PATCH v2 4/8] drivers: use new capable_or functionality
 2022-05-09 10:46 UTC  (3+ messages)

[PATCH] s390/crypto: add crypto library interface for ChaCha20
 2022-05-09 10:17 UTC  (3+ messages)

[PATCH 0/2] s390/pai: Add support for Processor Activity Instrumentation
 2022-05-09  9:55 UTC  (9+ messages)
` [PATCH 1/2] entry: Rename arch_check_user_regs() to arch_enter_from_user_mode()

[PATCH v3 00/15] kbuild: yet another series of cleanups (modpost, LTO, MODULE_REL_CRCS)
 2022-05-08 18:28 UTC  (3+ messages)

[PATCH v6 00/21] KVM: s390: enable zPCI for interpretive execution
 2022-05-06 16:02 UTC  (13+ messages)
` [PATCH v6 14/21] KVM: s390: pci: provide routines for enabling/disabling interrupt forwarding
` [PATCH v6 16/21] vfio-pci/zdev: add open/close device hooks
` [PATCH v6 17/21] vfio-pci/zdev: add function handle to clp base capability

fix and cleanup discard_alignment handling
 2022-05-06 12:56 UTC  (3+ messages)
` [PATCH 07/11] dasd: don't set the discard_alignment queue limit

[PATCH v10 00/19] KVM: s390: pv: implement lazy destroy for reboot
 2022-05-06 11:33 UTC  (7+ messages)
` [PATCH v10 01/19] KVM: s390: pv: leak the topmost page table when destroy fails
` [PATCH v10 02/19] KVM: s390: pv: handle secure storage violations for protected guests

[PATCH net-next] net/smc: Fix smc-r link reference count
 2022-05-06  9:47 UTC  (4+ messages)

[PATCH v9 0/3] s390x: KVM: CPU Topology
 2022-05-06  9:24 UTC  (4+ messages)
` [PATCH v9 1/3] s390x: KVM: ipte lock for SCA access should be contained in KVM
` [PATCH v9 2/3] s390x: KVM: guest support for topology function
` [PATCH v9 3/3] s390x: KVM: resetting the Topology-Change-Report

[PATCH 0/5] s390/dasd: data corruption fixes for thin provisioning
 2022-05-06  2:08 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox