LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-20 11:15:09 to 2025-02-20 12:50:39 UTC [more...]

[PATCH 0/2] nvme-fc: fix schedule in atomic context
 2025-02-20 12:50 UTC  (2+ messages)

[PATCH] locking/mutex: add MUTEX_WARN_ON() into fast path
 2025-02-20 12:49 UTC  (2+ messages)

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

[PATCH v2 0/7] x86/efi/mixed: Decouple from legacy decompressor
 2025-02-20 12:48 UTC  (3+ messages)

Efficient mapping of sparse file holes to zero-pages
 2025-02-20 12:48 UTC 

[PATCH v7 00/17] Provide a new two step DMA mapping API
 2025-02-20 12:48 UTC  (2+ messages)

[PATCH v3] md: fix mddev uaf while iterating all_mddevs list
 2025-02-20 12:43 UTC 

[PATCH v3] dt-bindings: spi: Convert Freescale SPI bindings to YAML
 2025-02-20 12:46 UTC 

[PATCH v3 1/4] rust: implement `kernel::sync::Refcount`
 2025-02-20 12:46 UTC  (4+ messages)
` [PATCH v3 3/4] rust: block: convert `block::mq` to use `Refcount`

[PATCH v3 0/3] Add support for errors recovery in the TI SN65DSI83 bridge driver
 2025-02-20 12:45 UTC  (12+ messages)
` [PATCH v3 3/3] drm: bridge: ti-sn65dsi83: Add error recovery mechanism

[PATCH v5] dma: dw-axi-dmac: remove unnecessary axi_dma_enable() calling
 2025-02-20 12:41 UTC 

[PATCH v2] auxdisplay: MAX6959 should select BITREVERSE
 2025-02-20 12:44 UTC  (4+ messages)

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

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

[PATCH v3 0/9] Support ROHM BD79124 ADC
 2025-02-20 12:41 UTC  (5+ messages)
` [PATCH v3 2/9] iio: adc: add helpers for parsing ADC nodes

[PATCH 0/2] driver core: platform: avoid use-after-free on device name
 2025-02-20 12:41 UTC  (2+ messages)

[RFC PATCH v12 00/26] LUF(Lazy Unmap Flush) reducing tlb numbers over 90%
 2025-02-20 12:40 UTC  (6+ messages)

[PATCH v7 0/2] net: stmmac: dwc-qos: Add FSD EQoS support
 2025-02-20 12:39 UTC  (3+ messages)
  ` [PATCH v7 2/2] "

[PATCH v3] dt-bindings: watchdog: Convert mpc8xxx-wdt to YAML
 2025-02-20 12:37 UTC 

Rust kernel policy
 2025-02-20 12:37 UTC  (23+ messages)

[PATCH v2 0/4] arm64: dts: qcom: sm8750: Initial audio support (not yet complete)
 2025-02-20 12:36 UTC  (2+ messages)

[PATCH V2 00/12] KVM: TDX: TD vcpu enter/exit
 2025-02-20 12:35 UTC  (3+ messages)
` [PATCH V2 03/12] KVM: TDX: Set arch.has_protected_state to true

[BUG REPORT] MHI's resume from hibernate is broken
 2025-02-20 12:34 UTC  (5+ messages)

[PATCH 0/6] arm64: Introduce CIX P1 (SKY1) SoC
 2025-02-20 12:30 UTC  (13+ messages)
` [PATCH 1/6] dt-bindings: arm: add "
` [PATCH 2/6] dt-bindings: vendor-prefixes: Add CIX Technology Group Co., Ltd
` [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 v5 1/2] dt-bindings: net: bluetooth: nxp: Add support to set BD address
 2025-02-20 12:30 UTC  (7+ messages)
` [PATCH v5 2/2] Bluetooth: btnxpuart: Add support for "

[PATCH v3] dt-bindings: pci: Convert fsl,mpc83xx-pcie to YAML
 2025-02-20 12:29 UTC 

[PATCH] cpupower: monitor: Exit with error status if execvp() fail
 2025-02-20 12:28 UTC  (3+ messages)

[PATCH 0/2] gpio: pcf857x: add support for reset-gpios on (most) PCA967x
 2025-02-20 12:28 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: gpio: nxp,pcf8575: add reset GPIO
` [PATCH 2/2] gpio: pcf857x: add support for reset-gpios on (most) PCA967x

[PATCH 00/29] tty: cleanup no. 99
 2025-02-20 12:27 UTC  (31+ messages)
` [PATCH 01/29] tty: convert "TTY Struct Flags" to an enum
` [PATCH 02/29] tty: audit: do not use N_TTY_BUF_SIZE
` [PATCH 03/29] tty: caif: "
` [PATCH 04/29] tty: move N_TTY_BUF_SIZE to n_tty
` [PATCH 05/29] tty: n_tty: use uint for space returned by tty_write_room()
` [PATCH 06/29] tty: n_tty: simplify process_output()
` [PATCH 07/29] tty: n_tty: clean up process_output_block()
` [PATCH 08/29] tty: n_tty: drop n_tty_trace()
` [PATCH 09/29] tty: n_tty: extract n_tty_continue_cookie() from n_tty_read()
` [PATCH 10/29] tty: n_tty: extract n_tty_wait_for_input()
` [PATCH 11/29] tty: n_tty: move more_to_be_read to the end of n_tty_read()
` [PATCH 12/29] tty: tty_driver: move TTY macros to the top
` [PATCH 13/29] tty: tty_driver: convert "TTY Driver Flags" to an enum
` [PATCH 14/29] tty: tty_driver: document both {,__}tty_alloc_driver() properly
` [PATCH 15/29] tty: tty_driver: introduce TTY driver sub/types enums
` [PATCH 16/29] tty: serdev: drop serdev_controller_ops::write_room()
` [PATCH 17/29] tty: moxa: drop version dump to logs
` [PATCH 18/29] tty: moxa: drop ISA support
` [PATCH 19/29] tty: moxa: carve out special ioctls and extra tty_port
` [PATCH 20/29] tty: srmcons: fix retval from srmcons_init()
` [PATCH 21/29] tty: staging/greybus: pass tty_driver flags to tty_alloc_driver()
` [PATCH 22/29] tty: sunsu: drop serial_{in,out}p()
` [PATCH 23/29] tty: sunsu: remove unused serial_icr_read()
` [PATCH 24/29] serial: remove redundant tty_port_link_device()
` [PATCH 25/29] serial: pass struct uart_state to uart_line_info()
` [PATCH 26/29] serial: 8250: use serial_in/out() helpers
` [PATCH 27/29] serial: 8250_rsa: simplify rsa8250_{request/release}_resource()
` [PATCH 28/29] serial: 8250_port: do not use goto for UPQ_NO_TXEN_TEST code flow
` [PATCH 29/29] serial: 8250_port: simplify serial8250_request_std_resource()

[PATCH] dt-bindings: trivial-devices: Add ti,tps53681
 2025-02-20 12:27 UTC 

[PATCH v2 0/2] drm: bridge: add ssd2825 RGB/DSI bridge support
 2025-02-20 12:26 UTC  (10+ messages)
` [PATCH v2 2/2] drm: bridge: Add support for Solomon SSD2825 RGB/DSI bridge

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

[PATCH 0/5] coresight: Add Coresight Trace NOC driver
 2025-02-20 12:25 UTC  (3+ messages)
` [PATCH 1/5] dt-bindings: arm: Add Coresight device Trace NOC definition

[PATCH] btf: move kern_type_id to goto cand_cache_unlock
 2025-02-20 12:24 UTC  (2+ messages)

[PATCH 0/6] Make devres cleanup and component compatible
 2025-02-20 12:24 UTC  (7+ messages)
` [PATCH 1/6] drivers: base: devres: Allow to release group on device release
` [PATCH 2/6] drivers: base: devres: Fix find_group() documentation
` [PATCH 3/6] drivers: base: component: Add debug message for unbind

[PATCH] intel_idle: introduce 'use_acpi_cst' module parameter
 2025-02-20 12:23 UTC  (5+ messages)
