messages from 2025-02-06 17:01:24 to 2025-02-06 18:15:46 UTC [more...]
[PATCH v6 00/26] Add support for hot-pluggable DRM bridges
2025-02-06 18:14 UTC (26+ messages)
` [PATCH v6 01/26] drm/debugfs: fix printk format for bridge index
` [PATCH v6 02/26] drm: of: drm_of_find_panel_or_bridge: move misplaced comment
` [PATCH v6 03/26] drm/bridge: panel: use drm_bridge_is_panel() instead of open code
` [PATCH v6 04/26] drm/bridge: panel: drm_panel_bridge_remove: warn when called on non-panel bridge
` [PATCH v6 05/26] drm/debugfs: add top-level 'bridges' file showing all added bridges
` [PATCH v6 06/26] drm/panel: move all code into bridge/panel.c
` [PATCH v6 07/26] drm/bridge: panel: forbid initializing a panel with unknown connector type
` [PATCH v6 08/26] drm/bridge: panel: add a panel_bridge to every panel
` [PATCH v6 09/26] drm/bridge: move devm_drm_of_get_bridge and drmm_of_get_bridge to drm_bridge.c
` [PATCH v6 10/26] drm/bridge: add devm_drm_of_get_bridge_by_node()
` [PATCH v6 11/26] drm/bridge: samsung-dsim: use devm_drm_of_get_bridge[_by_node] to find the out_bridge
` [PATCH v6 12/26] drm/bridge: allow bridges to be informed about added and removed bridges
` [PATCH v6 13/26] drm/encoder: add drm_encoder_cleanup_from()
` [PATCH v6 14/26] drm/bridge: add support for refcounted DRM bridges
` [PATCH v6 15/26] drm/bridge: devm_drm_of_get_bridge and drmm_of_get_bridge: automatically put the bridge
` [PATCH v6 16/26] drm/bridge: increment refcount in of_drm_find_bridge()
` [PATCH v6 17/26] drm/bridge: add devm_drm_put_bridge() and devm_drm_put_and_clear_bridge()
` [PATCH v6 18/26] drm/bridge: add documentation of refcounted bridges
` [PATCH v6 19/26] drm/tests: bridge: add KUnit tests for DRM bridges (init and destroy)
` [PATCH v6 20/26] drm/debugfs: bridges_show: show refcount
` [PATCH v6 21/26] drm/bridge: add list of removed refcounted bridges
` [PATCH v6 22/26] drm/debugfs: show removed bridges
` [PATCH v6 23/26] drm/bridge: samsung-dsim: use refcounting for the out_bridge
` [PATCH v6 24/26] drm/bridge: panel: use dynamic lifetime management
` [PATCH v6 25/26] drm/bridge: ti-sn65dsi83: "
[PATCH 00/15] kasan: x86: arm64: risc-v: KASAN tag-based mode for x86
2025-02-06 18:14 UTC (8+ messages)
` [PATCH 01/15] kasan: Allocation enhancement for dense tag-based mode
[PATCH v2 0/3] support for csot-pna957qt1-1 MIPI-DSI panel
2025-02-06 18:14 UTC (9+ messages)
` [PATCH v2 1/3] dt-bindings: vendor: add csot
` [PATCH v2 2/3] dt-bindings: display: panel: Add compatible for CSOT PNA957QT1-1
` [PATCH v2 3/3] drm/panel: panel-himax-hx83102: support for csot-pna957qt1-1 MIPI-DSI panel
[PATCH v2 0/3] gpio: bcm-kona: Various GPIO fixups
2025-02-06 18:13 UTC (5+ messages)
` [PATCH v2 1/3] gpio: bcm-kona: Fix GPIO lock/unlock for banks above bank 0
` [PATCH v2 2/3] gpio: bcm-kona: Make sure GPIO bits are unlocked when requesting IRQ
` [PATCH v2 3/3] gpio: bcm-kona: Add missing newline to dev_err format string
[PATCH 1/1] alloc_tag: work around clang-14 issue with __builtin_object_size()
2025-02-06 18:13 UTC (4+ messages)
[PATCH] nfsd: don't ignore the return code of svc_proc_register()
2025-02-06 18:12 UTC
[PATCH 0/3] string.h: Use ARRAY_SIZE() for memtostr*()/strtomem*()
2025-02-06 18:11 UTC (4+ messages)
` [PATCH 1/3] compiler.h: Move C string helpers into C-only kernel section
` [PATCH 2/3] compiler.h: Introduce __must_be_char_array()
` [PATCH 3/3] string.h: Use ARRAY_SIZE() for memtostr*()/strtomem*()
[PATCH v3 01/20] driver core: Split devres APIs to device/devres.h
2025-02-06 18:11 UTC (6+ messages)
[PATCH v6 00/26] fs/dax: Fix ZONE_DEVICE page reference counts
2025-02-06 18:10 UTC (8+ messages)
` [PATCH v6 01/26] fuse: Fix dax truncate/punch_hole fault path
[PATCH v2] rust: alloc: satisfy `aligned_alloc` requirements
2025-02-06 18:10 UTC (4+ messages)
[PATCH 1/2] dt-bindings: hwmon: ir38060: Move & update dt binding
2025-02-06 18:09 UTC (6+ messages)
[gustavoars:testing/wfamnae-next20250203 16/16] include/linux/stddef.h:16:33: error: invalid use of undefined type 'struct mlx5_ifc_menu_resource_dump_response_bits'
2025-02-06 18:08 UTC
[gustavoars:testing/wfamnae-next20250203 16/16] drivers/net/ethernet/mellanox/mlx5/core/diag/rsc_dump.c:71:10: error: offsetof of incomplete type 'struct mlx5_ifc_menu_resource_dump_response_bits'
2025-02-06 18:08 UTC
[PATCH v2] scsi: ufs: critical health condition
2025-02-06 18:08 UTC (7+ messages)
[PATCH v3 0/8] Driver core: Add faux bus devices
2025-02-06 18:08 UTC (10+ messages)
` [PATCH v3 1/8] driver core: add a faux bus for use when a simple device/bus is needed
` [PATCH v3 2/8] regulator: dummy: convert to use the faux device interface
` [PATCH v3 3/8] x86/microcode: move away from using a fake platform device
` [PATCH v3 4/8] wifi: cfg80211: "
` [PATCH v3 5/8] tlclk: convert to use faux_device
` [PATCH v3 6/8] misc: lis3lv02d: "
` [PATCH v3 7/8] drm/vgem/vgem_drv "
` [PATCH v3 8/8] drm/vkms: "
[PATCH 6.6 000/389] 6.6.76-rc2 review
2025-02-06 18:07 UTC (2+ messages)
[PATCH v8 2/2] rust: add dma coherent allocator abstraction
2025-02-06 17:58 UTC (14+ messages)
` On community influencing (was Re: [PATCH v8 2/2] rust: add dma coherent allocator abstraction.)
[PATCH v8 3/5] x86/pkeys: Update PKRU to enable all pkeys before XSAVE
2025-02-06 18:06 UTC (3+ messages)
[RFC PATCH net 0/1] transport_header set incorrectly when using veth
2025-02-06 18:05 UTC (2+ messages)
` [RFC PATCH net 1/1] net: check transport_header before adding offset
[PATCH v11 00/23] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
2025-02-06 18:05 UTC (9+ messages)
` [PATCH v11 07/23] x86/resctrl: Introduce the interface to display monitor mode
` [PATCH v11 17/23] x86/resctrl: Auto assign/unassign counters when mbm_cntr_assign is enabled
` [PATCH v11 18/23] x86/resctrl: Report "Unassigned" for MBM events in mbm_cntr_assign mode
` [PATCH v11 19/23] x86/resctrl: Introduce the interface to switch between monitor modes
[PATCH] crypto: crct10dif - remove from crypto API
2025-02-06 18:04 UTC (3+ messages)
[PATCH 0/6] rust: page: Support borrowing `struct page` and physaddr conversion
2025-02-06 18:04 UTC (24+ messages)
[PATCH] vfs: inline getname()
2025-02-06 18:03 UTC (2+ messages)
[PATCH v2 0/5] Raspberry Pi HEVC decoder driver
2025-02-06 18:02 UTC (6+ messages)
` [PATCH v2 1/5] docs: uapi: media: Document Raspberry Pi NV12 column format
` [PATCH v2 2/5] media: ioctl: Add pixel formats NV12MT_COL128 and NV12MT_10_COL128
` [PATCH v2 3/5] media: dt-bindings: media: Add binding for the Raspberry Pi HEVC decoder
` [PATCH v2 4/5] media: platform: Add Raspberry Pi HEVC decoder driver
` [PATCH v2 5/5] arm: dts: bcm2711-rpi: Add HEVC decoder node
[RFC PATCH 0/2] livepatch: Add support for hybrid mode
2025-02-06 18:00 UTC (10+ messages)
[PATCH v2] mm: slub: call WARN() instead of pr_err on slab_fix
2025-02-06 17:59 UTC (6+ messages)
[PATCH v1 3/6] PCI: brcmstb: Fix potential premature regluator disabling
2025-02-06 17:57 UTC (3+ messages)
[PATCH v4 0/2] Add support for Xiaomi Mi TV Stick
2025-02-06 17:55 UTC (4+ messages)
` [PATCH v4 2/2] arm64: dts: amlogic: add support for xiaomi-aquaman/Mi "
[PATCH] perf: Improve startup time by reducing unnecessary stat() calls
2025-02-06 17:54 UTC (2+ messages)
[PATCH RFC 00/33] Compile-time thread-safety checking
2025-02-06 17:51 UTC (34+ messages)
` [PATCH RFC 01/33] scsi, usb: Rename the RESERVE and RELEASE constants
` [PATCH RFC 02/33] s390: Comment out the RELEASE constant
` [PATCH RFC 03/33] locking: Introduce <linux/thread_safety.h>
` [PATCH RFC 04/33] include/linux/cleanup.h: Support thread-safety analysis
` [PATCH RFC 05/33] locking/mutex: Change the atomic_dec_and_mutex_lock() return type
` [PATCH RFC 06/33] locking/mutex: Annotate struct mutex and mutex functions
` [PATCH RFC 07/33] driver core: Annotate locking functions in <linux/device.h>
` [PATCH RFC 08/33] kref: Add thread-safety annotations in <linux/kref.h>
` [PATCH RFC 09/33] refcount: Add thread-safety annotations in <linux/refcount.h>
` [PATCH RFC 10/33] treewide: Modify mutex_lock_interruptible() return value checks
` [PATCH RFC 11/33] PNP: isapnp: Check the isapnp_cfg_begin() return value
` [PATCH RFC 12/33] scsi: mpi3mr: Fix locking in an error path
` [PATCH RFC 13/33] scsi: mpt3sas: Fix a locking bug "
` [PATCH RFC 14/33] ice: Split ice_dcb_rebuild()
` [PATCH RFC 15/33] ice: Fix a locking bug in an error path
` [PATCH RFC 16/33] net/mlx5e: Make the code easier to analyze
` [PATCH RFC 17/33] Input: synaptics-rmi4 - fix a locking bug in an error path
` [PATCH RFC 18/33] misc: nsm: Fix "
` [PATCH RFC 19/33] drm/amdgpu: Unlock a mutex before destroying it
` [PATCH RFC 20/33] drm/amdgpu: Fix a locking bug in an error path
` [PATCH RFC 21/33] drm/amdgpu: Fix locking bugs in error paths
` [PATCH RFC 22/33] drm: bridge: cdns-mhdp8546: Fix a locking bug in an error path
` [PATCH RFC 23/33] "
` [PATCH RFC 24/33] drm: zynqmp_dp: Fix a deadlock in zynqmp_dp_ignore_hpd_set()
` [PATCH RFC 25/33] wifi: ath12k: Fix locking in error paths
` [PATCH RFC 26/33] mctp i3c: "
` [PATCH RFC 27/33] iavf: Fix a locking bug in an error path
` [PATCH RFC 28/33] wifi: mt76: mt7925: "
` [PATCH RFC 29/33] hwmon: (it87) Check the it87_lock() return value
` [PATCH RFC 30/33] drivers/net/ethernet/marvell/octeontx2/nic: Fix locking in an error path
` [PATCH RFC 31/33] md/raid*: Fix raid*_set_queue_limits()
` [PATCH RFC 32/33] treewide: Annotate all struct mutex users
` [PATCH RFC 33/33] kbuild: clang: Unconditionally enable thread-safety checking
[PATCH] lib/zlib: drop EQUAL macro
2025-02-06 17:53 UTC (2+ messages)
[PATCH] linux/bits.h: Squash unsigned comparison warning for GENMASK
2025-02-06 17:53 UTC (6+ messages)
[PATCH 00/18] Reserve high bandwidth for HS isoc eps
2025-02-06 17:49 UTC (3+ messages)
` [PATCH 01/18] usb: dwc3: Reserve Higher Bandwidth for HS Periodic EPs
[PATCH 0/3] gpio: bcm-kona: Various GPIO fixups
2025-02-06 17:48 UTC (4+ messages)
[PATCH net-next 0/4] ptp: vmclock: bugfixes and cleanups for error handling
2025-02-06 17:45 UTC (5+ messages)
` [PATCH net-next 1/4] ptp: vmclock: Set driver data before its usage
` [PATCH net-next 2/4] ptp: vmclock: Don't unregister misc device if it was not registered
` [PATCH net-next 3/4] ptp: vmclock: Clean up miscdev and ptp clock through devres
` [PATCH net-next 4/4] ptp: vmclock: Remove goto-based cleanup logic
[PATCH 0/8] ring-buffer/tracing: Save module information in persistent memory
2025-02-06 17:46 UTC (8+ messages)
` [PATCH 8/8] tracing: Update modules to persistent instances when loaded
` [PATCH 3/3] tracing: Show last module text symbols in the stacktrace
[RFC PATCH 0/2] Add support for Timesync Interrupt Router
2025-02-06 17:39 UTC (3+ messages)
` [RFC PATCH 1/2] irqchip: ti-tsir: "
[PATCH rcu 0/5] Miscellaneous fixes
2025-02-06 17:38 UTC (4+ messages)
` [PATCH rcu 6/5] Make RCU watch ct_kernel_exit_state() warning
[PATCH v5 0/5] Add TI TPS65214 & TPS65215 PMIC MFD Driver Support
2025-02-06 17:37 UTC (6+ messages)
` [PATCH v5 1/5] regulator: dt-bindings: Add TI TPS65215 PMIC bindings
` [PATCH v5 2/5] regulator: dt-bindings: Add TI TPS65214 "
` [PATCH v5 3/5] mfd: tps65219: Remove regmap_read check
` [PATCH v5 4/5] mfd: tps65219: Add support for TI TPS65215 PMIC
` [PATCH v5 5/5] mfd: tps65219: Add support for TI TPS65214 PMIC
[PATCH] cxl: Fix typo in RC description
2025-02-06 17:35 UTC (2+ messages)
[PATCH 0/8] drm/bridge: minor cleanups
2025-02-06 17:27 UTC (12+ messages)
` [PATCH 1/8] drm/panel: remove unnecessary forward declaration
` [PATCH 2/8] drm/bridge: nxp-ptn3460: remove unused drm_panel.h include
` [PATCH 3/8] drm/bridge: parade-ps8622: "
` [PATCH 4/8] drm/bridge: parade-ps8640: "
` [PATCH 5/8] drm/bridge: tc358762: remove unused drm_panel.h include, add drm_bridge.h
` [PATCH 6/8] drm/bridge: tc358775: remove unused drm_panel.h include
` [PATCH 7/8] drm/bridge: ti-sn65dsi83: "
` [PATCH 8/8] drm/bridge: ti-sn65dsi86: "
[PATCH v2 0/3] CONFIG_VFS_DEBUG at last
2025-02-06 17:33 UTC (5+ messages)
` [PATCH v2 1/3] vfs: add initial support for CONFIG_VFS_DEBUG
` [PATCH v2 2/3] vfs: catch invalid modes in may_open()
` [PATCH v2 3/3] vfs: use the new debug macros in inode_set_cached_link()
[PATCH v3 1/2] counter: microchip-tcb-capture: Add IRQ handling
2025-02-06 17:32 UTC (2+ messages)
` [PATCH v3 0/2] microchip-tcb-capture: Add Capture, Compare, Overflow etc. events
[PATCH v6 0/6] acpi/ghes, cper, cxl: Process CXL CPER Protocol errors
2025-02-06 17:32 UTC (7+ messages)
` [PATCH v6 2/6] efi/cper, cxl: Make definitions and structures global
[RFC PATCH 0/2] Add NV Selftest cases
2025-02-06 17:30 UTC (3+ messages)
` [RFC PATCH 2/2] KVM: arm64: nv: selftests: Access VNCR mapped registers
[PATCH] ASoC: dmic: Add DSD big endian format support
2025-02-06 17:30 UTC (2+ messages)
[PATCH] ASoC: SOF: mediatek: Use str_on_off() helper function
2025-02-06 17:30 UTC (2+ messages)
[PATCH] ASoC: amd: acp: Use str_low_high() helper function
2025-02-06 17:30 UTC (2+ messages)
[PATCH v2] ASoC: dt-bindings: atmel,at91-ssc: Convert to YAML format
2025-02-06 17:30 UTC (2+ messages)
[PATCH v1 2/6] PCI: brcmstb: Fix error path upon call of regulator_bulk_get()
2025-02-06 17:29 UTC (2+ messages)
[PATCH v2 0/8] Refactor imx drivers and introduce support for imx95
2025-02-06 17:28 UTC (4+ messages)
` [PATCH v2 4/8] ASoC: SOF: imx8: shuffle structure and function definitions
[PATCH v3] arm64: Handle .ARM.attributes section in linker scripts
2025-02-06 17:21 UTC
[PATCH v15 0/3] rust: xarray: Add a minimal abstraction for XArray
2025-02-06 17:22 UTC (6+ messages)
` [PATCH v15 1/3] rust: types: add `ForeignOwnable::PointedTo`
` [PATCH v15 2/3] rust: xarray: Add an abstraction for XArray
[PATCH v14 00/10] perf record --off-cpu: Dump off-cpu samples directly
2025-02-06 17:22 UTC (5+ messages)
[PATCH v5 0/3] Add HDMI audio on the rk3588 SoC
2025-02-06 17:17 UTC (4+ messages)
` [PATCH v5 2/3] arm64: dts: rockchip: Add HDMI0 audio output for "
[PATCH v3] sched/topology: Enable topology_span_sane check only for debug builds
2025-02-06 17:18 UTC (8+ messages)
[PATCH 6.13 000/619] 6.13.2-rc2 review
2025-02-06 17:17 UTC (2+ messages)
[PATCH v12 0/2] Add support for Loongson-1 NAND
2025-02-06 17:17 UTC (3+ messages)
` [PATCH v12 2/2] mtd: rawnand: Add Loongson-1 NAND Controller Driver
[PATCH v6 0/5] reduce tasklist_lock hold time on exit and do some pid cleanup
2025-02-06 17:14 UTC (2+ messages)
[PATCH] PCI: mediatek: Remove the usage of virt_to_phys
2025-02-06 17:13 UTC (3+ messages)
[PATCH v3 0/2] Add support for read retry
2025-02-06 17:13 UTC (5+ messages)
` [PATCH v3 1/2] mtd: spi-nand: Add read retry support
` [PATCH v3 2/2] mtd: spi-nand: macronix: Add support for read retry
[PATCH v6 2/3] rust: io: mem: add a generic iomem abstraction
2025-02-06 17:13 UTC (6+ messages)
[PATCH v9 0/7] PCI: dwc: opitimaze RC Host/EP pci_fixup_addr()
2025-02-06 17:11 UTC (3+ messages)
` [PATCH v9 3/7] PCI: Add parent_bus_offset to resource_entry
[PATCH 6.13 000/619] 6.13.2-rc2 review
2025-02-06 17:11 UTC
[PATCH v5 00/24] Intel vendor events and TMA 5.01 metrics
2025-02-06 17:11 UTC (9+ messages)
` [PATCH v5 11/24] perf vendor events: Update/add Graniterapids events/metrics
[PATCH v3 0/2] objtool: Add option to fail build on vmlinux warnings
2025-02-06 17:10 UTC (8+ messages)
less size_t please (was Re: [PATCH net] xfrm: fix integer overflow in xfrm_replay_state_esn_len())
2025-02-06 17:06 UTC (3+ messages)
[PATCH v1 1/6] PCI: brcmstb: Refactor max speed limit functionality
2025-02-06 17:04 UTC (2+ messages)
[PATCH v2 0/2] exit: change the release_task() paths to call flush_sigqueue() lockless
2025-02-06 17:03 UTC (5+ messages)
` [PATCH v2 1/2] "
[PATCH v5 0/16] Enable CXL PCIe port protocol error handling and logging
2025-02-06 17:02 UTC (5+ messages)
` [PATCH v5 01/16] PCI/AER: Introduce 'struct cxl_err_handlers' and add to 'struct pci_driver'
` [PATCH v5 02/16] PCI/AER: Rename AER driver's interfaces to also indicate CXL PCIe Port support
[PATCH v2 0/3] mtd: rawnand: cadence: improvement and fixes
2025-02-06 17:01 UTC (13+ messages)
` [PATCH v2 1/3] mtd: rawnand: cadence: support deferred prob when DMA is not ready
[syzbot] [mm?] [bcachefs?] UBSAN: shift-out-of-bounds in xas_reload
2025-02-06 17:01 UTC
[syzbot] [mm?] [bcachefs?] KASAN: slab-use-after-free Read in list_lru_del
2025-02-06 17:01 UTC
[syzbot] [ext4?] WARNING in inode_set_cached_link
2025-02-06 17:01 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox