All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-12-12 11:15:08 to 2024-12-12 11:54:47 UTC [more...]

[PATCH] parallels: fix ext_off assertion failure due to overflow
 2024-12-12 11:43 UTC  (3+ messages)

[PATCH next] drm/vc4: unlock on error in vc4_hvs_get_fifo_frame_count()
 2024-12-12 11:54 UTC  (2+ messages)

[PATCH] semihosting/uaccess: Briefly document returned values
 2024-12-12 11:54 UTC 

[PATCH v9 00/28] Qualcomm iris video decoder driver
 2024-12-12 11:51 UTC  (29+ messages)
` [PATCH v9 01/28] dt-bindings: media: Add video support for QCOM SM8550 SoC
` [PATCH v9 02/28] media: iris: add platform driver for iris video device
` [PATCH v9 03/28] media: iris: implement iris v4l2 file ops
` [PATCH v9 04/28] media: iris: introduce iris core state management with shared queues
` [PATCH v9 05/28] media: iris: implement video firmware load/unload
` [PATCH v9 06/28] media: iris: implement boot sequence of the firmware
` [PATCH v9 07/28] media: iris: introduce host firmware interface with necessary hooks
` [PATCH v9 08/28] media: iris: implement power management
` [PATCH v9 09/28] media: iris: implement reqbuf ioctl with vb2_queue_setup
` [PATCH v9 10/28] media: iris: implement s_fmt, g_fmt and try_fmt ioctls
` [PATCH v9 11/28] media: iris: implement g_selection ioctl
` [PATCH v9 12/28] media: iris: implement enum_fmt and enum_framesizes ioctls
` [PATCH v9 13/28] media: iris: implement subscribe_event and unsubscribe_event ioctls
` [PATCH v9 14/28] media: iris: implement iris v4l2_ctrl_ops
` [PATCH v9 15/28] media: iris: implement query_cap ioctl
` [PATCH v9 16/28] media: iris: implement vb2 streaming ops
` [PATCH v9 17/28] media: iris: implement set properties to firmware during streamon
` [PATCH v9 18/28] media: iris: subscribe parameters and properties to firmware for hfi_gen2
` [PATCH v9 19/28] media: iris: allocate, initialize and queue internal buffers
` [PATCH v9 20/28] media: iris: implement vb2 ops for buf_queue and firmware response
` [PATCH v9 21/28] media: iris: add support for dynamic resolution change
` [PATCH v9 22/28] media: iris: handle streamoff/on from client in "
` [PATCH v9 23/28] media: iris: add support for drain sequence
` [PATCH v9 24/28] media: iris: add check whether the video session is supported or not
` [PATCH v9 25/28] media: iris: implement power scaling for vpu2 and vpu3
` [PATCH v9 26/28] media: iris: add check to allow sub states transitions
` [PATCH v9 27/28] media: iris: enable video driver probe of SM8250 SoC
` [PATCH v9 28/28] media: MAINTAINERS: add Qualcomm iris video accelerator driver

[PATCH v2 00/35] Introduce NS8250 UART emulator
 2024-12-12 11:53 UTC  (4+ messages)
` [PATCH v2 09/35] x86/domain: print emulation_flags

4.4-rt nilfs problem
 2024-12-12 11:53 UTC  (3+ messages)
  ` [cip-dev] "

[PATCH v2 00/34] next-cube: more tidy-ups and improvements
 2024-12-12 11:46 UTC  (35+ messages)
