public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-02-20 08:03:23 to 2025-02-20 09:49:04 UTC [more...]

[PATCH v4 0/4] Add MTK AIE Driver For MT8188
 2025-02-20  9:49 UTC  (3+ messages)
` [PATCH v4 4/4] media: mediatek: add MT8188 AIE driver

[PATCH v6 0/4] Add support for debugfs based RAS DES feature in PCIe DW
 2025-02-20  9:48 UTC  (5+ messages)
  ` [PATCH v6 2/4] Add debugfs based silicon debug support in DWC

[PATCH v1 0/3] drm: bridge: add support for Triple 10-BIT
 2025-02-20  9:48 UTC  (6+ messages)
` [PATCH v1 1/3] dt-bindigs: display: extend the LVDS codec with Triple 10-BIT LVDS Transmitter
` [PATCH v1 2/3] dt-bindigs: display: extend the simple bridge with MStar TSUMU88ADT3-LF-1
` [PATCH v1 3/3] drm/bridge: simple-bridge: Add support for "

[PATCH] riscv: select DMA_DIRECT_REMAP by RISCV_ISA_SVPBMT and ERRATA_THEAD_MAE
 2025-02-20  9:48 UTC  (3+ messages)

[PATCH 0/4] mm: permit guard regions for file-backed/shmem mappings
 2025-02-20  9:47 UTC  (14+ messages)

[PATCH 0/3] i2c: qup: Allow scaling power domains and interconnect
 2025-02-20  9:47 UTC  (6+ messages)
` [PATCH 3/3] i2c: qup: Vote for interconnect bandwidth to DRAM

[PATCH v2 0/4] Fixes for hugetlb and vmalloc on arm64
 2025-02-20  9:46 UTC  (3+ messages)
` [PATCH v2 1/4] mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()

[PATCH 00/63] Fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y
 2025-02-20  9:45 UTC  (3+ messages)

[PATCH] scsi: mpi3mr: fix invalid 64-bit phy bitmask calculation
 2025-02-20  9:44 UTC 

[PATCH v4] dma: dw-axi-dmac: remove unnecessary axi_dma_enable() calling
 2025-02-20  9:40 UTC 

[PATCH v11 0/7] Add PCIe support for Qualcomm IPQ5332
 2025-02-20  9:42 UTC  (8+ messages)
` [PATCH v11 1/7] dt-bindings: phy: qcom,uniphy-pcie: Document PCIe uniphy
` [PATCH v11 2/7] phy: qcom: Introduce PCIe UNIPHY 28LP driver
` [PATCH v11 3/7] dt-bindings: PCI: qcom: Use sdx55 reg description for ipq9574
` [PATCH v11 4/7] arm64: dts: qcom: ipq9574: Reorder reg and reg-names
` [PATCH v11 5/7] dt-bindings: PCI: qcom: Document the IPQ5332 PCIe controller
` [PATCH v11 6/7] arm64: dts: qcom: ipq5332: Add PCIe related nodes
` [PATCH v11 7/7] arm64: dts: qcom: ipq5332-rdp441: Enable PCIe phys and controllers

[PATCH] fs/jfs: cast inactags to s64 to prevent potential overflow
 2025-02-20  9:43 UTC 

[PATCH RFC v2 00/16] drm/vkms: ConfigFS interface
 2025-02-20  9:43 UTC  (8+ messages)

[PATCH] drm/arm/komeda: Add a condition check before removing sysfs attribute
 2025-02-20  9:43 UTC  (3+ messages)

[PATCH] rust: regulator: add a bare minimum regulator abstraction
 2025-02-20  9:42 UTC  (5+ messages)

[PATCH 0/5] coresight: Add Coresight Trace NOC driver
 2025-02-20  9:41 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: arm: Add Coresight device Trace NOC definition
` [PATCH 2/5] coresight: add coresight Trace NOC driver
` [PATCH 3/5] coresight-tnoc: add nodes to configure flush
` [PATCH 4/5] coresight-tnoc: add node to configure flag type
` [PATCH 5/5] coresight-tnoc: add nodes to configure freq packet

[RFC PATCH 00/22] sched/fair: Defer CFS throttling to exit to user mode
 2025-02-20  9:32 UTC  (23+ messages)
` [RFC PATCH 01/22] kernel/entry/common: Move syscall_enter_from_user_mode_work() out of header
` [RFC PATCH 02/22] sched/fair: Convert "se->runnable_weight" to unsigned int and pack the struct
` [RFC PATCH 03/22] [PoC] kernel/entry/common: Mark syscall as a kernel critical section
` [RFC PATCH 04/22] [PoC] kernel/sched: Inititalize "kernel_cs_count" for new tasks
` [RFC PATCH 05/22] sched/fair: Track EEVDF stats for entities preempted in kernel mode
` [RFC PATCH 06/22] sched/fair: Propagate the min_vruntime of kernel mode preempted entity
` [RFC PATCH 07/22] sched/fair: Propagate preempted entity information up cgroup hierarchy
` [RFC PATCH 08/22] sched/fair: Allow pick_eevdf() to pick in-kernel entities on throttled hierarchy
` [RFC PATCH 09/22] sched/fair: Introduce cfs_rq throttled states in preparation for partial throttling
` [RFC PATCH 10/22] sched/fair: Prepare throttle_cfs_rq() to allow "
` [RFC PATCH 11/22] sched/fair: Prepare unthrottle_cfs_rq() to demote throttle status
` [RFC PATCH 12/22] sched/fair: Prepare bandwidth distribution to unthrottle partial throttles right away
` [RFC PATCH 13/22] sched/fair: Correct the throttle status supplied to pick_eevdf()
` [RFC PATCH 14/22] sched/fair: Mark a task if it was picked on a partially throttled hierarchy
` [RFC PATCH 15/22] sched/fair: Call resched_curr() from sched_notify_syscall_exit()
` [RFC PATCH 16/22] sched/fair: Prepare enqueue to partially unthrottle cfs_rq
` [RFC PATCH 17/22] sched/fair: Clear pick on throttled indicator when task leave fair class
` [RFC PATCH 18/22] sched/fair: Prepare pick_next_task_fair() to unthrottle a throttled hierarchy
` [RFC PATCH 19/22] sched/fair: Ignore in-kernel indicators for running task outside of schedule()
` [RFC PATCH 20/22] sched/fair: Implement determine_throttle_state() for partial throttle
` [RFC PATCH 21/22] [MAYBE BUGFIX] sched/fair: Group all the se->min_* members together for propagation
` [RFC PATCH 22/22] [DEBUG] sched/fair: Debug pick_eevdf() returning NULL!

[PATCH net-next v2 0/2] net: phy: marvell-88q2xxx: Enable temperature measurement in probe again
 2025-02-20  9:36 UTC  (5+ messages)
` [PATCH net-next v2 1/2] "
` [PATCH net-next v2 2/2] net: phy: marvell-88q2xxx: Prevent hwmon access with asserted reset

[PATCH v1 0/3] Initial BBML2 support for contpte_convert()
 2025-02-20  9:37 UTC  (9+ messages)
` [PATCH v1 1/3] arm64: Add BBM Level 2 cpu feature

[PATCH RFC] mm: Fix kernel BUG when userfaultfd_move encounters swapcache
 2025-02-20  9:36 UTC  (10+ messages)

[PATCH v5 0/5] Add support for the TPM FF-A start method
 2025-02-20  9:31 UTC  (8+ messages)
` [PATCH v5 1/5] tpm_crb: implement driver compliant to CRB over FF-A
` [PATCH v5 2/5] tpm_crb: clean-up and refactor check for idle support
` [PATCH v5 5/5] Documentation: tpm: add documentation for the CRB FF-A interface

[PATCH 1/2] arm64: dts: rockchip: remove supports-cqe from rk3588 jaguar
 2025-02-20  9:31 UTC  (2+ messages)

PM runtime_error handling missing in many drivers?
 2025-02-20  9:30 UTC  (12+ messages)

[PATCH 0/2] hung_task: Dump the blocking task stacktrace
 2025-02-20  9:29 UTC  (17+ messages)
` [PATCH 1/2] hung_task: Show the blocker task if the task is hung on mutex

[PATCH v2 00/10] Support for Allwinner V853 SoC
 2025-02-20  9:28 UTC  (4+ messages)
` [PATCH v2 04/10] clk: sunxi-ng: add CCU drivers for V853

[PATCH v2 0/2] Minimize xa_node allocation during xarry split
 2025-02-20  9:27 UTC  (6+ messages)
` [PATCH v2 2/2] mm/shmem: use xas_try_split() in shmem_split_large_entry()

[PATCH] riscv: dts: allwinner: d1: Add thermal sensor
 2025-02-20  9:25 UTC 

[PATCH] ftrace: Have ftrace_free_filter() WARN and exit if ops is active
 2025-02-20  9:23 UTC  (2+ messages)

[PATCH v6 00/15] x86-64: Stack protector and percpu improvements
 2025-02-20  9:23 UTC  (4+ messages)
` [PATCH v6 07/15] x86/stackprotector/64: Convert to normal percpu variable

