messages from 2022-07-08 09:48:42 to 2022-07-08 10:22:35 UTC [more...]
[PATCH 0/8] Add dynamic arrays and v4l2_ctrl_modify_dimensions
2022-07-08 10:21 UTC (7+ messages)
` [PATCH 1/8] videodev2.h: add V4L2_CTRL_FLAG_DYNAMIC_ARRAY
` [PATCH 3/8] vivid: add dynamic array test control
` [PATCH 4/8] v4l2-ctrls: allocate space for arrays
[PATCH] Revert "drm/amdgpu: add drm buddy support to amdgpu"
2022-07-08 10:21 UTC
[PATCH v3] usb: dwc3: Add support to reset usb ULPI phy
2022-07-08 10:20 UTC (3+ messages)
[RFC PATCH] qobject: Rewrite implementation of QDict for in-order traversal
2022-07-08 10:19 UTC (3+ messages)
remove dead iommu code v2
2022-07-08 10:19 UTC (7+ messages)
` [PATCH 3/4] iommu: remove the put_resv_regions method
[PATCH] ASoC: mediatek: mt8186: Remove condition with no effect
2022-07-08 10:19 UTC (3+ messages)
[kvm-unit-tests PATCH v2 0/8] s390x: uv-host: Access check extensions and improvements
2022-07-08 10:19 UTC (7+ messages)
` [kvm-unit-tests PATCH v2 3/8] s390x: uv-host: Test uv immediate parameter
` [kvm-unit-tests PATCH v2 7/8] s390x: uv-host: Fence against being run as a PV guest
` [kvm-unit-tests PATCH v2 8/8] s390x: uv-host: Fix init storage origin and length check
[PATCH kernel] powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domains
2022-07-08 10:18 UTC (9+ messages)
[PATCH] PCI: designware-ep: Move DBI access to init_complete if notifier is used
2022-07-08 10:19 UTC (4+ messages)
Support for Gaisler multicore LEONx SoCs
2022-07-08 10:06 UTC (3+ messages)
[GIT PULL FOR v5.20] Various fixes/enhancements
2022-07-08 10:18 UTC (2+ messages)
` [GIT PULL FOR v5.20] Various fixes/enhancements (#84641)
[PATCH] drm/amdgpu: correct psp version number
2022-07-08 10:10 UTC
linux-next: Tree for Jul 8
2022-07-08 10:15 UTC
[Intel-gfx] [PATCH 0/3] drm/i915: Apply waitboosting before fence wait
2022-07-08 10:15 UTC (5+ messages)
` [Intel-gfx] [PATCH 1/3] drm/i915/gem: Look for waitboosting across the whole object prior to individual waits
[PATCH 1/3] thermal/core: Encapsulate the trip point crossed function
2022-07-08 10:15 UTC (4+ messages)
` [PATCH 3/3] thermal/core: Fix thermal trip cross point
[PATCH v4 00/69] drm/vc4: Fix hotplug for vc4
2022-07-08 9:57 UTC (70+ messages)
` [PATCH v4 01/69] drm/mipi-dsi: Detach devices when removing the host
` [PATCH v4 02/69] drm/crtc: Introduce drmm_crtc_init_with_planes
` [PATCH v4 03/69] drm/encoder: Introduce drmm_encoder_init
` [PATCH v4 04/69] drm/connector: Reorder headers
` [PATCH v4 05/69] drm/connector: Mention the cleanup after drm_connector_init
` [PATCH v4 06/69] drm/connector: Clarify when drm_connector_unregister is needed
` [PATCH v4 07/69] drm/connector: Consolidate Connector Initialization
` [PATCH v4 08/69] drm/connector: Check for destroy implementation
` [PATCH v4 09/69] drm/connector: Introduce drmm_connector_init
` [PATCH v4 10/69] drm/bridge: panel: Introduce drmm_panel_bridge_add
` [PATCH v4 11/69] drm/bridge: panel: Introduce drmm_of_get_bridge
` [PATCH v4 12/69] drm/vc4: drv: Call component_unbind_all()
` [PATCH v4 13/69] drm/vc4: drv: Use drm_dev_unplug
` [PATCH v4 14/69] drm/vc4: crtc: Create vblank reporting function
` [PATCH v4 15/69] drm/vc4: hvs: Protect device resources after removal
` [PATCH v4 16/69] drm/vc4: hvs: Remove planes currently allocated before taking down
` [PATCH v4 17/69] drm/vc4: plane: Take possible_crtcs as an argument
` [PATCH v4 18/69] drm/vc4: crtc: Remove manual plane removal on error
` [PATCH v4 19/69] drm/vc4: plane: Switch to drmm_universal_plane_alloc()
` [PATCH v4 20/69] drm/vc4: crtc: Move debugfs_name to crtc_data
` [PATCH v4 21/69] drm/vc4: crtc: Switch to drmm_kzalloc
` [PATCH v4 22/69] drm/vc4: crtc: Switch to DRM-managed CRTC initialization
` [PATCH v4 23/69] drm/vc4: dpi: Remove vc4_dev dpi pointer
` [PATCH v4 24/69] drm/vc4: dpi: Embed DRM structures into the private structure
` [PATCH v4 25/69] drm/vc4: dpi: Switch to drmm_kzalloc
` [PATCH v4 26/69] drm/vc4: dpi: Return an error if we can't enable our clock
` [PATCH v4 27/69] drm/vc4: dpi: Remove unnecessary drm_of_panel_bridge_remove call
` [PATCH v4 28/69] drm/vc4: dpi: Add action to disable the clock
` [PATCH v4 29/69] drm/vc4: dpi: Switch to DRM-managed encoder initialization
` [PATCH v4 30/69] drm/vc4: dpi: Switch to drmm_of_get_bridge
` [PATCH v4 31/69] drm/vc4: dpi: Protect device resources
` [PATCH v4 32/69] drm/vc4: dsi: Embed DRM structures into the private structure
` [PATCH v4 33/69] drm/vc4: dsi: Switch to DRM-managed encoder initialization
` [PATCH v4 34/69] drm/vc4: dsi: Switch to drmm_of_get_bridge
` [PATCH v4 35/69] drm/vc4: dsi: Fix the driver structure lifetime
` [PATCH v4 36/69] drm/vc4: dsi: Switch to devm_pm_runtime_enable
` [PATCH v4 37/69] drm/vc4: hdmi: Switch to drmm_kzalloc
` [PATCH v4 38/69] drm/vc4: hdmi: Remove call to drm_connector_unregister()
` [PATCH v4 39/69] drm/vc4: hdmi: Switch to DRM-managed encoder initialization
` [PATCH v4 40/69] drm/vc4: hdmi: Switch to DRM-managed connector initialization
` [PATCH v4 41/69] drm/vc4: hdmi: Switch to device-managed ALSA initialization
` [PATCH v4 42/69] drm/vc4: hdmi: Switch to device-managed CEC initialization
` [PATCH v4 43/69] drm/vc4: hdmi: Use a device-managed action for DDC
` [PATCH v4 44/69] drm/vc4: hdmi: Switch to DRM-managed kfree to build regsets
` [PATCH v4 45/69] drm/vc4: hdmi: Use devm to register hotplug interrupts
` [PATCH v4 46/69] drm/vc4: hdmi: Move audio structure offset checks
` [PATCH v4 47/69] drm/vc4: hdmi: Protect device resources after removal
` [PATCH v4 48/69] drm/vc4: hdmi: Switch to devm_pm_runtime_enable
` [PATCH v4 49/69] drm/vc4: txp: Remove vc4_dev txp pointer
` [PATCH v4 50/69] drm/vc4: txp: Remove duplicate regset
` [PATCH v4 51/69] drm/vc4: txp: Switch to drmm_kzalloc
` [PATCH v4 52/69] drm/vc4: txp: Remove call to drm_connector_unregister()
` [PATCH v4 53/69] drm/vc4: txp: Protect device resources
` [PATCH v4 54/69] drm/vc4: vec: Remove vc4_dev vec pointer
` [PATCH v4 55/69] drm/vc4: vec: Embed DRM structures into the private structure
` [PATCH v4 56/69] drm/vc4: vec: Switch to drmm_kzalloc
` [PATCH v4 57/69] drm/vc4: vec: Remove call to drm_connector_unregister()
` [PATCH v4 58/69] drm/vc4: vec: Switch to DRM-managed encoder initialization
` [PATCH v4 59/69] drm/vc4: vec: Switch to DRM-managed connector initialization
` [PATCH v4 60/69] drm/vc4: vec: Protect device resources after removal
` [PATCH v4 61/69] drm/vc4: vec: Switch to devm_pm_runtime_enable
` [PATCH v4 62/69] drm/vc4: debugfs: Protect device resources
` [PATCH v4 63/69] drm/vc4: debugfs: Return an error on failure
` [PATCH v4 64/69] drm/vc4: debugfs: Simplify debugfs registration
` [PATCH v4 65/69] drm/vc4: Switch to drmm_mutex_init
` [PATCH v4 66/69] drm/vc4: perfmon: Add missing mutex_destroy
` [PATCH v4 67/69] drm/vc4: v3d: Stop disabling interrupts
` [PATCH v4 68/69] drm/vc4: v3d: Rework the runtime_pm setup
` [PATCH v4 69/69] drm/vc4: v3d: Switch to devm_pm_runtime_enable
[PATCH 0/3] drm/mipi-dsi: Make remove callback return void
2022-07-08 9:49 UTC (4+ messages)
` [PATCH 1/3] drm/panel: simple: Make panel_simple_remove() "
` [PATCH 2/3] drm/panel-novatek-nt35510: Emit an error message if power off fails
` [PATCH 3/3] drm/mipi-dsi: Make remove callback return void
[Intel-gfx] [PATCH] drm/i915/ttm: fix sg_table construction
2022-07-08 10:10 UTC (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "
[Intel-gfx] [PATCH] drm/i915/hdmi: Prune modes that require HDMI2.1 FRL
2022-07-08 10:06 UTC (3+ messages)
[PATCH v6 00/14] i.MX8MP DW100 dewarper driver
2022-07-08 10:12 UTC (5+ messages)
` [PATCH v6 01/14] videodev2.h: add V4L2_CTRL_FLAG_DYNAMIC_ARRAY
` [PATCH v6 13/14] media: dw100: Add i.MX8MP dw100 dewarper driver
[RFC PATCH 0/7] ima: Support measurement of kexec initramfs components
2022-07-08 10:12 UTC (16+ messages)
` [RFC PATCH 1/7] initramfs: Move cpio handling routines into lib/
` [RFC PATCH 2/7] lib/cpio: Improve error handling
` [RFC PATCH 3/7] lib/cpio: use non __init filesystem related functions
` [RFC PATCH 4/7] lib/cpio: Allow use outside of initramfs creation
` [RFC PATCH 5/7] lib/cpio: Add a parse-only option that doesn't extract any files
` [RFC PATCH 6/7] HACK: Allow the use of generic decompress with gzip outside __init
` [RFC PATCH 7/7] ima: Support measurement of kexec initramfs components
[PATCH] soundwire: qcom: fix max auto-enumeration devices
2022-07-08 10:11 UTC (5+ messages)
[RFC PATCH v9 00/23] Net Control VQ support in SVQ
2022-07-08 10:10 UTC (8+ messages)
` [RFC PATCH v9 03/23] vdpa: delay set_vring_ready after DRIVER_OK
` [RFC PATCH v9 04/23] vhost: Get vring base from vq, not svq
[PATCH 1/3] iio: adc: add max11410 adc driver
2022-07-08 10:11 UTC (3+ messages)
[Buildroot] Rebuild of individual package uses old libraries from staging
2022-07-08 10:11 UTC
[PATCH] sched/fair: fix case with reduced capacity CPU
2022-07-08 10:10 UTC (4+ messages)
[PATCH] erofs: avoid consecutive detection for Highmem memory
2022-07-08 10:10 UTC (2+ messages)
[PATCH] l2tp: l2tp_debugfs: fix Clang -Wformat warnings
2022-07-08 10:08 UTC (2+ messages)
[PATCH] MAINTAINERS: Update freescale pin controllers maintainer
2022-07-08 10:09 UTC
[PATCH net] nfp: fix issue of skb segments exceeds descriptor limitation
2022-07-08 10:07 UTC
[PATCH v2 1/2] lib/string_helpers: Add str_read_write() helper
2022-07-08 10:06 UTC (5+ messages)
` [PATCH v2 2/2] i2c: Introduce i2c_str_read_write() and make use of it
[linux-next:master] BUILD REGRESSION 088b9c375534d905a4d337c78db3b3bfbb52c4a0
2022-07-08 10:02 UTC (12+ messages)
` [Intel-wired-lan] "
[PATCH] drm/amdgpu/gmc10: adjust gart size for parts that support S/G display
2022-07-08 10:03 UTC (2+ messages)
[PATCH nf,v2 1/2] netfilter: nf_tables: release element key when parser fails
2022-07-08 10:06 UTC (2+ messages)
` [PATCH nf,v2 2/2] netfilter: nf_tables: replace BUG_ON by element length check
[PATCH v5 2/2] devmapper/getroot: Set up cheated LUKS2 cryptodisk mount from DM parameters
2022-07-08 10:06 UTC (4+ messages)
` [PATCH v6 0/2] Have LUKS2 cryptomounts be useable with grub-probe
` [PATCH v6 1/2] devmapper/getroot: Have devmapper recognize LUKS2
` [PATCH v6 2/2] devmapper/getroot: Set up cheated LUKS2 cryptodisk mount from DM parameters
[PATCH] drm/amdgpu: Remove one duplicated ef removal
2022-07-08 10:04 UTC (2+ messages)
[PATCH/RFC 0/4] Fix RISC-V's arch-topology reporting
2022-07-08 10:03 UTC (14+ messages)
` [RFC 2/4] arch-topology: add a default implementation of store_cpu_topology()
[PATCH v4 0/2] i2c: Add new driver for Renesas RZ/V2M controller
2022-07-08 10:03 UTC (3+ messages)
` [PATCH v4 1/2] dt-bindings: i2c: Document RZ/V2M I2C controller
` [PATCH v4 2/2] i2c: Add Renesas RZ/V2M controller
[PATCH] nvme-apple: use nvme core helper to cancel requests in tagset
2022-07-08 10:01 UTC (3+ messages)
[PATCH v5 0/3] crypto: hisilicon - supports device isolation feature
2022-07-08 10:02 UTC (9+ messages)
` [PATCH v5 1/3] uacce: "
` [PATCH v5 2/3] Documentation: add a isolation strategy sysfs node for uacce
[PATCH v1 1/1] i2c: scmi: Replace open coded acpi_match_device()
2022-07-08 10:02 UTC (4+ messages)
[PATCH v2 1/1] i2c: scmi: Replace open coded device_get_match_data()
2022-07-08 10:02 UTC
[RFC PATCH net-next 0/3] Delete ds->configure_vlan_while_not_filtering
2022-07-08 10:00 UTC (7+ messages)
` [RFC PATCH net-next 3/3] net: dsa: never skip VLAN configuration
[PATCH] mac80211: fix a center frequency recalculation issue in ieee80211_chandef_downgrade
2022-07-08 9:58 UTC
[PATCH] nvme-pci: use nvme core helper to cancel requests in tagset
2022-07-08 9:59 UTC (2+ messages)
[PATCH] tests: migration-test: Allow test to run without uffd
2022-07-08 9:57 UTC (2+ messages)
[PATCH] hw/riscv: virt: pass random seed to fdt
2022-07-08 9:56 UTC (6+ messages)
[PATCH 1/2] null_blk: add module parameters for 4 options
2022-07-08 9:57 UTC (2+ messages)
[PATCH] extcon: Add EXTCON_DISP_CVBS and EXTCON_DISP_EDP
2022-07-08 9:57 UTC
[PATCH v11 00/17] Move HEVC stateless controls out of staging
2022-07-08 9:54 UTC (5+ messages)
` [PATCH v11 13/17] media: controls: Log HEVC stateless control in .std_log
[PATCH 0/2] Create a test job for testing static memory on qemu
2022-07-08 9:54 UTC (5+ messages)
` [PATCH 2/2] automation: arm64: Create a test job for testing static allocation "
[PATCH V1] doc: add tested Intel platforms with Intel NICs
2022-07-08 9:16 UTC
[PATCH v2 0/5] VDUSE: Support registering userspace memory as bounce buffer
2022-07-08 9:53 UTC (5+ messages)
[PATCH v1 0/2] arm64: run softirqs on the per-CPU IRQ stack
2022-07-08 9:49 UTC (6+ messages)
` [PATCH v1 1/2] "
` [PATCH v1 2/2] arm64: support HAVE_IRQ_EXIT_ON_IRQ_STACK
[PATCH v12 0/7] arm64: sunxi: Allwinner H616 SoC DT support
2022-07-08 9:49 UTC (9+ messages)
` [PATCH v12 6/7] arm64: dts: allwinner: h616: Add OrangePi Zero 2 board support
` [PATCH v12 7/7] arm64: dts: allwinner: h616: Add X96 Mate TV box support
[Bridge] [PATCH v4 net-next 0/6] Extend locked port feature with FDB locked flag (MAC-Auth/MAB)
2022-07-08 9:50 UTC (7+ messages)
` [Bridge] [PATCH v4 net-next 3/6] drivers: net: dsa: add locked fdb entry flag to drivers
` "
[PATCH 00/36] usb: gadget: f_tcm: Enhance UASP driver
2022-07-08 9:50 UTC (4+ messages)
` [PATCH 10/36] target: Implement TMR_ABORT_TASK_SET
[libgpiod v2][PATCH v2 0/5] bindings: implement python bindings for libgpiod v2
2022-07-08 9:49 UTC (8+ messages)
` [libgpiod v2][PATCH v2 5/5] bindings: python: add the implementation for v2 API
[PATCH] dmaengine: qcom: hidma_mgmt: Remove redundant 'child' assignment
2022-07-08 9:47 UTC
[RFC PATCH 0/4] Proof of concept for rv32 svpbmt support
2022-07-08 9:49 UTC (5+ messages)
` [RFC PATCH 3/4] riscv: pgtable: Move svpbmt into the common pgtable-bits.h
[PATCH V4 0/4] mm/sparse-vmemmap: Generalise helpers and enable for LoongArch
2022-07-08 9:47 UTC (6+ messages)
` [PATCH V4 3/4] mm/sparse-vmemmap: Generalise vmemmap_populate_hugepages()
[PATCH v11 0/6] arm64: sunxi: Initial Allwinner H616 SoC support
2022-07-08 9:47 UTC (7+ messages)
` Re: [PATCH v11 3/6] arm64: dts: allwinner: Add Allwinner H616 .dtsi file
` "
[LTP] [PATCH] tst_cgroup: Fix typo
2022-07-08 10:49 UTC
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.