Linux-S390 Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-10 08:36:39 to 2021-12-18 21:20:50 UTC [more...]

[PATCH v2 00/17] lib/bitmap: optimize bitmap_weight() usage
 2021-12-18 21:20 UTC  (7+ messages)
` [PATCH 01/17] all: don't use bitmap_weight() where possible
` [PATCH 02/17] drivers: rename num_*_cpus variables
` [PATCH 03/17] fix open-coded for_each_set_bit()
` [PATCH 04/17] all: replace bitmap_weight with bitmap_empty where appropriate
` [PATCH 05/17] all: replace cpumask_weight with cpumask_empty "
` [PATCH 08/17] all: replace bitmap_weight with bitmap_weight_{eq,gt,ge,lt,le} "

[PATCH v1 0/5] Implement livepatch on PPC32
 2021-12-18 16:12 UTC  (12+ messages)

[PATCH/RFC] mm: add and use batched version of __tlb_remove_table()
 2021-12-18 14:31 UTC  (6+ messages)

[PATCH] powerpc/mpic: Use bitmap_zalloc() when applicable
 2021-12-17 21:50 UTC  (2+ messages)

[PATCH 00/32] KVM: s390: enable zPCI for interpretive execution
 2021-12-17 20:26 UTC  (66+ messages)
` [PATCH 05/32] s390/airq: pass more TPI info to airq handlers
` [PATCH 08/32] s390/pci: stash associated GISA designation
` [PATCH 11/32] s390/pci: add helper function to find device by handle
` [PATCH 12/32] s390/pci: get SHM information from list pci
` [PATCH 13/32] KVM: s390: pci: add basic kvm_zdev structure
` [PATCH 14/32] KVM: s390: pci: do initial setup for AEN interpretation
` [PATCH 15/32] KVM: s390: pci: enable host forwarding of Adapter Event Notifications
` [PATCH 16/32] KVM: s390: expose the guest zPCI interpretation facility
` [PATCH 17/32] KVM: s390: expose the guest Adapter Interruption Source ID facility
` [PATCH 19/32] KVM: s390: mechanism to enable guest zPCI Interpretation
` [PATCH 20/32] KVM: s390: pci: provide routines for enabling/disabling interpretation
` [PATCH 21/32] KVM: s390: pci: provide routines for enabling/disabling interrupt forwarding
` [PATCH 22/32] KVM: s390: pci: provide routines for enabling/disabling IOAT assist
` [PATCH 23/32] KVM: s390: pci: handle refresh of PCI translations
` [PATCH 24/32] KVM: s390: intercept the rpcit instruction
` [PATCH 25/32] vfio/pci: re-introduce CONFIG_VFIO_PCI_ZDEV
` [PATCH 27/32] vfio-pci/zdev: wire up zPCI interpretive execution support
` [PATCH 28/32] vfio-pci/zdev: wire up zPCI adapter interrupt forwarding support
` [PATCH 29/32] vfio-pci/zdev: wire up zPCI IOAT assist support
` [PATCH 30/32] vfio-pci/zdev: add DTSM to clp group capability
` [PATCH 32/32] MAINTAINERS: additional files related kvm s390 pci passthrough

[PATCH v6 0/1] s390x: KVM: CPU Topology
 2021-12-17 17:58 UTC  (2+ messages)
` [PATCH v6 1/1] s390x: KVM: guest support for topology function

[PATCH kvm-unit-tests 0/2] s390x: diag288: Improve readability
 2021-12-17 14:24 UTC  (9+ messages)
` [PATCH kvm-unit-tests 1/2] s390x: diag288: Add missing clobber
` [PATCH kvm-unit-tests 2/2] s390x: diag288: Improve readability

[RFC PATCH v5 0/1] s390x: Improvements to SIGP handling [KVM]
 2021-12-17 13:31 UTC  (10+ messages)