[PATCH 0/3] drm/amdgpu: Small reset improvements
 2025-02-20  9:22 UTC  (3+ messages)
` [PATCH 3/3] drm/amdgpu: Trigger a wedged event for every type of reset

[PATCH] slub: Fix Off-By-One in the While condition in on_freelist()
 2025-02-20  9:21 UTC  (3+ messages)

[PATCH v2] sched/isolation: Make use of more than one housekeeping cpu
 2025-02-20  9:21 UTC  (2+ messages)

[PATCH net-next v3 00/10] PRU-ICSSM Ethernet Driver
 2025-02-20  9:19 UTC  (3+ messages)
` [PATCH net-next v3 02/10] net: ti: prueth: Adds ICSSM Ethernet driver

[CHANGE 1/2] sched/isolation: Make use of more than one housekeeping cpu
 2025-02-20  9:20 UTC  (6+ messages)

[PATCH v2 0/3] media: add v4l2_subdev_state_xlate_streams()
 2025-02-20  9:20 UTC  (4+ messages)
` [PATCH v2 1/3] media: v4l: subdev: add v4l2_subdev_routing_xlate_streams()
` [PATCH v2 2/3] media: use v4l2_subdev_routing_xlate_streams()
` [PATCH v2 3/3] media: v4l: subdev: remove v4l2_subdev_state_xlate_streams()

[PATCH 00/17] staging: gpib: Console messaging cleanup
 2025-02-20  9:19 UTC  (4+ messages)

[PATCH v2] PCI: Update Resizable BAR Capability Register fields
 2025-02-20  9:18 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] gpiolib: don't bail out if get_direction() fails in gpiochip_add_data()
 2025-02-20  9:17 UTC  (2+ messages)

[PATCH 6.1 000/578] 6.1.129-rc1 review
 2025-02-20  9:16 UTC  (2+ messages)

[PATCH] scsi: message: fusion: Fix out-of-bounds shift in phy bitmask calculation
 2025-02-20  9:14 UTC 

[PATCH 0/9] crypto: qce - refactor the driver
 2025-02-20  9:14 UTC  (9+ messages)
` [PATCH 9/9] crypto: qce - switch to using a mutex

[PATCH v7 0/2] arm64: dts: fsd: Add Ethernet support for FSD SoC
 2025-02-20  7:35 UTC  (3+ messages)
  ` [PATCH v7 1/2] arm64: dts: fsd: Add Ethernet support for FSYS0 Block of "
  ` [PATCH v7 2/2] arm64: dts: fsd: Add Ethernet support for PERIC "

[PATCH v2] arm64: Utilize for_each_cpu_wrap for reference lookup
 2025-02-20  9:10 UTC 

[PATCH v6 00/14] iommufd: Add vIOMMU infrastructure (Part-3: vEVENTQ)
 2025-02-20  9:09 UTC  (3+ messages)
