messages from 2022-04-15 04:53:37 to 2022-04-21 09:04:34 UTC [more...]
[kvm-unit-tests PATCH v3] s390x: Test effect of storage keys on some instructions
2022-04-21 9:04 UTC
[kvm-unit-tests PATCH v2 0/3] Misc maintenance fixes 2022-04
2022-04-21 8:50 UTC (4+ messages)
` [kvm-unit-tests PATCH v2 1/3] s390x: epsw: fix report_pop_prefix() when running under non-QEMU
` [kvm-unit-tests PATCH v2 2/3] s390x: tprot: use lib include for mmu.h
` [kvm-unit-tests PATCH v2 3/3] s390x: smp: make stop stopped cpu look the same as the running case
[PATCH] net/smc: sync err info when TCP connection is refused
2022-04-21 8:09 UTC (4+ messages)
[PATCH 0/4] bitmap: fix conversion from/to fix-sized arrays
2022-04-21 7:40 UTC (7+ messages)
` [PATCH 1/4] lib/bitmap: extend comment for bitmap_(from,to)_arr32()
` [PATCH 2/4] lib: add bitmap_{from,to}_arr64
` [PATCH 3/4] KVM: s390: replace bitmap_copy with bitmap_{from,to}_arr64 where appropriate
` [PATCH 4/4] drm/amd/pm: use bitmap_{from,to}_arr32 "
[PATCH v8 0/2] s390x: KVM: CPU Topology
2022-04-21 6:41 UTC (10+ messages)
` [PATCH v8 1/2] s390x: KVM: guest support for topology function
` [PATCH v8 2/2] s390x: KVM: resetting the Topology-Change-Report
[PATCH 4/9] s390/irq: utilize RCU instead of irq_lock_sparse() in show_msi_interrupt()
2022-04-21 3:36 UTC (3+ messages)
[PATCH v3 0/4] PCI: Rework pci_scan_slot() and isolated PCI functions
2022-04-21 2:14 UTC (6+ messages)
` [PATCH v3 1/4] PCI: Clean up pci_scan_slot()
` [PATCH v3 2/4] PCI: Move jailhouse's isolated function handling to pci_scan_slot()
` [PATCH v3 3/4] PCI: Extend isolated function probing to s390
` [PATCH v3 4/4] s390/pci: allow zPCI zbus without a function zero
[PATCH v5 00/21] KVM: s390: enable zPCI for interpretive execution
2022-04-20 18:18 UTC (22+ messages)
` [PATCH v5 08/21] s390/pci: stash associated GISA designation
` [PATCH v5 10/21] KVM: s390: pci: add basic kvm_zdev structure
` [PATCH v5 11/21] KVM: s390: pci: do initial setup for AEN interpretation
` [PATCH v5 12/21] KVM: s390: pci: enable host forwarding of Adapter Event Notifications
` [PATCH v5 13/21] KVM: s390: mechanism to enable guest zPCI Interpretation
` [PATCH v5 17/21] vfio-pci/zdev: add function handle to clp base capability
` [PATCH v5 18/21] vfio-pci/zdev: different maxstbl for interpreted devices
` [PATCH v5 19/21] KVM: s390: add KVM_S390_ZPCI_OP to manage guest zPCI devices
` [PATCH v5 20/21] KVM: s390: introduce CPU feature for zPCI Interpretation
[PATCH v2 0/8] mm: COW fixes part 3: reliable GUP R/W FOLL_GET of anonymous pages
2022-04-20 17:14 UTC (8+ messages)
` [PATCH v2 1/8] mm/swap: remember PG_anon_exclusive via a swp pte bit
` [PATCH v2 2/8] mm/debug_vm_pgtable: add tests for __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH v2 3/8] x86/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
[PATCH v7 00/12] Fix broken usage of driver_override (and kfree of static memory)
2022-04-20 17:12 UTC (15+ messages)
` [PATCH v7 01/12] driver: platform: Add helper for safer setting of driver_override
` [PATCH v7 02/12] amba: Use driver_set_override() instead of open-coding
` [PATCH v7 03/12] fsl-mc: "
` [PATCH v7 04/12] hv: "
` [PATCH v7 05/12] PCI: "
` [PATCH v7 06/12] s390/cio: "
` [PATCH v7 07/12] spi: Use helper for safer setting of driver_override
` [PATCH v7 08/12] vdpa: "
` [PATCH v7 09/12] clk: imx: scu: Fix kfree() of static memory on setting driver_override
` [PATCH v7 10/12] slimbus: qcom-ngd: "
` [PATCH v7 11/12] rpmsg: Constify local variable in field store macro
` [PATCH v7 12/12] rpmsg: Fix kfree() of static memory on setting driver_override
[kvm-unit-tests PATCH v3 0/4] s390x: add migration test support
2022-04-20 14:22 UTC (7+ messages)
` [kvm-unit-tests PATCH v3 1/4] lib: s390x: add support for SCLP console read
` [kvm-unit-tests PATCH v3 2/4] s390x: add support for migration tests
` [kvm-unit-tests PATCH v3 3/4] s390x: don't run migration tests under PV
` [kvm-unit-tests PATCH v3 4/4] s390x: add basic migration test
[kvm-unit-tests PATCH v2] s390x: Test effect of storage keys on some instructions
2022-04-20 13:44 UTC (3+ messages)
[PATCH v2 0/4] KVM: s390: selftests: Provide TAP output in tests
2022-04-20 12:06 UTC (12+ messages)
` [PATCH v2 1/4] KVM: s390: selftests: Use TAP interface in the memop test
` [PATCH v2 2/4] KVM: s390: selftests: Use TAP interface in the sync_regs test
` [PATCH v2 3/4] KVM: s390: selftests: Use TAP interface in the tprot test
` [PATCH v2 4/4] KVM: s390: selftests: Use TAP interface in the reset test
[kvm-unit-tests PATCH v2 0/4] s390x: add migration test support
2022-04-20 11:16 UTC (3+ messages)
` [kvm-unit-tests PATCH v2 4/4] s390x: add basic migration test
[PATCH RFC 0/8] hardened usercopy and stacktrace improvement
2022-04-20 7:32 UTC (15+ messages)
` [PATCH RFC 1/8] stacktrace: Change callback prototype to pass more information
` [PATCH RFC 2/8] arm64: stacktrace: Add arch_within_stack_frames
` [PATCH RFC 3/8] arm64: stacktrace: Make callbacks use new prototype with frame info
` [PATCH RFC 4/8] powerpc: "
` [PATCH RFC 5/8] riscv: "
` [PATCH RFC 6/8] s390: "
` [PATCH RFC 7/8] x86: "
` [PATCH RFC 8/8] lkdtm: usercopy: Make USERCOPY_STACK_FRAME_x able to work for all archs
[PATCH] s390/dasd: Use kzalloc instead of kmalloc/memset
2022-04-20 6:44 UTC (4+ messages)
` [PATCH V2] "
[PATCH 3/9] vfio/mdev: Pass in a struct vfio_device * to vfio_pin/unpin_pages()
2022-04-19 17:00 UTC (4+ messages)
use block_device based APIs in block layer consumers v3
2022-04-19 12:55 UTC (48+ messages)
` [PATCH 01/27] target: remove an incorrect unmap zeroes data deduction
` [PATCH 02/27] target: pass a block_device to target_configure_unmap_from_queue
` [PATCH 03/27] target: fix discard alignment on partitions
` [PATCH 05/27] drbd: use bdev based limit helpers in drbd_send_sizes
` [PATCH 06/27] drbd: use bdev_alignment_offset instead of queue_alignment_offset
` [PATCH 07/27] drbd: cleanup decide_on_discard_support
` [PATCH 08/27] btrfs: use bdev_max_active_zones instead of open coding it
` [PATCH 09/27] ntfs3: use bdev_logical_block_size "
` [PATCH 10/27] mm: use bdev_is_zoned in claim_swapfile
` [PATCH 11/27] block: add a bdev_nonrot helper
` [PATCH 12/27] block: add a bdev_write_cache helper
` [PATCH 13/27] block: add a bdev_fua helper
` [PATCH 14/27] block: add a bdev_stable_writes helper
` [PATCH 15/27] block: add a bdev_max_zone_append_sectors helper
` [PATCH 16/27] block: use bdev_alignment_offset in part_alignment_offset_show
` [PATCH 17/27] block: use bdev_alignment_offset in disk_alignment_offset_show
` [PATCH 18/27] block: move bdev_alignment_offset and queue_limit_alignment_offset out of line
` [PATCH 19/27] block: remove queue_discard_alignment
` [PATCH 20/27] block: use bdev_discard_alignment in part_discard_alignment_show
` [PATCH 21/27] block: move {bdev,queue_limit}_discard_alignment out of line
` [PATCH 22/27] block: refactor discard bio size limiting
` [PATCH 23/27] block: add a bdev_max_discard_sectors helper
` [PATCH 24/27] block: remove QUEUE_FLAG_DISCARD
` [PATCH 25/27] block: add a bdev_discard_granularity helper
` [PATCH 26/27] block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
` [f2fs-dev] "
` [PATCH 27/27] direct-io: remove random prefetches
fix and cleanup discard_alignment handling
2022-04-19 4:51 UTC (22+ messages)
` [PATCH 01/11] ubd: don't set the discard_alignment queue limit
` [PATCH 02/11] nbd: "
` [PATCH 03/11] null_blk: "
` [dm-devel] "
` [PATCH 04/11] virtio_blk: fix the discard_granularity and discard_alignment queue limits
` [PATCH 05/11] dm-zoned: don't set the discard_alignment queue limit
` [dm-devel] "
` [PATCH 06/11] raid5: "
` [PATCH 07/11] dasd: "
` [PATCH 08/11] loop: remove a spurious clear of discard_alignment
` [dm-devel] "
` [PATCH 09/11] nvme: "
` [dm-devel] "
` [PATCH 10/11] rnbd-srv: use bdev_discard_alignment
` [dm-devel] "
` [PATCH 11/11] xen-blkback: "
` [dm-devel] "
[PATCH] s390: vfio-ap: Remove the superfluous MODULE_DEVICE_TABLE declaration
2022-04-18 17:00 UTC (3+ messages)
[PATCH 1/9] vfio: Make vfio_(un)register_notifier accept a vfio_device
2022-04-18 15:52 UTC (5+ messages)
[PATCH v9 00/32] virtio pci support VIRTIO_F_RING_RESET (refactor vring)
2022-04-18 8:48 UTC (12+ messages)
` [PATCH v9 31/32] virtio_net: support rx/tx queue resize
[PATCH v6 4/4] kexec, KEYS, s390: Make use of built-in and secondary keyring for signature verification
2022-04-18 2:11 UTC (2+ messages)
[PATCH 0/3] perf tools: Tidy up symbol end fixup (v3)
2022-04-16 14:59 UTC (5+ messages)
` [PATCH 1/3] perf symbol: Pass is_kallsyms to symbols__fixup_end()
` [PATCH 2/3] perf symbol: Update symbols__fixup_end()
` [PATCH 3/3] perf symbol: Remove arch__symbols__fixup_end()
[PATCH 0/3 v3] Documentation: kernel-parameters: alphabetize and misc. fixes
2022-04-16 8:49 UTC (2+ messages)
[PATCH 9/9] vfio: Remove calls to vfio_group_add_container_user()
2022-04-15 23:45 UTC (6+ messages)
[PATCH net] net/smc: Fix sock leak when release after smc_shutdown()
2022-04-15 10:20 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox