messages from 2024-12-10 21:01:23 to 2024-12-10 23:11:25 UTC [more...]
[net-next PATCH v11 0/9] net: dsa: Add Airoha AN8855 support
2024-12-10 23:11 UTC (17+ messages)
` [net-next PATCH v11 3/9] dt-bindings: net: dsa: Document support for Airoha AN8855 DSA Switch
` [net-next PATCH v11 4/9] dt-bindings: mfd: Document support for Airoha AN8855 Switch SoC
` [net-next PATCH v11 5/9] mfd: an8855: Add support for Airoha AN8855 Switch MFD
` [net-next PATCH v11 8/9] net: dsa: Add Airoha AN8855 5-Port Gigabit DSA Switch driver
[PATCH v5 00/18] VOP Support for rk3576
2024-12-10 23:09 UTC (3+ messages)
` [PATCH v5 04/18] drm/rockchip: vop2: Fix the windows switch between different layers
[PATCH v1 1/1] arm64: dts: rockchip: Add USB-C support to ROCK 5B
2024-12-10 23:08 UTC (4+ messages)
[PATCH v6 0/4] add NXP RTC driver support for S32G2/S32G3 SoCs
2024-12-10 23:07 UTC (10+ messages)
` [PATCH v6 1/4] dt-bindings: rtc: add schema for NXP "
` [PATCH v6 2/4] rtc: s32g: add NXP S32G2/S32G3 SoC support
[PATCH v2 0/4] Add support for HDMI1 output on RK3588 SoC
2024-12-10 23:06 UTC (5+ messages)
` [PATCH v2 1/4] drm/rockchip: dw_hdmi_qp: Add support for RK3588 HDMI1 output
` [PATCH v2 2/4] arm64: dts: rockchip: Add PHY node for HDMI1 TX port on RK3588
` [PATCH v2 3/4] arm64: dts: rockchip: Add HDMI1 node "
` [PATCH v2 4/4] arm64: dts: rockchip: Enable HDMI1 on rock-5b
[PATCH 0/3] Add support for responding to Get_Revision request
2024-12-10 23:06 UTC (3+ messages)
` [PATCH 1/3] dt-bindings: connector: Add pd-revision property
[PATCH v5 0/6] move per-vma lock into vm_area_struct
2024-12-10 23:01 UTC (8+ messages)
` [PATCH v5 4/6] mm: make vma cache SLAB_TYPESAFE_BY_RCU
[PATCH v4 00/13] Device / Driver PCI / Platform Rust abstractions
2024-12-10 22:59 UTC (8+ messages)
` [PATCH v4 08/13] rust: pci: add basic PCI device / driver abstractions
` [PATCH v4 13/13] samples: rust: add Rust platform sample driver
[PATCH v2] usb: dwc3: dwc3-am62: Re-initialize controller if lost power in PM suspend
2024-12-10 22:58 UTC (2+ messages)
[PATCH v2 3/3] x86/sev: Add SEV-SNP CipherTextHiding support
2024-12-10 22:57 UTC (13+ messages)
[PATCH net-next v3] nfp: Convert timeouts to secs_to_jiffies()
2024-12-10 22:56 UTC
[PATCH] perf probe: Fix uninitialized variable
2024-12-10 22:55 UTC (2+ messages)
[PATCH v5 00/10] Add support for RaspberryPi RP1 PCI device using a DT overlay
2024-12-10 22:55 UTC (7+ messages)
` [PATCH v5 03/10] dt-bindings: pci: Add common schema for devices accessible through PCI BARs
` [PATCH v5 04/10] dt-bindings: misc: Add device specific bindings for RaspberryPi RP1
` [PATCH v5 08/10] misc: rp1: RaspberryPi RP1 misc driver
[PATCH] drm/msm/a6xx: Skip gpu secure fw load in EL2 mode
2024-12-10 22:52 UTC (3+ messages)
[PATCH v4 00/24] Add audio support for the Renesas RZ/G3S SoC
2024-12-10 22:52 UTC (7+ messages)
` [PATCH v4 01/24] clk: versaclock3: Prepare for the addition of 5L35023 device
` [PATCH v4 02/24] dt-bindings: clock: versaclock3: Document 5L35023 Versa3 clock generator
` [PATCH v4 03/24] clk: versaclock3: Add support for the 5L35023 variant
arch/arm64/kernel/pi/patch-scs.c:64:29: sparse: sparse: incorrect type in assignment (different base types)
2024-12-10 22:51 UTC
[patch 0/5] genirq, x86: Rework deferred interrupt affinity logic
2024-12-10 22:52 UTC (4+ messages)
` [patch 1/5] ARC: Remove GENERIC_PENDING_IRQ
[PATCH v2] usb: dwc3: gadget: fix writing NYET threshold
2024-12-10 22:51 UTC (2+ messages)
[PATCH v2 0/3] fixes for udmabuf (memfd sealing checks and a leak)
2024-12-10 22:51 UTC (5+ messages)
` [PATCH v2 1/3] udmabuf: fix racy memfd sealing check
` [PATCH v2 2/3] udmabuf: also check for F_SEAL_FUTURE_WRITE
[PATCH v5 00/16] Device / Driver PCI / Platform Rust abstractions
2024-12-10 22:46 UTC (17+ messages)
` [PATCH v5 01/16] rust: pass module name to `Module::init`
` [PATCH v5 02/16] rust: implement generic driver registration
` [PATCH v5 03/16] rust: implement `IdArray`, `IdTable` and `RawDeviceId`
` [PATCH v5 04/16] rust: add rcu abstraction
` [PATCH v5 05/16] rust: types: add `Opaque::pin_init`
` [PATCH v5 06/16] rust: add `Revocable` type
` [PATCH v5 07/16] rust: add `io::{Io, IoRaw}` base types
` [PATCH v5 08/16] rust: add devres abstraction
` [PATCH v5 09/16] rust: pci: add basic PCI device / driver abstractions
` [PATCH v5 10/16] rust: pci: implement I/O mappable `pci::Bar`
` [PATCH v5 11/16] samples: rust: add Rust PCI sample driver
` [PATCH v5 12/16] rust: of: add `of::DeviceId` abstraction
` [PATCH v5 13/16] rust: driver: implement `Adapter`
` [PATCH v5 14/16] rust: platform: add basic platform device / driver abstractions
` [PATCH v5 15/16] samples: rust: add Rust platform sample driver
` [PATCH v5 16/16] MAINTAINERS: add Danilo to DRIVER CORE
[PATCH] x86/acpi: Fix LAPIC/x2APIC parsing order
2024-12-10 22:51 UTC (2+ messages)
[PATCH v8 0/2] PCI: add enabe(disable)_device() hook for bridge
2024-12-10 22:48 UTC (3+ messages)
` [PATCH v8 1/2] PCI: Add enable_device() and disable_device() callbacks for bridges
` [PATCH v8 2/2] PCI: imx6: Add IOMMU and ITS MSI support for i.MX95
[PATCH] selftests/rseq: Fix rseq for cases without glibc support
2024-12-10 22:44 UTC
[PATCH 0/5] clk: Fix simple video pipelines on i.MX8
2024-12-10 22:44 UTC (3+ messages)
` [PATCH 4/5] clk: Add flag to prevent frequency changes when walking subtrees
[REGRESSION] from 74a0e79df68a8042fb84fd7207e57b70722cf825: VFIO PCI passthrough no longer works
2024-12-10 22:43 UTC (5+ messages)
[PATCH v4] x86/cpufeature: Add feature dependency checks
2024-12-10 22:40 UTC
[PATCH v1 0/2] Rockchip W552793DBA-V10 panel support
2024-12-10 22:41 UTC (4+ messages)
` [PATCH v1 2/2] drm/panel: add Raydium RM67200 panel driver
[PATCH 0/4] move per-vma lock into vm_area_struct
2024-12-10 22:38 UTC (5+ messages)
` [PATCH 3/4] mm: replace rw_semaphore with atomic_t in vma_lock
[PATCH v3 0/7] ipu6: get rid of all the IS_ENABLED(CONFIG_ACPI)
2024-12-10 22:35 UTC (12+ messages)
` [PATCH v3 1/7] media: ipu-bridge: Fix warning when !ACPI
` [PATCH v3 2/7] ACPI: bus: implement for_each_acpi_dev_match "
` [PATCH v3 4/7] ACPI: header: implement acpi_device_handle "
` [PATCH v3 6/7] ACPI: bus: implement acpi_device_hid "
[PATCH 0/3] drm/msm/dp: Fix and utilize TPG with a debugfs
2024-12-10 22:33 UTC (2+ messages)
[PATCH v2 0/2] perf trace: Add tests for BTF general augmentation
2024-12-10 22:30 UTC (3+ messages)
` [PATCH v2 1/2] "
[PATCH v4 0/11] futex: Add support task local hash maps
2024-12-10 22:27 UTC (3+ messages)
` [PATCH v4 06/11] futex: Allow to re-allocate the private hash bucket
[PATCH] tpm/eventlog: Limit memory allocations for event logs with excessive size
2024-12-10 22:26 UTC
[PATCH] tracing: Fix trace output when pointer hash is disabled
2024-12-10 22:25 UTC
[PATCH v2 0/2] drm: Allow encoder modeset when connectors are changed
2024-12-10 22:23 UTC (4+ messages)
` [PATCH v2 2/2] drm/tests: Add test for drm_atomic_helper_commit_modeset_disables()
[PATCH 0/3] media: uvcvideo: Make sure the ctrl cache is in sync with the device
2024-12-10 22:22 UTC (4+ messages)
` [PATCH 1/3] media: uvcvideo: Return the number of processed controls
` [PATCH 2/3] media: uvcvideo: Do not send events for not changed controls
` [PATCH 3/3] media: uvcvideo: Rollback non processed entities on error
[PATCH v30 00/30] Introduce QC USB SND audio offloading support
2024-12-10 22:20 UTC (13+ messages)
[PATCH v7 0/2] Add dma coherent allocator abstraction
2024-12-10 22:14 UTC (3+ messages)
` [PATCH v7 1/2] rust: error: Add EOVERFLOW
` [PATCH v7 2/2] rust: add dma coherent allocator abstraction
[PATCH v8 0/7] PCI: dwc: opitimaze RC Host/EP pci_fixup_addr()
2024-12-10 22:16 UTC (3+ messages)
[PATCH v6 00/19] Add Freescale i.MX8qxp Display Controller support
2024-12-10 22:15 UTC (3+ messages)
` [PATCH v6 01/19] dt-bindings: display: imx: Add i.MX8qxp Display Controller processing units
linux-next: build failure after merge of the xfs tree
2024-12-10 22:04 UTC
[PATCH v11 0/9] Add support for Maxim Integrated MAX77705 PMIC
2024-12-10 22:07 UTC (5+ messages)
` [PATCH v11 6/9] mfd: Add new driver for "
` [PATCH v11 8/9] power: supply: max77705: Add charger driver for Maxim 77705
[PATCH v3 bpf-next 0/6] Enable writing xattr from BPF programs
2024-12-10 22:06 UTC (7+ messages)
` [PATCH v3 bpf-next 1/6] fs/xattr: bpf: Introduce security.bpf. xattr name prefix
` [PATCH v3 bpf-next 2/6] selftests/bpf: Extend test fs_kfuncs to cover security.bpf. xattr names
` [PATCH v3 bpf-next 3/6] bpf: lsm: Add two more sleepable hooks
` [PATCH v3 bpf-next 4/6] bpf: fs/xattr: Add BPF kfuncs to set and remove xattrs
` [PATCH v3 bpf-next 5/6] selftests/bpf: Test kfuncs that set and remove xattr from BPF programs
` [PATCH v3 bpf-next 6/6] selftests/bpf: Add __failure tests for set/remove xattr kfuncs
[PATCH] memory: omap-gpmc: deadcode a pair of functions
2024-12-10 22:06 UTC
[PATCH 0/6] iommu/s390: add support for IOMMU passthrough
2024-12-10 22:06 UTC (9+ messages)
` [PATCH 2/6] s390: enable ARCH_HAS_PHYS_TO_DMA
` [PATCH 5/6] iommu: document missing def_domain_type return
[PATCH v7 0/3] memory,x86,acpi: hotplug memory alignment advisement
2024-12-10 22:05 UTC (4+ messages)
` [PATCH v7 1/3] memory: implement memory_block_advise/probe_max_size
` [PATCH v7 2/3] x86: probe memory block size advisement value during mm init
` [PATCH v7 3/3] acpi,srat: give memory block size advice based on CFMWS alignment
[PATCH v3 00/19] Converge on using secs_to_jiffies()
2024-12-10 22:02 UTC (20+ messages)
` [PATCH v3 01/19] netfilter: conntrack: Cleanup timeout definitions
` [PATCH v3 02/19] coccinelle: misc: Add secs_to_jiffies script
` [PATCH v3 03/19] arm: pxa: Convert timeouts to use secs_to_jiffies()
` [PATCH v3 04/19] s390: kernel: "
` [PATCH v3 05/19] powerpc/papr_scm: Convert timeouts to secs_to_jiffies()
` [PATCH v3 06/19] mm: kmemleak: "
` [PATCH v3 07/19] accel/habanalabs: "
` [PATCH v3 08/19] drm/xe: Convert timeout "
` [PATCH v3 09/19] scsi: lpfc: Convert timeouts "
` [PATCH v3 10/19] scsi: arcmsr: "
` [PATCH v3 11/19] scsi: pm8001: "
` [PATCH v3 12/19] xen/blkback: "
` [PATCH v3 13/19] gve: "
` [PATCH v3 14/19] wifi: ath11k: "
` [PATCH v3 15/19] Bluetooth: MGMT: "
` [PATCH v3 16/19] staging: vc04_services: "
` [PATCH v3 17/19] ceph: "
` [PATCH v3 18/19] livepatch: "
` [PATCH v3 19/19] ALSA: line6: "
[PATCH v2 00/14] power: supply: introduce and use power_supply_for_each_psy() and dev_to_psy()
2024-12-10 21:56 UTC (15+ messages)
` [PATCH v2 01/14] power: supply: mm8013: use accessor for driver data
` [PATCH v2 02/14] power: supply: core: introduce power_supply_for_each_psy()
` [PATCH v2 03/14] power: supply: core: use power_supply_for_each_psy()
` [PATCH v2 04/14] power: supply: ab8500: "
` [PATCH v2 05/14] power: supply: apm_power: "
` [PATCH v2 06/14] power: supply: core: remove power_supply_for_each_device()
` [PATCH v2 07/14] power: supply: core: introduce dev_to_psy()
` [PATCH v2 08/14] power: supply: core: use dev_to_psy()
` [PATCH v2 09/14] power: supply: sysfs: "
` [PATCH v2 10/14] power: supply: ab8500: "
` [PATCH v2 11/14] power: supply: surface_battery: "
` [PATCH v2 12/14] power: supply: bq2415x_charger: "
` [PATCH v2 13/14] power: supply: bq24190_charger: "
` [PATCH v2 14/14] power: supply: bq24257_charger: "
[PATCH 0/7] Move initializing SEV/SNP functionality to KVM
2024-12-10 21:55 UTC (5+ messages)
` [PATCH 3/7] crypto: ccp: Reset TMR size at SNP Shutdown
` [PATCH 4/7] crypto: ccp: Register SNP panic notifier only if SNP is enabled
[PATCH 0/5] soc: renesas: Add system controller support for RZ/G3E SoC
2024-12-10 21:55 UTC (3+ messages)
` [PATCH 2/5] dt-bindings: soc: renesas: Document Renesas RZ/G3E SoC variants
[PATCH v5 00/10] iio: accel: adxl345: add FIFO operating with IRQ triggered watermark events
2024-12-10 21:54 UTC (4+ messages)
` [PATCH v5 10/10] iio: accel: adxl345: add FIFO with "
[RFC PATCH] mm/mempolicy: Weighted interleave auto-tuning
2024-12-10 21:54 UTC
[PATCH 0/5] mm/damon: add sample modules
2024-12-10 21:50 UTC (6+ messages)
` [PATCH 1/5] samples: add a skeleton of a sample DAMON module for working set size estimation
` [PATCH 2/5] samples/damon/wsse: start and stop DAMON as the user requests
` [PATCH 3/5] samples/damon/wsse: implement working set size estimation and logging
` [PATCH 4/5] samples/damon: introduce a skeleton of a smaple DAMON module for proactive reclamation
` [PATCH 5/5] samples/damon/prcl: implement schemes setup
[PATCH 00/10] Trusted Execution Environment (TEE) driver for Qualcomm TEE (QTEE)
2024-12-10 21:44 UTC (6+ messages)
` [PATCH 05/10] qcomtee: implement object invoke support
[PATCH v2] fork: avoid inappropriate uprobe access to invalid mm
2024-12-10 21:43 UTC (4+ messages)
[PATCH v2] arm64: dts: qcom: x1e80100-pmics: Enable all SMB2360 separately
2024-12-10 21:42 UTC (2+ messages)
[PATCH 1/2] arm64: dts: mediatek: mt8173-elm: Fix MT6397 PMIC sub-node names
2024-12-10 21:42 UTC (2+ messages)
[PATCH v5 0/4] Enable Bluetooth on qcs6490-rb3gen2 board
2024-12-10 21:42 UTC (2+ messages)
[PATCH v2 0/4] Add support for Priva E-Measuringbox board
2024-12-10 21:42 UTC (2+ messages)
[PATCH v2 0/2] mm/page_alloc: rework conditional splitting >= pageblock_order pages when freeing
2024-12-10 21:40 UTC (4+ messages)
` [PATCH v2 1/2] mm/page_alloc: conditionally split > pageblock_order pages in free_one_page() and move_freepages_block_isolate()
[RFC v2 PATCH 0/5] Promotion of Unmapped Page Cache Folios
2024-12-10 21:37 UTC (6+ messages)
` [RFC v2 PATCH 1/5] migrate: Allow migrate_misplaced_folio_prepare() to accept a NULL VMA
` [RFC v2 PATCH 2/5] memory: move conditionally defined enums use inside ifdef tags
` [RFC v2 PATCH 3/5] memory: allow non-fault migration in numa_migrate_check path
` [RFC v2 PATCH 4/5] vmstat: add page-cache numa hints
` [RFC v2 PATCH 5/5] migrate,sysfs: add pagecache promotion
[PATCH] nvme-pci: 512 byte aligned dma pool segment quirk
2024-12-10 21:36 UTC (9+ messages)
[PATCH 0/4] Remove problematic include in <asm/set_memory.h>
2024-12-10 21:36 UTC (3+ messages)
` [PATCH 1/4] x86/smp: Explicitly include <linux/thread_info.h>
[RFC V9] md/bitmap: Optimize lock contention
2024-12-10 21:35 UTC (2+ messages)
[RFC PATCH 0/5] mm: Fix mremap behavior when using addr hints
2024-12-10 21:30 UTC (6+ messages)
` [RFC PATCH 1/5] mm: mremap: Fix new_addr being used as a hint with MREMAP_DONTUNMAP
` [RFC PATCH 2/5] mm: mremap: Use round_hint_to_min() for new_addr hints
` [RFC PATCH 3/5] mm: mremap: Allow new_addr to be specified as a hint
` [RFC PATCH 4/5] selftests: mm: Add a new MREMAP_DONTUNMAP self test
` [RFC PATCH 5/5] selftests: mm: Add selftest for new_addr hint with MREMAP_MAYMOVE
[PATCH bpf v4] bpf: Fix theoretical prog_array UAF in __uprobe_perf_func()
2024-12-10 21:30 UTC (2+ messages)
[PATCH v22 0/8] Script execution control (was O_MAYEXEC)
2024-12-10 21:29 UTC (3+ messages)
` [PATCH v22 8/8] ima: instantiate the bprm_creds_for_exec() hook
[PATCH v1 0/2] arm64: dts: exynos8895: Add m2-pmu, poweroff and reboot
2024-12-10 21:28 UTC (4+ messages)
` [PATCH v1 2/2] arm64: dts: exynos8895: Add syscon-poweroff and syscon-reboot nodes
[PATCH v2 0/2] thermal: imx91: Add support for i.MX91 thermal monitoring unit
2024-12-10 21:27 UTC (3+ messages)
` [PATCH v2 1/2] dt-bindings: thermal: fsl,imx91-tmu: add bindings for NXP i.MX91 thermal module
` [PATCH v2 2/2] thermal: imx91: Add support for i.MX91 thermal monitoring unit
[PATCH] platform/x86/intel/vsec: Add support for Panther Lake
2024-12-10 21:26 UTC
[PATCH v1] media: hantro: Replacement maintainers
2024-12-10 21:25 UTC
[PATCH v2] EDAC/amd64: Fix possible module load failure on some UMC usage combinations
2024-12-10 21:20 UTC
[PATCH] powerpc: Use str_on_off() helper in check_cache_coherency()
2024-12-10 21:20 UTC
[PATCH v2 00/10] drm/connector: add eld_mutex to protect connector->eld
2024-12-10 21:20 UTC (3+ messages)
` [PATCH v2 04/10] drm/amd/display: use eld_mutex to protect access to connector->eld
[PATCHv2] PCI/ACPI: _DSM PRESERVE_BOOT_CONFIG function rev id doesn't match with spec
2024-12-10 21:17 UTC (2+ messages)
[PATCH v2 0/5] kallsyms: Emit symbol for holes in text and fix weak function issue
2024-12-10 20:49 UTC (4+ messages)
` "
[PATCH v2 00/11] x86: 32-bit cleanups
2024-12-10 21:08 UTC (6+ messages)
` [PATCH v2 05/11] x86: add CONFIG_X86_64_NATIVE option
[PATCH v4 0/3] staging: rtl8723bs: remove code depending on cflag
2024-12-10 20:48 UTC (4+ messages)
` [PATCH v4 1/3] staging: rtl8723bs: delete DBG_RX_SIGNAL_DISPLAY_RAW_DATA ifdef code
` [PATCH v4 2/3] staging: rtl8723bs: delete HAL_DEF_DBG_RX_INFO_DUMP enum
` [PATCH v4 3/3] staging: rtl8723bs: remove HAL_DEF_DBG_RX_INFO_DUMP caller
[PATCH v1] media: visl: Fix ERANGE error when setting enums controls
2024-12-10 21:02 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