All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-10-03 07:39:46 to 2023-10-03 08:09:31 UTC [more...]

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

[PATCH 00/15] Nested PAPR API (KVM on PowerVM)
 2023-10-03  8:01 UTC  (7+ messages)
` [PATCH RESEND 08/15] ppc: spapr: Implement nested PAPR hcall - H_GUEST_CREATE
` [PATCH RESEND 14/15] ppc: spapr: Implement nested PAPR hcall - H_GUEST_DELETE

[PATCH kernel v3] x86/compressed/64: reduce #VC nesting for intercepted CPUID for SEV-SNP guest
 2023-10-03  8:07 UTC  (2+ messages)

[syzbot] [overlayfs?] general protection fault in ovl_encode_real_fh
 2023-10-03  8:06 UTC  (4+ messages)

[PATCH v2 0/4] arm64: qcom: sm8550: retrieve USB-C port orientation from gpio
 2023-10-03  8:05 UTC  (5+ messages)
` [PATCH v2 2/4] usb: ucsi: glink: use the connector orientation GPIO to provide switch events

[PATCH v4 00/18] Introduce runtime modifiable Energy Model
 2023-10-03  8:06 UTC  (3+ messages)

[RFC PATCH 0/4] PM: hibernate: LZ4 compression support
 2023-10-03  8:05 UTC  (2+ messages)

[PATCH v1 0/3] mm/gup: Introduce pin_user_pages_fd() for pinning shmem/hugetlbfs file pages
 2023-10-03  7:44 UTC  (8+ messages)
` [PATCH v1 1/3] "
` [PATCH v1 2/3] udmabuf: Pin the pages using pin_user_pages_fd() API
` [PATCH v1 3/3] selftests/dma-buf/udmabuf: Add tests to verify data after page migration

[PATCH v4 0/8] incorporate pm runtime framework and eDP clean up
 2023-10-03  8:05 UTC  (6+ messages)
` [PATCH v4 5/8] drm/msm/dp: incorporate pm_runtime framework into DP driver

[PATCH] platform/chrome: kunit: make EC protocol tests independent
 2023-10-03  8:05 UTC 

[PATCH net-next 0/4] tcp_metrics: four fixes
 2023-10-03  8:04 UTC  (4+ messages)
` [PATCH net-next 4/4] tcp_metrics: optimize tcp_metrics_flush_all()

[PATCH] platform/chrome: kunit: initialize lock for fake ec_dev
 2023-10-03  8:05 UTC 

[PATCH] platform/chrome: cros_ec: fix compilation warning
 2023-10-03  8:04 UTC 

[PATCH v2 0/3] Add devicetree support of Interconnects and USB for SDX75
 2023-10-03  8:04 UTC  (4+ messages)
` [PATCH v2 1/3] arm64: dts: qcom: Add interconnect nodes "

[PATCH v2 0/2] mm: memcg: fix tracking of pending stats updates values
 2023-10-03  8:03 UTC  (5+ messages)

[PATCH v3 19/27] staging: iio: resolver: ad2s1210: add phase lock range support
 2023-10-03  8:03 UTC  (2+ messages)

[RFC PATCH net-next] net: phy: aquantia: add firmware load support
 2023-10-03  8:03 UTC  (2+ messages)

[jimc:dd-shrink-2e 36/37] lib/dynamic_debug.c:1430:6: warning: no previous prototype for function 'dd_clear_range'
 2023-10-03  8:03 UTC 

[PATCH v2 0/5] Fine granular configuration
 2023-10-03  8:03 UTC  (10+ messages)
` [PATCH v2 3/5] arm/dom0less: put dom0less feature code in a separate module

[PATCH v2 0/6] arm64: ti: Enable audio on AM62A
 2023-10-03  8:02 UTC  (5+ messages)
` [PATCH v2 3/6] arm64: dts: ti: k3-am62a7-sk: Drop i2c-1 to 100Khz

[PATCH v3 1/2] dt-bindings: hwmon: ltc2991: add bindings
 2023-10-03  8:00 UTC  (2+ messages)
` [PATCH v3 2/2] drivers: hwmon: ltc2991: add driver support