` [PATCH v4] intel_idle: introduce 'no_native' "

[PATCH v2] scripts/gdb: Add $lx_per_cpu_ptr()
 2025-02-20 12:23 UTC 

[PATCH 2/2] arm64: dts: qcom: Corret white-space style
 2025-02-20 12:23 UTC  (2+ messages)

[PATCH 0/9] arm64: dts: apple: Add CPU cache information for Apple A7-A11, T2 SoCs
 2025-02-20 12:21 UTC  (10+ messages)
` [PATCH 1/9] arm64: dts: apple: s5l8960x: Add CPU caches
` [PATCH 2/9] arm64: dts: apple: t7000: "
` [PATCH 3/9] arm64: dts: apple: t7001: "
` [PATCH 4/9] arm64: dts: apple: s800-0-3: "
` [PATCH 5/9] arm64: dts: apple: s8001: "
` [PATCH 6/9] arm64: dts: apple: t8010: "
` [PATCH 7/9] arm64: dts: apple: t8011: "
` [PATCH 8/9] arm64: dts: apple: t8012: "
` [PATCH 9/9] arm64: dts: apple: t8015: "

[PATCH v1] PM: Discard runtime_xx() handles using pm_ptr()
 2025-02-20 12:15 UTC  (3+ messages)

[PATCH 0/5] arm64: dts: rockchip: pinmux fixes and support for 2 adapters for Theobroma boards
 2025-02-20 12:20 UTC  (6+ messages)
` [PATCH 1/5] arm64: dts: rockchip: fix pinmux of UART0 for PX30 Ringneck on Haikou
` [PATCH 2/5] arm64: dts: rockchip: fix pinmux of UART5 "
` [PATCH 3/5] arm64: dts: rockchip: add support for HAIKOU-LVDS-9904379 adapter for PX30 Ringneck
` [PATCH 4/5] arm64: dts: rockchip: add overlay for PX30 Ringneck Haikou Video Demo adapter
` [PATCH 5/5] arm64: dts: rockchip: add overlay for RK3399 Puma "

[PATCH v5 00/12] Split devres APIs to device/devres.h and introduce devm_kmemdup_array()
 2025-02-20 12:19 UTC  (8+ messages)
` [PATCH v5 02/12] driver core: Split devres APIs to device/devres.h

[PATCH v18 04/19] EDAC: Add memory repair control feature
 2025-02-20 12:19 UTC  (12+ messages)

[PATCH 0/3] Update firmware dt-bindings
 2025-02-20 12:18 UTC  (5+ messages)
` [PATCH 2/3] dt-bindings: firmware: xilinx: Add conditional pinctrl schema

[PATCH v4 0/2] Fix dwc_pcie pmu driver issues
 2025-02-20 12:17 UTC  (3+ messages)
` [PATCH v4 1/2] perf/dwc_pcie: fix some unreleased resources
` [PATCH v4 2/2] perf/dwc_pcie: fix duplicate pci_dev devices

[PATCH 0/5] riscv: KVM: Fix a few SBI issues
 2025-02-20 12:17 UTC  (2+ messages)

[PATCH net-next 0/2] Add support for AXI 2.5G ethernet
 2025-02-20 12:17 UTC  (10+ messages)
` [PATCH net-next 2/2] net: axienet: Add support for AXI 2.5G MAC

[PATCH 6.6 000/152] 6.6.79-rc1 review
 2025-02-20 12:15 UTC  (3+ messages)

[PATCH] pinctrl: nomadik: Add error handling for find_nmk_gpio_from_pin
 2025-02-20 12:14 UTC  (2+ messages)

[PATCH 6.12 000/230] 6.12.16-rc1 review
 2025-02-20 12:14 UTC  (2+ messages)

[PATCH] riscv: KVM: Remove unnecessary vcpu kick
 2025-02-20 12:14 UTC  (7+ messages)

[PATCH v7 0/9] misc: Support TI FPC202 dual-port controller
 2025-02-20 12:13 UTC  (5+ messages)
` [PATCH v7 9/9] misc: add FPC202 dual port controller driver

[PATCH 0/4] char: misc: improve test and dynamic allocation
 2025-02-20 12:11 UTC  (3+ messages)
` [PATCH 4/4] char: misc: deallocate static minor in error path

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

[PATCH v2 drm-dp 0/4] Add HPD, getting EDID, colorbar features in DP function
 2025-02-20 12:09 UTC  (4+ messages)
` [PATCH v2 drm-dp 6/7] drm/hisilicon/hibmc: Add drm debugfs functions

[PATCH] net/mlx5: Use secs_to_jiffies() instead of msecs_to_jiffies()
 2025-02-20 12:07 UTC  (5+ messages)

[PATCH v3 00/15] gpiolib: add gpiod_multi_set_value_cansleep
 2025-02-20 12:06 UTC  (4+ messages)
` [PATCH v3 05/15] bus: ts-nbus: use bitmap_get_value8()

[net-next PATCH v10 0/6] CN20K silicon with mbox support
 2025-02-20 12:06 UTC  (7+ messages)
` [net-next PATCH v10 2/6] octeontx2-af: CN20k basic mbox operations and structures
` [net-next PATCH v10 3/6] octeontx2-af: CN20k mbox to support AF REQ/ACK functionality
` [net-next PATCH v10 5/6] octeontx2-af: CN20K mbox implementation for AF's VF

[PATCH v2 00/14] Perf improvements for hugetlb and vmalloc on arm64
 2025-02-20 12:05 UTC  (3+ messages)
` [PATCH v2 09/14] mm/vmalloc: Gracefully unmap huge ptes

[PATCH v2] ata: sata_via: Use str_up_down() helper in vt6420_prereset()
 2025-02-20 12:04 UTC  (2+ messages)

[RFC PATCH 00/22] sched/fair: Defer CFS throttling to exit to user mode
 2025-02-20 12:04 UTC  (5+ messages)

[PATCH] usb: gadget: Fix setting self-powered state on suspend
 2025-02-20 12:03 UTC 

[PATCH] ASoC: soc-core: Use str_yes_no() in snd_soc_close_delayed_work()
 2025-02-20 12:01 UTC 

[PATCH] ASoC: cros_ec_codec: Use str_enable_disable() helper in wov_enable_put()
 2025-02-20 12:01 UTC 

[PATCH v3 0/4] Properly handle module_kobject creation
 2025-02-20 12:01 UTC  (3+ messages)
` [PATCH v3 4/4] drivers: base: "

[PATCH v2] arm64: dts: rockchip: add usb typec host support to rk3588-jaguar
 2025-02-20 12:00 UTC  (2+ messages)

[PATCH v5 00/21] Enable drm/imagination BXM-4-64 Support for LicheePi 4A
 2025-02-20 11:59 UTC  (4+ messages)
  ` [PATCH v5 12/21] reset: thead: Add TH1520 reset controller driver

[PATCH v3] dt-bindings: crypto: Convert fsl,sec-2.0 to YAML
 2025-02-20 11:57 UTC 

[BUG] possible race between md_free_disk and md_notify_reboot
 2025-02-20 11:55 UTC  (6+ messages)

[PATCH v2 0/5] ftrace: Fix fprobe with function graph accounting
 2025-02-20 11:52 UTC  (2+ messages)

[PATCH] scripts/checksyscalls.sh: Add usage message, fix -Wno-error
 2025-02-20 11:52 UTC  (2+ messages)

[PATCH v8 00/20] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-02-20 11:51 UTC  (5+ messages)
` [PATCH v8 19/20] fs/dax: Properly refcount fs dax pages

[PATCH v3] dt-bindings: ata: Convert fsl,pq-sata to YAML
 2025-02-20 11:49 UTC 

[PATCH iwl-next v5 0/9] igc: Add support for Frame Preemption feature in IGC
 2025-02-20 11:46 UTC  (8+ messages)
` [PATCH iwl-next v5 1/9] net: ethtool: mm: extract stmmac verification logic into common library
` [PATCH iwl-next v5 5/9] igc: Add support for frame preemption verification
` [PATCH iwl-next v5 9/9] igc: Block setting preemptible traffic class in taprio

[gustavoars:testing/wfamnae-next20250210-2] BUILD SUCCESS 987bc66d587f719478850fce6270d713a37747d1
 2025-02-20 11:43 UTC 

[PATCH 6.13 000/258] 6.13.4-rc2 review
 2025-02-20 11:41 UTC 

[PATCH] MAINTAINERS: Add Energy Model framework as properly maintained
 2025-02-20 11:40 UTC 

[PATCH 6.13 000/274] 6.13.4-rc1 review
 2025-02-20 11:40 UTC 

[PATCH 6.13 000/274] 6.13.4-rc1 review
 2025-02-20 11:39 UTC  (2+ messages)

[PATCH v3 1/1] clk: sunxi-ng: h616: Reparent GPU clock during frequency changes
 2025-02-20 11:38 UTC 

[PATCH 1/1] iommu/vt-d: Fix suspicious RCU usage
 2025-02-20 11:38 UTC  (3+ messages)

[PATCH v2 0/3] media: add v4l2_subdev_state_xlate_streams()
 2025-02-20 11:38 UTC  (2+ messages)

[GIT PULL] mtd: topic branch for spi with Qcom changes
 2025-02-20 11:33 UTC  (6+ messages)

[PATCH net 0/2] bond: fix xfrm offload feature during init
 2025-02-20 11:33 UTC  (12+ messages)

[PATCH v3] dt-bindings: powerpc: Add Freescale/NXP MPC83xx SoCs
 2025-02-20 11:31 UTC 

[RESEND PATCH v9 0/2] Enable Bluetooth on qcs6490-rb3gen2 board
 2025-02-20 11:29 UTC  (3+ messages)
` [RESEND PATCH v9 1/2] arm64: dts: qcom: qcs6490-rb3gen: add and enable BT node
` [RESEND PATCH v9 2/2] Bluetooth: hci_qca: use the power sequencer for wcn6750

[PATCH v5 0/3] drm/sched: Documentation and refcount improvements
 2025-02-20 11:28 UTC  (4+ messages)
` [PATCH v5 1/3] drm/sched: Document run_job() refcount hazard
` [PATCH v5 2/3] drm/sched: Adjust outdated docu for run_job()
` [PATCH v5 3/3] drm/sched: Update timedout_job()'s documentation

[PATCH v2] leds: Fix LED_OFF brightness race
 2025-02-20 11:23 UTC 

[PATCH v3 00/10] x86/ibt: FineIBT-BHI
 2025-02-20 11:27 UTC  (2+ messages)

[Jfs-discussion] [PATCH] jfs: check agwidth before calculating the control page level
 2025-02-20 11:24 UTC  (2+ messages)
` [PATCH V2] jfs: add sanity check for agwidth in dbMount

[PATCH V3 0/6] Drivers for Loongson security engine
 2025-02-20 11:23 UTC  (4+ messages)
` [PATCH V3 5/6] tpm: Add a driver for Loongson TPM device

[PATCH net-next v3] netdevsim: call napi_schedule from a timer context
 2025-02-20 11:22 UTC  (2+ messages)

[PATCH v2 0/6] mmc: handle undervoltage events and prevent eMMC corruption
 2025-02-20 11:22 UTC  (5+ messages)
` [PATCH v2 4/6] mmc: core: add undervoltage handler for MMC/eMMC devices

[PATCH 0/2] arm64: zynqmp: Move firmware constants from binding to platform
 2025-02-20 11:21 UTC  (2+ messages)

[GIT PULL] Networking for v6.14-rc4
 2025-02-20 11:20 UTC 

[PATCH] dm: fix unconditional IO throttle caused by REQ_PREFLUSH
 2025-02-20 11:20 UTC 

[PATCH v2] media: usb: hackrf: fix device unregister order in hackrf_probe()
 2025-02-20 11:19 UTC  (2+ messages)

[PATCH v2 0/5] mm/hwpoison: Fix regressions in memory failure handling
 2025-02-20 11:19 UTC  (8+ messages)

[PATCH] dt-bindings: power: reset: xilinx: Make "interrupts" property optional
 2025-02-20 11:16 UTC  (2+ messages)

[PATCH v7 0/3] Add HDMI audio on the rk3588 SoC
 2025-02-20 11:16 UTC  (2+ messages)

[PATCH V3 0/6] Drivers for Loongson security engine
 2025-02-20 11:16 UTC  (4+ messages)
` [PATCH V3 2/6] MAINTAINERS: Add maintainer for Loongson Security Module driver

[PATCH v2 0/7] drm/msm/mdp4: rework LVDS/LCDC panel support
 2025-02-20 11:14 UTC  (4+ messages)
` [PATCH v2 5/7] drm/msm/mdp4: move move_valid callback to lcdc_encoder
` [PATCH v2 6/7] drm/msm/mdp4: switch LVDS to use drm_bridge/_connector
` [PATCH v2 7/7] arm: dts: qcom: apq8064: link LVDS clocks


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).