All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-10-31 16:21:36 to 2023-10-31 16:40:02 UTC [more...]

qemu-arm64: handle_futex_death - kernel/futex/core.c:661 - Unable to handle kernel unknown 43 at virtual address
 2023-10-31 16:32 UTC  (13+ messages)
              ` [LTP] "

[PATCH v14 00/56] Add DELETE_BUF ioctl
 2023-10-31 16:31 UTC  (148+ messages)
` [PATCH v14 01/56] media: videobuf2: Rename offset parameter
` [PATCH v14 02/56] media: videobuf2: Rework offset 'cookie' encoding pattern
` [PATCH v14 03/56] media: videobuf2: Stop spamming kernel log with all queue counter
` [PATCH v14 04/56] media: videobuf2: Use vb2_buffer instead of index
` [PATCH v14 05/56] media: videobuf2: Access vb2_queue bufs array through helper functions
` [PATCH v14 06/56] media: videobuf2: Remove duplicated index vs q->num_buffers check
` [PATCH v14 07/56] media: videobuf2: Add helper to get queue number of buffers
` [PATCH v14 08/56] media: videobuf2: Use vb2_get_num_buffers() helper
` [PATCH v14 09/56] media: amphion: Use vb2_get_buffer() instead of directly access to buffers array
` [PATCH v14 10/56] media: amphion: Stop direct calls to queue num_buffers field
` [PATCH v14 11/56] media: mediatek: jpeg: Use vb2_get_buffer() instead of directly access to buffers array
` [PATCH v14 12/56] media: mediatek: vdec: Remove useless loop
` [PATCH v14 13/56] media: mediatek: vcodec: Stop direct calls to queue num_buffers field
` [PATCH v14 14/56] media: sti: hva: Use vb2_get_buffer() instead of directly access to buffers array
` [PATCH v14 15/56] media: visl: "
` [PATCH v14 16/56] media: atomisp: "
` [PATCH v14 17/56] media: atomisp: Stop direct calls to queue num_buffers field
` [PATCH v14 18/56] media: dvb-core: Use vb2_get_buffer() instead of directly access to buffers array
` [PATCH v14 19/56] media: dvb-core: Do not initialize twice queue num_buffer field
` [PATCH v14 20/56] media: dvb-frontends: rtl2832: Stop direct calls to queue num_buffers field
` [PATCH v14 21/56] media: pci: dt3155: Remove useless check
` [PATCH v14 22/56] media: pci: tw686x: Stop direct calls to queue num_buffers field
` [PATCH v14 23/56] media: pci: cx18: "
` [PATCH v14 24/56] media: pci: netup_unidvb: "
` [PATCH v14 25/56] media: pci: tw68: "
` [PATCH v14 26/56] media: i2c: video-i2c: "
` [PATCH v14 27/56] media: coda: "
` [PATCH v14 28/56] media: nxp: "
` [PATCH v14 29/56] media: verisilicon: "
` [PATCH v14 30/56] media: test-drivers: "
` [PATCH v14 31/56] media: imx: "
` [PATCH v14 32/56] media: meson: vdec: "
` [PATCH v14 33/56] touchscreen: sur40: "
` [PATCH v14 34/56] sample: v4l: "
` [PATCH v14 35/56] media: cedrus: "
` [PATCH v14 36/56] media: nuvoton: "
` [PATCH v14 37/56] media: renesas: "
` [PATCH v14 38/56] media: ti: "
` [PATCH v14 39/56] media: usb: airspy: "
` [PATCH v14 40/56] media: usb: cx231xx: "
` [PATCH v14 41/56] media: usb: hackrf: "
` [PATCH v14 42/56] media: usb: usbtv: "
` [PATCH v14 43/56] media: videobuf2: Be more flexible on the number of queue stored buffers
` [PATCH v14 44/56] media: core: Report the maximum possible number of buffers for the queue
` [PATCH v14 45/56] media: test-drivers: vivid: Increase max supported buffers for capture queues
` [PATCH v14 46/56] media: test-drivers: vicodec: Increase max supported capture queue buffers
` [PATCH v14 47/56] media: verisilicon: Refactor postprocessor to store more buffers
` [PATCH v14 48/56] media: verisilicon: Store chroma and motion vectors offset
` [PATCH v14 49/56] media: verisilicon: g2: Use common helpers to compute chroma and mv offsets
` [PATCH v14 51/56] media: core: Rework how create_buf index returned value is computed
` [PATCH v14 53/56] media: core: Free range of buffers
` [PATCH v14 55/56] media: v4l2: Add mem2mem helpers for DELETE_BUFS ioctl

[Buildroot] [PATCH v2 1/1] configs/zynq_zc702_defconfig: new defconfig
 2023-10-31 16:39 UTC  (6+ messages)

[Nouveau] [PATCH drm-misc-next v7 0/7] [RFC] DRM GPUVM features
 2023-10-31 16:39 UTC  (9+ messages)
` [Nouveau] [PATCH drm-misc-next v7 4/7] drm/gpuvm: add an abstraction for a VM / BO combination
      `  "

[PATCH v5 bpf-next 00/23] BPF register bounds logic and testing improvements
 2023-10-31 16:36 UTC  (13+ messages)
` [PATCH v5 bpf-next 17/23] bpf: generalize reg_set_min_max() to handle two sets of two registers
` [PATCH v5 bpf-next 19/23] bpf: generalize is_scalar_branch_taken() logic
` [PATCH v5 bpf-next 20/23] bpf: enhance BPF_JEQ/BPF_JNE is_branch_taken logic

