messages from 2026-08-06 19:20:41 to 2026-08-09 00:50:01 UTC [more...]
[PATCH v4 00/20] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
2026-08-09 0:49 UTC (23+ messages)
` [PATCH v4 01/20] mm/vma: introduce VMA anon page offset field and add helpers
` [PATCH v4 02/20] mm: provide vma_[flags_]is_cow_mapping() and remove is_cow_mapping()
` [PATCH v4 03/20] mm: introduce linear_anon_page_index()
` [PATCH v4 04/20] mm: abstract vma_address() and introduce vma_anon_address()
` [PATCH v4 05/20] mm: update print_bad_page_map() to show anon index if appropriate
` [PATCH v4 06/20] mm: introduce and use vma_filebacked_address()
` [PATCH v4 07/20] mm/vma: fix self-merge check in copy_vma()
` [PATCH v4 08/20] tools/testing/vma: add tests for copy_vma() self-merge
` [PATCH v4 09/20] mm: propagate VMA anonymous page offset on map, remap, split + merge
` [PATCH v4 10/20] mm/rmap: track whether the page VMA mapped pgoff is anonymous
` [PATCH v4 11/20] mm: clean up vma_address_end()
` [PATCH v4 12/20] mm/huge_memory: update remove_migration_pmd() to accept a folio
` [PATCH v4 13/20] mm/migrate: calculate large folio page index using PFN
` [PATCH v4 14/20] mm/rmap: use anon pgoff to track MAP_PRIVATE file-backed anon folios
` [PATCH v4 15/20] tools/testing/vma: expand VMA merge tests to assert anon pgoff
` [PATCH v4 16/20] tools/testing/selftests/mm: test anonymous page offset merge behaviour
` [PATCH v4 17/20] mm/vma: only permit MAP_PRIVATE /dev/zero to be mapped anonymous
` [PATCH v4 18/20] mm/vma: make MAP_PRIVATE-mapped /dev/zero mappings truly anonymous
` [PATCH v4 19/20] tools/testing/vma: add test to assert MAP_PRIVATE-/dev/zero is anon
` [PATCH v4 20/20] tools/testing/selftests/mm: add MAP_PRIVATE-/dev/zero merge tests
[PATCH 0/5] s390/vfio-ap: Fix bugs in vfio_ap device driver callback functions
2026-08-08 17:49 UTC (11+ messages)
` [PATCH 1/5] s390/vfio-ap: Fix stale do_remove flag across iterations in vfio_ap_mdev_cfg_remove
` [PATCH 2/5] s390/vfio-ap: Fix dereference matrix_mdev->kvm without checking for NULL
` [PATCH 3/5] s390/vfio-ap: Fix use of wrong lock in mdev probe function
` [PATCH 4/5] s390/vfio-ap: Fix required lock not held during update of ap_matrix_mdev object
` [PATCH 5/5] s390/vfio-ap: Fix control domain removal in vfio_ap_mdev_cfg_remove
[PATCH] s390/vfio-ap: Fix control domain removal in vfio_ap_mdev_cfg_remove
2026-08-08 12:05 UTC (3+ messages)
[PATCH net v3] net/smc: fix clcsock and lgr/lnk races in smc_diag dump path
2026-08-08 8:16 UTC (4+ messages)
` [syzbot ci] "
[PATCH net-next] net/smc: abort the connection when the peer overruns the RMB
2026-08-08 8:12 UTC
[PATCH net v4] net/smc: order the CDC receive path against buffer publication
2026-08-08 7:40 UTC (3+ messages)
[PATCH net v2 0/2] net/smc: close the SMC-D teardown window around the ghost send buffer
2026-08-08 7:21 UTC (3+ messages)
` [PATCH net v2 1/2] net/smc: unregister the connection before draining the rx tasklet
` [PATCH net v2 2/2] net/smc: do not dereference an unset send buffer on the SMC-D teardown path
[PATCH net] net/smc: drain the rx tasklet before detaching the ghost sndbuf
2026-08-08 6:28 UTC (3+ messages)
[PATCH] perf evsel: Improve frame pointer unwinding warning for s390
2026-08-08 4:13 UTC (3+ messages)
[PATCH net-next] s390/ctcm: Convert fsm.h to proper kernel-doc format
2026-08-07 23:40 UTC (2+ messages)
[PATCH v7 00/15] s390/vfio-ap: Add live guest migration support
2026-08-07 22:54 UTC (31+ messages)
` [PATCH v7 01/15] s390/vfio-ap: Provide function to get the number of queues assigned to mdev
` [PATCH v7 02/15] s390/vfio-ap: Data structures for facilitating vfio device migration
` [PATCH v7 03/15] s390/vfio-ap: Functions to initialize/release vfio device migration data
` [PATCH v7 04/15] s390/vfio-ap: Reset migration state in VFIO_DEVICE_RESET ioctl handler
` [PATCH v7 05/15] s390/vfio-ap: Callback to get/set vfio device mig state during guest migration
` [PATCH v7 06/15] s390/vfio-ap: Transition guest migration state from STOP to STOP_COPY
` [PATCH v7 07/15] s390/vfio-ap: File ops called to save the vfio device migration state
` [PATCH v7 08/15] s390/vfio-ap: Transition device migration state from STOP to RESUMING
` [PATCH v7 09/15] s390/vfio-ap: Add method to set a new guest AP configuration
` [PATCH v7 10/15] s390/vfio-ap: File ops called to resume the vfio device migration
` [PATCH v7 11/15] s390/vfio-ap: Transition device migration state to STOP
` [PATCH v7 12/15] s390/vfio-ap: Transition device migration state from STOP to RUNNING and vice versa
` [PATCH v7 13/15] s390/vfio-ap: Callback to get the size of data to be migrated during guest migration
` [PATCH v7 14/15] s390/vfio-ap: Add 'migratable' feature to sysfs 'features' attribute
` [PATCH v7 15/15] s390/vfio-ap: Add live guest migration chapter to vfio-ap.rst
[PATCH net v2] dibs: fix double free of dmb_clientid_arr
2026-08-07 22:50 UTC (4+ messages)
[PATCH] s390/vfio-ap: Fix dereference matrix_mdev->kvm without checking for NULL
2026-08-07 22:24 UTC (3+ messages)
[PATCH net] net/dibs: Fix UAF of dmb_clientid_arr after dibs_dev_del()
2026-08-07 22:00 UTC (4+ messages)
[PATCH v8 17/23] dma-direct: make dma_direct_map_phys() honor DMA_ATTR_CC_SHARED
2026-08-07 18:20 UTC (13+ messages)
` [PATCH] arm64: swiotlb: Keep the default size for protected guests
[PATCH v6 0/1] PCI: hotplug: Add 'uevent' sysfs attribute to trigger slot events
2026-08-07 18:14 UTC (3+ messages)
` [PATCH v6 1/1] "
[PATCH 0/2] scsi: zfcp: Enable CONTEXT_ANALYSIS
2026-08-07 17:47 UTC (2+ messages)
[PATCH v8 00/23] dma-mapping: Track shared DMA state through direct, pool and swiotlb paths
2026-08-07 17:01 UTC (18+ messages)
` [PATCH v8 12/23] dma: swiotlb: pass mapping attributes by reference
[PATCH v4 00/10] dma-buf: heaps: Add support for Tegra VPR
2026-08-07 16:19 UTC (22+ messages)
` [PATCH v4 01/10] dt-bindings: reserved-memory: Document "
` [PATCH v4 02/10] dt-bindings: display: tegra: Document memory regions
` [PATCH v4 03/10] dt-bindings: gpu: host1x: Document memory-regions for NVDEC
` [PATCH v4 04/10] bitmap: Add bitmap_allocate() function
` [PATCH v4 05/10] mm/cma: Allow dynamically creating CMA areas
` [PATCH v4 06/10] dma-buf: heaps: Add debugfs support
` [PATCH v4 07/10] dma-buf: heaps: Add support for Tegra VPR
` [PATCH v4 08/10] arm64: tegra: Add VPR placeholder node on Tegra234
` [PATCH v4 09/10] arm64: tegra: Hook up VPR to host1x
` [PATCH v4 10/10] arm64: tegra: Add VPR placeholder node on Tegra264
[PATCH net-next] net/smc: abort the connection when the peer overruns the RMB
2026-08-07 15:36 UTC (3+ messages)
[PATCH v3 0/3] Fixes and rework for aes_s390
2026-08-07 14:31 UTC (7+ messages)
` [PATCH v3 1/3] s390/crypto: Fix skcipher_walk return code handling in aes_s390
` [PATCH v3 2/3] s390/crypto: Fix missing scrub of temp buffers with AES ctr and gcm algorithm
` [PATCH v3 3/3] s390/crypto: Rewrite AES ctr mode to be prepared for context analysis
[PATCH v2] s390/cpacf: Unpoison instruction results
2026-08-07 13:07 UTC (3+ messages)
[PATCH net-next 0/2] drivers/s390/net: Enable CONTEXT_ANALYSIS
2026-08-07 12:57 UTC (2+ messages)
[PATCH 0/3] s390: Enable CONTEXT_ANALYSIS for cio and virtio
2026-08-07 12:31 UTC (7+ messages)
` [PATCH 1/3] s390/vfio_ccw: Add __must_hold() attribute to vfio_ccw_sch_quiesce()
[PATCH v2] s390/irqflags: Add out-of-line definitions of arch_local_irq_*() for KMSAN
2026-08-07 12:28 UTC (2+ messages)
[PATCH net] dibs: fix double free of dmb_clientid_arr
2026-08-07 12:00 UTC (3+ messages)
` [PATCH net v2] "
[PATCH] s390/cpum_cf: Handle CPU hotplug add and delete
2026-08-07 11:46 UTC (3+ messages)
[PATCH 0/6] KVM: s390: vsie: Small VSIE cleanup and improvements
2026-08-07 11:28 UTC (24+ messages)
` [PATCH 1/6] KVM: s390: Remove double 64bscao feature check
` [PATCH 2/6] KVM: s390: vsie: Remove duplicate assertion
` [PATCH 3/6] KVM: s390: vsie: Convert shift to phys_to_pfn()
` [PATCH 4/6] KVM: s390: vsie: Assert mcck_info offset in vsie_page
` [PATCH 5/6] KVM: s390: vsie: Assert crycb alignment "
` [PATCH 6/6] KVM: s390: vsie: Create constant SCB_ALIGNMENT_SHIFT
[PATCH] s390/cpacf: Unpoison query results
2026-08-07 11:05 UTC (3+ messages)
[PATCH 0/2] s390/char: Enable CONTEXT_ANALYSIS
2026-08-07 10:49 UTC (6+ messages)
` [PATCH 1/2] s390/con3215: Add __must_hold() attribute to raw3215_make_room()
` [PATCH 2/2] s390/char: Enable CONTEXT_ANALYSIS
[PATCH v3 0/3] s390/pci: Enable CONTEXT_ANALYSIS
2026-08-07 10:48 UTC (2+ messages)
[PATCH v7 0/1] Improve zcrypt reply message verification checks
2026-08-07 10:34 UTC (3+ messages)
` [PATCH v7 1/1] s390/zcrypt: "
[PATCH 1/2] s390/pai: Use PAI PMU index as parameter replacing event
2026-08-07 9:02 UTC (4+ messages)
` [PATCH 2/2] s390/pai: Move locking to event init and delete
[PATCH v2] scsi: core: Drop Scsi_Host.default_lock
2026-08-07 8:18 UTC (2+ messages)
[PATCH net] net/smc: drop the abort_work reference when the work is cancelled
2026-08-07 8:16 UTC (2+ messages)
[PATCH v6 0/1] Improve zcrypt reply message verification checks
2026-08-07 7:39 UTC (4+ messages)
` [PATCH v6 1/1] s390/zcrypt: "
[PATCH net-next v1 0/2] net/smc: fix v2 slot clearing and reduce TX slot contention
2026-08-07 6:43 UTC (6+ messages)
` [PATCH net-next v1 1/2] net/smc: clear the correct v2 slot and buffer in smc_wr_tx_put_slot()
` [PATCH net-next v1 2/2] net/smc: reduce TX slot contention with exclusive wait
[PATCH v2 0/6] mm, drm: fix interaction of .pfn_mkwrite() with fixup_user_fault()
2026-08-06 23:32 UTC (3+ messages)
` [PATCH v2 3/6] drm/ttm, drm/vmwgfx: directly create writable PTEs when mkwrite is in use
[PATCH 0/3] init/Kconfig: generalize config COMMAND_LINE_SIZE
2026-08-06 22:57 UTC (2+ messages)
[PATCH v5] s390/vfio-ap: fix stale pqap_hook pointer on error in vfio_ap_mdev_set_kvm()
2026-08-06 19:20 UTC (3+ 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