` [RFC PATCH v5 1/1] KVM: s390: Clarify SIGP orders versus STOP/RESTART

[PATCH net] net/smc: Prevent smc_release() from long blocking
 2021-12-17  6:32 UTC  (4+ messages)

[PATCH v5 0/1] s390x: KVM: CPU Topology
 2021-12-16 15:16 UTC  (12+ messages)
` [PATCH v5 1/1] s390x: KVM: accept STSI for CPU topology information

[RFC PATCH] s390: vfio-ap: Register the vfio_ap module for the "ap" parent bus
 2021-12-16 11:25 UTC  (13+ messages)

[PATCH 0/3] Convert vmcore to use an iov_iter
 2021-12-16  9:28 UTC  (14+ messages)
` [PATCH 1/3] vmcore: Convert copy_oldmem_page() to take "
` [PATCH 2/3] vmcore: Convert __read_vmcore to use "
` [PATCH 3/3] vmcore: Convert read_from_oldmem() to take "

[PATCH bpf-next v5 1/3] add includes masked by cgroup -> bpf dependency
 2021-12-16  2:55 UTC 

[patch V2 00/31] genirq/msi, PCI/MSI: Spring cleaning - Part 3
 2021-12-15 20:50 UTC  (3+ messages)
` [patch V2 21/31] soc: ti: ti_sci_inta_msi: Rework MSI descriptor allocation

[GIT PULL] s390 updates for 5.16-rc6
 2021-12-15 19:15 UTC  (2+ messages)

[PATCH bpf-next v4 1/3] add includes masked by cgroup -> bpf dependency
 2021-12-15 18:12 UTC 

[PATCH 0/9] lib/bitmap: optimize bitmap_weight() usage
 2021-12-15 17:45 UTC  (6+ messages)
` [PATCH 2/9] lib/bitmap: implement bitmap_{empty,full} with bitmap_weight_eq()

devirtualize kernel access to DAX
 2021-12-15 17:27 UTC  (32+ messages)
` [PATCH 1/5] uio: remove copy_from_iter_flushcache() and copy_mc_to_iter()
` [PATCH 2/5] dax: simplify dax_synchronous and set_dax_synchronous
` [PATCH 3/5] dax: remove the DAXDEV_F_SYNC flag
` [PATCH 4/5] dax: remove the copy_from_iter and copy_to_iter methods
` [PATCH 5/5] dax: always use _copy_mc_to_iter in dax_copy_to_iter

devirtualize kernel access to DAX v2
 2021-12-15  8:45 UTC  (5+ messages)
` [PATCH 1/4] uio: remove copy_from_iter_flushcache() and copy_mc_to_iter()
` [PATCH 2/4] dax: simplify dax_synchronous and set_dax_synchronous
` [PATCH 3/4] dax: remove the DAXDEV_F_SYNC flag
` [PATCH 4/4] dax: remove the copy_from_iter and copy_to_iter methods

[PATCH bpf-next v3 1/3] add includes masked by cgroup -> bpf dependency
 2021-12-15  6:19 UTC 

[PATCH bpf-next v2 3/4] add includes masked by cgroup -> bpf dependency
 2021-12-15  2:31 UTC 

[PATCH v2 0/6] KEXEC_SIG with appended signature
 2021-12-13 18:18 UTC  (7+ messages)
` [PATCH v2 2/6] powerpc/kexec_file: Add KEXEC_SIG support
` [PATCH v2 6/6] module: Move duplicate mod_check_sig users code to mod_parse_sig

[PATCH] recordmcount.pl: look for jgnop instruction as well as bcrl on s390
 2021-12-13  8:13 UTC  (8+ messages)

[patch 21/32] NTB/msi: Convert to msi_on_each_desc()
 2021-12-13  7:50 UTC  (33+ messages)

[PATCH] s390/3215: fix the array may be out of bounds
 2021-12-10 16:05 UTC  (2+ messages)

[PATCH v5 00/12] KVM: x86/xen: Add in-kernel Xen event channel delivery
 2021-12-10 14:57 UTC  (8+ messages)
` [PATCH v5 08/12] KVM: Reinstate gfn_to_pfn_cache with invalidation support


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 read-only IMAP folder(s) and NNTP newsgroup(s).