messages from 2023-11-05 16:13:06 to 2023-11-05 16:56:08 UTC [more...]
[PATCH v4 00/11] media: rkvdec: Add H.264 High 10 and 4:2:2 profile support
2023-11-05 16:55 UTC (10+ messages)
` [PATCH v4 01/11] media: v4l2-common: Add helpers to calculate bytesperline and sizeimage
` [PATCH v4 02/11] media: v4l2: Add NV15 and NV20 pixel formats
` [PATCH v4 03/11] media: rkvdec: h264: Use bytesperline and buffer height as virstride
` [PATCH v4 04/11] media: rkvdec: h264: Don't hardcode SPS/PPS parameters
` [PATCH v4 05/11] media: rkvdec: h264: Remove SPS validation at streaming start
` [PATCH v4 06/11] media: rkvdec: Extract rkvdec_fill_decoded_pixfmt into helper
[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
2023-11-05 16:30 UTC (166+ messages)
` [PATCH 01/34] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [PATCH 02/34] KVM: Assert that mmu_invalidate_in_progress *never* goes negative
` [PATCH 03/34] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH 04/34] KVM: WARN if there are dangling MMU invalidations at VM destruction
` [PATCH 05/34] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER
` [PATCH 06/34] KVM: PPC: Return '1' unconditionally for KVM_CAP_SYNC_MMU
` [PATCH 07/34] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
` [PATCH 08/34] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [PATCH 09/34] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
` [PATCH 10/34] KVM: Add a dedicated mmu_notifier flag for reclaiming freed memory
` [PATCH 11/34] KVM: Drop .on_unlock() mmu_notifier hook
` [PATCH 12/34] KVM: Introduce per-page memory attributes
` [PATCH 13/34] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
` [PATCH 14/34] fs: Rename anon_inode_getfile_secure() and anon_inode_getfd_secure()
` [PATCH 15/34] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [PATCH 16/34] KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN
` [PATCH 17/34] KVM: x86: Disallow hugepages when memory attributes are mixed
` [PATCH 18/34] KVM: x86/mmu: Handle page fault for private memory
` [PATCH 19/34] KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro
` [PATCH 20/34] KVM: Allow arch code to track number of memslot address spaces per VM
` [PATCH 21/34] KVM: x86: Add support for "protected VMs" that can utilize private memory
` [PATCH 22/34] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
` [PATCH 23/34] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
` [PATCH 24/34] KVM: selftests: Add support for creating private memslots
` [PATCH 25/34] KVM: selftests: Add helpers to convert guest memory b/w private and shared
` [PATCH 26/34] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)
` [PATCH 27/34] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
` [PATCH 28/34] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data
` [PATCH 29/34] KVM: selftests: Add x86-only selftest for private memory conversions
` [PATCH 30/34] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
` [PATCH 31/34] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
` [PATCH 32/34] KVM: selftests: Add basic selftest for guest_memfd()
` [PATCH 33/34] KVM: selftests: Test KVM exit behavior for private memory/access
` [PATCH 34/34] KVM: selftests: Add a memory region subtest to validate invalid flags
` [PATCH 35/34] KVM: Prepare for handling only shared mappings in mmu_notifier events
` [PATCH 36/34] KVM: Add transparent hugepage support for dedicated guest memory
[PATCH net v2] i40e: Fix adding unsupported cloud filters
2023-11-05 16:46 UTC (2+ messages)
` [Intel-wired-lan] "
[Intel-xe] [drm-xe:oak/drm-evictable-lru] BUILD REGRESSION d1f59526925ae851c6abf77af8ae6f8c3cffeebd
2023-11-05 16:53 UTC
[PATCH] ltp/fsx.h: Explicitly use int for return type for aio_rw()
2023-11-05 16:41 UTC (2+ messages)
[PATCH] net: bcmasp: Use common error handling code in bcmasp_probe()
2023-11-05 16:33 UTC (2+ messages)
` [cocci] "
[meta-filesystems][PATCH] xfstests: Fix build on musl
2023-11-05 16:34 UTC
[PATCH v3 00/12] Resolve issues with booting distros on x86
2023-11-05 16:29 UTC (4+ messages)
` [PATCH v3 09/12] x86: Enable SSE in 64-bit mode
Need advise with u-boot on SH-7785LCR
2023-11-05 16:29 UTC (4+ messages)
Blank screen on boot of Linux 6.5 and later on Lenovo ThinkPad L570
2023-11-05 16:28 UTC (14+ messages)
ERROR: modpost: vmlinux: local symbol 'init_binfmt_misc' was exported
2023-11-05 16:26 UTC
long stalls when creating 20 directory trees of 1 million inodes in parallel
2023-11-05 16:26 UTC (2+ messages)
drivers/comedi/drivers/tests/../ni_stc.h:1140:35: warning: 'range_ni_E_ao_ext' defined but not used
2023-11-05 16:26 UTC
[PATCH 1/1] rng: detect RISC-V Zkr RNG device in bind method
2023-11-05 16:25 UTC (4+ messages)
[PATCH v13 00/35] KVM: guest_memfd() and per-page attributes
2023-11-05 16:19 UTC (8+ messages)
` [PATCH v13 20/35] KVM: x86/mmu: Handle page fault for private memory
[virtio-comment] [PATCH V2 0/6] introduce basic facilities for virito live migration
2023-11-05 16:20 UTC (7+ messages)
` [virtio-comment] [PATCH V2 6/6] virtio-pci: implement dirty page tracking
` [virtio-comment] "
` [virtio-comment] "
[PATCH/RFC] debugobjects/slub: Print slab info and backtrace
2023-11-05 16:20 UTC (3+ messages)
[RFC PATCH 00/32] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2023-11-05 16:12 UTC (2+ messages)
` [RFC PATCH 32/32] Documentation: probes: Update fprobe on function-graph tracer
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.