Metalworking and welding
 2023-10-03  8:01 UTC 

Metalworking and welding
 2023-10-03  8:01 UTC 

[PATCH v2 net] net: nfc: llcp: Add lock when modifying device list
 2023-10-03  8:01 UTC  (2+ messages)

[PATCH v3 0/7] incorporate pm runtime framework and eDP clean up
 2023-10-03  8:00 UTC  (14+ messages)
` [PATCH v3 6/7] drm/msm/dp: add pm_runtime_force_suspend()/resume()

Efektivní sledování a optimalizace výroby pro vaši společnost
 2023-10-03  8:00 UTC 

[PATCH net] ipv6: tcp: add a missing nf_reset_ct() in 3WHS handling
 2023-10-03  8:00 UTC  (2+ messages)

[PATCH 0/4 v4] btrfs-progs: recover from failed metadata_uuid port kernel
 2023-10-03  8:00 UTC  (4+ messages)
` [PATCH 4/4] btrfs-progs: test btrfstune -m|M ability to fix previous failures

[Buildroot] [PATCH 1/1] package/linux-firmware: bump version to 20230919
 2023-10-03  7:58 UTC  (2+ messages)

[PATCH v5 00/11] Introduce STM32 Firewall framework
 2023-10-03  7:57 UTC  (9+ messages)
` [PATCH v5 01/11] dt-bindings: document generic access controller
` [PATCH v5 03/11] dt-bindings: bus: document RIFSC

[PATCH v6 net-next 0/5] net: dsa: hsr: Enable HSR HW offloading for KSZ9477
 2023-10-03  7:58 UTC  (4+ messages)

[Intel-xe] [PATCH 01/14] Revert "sound/soc/sof: Remove deferred probe for SOF"
 2023-10-03  7:58 UTC  (3+ messages)
` [Intel-xe] [PATCH 03/14] ASoC/SOF/core: Ensure sof_ops_free() is still called when probe never ran

[PATCH 00/12] PCI device authentication
 2023-10-03  7:57 UTC  (3+ messages)
` [PATCH 01/12] X.509: Make certificate parser public

[PATCH v2 00/11] arm64: qcom: add and enable SHM Bridge support
 2023-10-03  7:57 UTC  (3+ messages)
` [PATCH v2 01/11] firmware: qcom: move Qualcomm code into its own directory

[Intel-wired-lan] [PATCH iwl-net] ice: block default rule setting on LAG interface
 2023-10-03  7:57 UTC  (3+ messages)

[PATCH] drivers/clocksource/timer-ti-dm: Don't call clk_get_rate() in stop function
 2023-10-03  7:57 UTC  (2+ messages)

[PATCH] media: nuvoton: npcm-video: Fix sleeping in atomic context
 2023-10-03  7:55 UTC  (2+ messages)

[PATCH 0/5] Add Milk-V Duo board support
 2023-10-03  7:56 UTC  (5+ messages)

[XEN PATCH] automation/eclair: add deviations for MISRA C:2012 Rule 10.1
 2023-10-03  7:54 UTC 

[PATCH] i3c: Fix typo "Provisional ID" to "Provisioned ID"
 2023-10-03  7:53 UTC  (2+ messages)

[PATCH 2/5] mm: Introduce pudp/p4dp/pgdp_get() functions
 2023-10-03  7:52 UTC  (4+ messages)

[Intel-gfx] [PATCH] drm/i915: Add wrapper for getiing display step
 2023-10-03  7:53 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915: Add wrapper for getiing display step (rev2)

[PATCH v3] virtio: add VIRTQUEUE_ERROR QAPI event
 2023-10-03  7:51 UTC 

[XEN PATCH 0/7] Fix or deviate various instances of missing declarations
 2023-10-03  7:52 UTC  (6+ messages)
` [XEN PATCH 1/7] xen: add declarations for variables where needed

[PATCH v4 0/3] Introduce event link profiles
 2023-10-03  7:51 UTC  (5+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/3] eventdev: introduce "
  ` [PATCH v5 2/3] event/cnxk: implement event "
  ` [PATCH v5 3/3] test/event: add event link profile test