[PATCH] KVM: x86/xen: improve accuracy of Xen timers
 2023-10-31 16:34 UTC  (7+ messages)

[PATCH v4] ALSA: virtio: use ack callback
 2023-10-31 16:35 UTC  (5+ messages)

[PATCH v7 0/3] riscv: Add remaining module relocations and tests
 2023-10-31 16:35 UTC  (4+ messages)
` [PATCH v7 1/3] riscv: Avoid unaligned access when relocating modules

[PATCH 0/7] hw: Few more QOM/QDev cleanups
 2023-10-31 16:35 UTC  (5+ messages)
` [PATCH 4/7] hw/scsi/virtio-scsi: Use VIRTIO_SCSI_COMMON() macro

[PATCH] x86/irq: do not insert IRQ_MSI_EMU in emuirq mappings
 2023-10-31 16:33 UTC  (2+ messages)

[PATCH 0/7] qcow2: make subclusters discardable
 2023-10-31 16:33 UTC  (4+ messages)
` [PATCH 4/7] "

[PATCH] overview-manual: concepts: Add Bitbake Tasks Map
 2023-10-31 16:33 UTC  (4+ messages)
` [docs] "

[PATCH 1/1] device property: Add fwnode_name_eq()
 2023-10-31 16:32 UTC  (2+ messages)

[PATCH v8 00/20] Imagination Technologies PowerVR DRM driver
 2023-10-31 16:31 UTC  (3+ messages)
` [PATCH v8 11/20] drm/imagination: Add GEM and VM related code

[PATCH v2] hwmon:Add MEC172x Micro Chip driver for Lenovo motherboards
 2023-10-31 16:30 UTC  (2+ messages)

[RFC] drm/tests: annotate intentional stack trace in drm_test_rect_calc_hscale()
 2023-10-31 16:27 UTC  (3+ messages)

[PATCH 4/5] wifi: brcmfmac: Support bss_info up to v112
 2023-10-31 16:27 UTC  (4+ messages)

[PATCH 0/2] Fix error-leg bugs / misbehaviors in i2c-bcm2835 driver
 2023-10-31 16:26 UTC  (6+ messages)
` [PATCH 1/2] [i2c-bcm2835] Fully clean up hardware state machine after a timeout

[PATCH v4 0/3] Support disabling fair tag sharing
 2023-10-31 16:25 UTC  (9+ messages)

[PATCH 0/2] Two small closures patches
 2023-10-31 16:24 UTC  (3+ messages)
` [PATCH 1/2] closures: Better memory barriers
` [PATCH 2/2] closures: Fix race in closure_sync()

[PATCH] tracing: Have trace_event_file have ref counters
 2023-10-31 16:24 UTC 

stable-rc/linux-5.4.y build: 17 builds: 2 failed, 15 passed, 2 errors, 26 warnings (v5.4.259-52-g1bf56352686f)
 2023-10-31 16:24 UTC 

[PATCH 2/4] rcu/tasks: Handle new PF_IDLE semantics
 2023-10-31 16:23 UTC  (11+ messages)

[ISSUE] `cxl disable-region region0` twice but got same output
 2023-10-31 16:24 UTC  (2+ messages)

rtw88, rtw89 -- options for bringing a couple rtw standalone GitHub repos into backports.git
 2023-10-31 16:24 UTC  (8+ messages)

[PATCH v4 0/2] Some fixes for idxd driver
 2023-10-31 16:23 UTC  (3+ messages)
` [PATCH v4 2/2] dmaengine: idxd: Fix incorrect descriptions for GRPCFG register

[PATCH v2] scsi: ufs: ufs-sysfs: Expose UFS power info
 2023-10-31 16:23 UTC  (2+ messages)

[PATCH net v2] net: dsa: tag_rtl4_a: Bump min packet size
 2023-10-31 16:23 UTC  (9+ messages)

[Intel-gfx] [rft, PATCH v2 0/7] drm/i915/dsi: 2nd attempt to get rid of IOSF GPIO
 2023-10-31 16:21 UTC  (7+ messages)
` [Intel-gfx] [PATCH v2 6/7] drm/i915/dsi: Replace poking of CHV GPIOs behind the driver's back
      `  "

[RFC PATCH v3 0/3] Add a new acquire resource to query vcpu statistics
 2023-10-31 16:22 UTC  (4+ messages)
` [RFC PATCH v3 1/3] xen/memory : Add a stats_table resource type
` [RFC PATCH v3 2/3] x86/mm: Do not validate/devalidate PGT_none type
` [RFC PATCH v3 3/3] tools/misc: Add xen-vcpus-stats tool

[RFC PATCH v3 0/4] Node Weights and Weighted Interleave
 2023-10-31 16:22 UTC  (5+ messages)


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.