` [PATCH v2 01/34] next-cube: remove 0x14020 dummy value from next_mmio_read()
` [PATCH v2 02/34] next-cube: remove overlap between next.dma and next.mmio memory regions
` [PATCH v2 03/34] next-cube: create new next.scsi container memory region
` [PATCH v2 04/34] next-cube: move next_scsi_init() to next_pc_realize()
` [PATCH v2 05/34] next-cube: introduce next_pc_init() object init function
` [PATCH v2 06/34] next-cube: introduce next-scsi device
` [PATCH v2 07/34] next-cube: move SCSI CSRs from next-pc to the "
` [PATCH v2 08/34] next-cube: move SCSI 4020/4021 logic from next-pc device to "
` [PATCH v2 09/34] next-cube: move floppy disk MMIO to separate memory region in next-pc
` [PATCH v2 10/34] next-cube: map ESCC registers as a subregion of the next.scr memory region
` [PATCH v2 11/34] next-cube: move ESCC to be QOM child of next-pc device
` [PATCH v2 12/34] next-cube: move timer MMIO to separate memory region on "
` [PATCH v2 13/34] next-cube: move en ethernet "
` [PATCH v2 14/34] next-cube: add empty slots for unknown accesses to next.scr memory region
` [PATCH v2 15/34] next-cube: remove unused "
` [PATCH v2 16/34] next-cube: rearrange NeXTState declarations to improve readability
` [PATCH v2 17/34] next-cube: convert next-pc device to use Resettable interface
` [PATCH v2 18/34] next-cube: rename typedef struct NextRtc to NeXTRTC
` [PATCH v2 19/34] next-cube: use qemu_irq to drive int_status in next_scr2_rtc_update()
` [PATCH v2 20/34] next-cube: separate rtc read and write shift logic
` [PATCH v2 21/34] next-cube: always use retval to return rtc read values
` [PATCH v2 22/34] next-cube: use named gpio to set RTC data bit in scr2
` [PATCH v2 23/34] next-cube: use named gpio to read "
` [PATCH v2 24/34] next-cube: don't use rtc phase value of -1
` [PATCH v2 25/34] next-cube: QOMify NeXTRTC
` [PATCH v2 26/34] next-cube: move reset of next-rtc fields from next-pc to next-rtc
` [PATCH v2 27/34] next-cube: move rtc-data-in gpio from next-pc to next-rtc device
` [PATCH v2 28/34] next-cube: use named gpio output for next-rtc data
` [PATCH v2 29/34] next-cube: add rtc-cmd-reset named gpio to reset the rtc state machine
` [PATCH v2 30/34] next-cube: add rtc-power-out named gpio to trigger the NEXT_PWR_I interrupt
` [PATCH v2 31/34] next-cube: move next_rtc_cmd_is_write() and next_rtc_data_in_irq() functions
` [PATCH v2 32/34] next-cube: rename old_scr2 and scr2_2 in next_scr2_rtc_update()
` [PATCH v2 33/34] next-cube: add my copyright to the top of the file
` [PATCH v2 34/34] next-cube: replace boiler-plate GPL 2.0 or later license text with SPDX identifier

[PATCH] Documentation: sched/RT: Update paragraphs about RT bandwidth control
 2024-12-12 11:52 UTC  (2+ messages)

[PATCH v3] drm/display: use ERR_PTR on DP tunnel manager creation fail
 2024-12-12 11:51 UTC  (2+ messages)
` ✗ i915.CI.BAT: failure for drm/display: use ERR_PTR on DP tunnel manager creation fail (rev2)

[RFC net-next v02 0/3] net: hinic3: Add a driver for Huawei 3rd gen NIC
 2024-12-12 12:04 UTC  (4+ messages)
` [RFC net-next v02 1/3] net: hinic3: module initialization and tx/rx logic
` [RFC net-next v02 2/3] net: hinic3: management interfaces
` [RFC net-next v02 3/3] net: hinic3: sw and hw initialization code

[PATCH] iommu/vt-d: Fix kernel NULL pointer dereference in cache_tag_flush_range_np()
 2024-12-12 11:50 UTC  (7+ messages)

[PULL] u-boot-usb/master
 2024-12-12 11:49 UTC 

[PATCH] mm: assert mmap write lock held on do_mmap(), mmap_region()
 2024-12-12 11:48 UTC 

[PATCH v2 0/7] Unflattening and relocation of host device tree
 2024-12-12 11:48 UTC  (5+ messages)
` [PATCH v2 2/7] xen/riscv: add destroy_xen_mappings() to remove mappings in Xen page tables
` [PATCH v2 4/7] xen/riscv: add {set,clear}_fixmap() functions for managing fixmap entries

[PATCH][net-next] net/mlx5e: avoid to call net_dim and dim_update_sample
 2024-12-12 11:47 UTC 

[PATCH] ARM: dts: imx27-eukrea-mbimxsd27: Fix ADS7846 interrupt
 2024-12-12 11:45 UTC 

[PATCH] ocfs2: Revert "ocfs2: fix the la space leak when unmounting an ocfs2 volume"
 2024-12-12 11:47 UTC  (8+ messages)
` Patch "ocfs2: Revert "ocfs2: fix the la space leak when unmounting an ocfs2 volume"" has been added to the 5.4-stable tree
` Patch "ocfs2: Revert "ocfs2: fix the la space leak when unmounting an ocfs2 volume"" has been added to the 5.10-stable tree
` Patch "ocfs2: Revert "ocfs2: fix the la space leak when unmounting an ocfs2 volume"" has been added to the 5.15-stable tree
` Patch "ocfs2: Revert "ocfs2: fix the la space leak when unmounting an ocfs2 volume"" has been added to the 6.1-stable tree
` Patch "ocfs2: Revert "ocfs2: fix the la space leak when unmounting an ocfs2 volume"" has been added to the 6.6-stable tree
` Patch "ocfs2: Revert "ocfs2: fix the la space leak when unmounting an ocfs2 volume"" has been added to the 6.12-stable tree