[igt-dev] [PATCH] tests/intel-ci/chamelium-only: update test name
 2023-10-03  7:51 UTC  (2+ messages)

[PATCH] i2c: stm32f7: Fix PEC handling in case of SMBUS transfers
 2023-10-03  7:50 UTC  (3+ messages)

[PATCH 1/2] memcg, oom: unmark under_oom after the oom killer is done
 2023-10-03  7:50 UTC  (10+ messages)

[PATCH] btrfs-progs: misc-tests/034-metadata-uuid remove kernel support
 2023-10-03  7:49 UTC  (3+ messages)

[meta-networking][PATCHv5] recipes-connectivity: Add tayga recipe
 2023-10-03  7:49 UTC 

[Intel-wired-lan] [PATCH iwl-next v2] ice: Add support for packet mirroring using hardware in switchdev mode
 2023-10-03  7:49 UTC  (3+ messages)

[PATCH][next] perf: fix spelling mistake "parametrized" -> "parameterized"
 2023-10-03  7:49 UTC 

[PATCH 0/3] Fix for shellcheck issues with latest scripts in tests/shell
 2023-10-03  7:47 UTC  (3+ messages)

[Intel-gfx] [PATCH 0/3] drm/i915: nuke i915->gt0
 2023-10-03  7:47 UTC  (3+ messages)
` [Intel-gfx] [PATCH 3/3] drm/i915/gt: remove i915->gt0 in favour of i915->gt[0]

[PATCH nf] netfilter: nf_tables: do not refresh timeout when resetting element
 2023-10-03  7:46 UTC  (6+ messages)

[PATCH] configs: processor-sdk-analytics: Add 9.0.1 release config
 2023-10-03  7:46 UTC 

[PATCH net-next v10 0/6] introduce page_pool_alloc() related API
 2023-10-03  7:45 UTC  (3+ messages)
` [PATCH net-next v10 1/6] page_pool: fragment API support for 32-bit arch with 64-bit DMA

[PATCH 1/2] perf/x86/rapl: Stop doing cpu_relax in the cmpxchg loop
 2023-10-03  7:45 UTC  (2+ messages)
` [tip: perf/core] perf/x86/rapl: Stop doing cpu_relax() in the local64_cmpxchg() loop in rapl_event_update()

[PATCH 2/2] perf/x86/rapl: Use local64_try_cmpxchg in rapl_event_update
 2023-10-03  7:45 UTC  (2+ messages)
` [tip: perf/core] perf/x86/rapl: Use local64_try_cmpxchg in rapl_event_update()

[PATCH RFC 0/4] clk: re-set required rates during clk_set_rate()
 2023-10-03  7:44 UTC  (2+ messages)

[patch net-next] devlink: don't take instance lock for nested handle put
 2023-10-03  7:43 UTC 

[PATCH v2 0/5] ramfb: migration support
 2023-10-03  7:41 UTC  (9+ messages)
` [PATCH v2 4/5] ramfb: make migration conditional

[PATCH -fixes 0/2] Fix set_huge_pte_at()
 2023-10-03  7:42 UTC  (4+ messages)
` [PATCH -fixes 2/2] riscv: Fix set_huge_pte_at() for NAPOT mappings when a swap entry is set

[PATCH V2] dt-bindings: nvmem: move deprecated cells binding to its own file
 2023-10-03  7:40 UTC  (6+ messages)

[PATCH v6 2/3] greybus: Add BeaglePlay Linux Driver
 2023-10-03  7:40 UTC  (2+ messages)

[android-common:android14-6.1 4/6] include/trace/hooks/fault.h:11:1: sparse: sparse: incorrect type in assignment (different address spaces)
 2023-10-03  7:40 UTC 

[PATCH] gpio: aspeed: fix the GPIO number passed to pinctrl_gpio_set_config()
 2023-10-03  7:39 UTC  (2+ messages)

[PATCH] vfio/cdx: Add parentheses between bitwise AND expression and logical NOT
 2023-10-03  7:40 UTC  (2+ 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.