messages from 2025-02-06 17:51:54 to 2025-02-06 18:42:26 UTC [more...]
[PATCH 0/3] string.h: Use ARRAY_SIZE() for memtostr*()/strtomem*()
2025-02-06 18:41 UTC (5+ 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 v2] ata: libahci_platform: support non-consecutive port numbers
2025-02-06 18:42 UTC (4+ messages)
[PATCH v5 0/8] perf report: Add latency and parallelism profiling
2025-02-06 18:41 UTC (3+ messages)
[PATCH] nfsd: don't ignore the return code of svc_proc_register()
2025-02-06 18:41 UTC (5+ messages)
[RFC 00/12] staging: media: max96712: Add support for streams and multiple sensors
2025-02-06 18:40 UTC (3+ messages)
` [RFC 10/12] staging: media: max96712: add gpiochip functionality
[PATCH v15 0/3] rust: xarray: Add a minimal abstraction for XArray
2025-02-06 18:40 UTC (8+ messages)
` [PATCH v15 2/3] rust: xarray: Add an "
` [PATCH v15 1/3] rust: types: add `ForeignOwnable::PointedTo`
` [PATCH v15 3/3] MAINTAINERS: add entry for Rust XArray API
[PATCH RFC 00/24] Compiler-Based Capability- and Locking-Analysis
2025-02-06 18:40 UTC (26+ messages)
` [PATCH RFC 01/24] compiler_types: Move lock checking attributes to compiler-capability-analysis.h
` [PATCH RFC 02/24] compiler-capability-analysis: Rename __cond_lock() to __cond_acquire()
` [PATCH RFC 03/24] compiler-capability-analysis: Add infrastructure for Clang's capability analysis
` [PATCH RFC 04/24] compiler-capability-analysis: Add test stub
` [PATCH RFC 05/24] Documentation: Add documentation for Compiler-Based Capability Analysis
` [PATCH RFC 06/24] checkpatch: Warn about capability_unsafe() without comment
` [PATCH RFC 07/24] cleanup: Basic compatibility with capability analysis
` [PATCH RFC 08/24] lockdep: Annotate lockdep assertions for "
` [PATCH RFC 09/24] locking/rwlock, spinlock: Support Clang's "
` [PATCH RFC 10/24] compiler-capability-analysis: Change __cond_acquires to take return value
` [PATCH RFC 11/24] locking/mutex: Support Clang's capability analysis
` [PATCH RFC 12/24] locking/seqlock: "
` [PATCH RFC 13/24] bit_spinlock: Include missing <asm/processor.h>
` [PATCH RFC 14/24] bit_spinlock: Support Clang's capability analysis
` [PATCH RFC 15/24] rcu: "
` [PATCH RFC 16/24] srcu: "
` [PATCH RFC 17/24] kref: Add capability-analysis annotations
` [PATCH RFC 18/24] locking/rwsem: Support Clang's capability analysis
` [PATCH RFC 19/24] locking/local_lock: "
` [PATCH RFC 20/24] debugfs: Make debugfs_cancellation a capability struct
` [PATCH RFC 21/24] kfence: Enable capability analysis
` [PATCH RFC 22/24] kcov: "
` [PATCH RFC 23/24] stackdepot: "
` [PATCH RFC 24/24] rhashtable: "
[PATCH 1/2] f2fs: don't kobject_put in the error case
2025-02-06 18:40 UTC (2+ messages)
` [f2fs-dev] "
[PATCH v1] f2fs: remove unnecessary null checking
2025-02-06 18:40 UTC (2+ messages)
` [f2fs-dev] "
[PATCH] f2fs: quota: fix to avoid warning in dquot_writeback_dquots()
2025-02-06 18:40 UTC (2+ messages)
` [f2fs-dev] "
[PATCH v6 0/6] acpi/ghes, cper, cxl: Process CXL CPER Protocol errors
2025-02-06 18:38 UTC (2+ messages)
[PATCH v8 3/5] x86/pkeys: Update PKRU to enable all pkeys before XSAVE
2025-02-06 18:35 UTC (5+ messages)
[PATCH net-next v4 0/8] bpf: cpumap: enable GRO for XDP_PASS frames
2025-02-06 18:35 UTC (5+ messages)
` [PATCH net-next v4 1/8] net: gro: decouple GRO from the NAPI layer
[PATCH v1] ASoC: tas2781: Add dsp firmware for new projects
2025-02-06 18:35 UTC (2+ messages)
[PATCH v1 2/6] PCI: brcmstb: Fix error path upon call of regulator_bulk_get()
2025-02-06 18:34 UTC (4+ messages)
[PATCH RFC 00/33] Compile-time thread-safety checking
2025-02-06 18:34 UTC (35+ messages)
` [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 v5 0/16] Enable CXL PCIe port protocol error handling and logging
2025-02-06 18:33 UTC (5+ messages)
` [PATCH v5 04/16] PCI/AER: Modify AER driver logging to report CXL or PCIe bus error type
` [PATCH v5 05/16] PCI/AER: Add CXL PCIe Port correctable error support in AER service driver
[PATCH 0/2 v8] add ioctl/sysfs to donate file-backed pages
2025-02-06 18:33 UTC (4+ messages)
` [PATCH 2/2] f2fs: add a sysfs entry to request "
` [f2fs-dev] "
[PATCH] f2fs: add ioctl to get IO priority hint
2025-02-06 18:32 UTC (3+ messages)
` [f2fs-dev] "
[PATCH] net: fec: Refactor MAC reset to function
2025-02-06 18:32 UTC (5+ messages)
[PATCH v2 0/7] driver core: auxiliary bus: add device creation helper
2025-02-06 18:32 UTC (9+ messages)
` [PATCH v2 1/7] "
` [PATCH v2 2/7] reset: mpfs: use the auxiliary "
` [PATCH v2 3/7] drm/bridge: ti-sn65dsi86: "
` [PATCH v2 4/7] platform: arm64: lenovo-yoga-c630: "
` [PATCH v2 5/7] clk: eyeq: "
` [PATCH v2 6/7] clk: clk-imx8mp-audiomix: "
` [PATCH v2 7/7] clk: amlogic: axg-audio: use the auxiliary reset driver - take 2
queue-5.10: Panic on shutdown at platform_shutdown+0x9
2025-02-06 18:31 UTC
[PATCH net-next 0/4] xsk: the lost bits from Chapter III
2025-02-06 18:26 UTC (5+ messages)
` [PATCH net-next 1/4] unroll: add generic loop unroll helpers
` [PATCH net-next 2/4] i40e: use generic unrolled_count() macro
` [PATCH net-next 3/4] ice: "
` [PATCH net-next 4/4] xsk: add helper to get &xdp_desc's DMA and meta pointer in one go
[PATCH v17 0/1] MCTP Over PCC Transport
2025-02-06 18:28 UTC (4+ messages)
` [PATCH v17 1/1] mctp pcc: Implement MCTP over "
[PATCH v1 1/6] PCI: brcmstb: Refactor max speed limit functionality
2025-02-06 18:27 UTC (3+ messages)
[PATCH RFC v2] dt-bindings: mmc: mmc-slot: make compatible property optional
2025-02-06 18:27 UTC (2+ messages)
[PATCH] soc: qcom: pd-mapper: defer probing on sdm845
2025-02-06 18:25 UTC (5+ messages)
[PATCH v2] scsi: ufs: critical health condition
2025-02-06 18:25 UTC (8+ messages)
[PATCH v2] rust: alloc: satisfy `aligned_alloc` requirements
2025-02-06 18:23 UTC (6+ messages)
[PATCH v6 00/26] fs/dax: Fix ZONE_DEVICE page reference counts
2025-02-06 18:22 UTC (9+ messages)
` [PATCH v6 01/26] fuse: Fix dax truncate/punch_hole fault path
[PATCH] MAINTAINERS: Remove myself
2025-02-06 18:21 UTC
[RFC PATCH 1/3] virtio-gpu api: add blob userptr resource
2025-02-06 18:21 UTC (10+ messages)
` [RFC PATCH 3/3] drm/virtio: implement blob userptr resource object
[PATCH 2/3] dt-bindings: iio: chemical: sensirion,senxx: Add yaml description
2025-02-06 18:20 UTC (2+ messages)
[PATCH] ftrace: x86: Fix a compile error about get_kernel_nofault()
2025-02-06 18:19 UTC (2+ messages)
[PATCH v2 00/24] perf: Make perf_pmu_unregister() usable
2025-02-06 18:19 UTC (3+ messages)
` [PATCH v2 01/24] lockdep: Fix might_fault()
[PATCH 6.12 000/583] 6.12.13-rc2 review
2025-02-06 18:17 UTC (2+ messages)
[PATCH] gpiolib: don't build HTE code with CONFIG_HTE disabled
2025-02-06 18:17 UTC (2+ messages)
[PATCH v2 0/5] Support ROHM BD79124 ADC/GPO
2025-02-06 18:16 UTC (5+ messages)
` [PATCH v2 1/5] dt-bindings: "
[PATCH v1 1/1] scsi: lpfc: Switch to use %ptTs
2025-02-06 18:16 UTC (2+ messages)
[PATCH v6 0/2] usb: typec: Add new driver for Parade PS8830 Type-C Retimer
2025-02-06 18:15 UTC (3+ messages)
` [PATCH v6 1/2] dt-bindings: usb: Add Parade PS8830 Type-C retimer bindings
[PATCH 0/2] AT91 Clock Adjustments
2025-02-06 18:14 UTC (3+ messages)
` [PATCH 1/2] clk: at91: sckc: Fix parent_data struct for slow osc
` [PATCH 2/2] clk: at91: sama7d65: Add missing clk_hw to parent_data
[PATCH 0/4] net: dsa: b53: Enable internal GPHY on BCM63268
2025-02-06 18:15 UTC (2+ messages)
[PATCH v6 00/26] Add support for hot-pluggable DRM bridges
2025-02-06 18:14 UTC (27+ 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 v6 26/26] drm/bridge: hotplug-bridge: add driver to support hot-pluggable DSI bridges
[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 (6+ 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 0/3] gpio: bcm-kona: Various GPIO fixups
2025-02-06 18:13 UTC (2+ messages)
[PATCH 1/1] alloc_tag: work around clang-14 issue with __builtin_object_size()
2025-02-06 18:13 UTC (4+ messages)
[PATCH v3 01/20] driver core: Split devres APIs to device/devres.h
2025-02-06 18:11 UTC (6+ 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 v3 0/8] Driver core: Add faux bus devices
2025-02-06 18:08 UTC (3+ messages)
` [PATCH v3 1/8] driver core: add a faux bus for use when a simple device/bus is needed
[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.)
[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 (2+ 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] 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)
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