[PATCH v3 0/6] arm64: Clean up and simplify PA space size handling
 2024-12-12 11:44 UTC  (4+ messages)
` [PATCH v3 4/6] arm64/kvm: Avoid invalid physical addresses to signal owner updates

Why is there no list_prev_rcu()?
 2024-12-12 11:46 UTC  (3+ messages)

[PATCH v7 0/6] ASoC: fsl: add memory to memory function for ASRC
 2024-12-12 11:44 UTC  (3+ messages)
` [PATCH v7 4/6] ASoC: fsl_asrc_m2m: Add memory to memory function

[PATCH v6 00/10] iio: adc: ad7124: Various fixes
 2024-12-12 11:44 UTC  (6+ messages)

[PATCH v3 0/7] drm/connector: Expose only a properly inited connector
 2024-12-12 11:45 UTC  (4+ messages)
` [PATCH v3 01/11] drm/connector: Add a way to init/add a connector in separate steps

[PATCH 0/8] x86, sched: Dynamic ITMT core ranking support and some yak shaving
 2024-12-12 11:43 UTC  (9+ messages)
` [PATCH 6/8] sched/fair: Do not compute NUMA Balancing stats unnecessarily during lb
` [PATCH 7/8] sched/fair: Do not compute overloaded status "

[PATCH net v1] rust: net::phy fix module autoloading
 2024-12-12 11:42 UTC  (2+ messages)

[PATCH 6.1.y] net: napi: Prevent overflow of napi_defer_hard_irqs
 2024-12-12 11:41 UTC  (2+ messages)

[PATCH 00/15] Hyperlaunch device tree for dom0
 2024-12-12 11:40 UTC  (21+ messages)
` [PATCH 08/15] x86/hyperlaunch: locate dom0 kernel with hyperlaunch
` [PATCH 12/15] x86/hyperlaunch: specify dom0 mode with device tree
` [PATCH 13/15] x86/hyperlaunch: add memory parsing to domain config
` [PATCH 14/15] x86/hyperlaunch: add max vcpu parsing of hyperlaunch device tree
` [PATCH 15/15] x86/hyperlaunch: add capabilities to boot domain

[PATCH bpf v1 3/4] bpf: Augment raw_tp arguments with PTR_MAYBE_NULL
 2024-12-12 11:39 UTC  (2+ messages)

[android-common:android-4.19-stable 11009/30000] kernel/sched/stubs.c:8:5: warning: no previous prototype for function 'sched_isolate_cpu'
 2024-12-12 11:36 UTC 

[PATCHv14 00/11] block write streams with nvme fdp
 2024-12-12 11:39 UTC  (2+ messages)

[Bug 219495] New: [TPM2] tpm_tis driver crashs during the boot time
 2024-12-12 11:39 UTC  (3+ messages)
` [Bug 219495] "

[PATCH v2] media: intel/ipu6: move some boot messages to debug level
 2024-12-12 11:37 UTC 

[PATCH v4 00/18] NVMe PCI endpoint target driver
 2024-12-12 11:34 UTC  (19+ messages)
` [PATCH v4 01/18] nvme: Move opcode string helper functions declarations
` [PATCH v4 02/18] nvmet: Add vendor_id and subsys_vendor_id subsystem attributes
` [PATCH v4 03/18] nvmet: Export nvmet_update_cc() and nvmet_cc_xxx() helpers
` [PATCH v4 04/18] nvmet: Introduce nvmet_get_cmd_effects_admin()
` [PATCH v4 05/18] nvmet: Add drvdata field to struct nvmet_ctrl
` [PATCH v4 06/18] nvme: Add PCI transport type
` [PATCH v4 07/18] nvmet: Improve nvmet_alloc_ctrl() interface and implementation
` [PATCH v4 08/18] nvmet: Introduce nvmet_req_transfer_len()
` [PATCH v4 09/18] nvmet: Introduce nvmet_sq_create() and nvmet_cq_create()
` [PATCH v4 10/18] nvmet: Add support for I/O queue management admin commands
` [PATCH v4 11/18] nvmet: Do not require SGL for PCI target controller commands
` [PATCH v4 12/18] nvmet: Introduce get/set_feature controller operations
` [PATCH v4 13/18] nvmet: Implement host identifier set feature support
` [PATCH v4 14/18] nvmet: Implement interrupt coalescing "
` [PATCH v4 15/18] nvmet: Implement interrupt config "
` [PATCH v4 16/18] nvmet: Implement arbitration "
` [PATCH v4 17/18] nvmet: New NVMe PCI endpoint target driver
` [PATCH v4 18/18] Documentation: Document the "

Using EFI variables stored in RPMB
 2024-12-12 11:36 UTC 

[PATCH v2 00/18] KVM: arm64: Non-protected guest stage-2 support for pKVM
 2024-12-12 11:35 UTC  (3+ messages)
` [PATCH v2 17/18] KVM: arm64: Introduce the EL1 pKVM MMU

[PATCH v6 0/3] drm: adv7511: ADV7535 fixes
 2024-12-12 11:34 UTC  (4+ messages)

[Buildroot] [git commit] package/kodi-pvr-vuplus: bump version to 21.3.1-Omega
 2024-12-12 11:31 UTC 

[Buildroot] [git commit] package/alsa-lib: bump version to 1.2.13
 2024-12-12 11:32 UTC 

[Buildroot] [git commit] package/kodi-inputstream-adaptive: bump version to 21.5.7-Omega
 2024-12-12 11:30 UTC 

[Buildroot] [git commit] package/kodi-pvr-mythtv: bump version to 21.1.11-Omega
 2024-12-12 11:31 UTC 

[Buildroot] [git commit] package/alsa-utils: bump version to 1.2.13
 2024-12-12 11:32 UTC 

[PATCH] printk: Fix signed integer overflow when defining LOG_BUF_LEN_MAX
 2024-12-12 11:33 UTC  (2+ messages)

[Buildroot] [git commit] package/intel-mediadriver: bump version to 24.4.4
 2024-12-12 11:25 UTC 

[Buildroot] [git commit] package/zfs: bump version to 2.2.7
 2024-12-12 11:28 UTC 

[Buildroot] [git commit] package/libxml2: bump version to 2.13.5
 2024-12-12 11:30 UTC 

[Buildroot] [git commit] package/mrouted: bump version to 4.6
 2024-12-12 11:30 UTC 

[Buildroot] [git commit] package/samba4: bump version to 4.20.6
 2024-12-12 11:25 UTC 

Possible regression 2024.12.0 in parsing "aliases"
 2024-12-12 11:31 UTC  (4+ messages)

[Buildroot] [git commit] package/intel-vpl-gpu-rt: bump version to 24.4.4
 2024-12-12 11:25 UTC 

[Buildroot] [git commit] package/wget: bump version to 1.25.0
 2024-12-12 11:27 UTC 

[Buildroot] [git commit] package/fetchmail: bump version to 6.5.1
 2024-12-12 11:27 UTC 

[Buildroot] [git commit] package/intel-gmmlib: bump version to 22.5.5
 2024-12-12 11:24 UTC 

[PATCH v3 0/9] arm64: Support 2024 dpISA extensions
 2024-12-12 11:33 UTC  (6+ messages)
` [PATCH v3 2/9] arm64/sysreg: Update ID_AA64ISAR3_EL1 to DDI0601 2024-09

[PATCH] watchdog: stm32_iwdg: fix DT backward compatibility
 2024-12-12 11:15 UTC  (3+ messages)
` [PATCH v2] watchdog: stm32_iwdg: fix error message during driver probe

[Buildroot] [PATCH 1/2] package/alsa-lib: bump version to 1.2.13
 2024-12-12 11:32 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] package/alsa-utils: "

[PATCH] usb: gadget: configfs: Ignore trailing LF for user strings to cdev
 2024-12-12 11:32 UTC  (2+ messages)

[PATCH v2 0/2] thermal: imx91: Add support for i.MX91 thermal monitoring unit
 2024-12-12 11:31 UTC  (7+ messages)
` [PATCH v2 2/2] "

[PATCH] mm: add comments to do_mmap(), mmap_region() and vm_mmap()
 2024-12-12 11:31 UTC 

ocfs2 broken for me in 6.6.y since 6.6.55
 2024-12-12 11:31 UTC  (7+ messages)

[Buildroot] [PATCH 1/3] package/kodi-inputstream-adaptive: bump version to 21.5.7-Omega
 2024-12-12 11:31 UTC  (6+ messages)
` [Buildroot] [PATCH 2/3] package/kodi-pvr-mythtv: bump version to 21.1.11-Omega
` [Buildroot] [PATCH 3/3] package/kodi-pvr-vuplus: bump version to 21.3.1-Omega

[Buildroot] [PATCH 1/1] package/mrouted: bump version to 4.6
 2024-12-12 11:31 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/libxml2: bump version to 2.13.5
 2024-12-12 11:30 UTC  (2+ messages)

[PATCH] wifi: iwlwifi: fix CRF name for Bz
 2024-12-12 11:29 UTC 

[io-uring] use-after-free in io_cqring_wait
 2024-12-12 11:30 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/zfs: bump version to 2.2.7
 2024-12-12 11:29 UTC  (2+ messages)

[PATCH v6 00/16] media: qcom: camss: Add sm8550 support
 2024-12-12 11:28 UTC  (4+ messages)
` [PATCH 15/16] media: qcom: camss: Add CSID 780 support

[Buildroot] [PATCH 1/1] package/fetchmail: bump version to 6.5.1
 2024-12-12 11:28 UTC  (2+ messages)

[PATCH 00/26] rust: bundle of prerequisites for HPET implementation
 2024-12-12 11:28 UTC  (7+ messages)
` [PATCH 18/26] rust: qom: add possibility of overriding unparent
` [PATCH 19/26] rust: rename qemu-api modules to follow C code a bit more

[PATCH v5 0/7] Fix RK3588 GPU power domain
 2024-12-12 11:26 UTC  (7+ messages)
` [PATCH v5 3/7] pmdomain: rockchip: forward rockchip_do_pmu_set_power_domain errors

[Buildroot] [PATCH 1/1] package/wget: bump version to 1.25.0
 2024-12-12 11:27 UTC  (2+ messages)

[PATCH v2 0/8] Add GCE support for MT8196
 2024-12-12 11:25 UTC  (13+ messages)
` [PATCH v2 1/8] dt-bindings: mailbox: mediatek: Add GCE header file "
` [PATCH v2 2/8] dt-bindings: mailbox: mediatek: Add MT8196 support for gce-mailbox

[PATCH] nvmet: propagate npwg and awupf topology
 2024-12-12 11:25 UTC  (3+ messages)

[PATCH] wifi: ath12k: fix read pointer after free in ath12k_mac_assign_vif_to_vdev()
 2024-12-12 11:26 UTC  (2+ messages)

[PATCH v3] fanotify: notify on mount attach and detach
 2024-12-12 11:27 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/samba4: bump version to 4.20.6
 2024-12-12 11:26 UTC  (2+ messages)

[Buildroot] [PATCH 1/3] package/intel-gmmlib: bump version to 22.5.5
 2024-12-12 11:25 UTC  (6+ messages)
` [Buildroot] [PATCH 2/3] package/intel-mediadriver: bump version to 24.4.4
` [Buildroot] [PATCH 3/3] package/intel-vpl-gpu-rt: "

[PATCH] rust: sync: add #[must_use] to Lock::try_lock
 2024-12-12 11:25 UTC  (3+ messages)
` [PATCH v5] "

[PATCH net v3 0/3] bnxt_en: support header page pool in queue API
 2024-12-12 11:23 UTC  (9+ messages)
` [PATCH net v3 3/3] bnxt_en: handle tpa_info in queue API implementation

[syzbot] [v9fs?] WARNING in __alloc_frozen_pages_noprof
 2024-12-12 11:22 UTC  (4+ messages)
` Alloc cap limit for 9p xattrs (Was: WARNING in __alloc_frozen_pages_noprof)

[meta-oe][PATCH] vbxguestdrivers: upgrade 7.0.20 -> 7.1.4
 2024-12-12 11:22 UTC 

[PATCH] media: rcar-csi2: Update D-PHY startup on V4M
 2024-12-12 11:21 UTC  (4+ messages)

[syzbot] [integrity?] [lsm?] KMSAN: uninit-value in ima_add_template_entry (2)
 2024-12-12 11:21 UTC  (2+ messages)
` [syzbot] [lsm?] [integrity?] "

[kernel-cve-triage] Weekly Triage Report
 2024-12-12 11:20 UTC 

[PATCH net-next] selftests: forwarding: add a pvid_change test to bridge_vlan_unaware
 2024-12-12 11:20 UTC  (2+ messages)

[PATCH net-next 0/5] ionic: minor code updates
 2024-12-12 11:20 UTC  (2+ messages)

[PATCH net-next v6 0/5] Add rds ptp library for Microchip phys
 2024-12-12 11:18 UTC  (4+ messages)
` [PATCH net-next v6 2/5] net: phy: microchip_rds_ptp : "

[PATCH i-g-t] tests/intel-ci: Update chamelium-only.testlist
 2024-12-12 11:15 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "


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.