` [PATCH v6 14/14] iommu/arm-smmu-v3: Set MEV bit in nested STE for DoS mitigations

[PATCH 3/17 V2] staging: gpib: cb7210 console messaging cleanup
 2025-02-20  9:09 UTC  (3+ messages)
` [PATCH 11/17 V2] staging: gpib: ines "
` [PATCH 17/17 V2] staging: gpib: tnt4882 "

[PATCH v2] auxdisplay: MAX6959 should select BITREVERSE
 2025-02-20  9:07 UTC  (3+ messages)

[PATCH v3 0/3] Add support for Plymovent AQM board
 2025-02-20  9:01 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: sound: convert ICS-43432 binding to YAML
` [PATCH v3 2/3] dt-bindings: arm: stm32: Add Plymovent AQM board
` [PATCH v3 3/3] arm: dts: stm32: Add Plymovent AQM devicetree

[PATCH v3] ASoC: fsl: Rename stream name of SAI DAI driver
 2025-02-20  9:00 UTC  (2+ messages)

[PATCH RESEND v3] arm64: dts: mediatek: mt8183: Switch to Elan touchscreen driver
 2025-02-20  8:59 UTC  (2+ messages)

[PATCH v2] stmmac: Replace deprecated PCI functions
 2025-02-20  8:59 UTC  (2+ messages)

Rust kernel policy
 2025-02-20  8:57 UTC  (22+ messages)

[PATCH] clocksource: atmel_tcb: fix kconfig dependency
 2025-02-20  8:54 UTC  (2+ messages)

[PATCH net-next] net/rds: Replace deprecated strncpy() with strscpy_pad()
 2025-02-20  8:54 UTC  (4+ messages)

[PATCH] pps: add epoll support
 2025-02-20  8:50 UTC  (2+ messages)

[PATCH net-next] selftests: fib_nexthops: do not mark skipped tests as failed
 2025-02-20  8:53 UTC 

[PATCH] pinctrl: nomadik: Add error handling for find_nmk_gpio_from_pin
 2025-02-20  8:50 UTC 

[PATCH] leds: Fix LED_OFF brightness race
 2025-02-20  8:46 UTC  (3+ messages)

[PATCH] riscv: KVM: Remove unnecessary vcpu kick
 2025-02-20  8:50 UTC  (6+ messages)

[PATCH v2 0/4] arm64: dts: qcom: sm8750: Initial audio support (not yet complete)
 2025-02-20  8:49 UTC  (5+ messages)
` [PATCH v2 1/4] arm64: dts: qcom: sm8750: Add IPCC, SMP2P, AOSS and ADSP
` [PATCH v2 2/4] arm64: dts: qcom: sm8750: Add LPASS macro codecs and pinctrl
` [PATCH v2 3/4] arm64: dts: qcom: sm8750-mtp: Enable ADSP
` [PATCH v2 4/4] arm64: dts: qcom: sm8750-qrd: "

[PATCH V2 0/4] posix-timers: Reduce spinlock contention
 2025-02-20  8:49 UTC  (10+ messages)
` [PATCH V2 1/4] posix-timers: Make next_posix_timer_id an atomic_t
` [PATCH V2 2/4] posix-timers: Initialise timer->it_id in posix_timer_add()
` [PATCH V2 3/4] posix-timers: Initialise timer->it_signal "

[PATCH net-next v2] tun: Pad virtio headers
 2025-02-20  8:45 UTC  (3+ messages)

[PATCH v2 0/2] can: flexcan: add transceiver capabilities
 2025-02-20  8:44 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: can: fsl,flexcan: "
` [PATCH v2 2/2] can: flexcan: "

[RFC] LoongArch: KVM: Handle interrupt early before enabling irq
 2025-02-20  8:43 UTC 

[PATCH] i2c: omap: fix IRQ storms
 2025-02-20  8:43 UTC  (3+ messages)

[PATCH] net: ethernet: ti: am65-cpsw: select PAGE_POOL
 2025-02-20  8:43 UTC 

[syzbot] [f2fs?] UBSAN: array-index-out-of-bounds in f2fs_truncate_inode_blocks (2)
 2025-02-20  8:42 UTC 

[PATCH 1/2] affs: generate OFS sequence numbers starting at 1
 2025-02-20  8:14 UTC  (2+ messages)
` [PATCH 2/2] affs: don't write overlarge OFS data block size fields

[PATCH net] tcp: Fix error ts_recent time during three-way handshake
 2025-02-20  8:41 UTC  (4+ messages)

[PATCH 6.1] f2fs: fix shift-out-of-bounds in parse_options()
 2025-02-20  8:32 UTC 

[PATCH 0/6] arm64: Introduce CIX P1 (SKY1) SoC
 2025-02-20  8:40 UTC  (7+ messages)
` [PATCH 1/6] dt-bindings: arm: add "
` [PATCH 2/6] dt-bindings: vendor-prefixes: Add CIX Technology Group Co., Ltd
` [PATCH 3/6] MAINTAINERS: Add CIX SoC maintainer entry
` [PATCH 4/6] arm64: Kconfig: add ARCH_CIX for cix silicons
` [PATCH 5/6] arm64: defconfig: Enable CIX SoC
` [PATCH 6/6] arm64: dts: cix: add initial CIX P1(SKY1) dts support

[PATCH net v3] nfp: bpf: Add check for nfp_app_ctrl_msg_alloc()
 2025-02-20  8:40 UTC  (2+ messages)

[PATCH v2 net 0/9] net: enetc: fix some known issues
 2025-02-20  8:39 UTC  (12+ messages)
` [PATCH v2 net 2/9] net: enetc: correct the tx_swbd statistics
` [PATCH v2 net 3/9] net: enetc: correct the xdp_tx statistics
` [PATCH v2 net 8/9] net: enetc: correct the EMDIO base offset for ENETC v4
` [PATCH v2 net 9/9] net: enetc: fix the off-by-one issue in enetc_map_tx_tso_buffs()

[PATCH -next] uprobes: fix two zero old_folio bugs in __replace_page()
 2025-02-20  8:38 UTC  (8+ messages)
` Add Morton,Peter and David for discussion//Re: "

[PATCH v4 00/14] kexec: introduce Kexec HandOver (KHO)
 2025-02-20  8:36 UTC  (5+ messages)
` [PATCH v4 01/14] mm/mm_init: rename init_reserved_page to init_deferred_page

[PATCH net-next v4 00/15] Introduce an ethernet port representation
 2025-02-20  8:35 UTC  (4+ messages)
` [PATCH net-next v4 15/15] dt-bindings: net: Introduce the phy-port description

[PATCH 5.10] f2fs: fix shift-out-of-bounds in parse_options()
 2025-02-20  8:33 UTC 

[PATCH 5.15] f2fs: fix shift-out-of-bounds in parse_options()
 2025-02-20  8:33 UTC 

[PATCH 0/8] Add support for Wave6 video codec driver
 2025-02-20  8:32 UTC  (9+ messages)
` [PATCH 3/8] dt-bindings: media: nxp: Add Wave6 video codec device

[PATCH v2 0/3] emc2305 driver updates
 2025-02-20  8:31 UTC  (5+ messages)
` [PATCH v2 3/3] dt-bindings: hwmon: emc2305: Add YAML binding documentation for emc2305 driver

[PATCH v2 0/2] Introduce DWC3 support for Exynos7870
 2025-02-20  8:29 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: usb: samsung,exynos-dwc3: add exynos7870 support

[PATCH] net: axienet: Set mac_managed_pm
 2025-02-20  8:30 UTC  (2+ messages)

[PATCH v4 1/1] Documentation: iio: Add ADC documentation
 2025-02-20  8:29 UTC  (2+ messages)

[v8 PATCH 0/2] PCI/ACPI: Support Microsoft's "DmaProperty"
 2025-02-20  8:27 UTC  (4+ messages)

[PATCH v7 5/5] PCI: of: Create device-tree PCI host bridge node
 2025-02-20  8:25 UTC  (3+ messages)

[PATCH v2] ata: sata_via: Use str_up_down() helper in vt6420_prereset()
 2025-02-20  8:07 UTC 

[PATCH v2 1/2] wifi: mwifiex: Resolve the failure in downloading calibration data
 2025-02-20  8:21 UTC  (3+ messages)
` [PATCH v3 0/2] Resolve the failure in downloading

[RESEND PATCH v8 0/6] Add support for ADIS16550
 2025-02-20  8:21 UTC  (3+ messages)
` [RESEND PATCH v8 5/6] iio: imu: adis16550: add adis16550 support

[PATCH v7 0/2] net: stmmac: dwc-qos: Add FSD EQoS support
 2025-02-20  8:21 UTC  (3+ messages)
  ` [PATCH v7 1/2] dt-bindings: net: Add FSD EQoS device tree bindings

nvme-tcp: fix a possible UAF when failing to send request
 2025-02-20  8:20 UTC  (3+ messages)
  `  "

[PATCH RESEND v2 0/4] Add support for Nuvoton npcm845 i3c controller
 2025-02-20  8:19 UTC  (3+ messages)
` [PATCH RESEND v2 1/4] dt-bindings: i3c: silvaco: Add npcm845 compatible string

[PATCH 00/18] irqdomain: couple cleanups and documentation
 2025-02-20  8:17 UTC  (4+ messages)
` [PATCH 09/18] irqdomain: Rename _add functions to _add_*_of_node

[PATCH v2] soc: loongson: loongson2_guts: Add check for devm_kstrdup()
 2025-02-20  8:17 UTC 

[PATCH v1] PCI: starfive: Fix kmemleak in StarFive PCIe driver's IRQ handling
 2025-02-20  8:13 UTC  (5+ messages)

[PATCH net-next v4 0/9] Device memory TCP TX
 2025-02-20  8:13 UTC  (3+ messages)
` [PATCH net-next v4 5/9] net: add devmem TCP TX documentation

[PATCH v7 0/5] Add support for the PCI host bridge device-tree node creation
 2025-02-20  8:12 UTC  (4+ messages)
` [PATCH v7 1/5] driver core: Introduce device_{add,remove}_of_node()

[PATCH v1] PM: Discard runtime_xx() handles using pm_ptr()
 2025-02-20  8:03 UTC 

[PATCH] linux-firmware: update firmware for MT7920 WiFi device
 2025-02-20  8:01 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox