public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-14 08:17:26 to 2024-10-14 09:16:02 UTC [more...]

[PATCH rcu 0/12] SRCU-lite changes for v6.13
 2024-10-14  9:15 UTC  (11+ messages)
` [PATCH rcu 01/12] srcu: Rename srcu_might_be_idle() to srcu_should_expedite()
` [PATCH rcu 02/12] srcu: Introduce srcu_gp_is_expedited() helper function
` [PATCH rcu 03/12] srcu: Renaming in preparation for additional reader flavor
` [PATCH rcu 04/12] srcu: Bit manipulation changes "
` [PATCH rcu 05/12] srcu: Standardize srcu_data pointers to "sdp" and similar

[PATCH 0/3] drm: Fix some memory leaks
 2024-10-14  9:15 UTC  (6+ messages)
` [PATCH 1/3] drm/connector: hdmi: Fix memory leak in drm_display_mode_from_cea_vic()
` [PATCH 3/3] drm/tests: hdmi: Fix memory leaks "

[PATCH net-next 00/11] add basic support for i.MX95 NETC
 2024-10-14  9:13 UTC  (4+ messages)
` [PATCH net-next 10/11] net: enetc: add preliminary support for i.MX95 ENETC PF

[PATCH] LoongArch: Fix cpu hotplug issue
 2024-10-14  9:12 UTC  (8+ messages)

[RFC PATCH 00/13] Remove implicit devres from pci_intx()
 2024-10-14  9:12 UTC  (6+ messages)
` [RFC PATCH 01/13] PCI: Prepare removing "

[PATCH v3] xfs: Check for delayed allocations before setting extsize
 2024-10-14  9:10 UTC  (4+ messages)

[PATCH v2 00/13] Add support for AMD hardware feedback interface
 2024-10-14  9:10 UTC  (3+ messages)
` [PATCH v2 05/13] platform/x86: hfi: Introduce AMD Hardware Feedback Interface Driver

[PATCH v4 00/28] Qualcomm iris video decoder driver
 2024-10-14  9:07 UTC  (29+ messages)
` [PATCH v4 01/28] dt-bindings: media: Add video support for QCOM SM8550 SoC
` [PATCH v4 02/28] media: iris: add platform driver for iris video device
` [PATCH v4 03/28] media: iris: implement iris v4l2 file ops
` [PATCH v4 04/28] media: iris: introduce iris core state management with shared queues
` [PATCH v4 05/28] media: iris: implement video firmware load/unload
` [PATCH v4 06/28] media: iris: implement boot sequence of the firmware
` [PATCH v4 07/28] media: iris: introduce host firmware interface with necessary hooks
` [PATCH v4 08/28] media: iris: implement power management
` [PATCH v4 09/28] media: iris: implement reqbuf ioctl with vb2_queue_setup
` [PATCH v4 10/28] media: iris: implement s_fmt, g_fmt and try_fmt ioctls
` [PATCH v4 11/28] media: iris: implement g_selection ioctl
` [PATCH v4 12/28] media: iris: implement enum_fmt and enum_frameintervals ioctls
` [PATCH v4 13/28] media: iris: implement subscribe_event and unsubscribe_event ioctls
` [PATCH v4 14/28] media: iris: implement iris v4l2_ctrl_ops
` [PATCH v4 15/28] media: iris: implement query_cap, query_ctrl and query_menu ioctls
` [PATCH v4 16/28] media: iris: implement vb2 streaming ops
` [PATCH v4 17/28] media: iris: implement set properties to firmware during streamon
` [PATCH v4 18/28] media: iris: subscribe parameters and properties to firmware for hfi_gen2
` [PATCH v4 19/28] media: iris: allocate, initialize and queue internal buffers
` [PATCH v4 20/28] media: iris: implement vb2 ops for buf_queue and firmware response
` [PATCH v4 21/28] media: iris: add support for dynamic resolution change
` [PATCH v4 22/28] media: iris: handle streamoff/on from client in "
` [PATCH v4 23/28] media: iris: add support for drain sequence
` [PATCH v4 24/28] media: iris: add check whether the video session is supported or not
` [PATCH v4 25/28] media: iris: implement power scaling for vpu2 and vpu3
` [PATCH v4 26/28] media: iris: add check to allow sub states transitions
` [PATCH v4 27/28] media: iris: enable video driver probe of SM8250 SoC
` [PATCH v4 28/28] media: MAINTAINERS: add Qualcomm iris video accelerator driver

[PATCH] media: nxp: imx8-isi: Add suspend/resume support for ISI mem2mem
 2024-10-14  9:09 UTC 

[PATCH v2 RESEND] ARM: dts: microchip: sam9x60: Add missing property atmel,usart-mode
 2024-10-14  9:06 UTC 

[PATCH] staging: vchiq_arm: Fix missing refcount decrement in error path for fw_node
 2024-10-14  9:06 UTC  (10+ messages)

[PATCH v2 0/2] media: nxp: imx8-isi: Add i.MX8ULP support
 2024-10-14  9:06 UTC  (6+ messages)
` [PATCH v2 2/2] dt-bindings: media: nxp,imx8-isi: Add i.MX8ULP ISI compatible string

[PATCH v3 0/5] Idle Load Balance fixes and softirq enhancements
 2024-10-14  9:03 UTC  (6+ messages)
` [PATCH v3 1/5] softirq: Allow raising SCHED_SOFTIRQ from SMP-call-function on RT kernel
` [PATCH v3 2/5] sched/core: Remove the unnecessary need_resched() check in nohz_csd_func()
` [PATCH v3 3/5] softirq: Mask reads of softirq_ctrl.cnt with SOFTIRQ_MASK for PREEMPT_RT
` [PATCH v3 4/5] softirq: Unify should_wakeup_ksoftirqd()
` [PATCH v3 5/5] softirq: Avoid unnecessary wakeup of ksoftirqd when a call to do_sofirq() is pending

[PATCH 1/7] drm/panic: avoid reimplementing Iterator::find
 2024-10-14  9:06 UTC  (18+ messages)
` [PATCH 2/7] drm/panic: remove unnecessary borrow in alignment_pattern
` [PATCH 3/7] drm/panic: prefer eliding lifetimes
` [PATCH 4/7] drm/panic: remove redundant field when assigning value
` [PATCH 5/7] drm/panic: correctly indent continuation of line in list item
` [PATCH 6/7] drm/panic: allow verbose boolean for clarity
` [PATCH 7/7] drm/panic: allow verbose version check

[PATCH v2 0/3] Pinctrl: A4: Add pinctrl driver
 2024-10-14  9:05 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: pinctrl: Add support for Amlogic A4 SoCs
` [PATCH v2 2/3] pinctrl: meson: Add driver "
` [PATCH v2 3/3] arm64: dts: amlogic: a4: add pinctrl node

[syzbot] [mm?] INFO: task hung in exit_mmap
 2024-10-14  9:04 UTC  (5+ messages)

[PATCH v2] mm: shrinker: avoid memleak in alloc_shrinker_info
 2024-10-14  9:04 UTC  (4+ messages)

[PATCH 0/2] media: i2c: Cleanup assigned-clocks and endpoint: properties: unevaluatedProperties: false
 2024-10-14  9:03 UTC  (10+ messages)
` [PATCH 1/2] media: dt-bindings: Remove assigned-clock-* from various schema
` [PATCH 2/2] media: dt-bindings: Use additionalProperties: false for endpoint: properties:

[PATCH 0/2] s390: two bugfixes (for kunit)
 2024-10-14  9:02 UTC  (3+ messages)

[PATCH 0/4] clk: imx: scu and fracn pll update
 2024-10-14  9:11 UTC  (5+ messages)
` [PATCH 1/4] clk: imx: lpcg-scu: SW workaround for errata (e10858)
` [PATCH 2/4] clk: imx: lpcg-scu: Skip HDMI LPCG clock save/restore
` [PATCH 3/4] clk: imx: fracn-gppll: correct PLL initialization flow
` [PATCH 4/4] clk: imx: fracn-gppll: fix pll power up

[PATCH v6 0/8] Add support for PCIe3 on x1e80100
 2024-10-14  9:02 UTC  (10+ messages)
` [PATCH v6 3/8] dt-bindings: PCI: qcom,pcie-x1e80100: Add 'global' interrupt

[PATCH] staging: vchiq_arm: Utilize devm_kzalloc in the probe() function
 2024-10-14  9:01 UTC  (2+ messages)

[PATCH 0/6] iio: adc: ad7380: fix several supplies issues
 2024-10-14  9:00 UTC  (5+ messages)
` [PATCH 2/6] dt-bindings: iio: adc: ad7380: fix ad7380-4 reference supply

[PATCH 0/5] arm64/mm: Drop PXD_TABLE_BIT
 2024-10-14  8:59 UTC  (4+ messages)
` [PATCH 1/5] arm64/mm: Drop pte_mkhuge()

[PATCH v5 0/5] Support system sleep with offloaded usb transfers
 2024-10-14  8:50 UTC  (6+ messages)
` [PATCH v5 1/5] usb: dwc3: separate dev_pm_ops for each pm_event
` [PATCH v5 2/5] usb: xhci-plat: "
` [PATCH v5 3/5] usb: add apis for sideband usage tracking
` [PATCH v5 4/5] xhci: sideband: add api to trace sideband usage
` [PATCH v5 5/5] usb: host: enable sideband transfer during system sleep

[syzbot] [overlayfs?] general protection fault in ovl_real_file_path
 2024-10-14  8:58 UTC 

Linux 6.12-rc3
 2024-10-14  8:58 UTC  (4+ messages)
` Build regressions/improvements in v6.12-rc3

[PATCH 1/2] rtla/timerlat: Make timerlat_top_cpu->*_count unsigned long long
 2024-10-14  8:57 UTC  (3+ messages)

[PATCH v4 0/6] thermal: scope/cleanup.h improvements
 2024-10-14  8:57 UTC  (6+ messages)
` [PATCH v4 2/6] thermal: of: Use scoped memory and OF handling to simplify thermal_of_trips_init()

[PATCH] Squashfs: Fix variable overflow triggered by sysbot
 2024-10-14  8:55 UTC  (2+ messages)

[PATCH v2 0/2] staging: vchiq_arm: Fix missing refcount decrement in error path for fw_node
 2024-10-14  8:56 UTC  (3+ messages)
` [PATCH v2 1/2] staging: vchiq_arm: refactor goto instructions in vchiq_probe()
` [PATCH v2 2/2] staging: vchiq_arm: Fix missing refcount decrement in error path for fw_node

[PATCH v6 00/11] arm64: Support for running as a guest in Arm CCA
 2024-10-14  8:56 UTC  (7+ messages)
` [PATCH v6 10/11] virt: arm-cca-guest: TSM_REPORT support for realms

[PATCH 0/3] Enhance min heap API with non-inline functions and optimizations
 2024-10-14  8:55 UTC  (6+ messages)
` [PATCH 1/3] lib/min_heap: Introduce non-inline versions of min heap API functions
` [PATCH 3/3] Documentation/core-api: Add min heap API introduction

[PATCH] staging: gpib: mark HP82341 driver as broken
 2024-10-14  8:54 UTC 

[PATCH v2 0/5] mm/slub: Improve data handling of krealloc() when orig_size is enabled
 2024-10-14  8:53 UTC  (7+ messages)

[PATCH net-next v2 0/2] net: String format safety updates
 2024-10-14  8:52 UTC  (3+ messages)
` [PATCH net-next v2 1/2] net: dsa: microchip: copy string using strscpy
` [PATCH net-next v2 2/2] net: txgbe: Pass string literal as format argument of alloc_workqueue()

linux-next: build failure after merge of the staging tree
 2024-10-14  8:52 UTC  (2+ messages)

[PATCH v12 0/3] drm/mediatek: Add support for OF graphs
 2024-10-14  8:51 UTC  (4+ messages)
` [PATCH v12 1/3] dt-bindings: display: mediatek: Add OF graph support for board path
` [PATCH v12 2/3] dt-bindings: arm: mediatek: mmsys: "
` [PATCH v12 3/3] drm/mediatek: Implement OF graphs support for display paths

[PATCH] [RFC] of: Add debug aid to find unused device tree properties
 2024-10-14  8:51 UTC  (3+ messages)

[PATCH RFC v1 net-next] net: ethernet: mtk_ppe_offload: Allow QinQ
 2024-10-14  8:51 UTC  (2+ messages)

linux-next: Tree for Oct 14
 2024-10-14  8:51 UTC 

[PATCH v2] PCI: imx6: Add suspend/resume support for i.MX6QDL
 2024-10-14  8:48 UTC  (3+ messages)

[PATCH 0/5] Add support for primary USB controller on QCS615
 2024-10-14  8:44 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: usb: qcom,dwc3: Add QCS615 to USB DWC3 bindings
` [PATCH 2/5] dt-bindings: phy: qcom,qusb2: Add bindings for QCS615
` [PATCH 3/5] dt-bindings: phy: qcom,msm8998-qmp-usb3-phy: Add support "
` [PATCH 4/5] phy: qcom-qusb2: "
` [PATCH 5/5] phy: qcom: qmp-usbc: Add qmp configuration "

[PATCH] ACPI: APEI: set memory failure flags as MF_ACTION_REQUIRED on action required events
 2024-10-14  8:42 UTC  (5+ messages)
` [PATCH v14 0/3] ACPI: APEI: handle synchronous errors in task work
` [PATCH v14 1/3] ACPI: APEI: send SIGBUS to current task if synchronous memory error not recovered
` [PATCH v14 2/3] mm: memory-failure: move return value documentation to function declaration
` [PATCH v14 3/3] ACPI: APEI: handle synchronous exceptions in task work

[PATCH v2 0/6] gpio: notify user-space about config changes in the kernel
 2024-10-14  8:42 UTC  (10+ messages)
` [PATCH v2 2/6] gpio: cdev: prepare gpio_desc_to_lineinfo() for being called from atomic
` [PATCH v2 6/6] gpiolib: notify user-space about in-kernel line state changes

[PATCH v2 0/4] Add support for stm32mp25x RNG
 2024-10-14  8:38 UTC  (4+ messages)
` [PATCH v2 2/4] hwrng: stm32 - implement support for STM32MP25x platforms

[PATCH v2 0/3] Document the 'perf test -w' workloads functionality
 2024-10-14  8:42 UTC  (4+ messages)
` [PATCH 3/3] perf test: Document the -w/--workload option

[syzbot] [fs?] [mm?] stack segment fault in folio_wait_writeback
 2024-10-14  8:41 UTC  (2+ messages)

[PATCH v12 09/15] drm/vkms: Remove useless drm_rotation_simplify
 2024-10-14  8:39 UTC  (2+ messages)

[PATCH 0/3] Realtek SPI-NAND controller
 2024-10-14  8:37 UTC  (6+ messages)
` [PATCH 1/3] dt-bindings: spi: Add realtek,rtl9300-snand

[RESEND PATCH] Bluetooth: hci_qca: use devm_clk_get_optional_enabled_with_rate()
 2024-10-14  8:36 UTC  (2+ messages)

[PATCH v2 0/9] Add ITE IT6263 LVDS to HDMI converter support
 2024-10-14  8:37 UTC  (14+ messages)
` [PATCH v2 5/9] dt-bindings: display: bridge: Add ITE IT6263 LVDS to HDMI converter
` [PATCH v2 6/9] drm/bridge: "

[PATCH] sched_ext: Always call put_prev_task() with scx enabled
 2024-10-14  8:36 UTC  (2+ messages)

[PATCH 5.4.y 0/2] tracing/kprobes: Backport request about
 2024-10-14  8:36 UTC  (4+ messages)

[RFC] staging: gpib: Proposal to add TODO file
 2024-10-14  8:33 UTC  (2+ messages)

[PATCH v2 1/2] gpio: davinci: allow building the module with COMPILE_TEST=y
 2024-10-14  8:31 UTC  (2+ messages)

[PATCH] gpio: vf610: use generic device_get_match_data()
 2024-10-14  8:31 UTC  (2+ messages)

[PATCH] gpio: ts4900: use generic device properties
 2024-10-14  8:31 UTC  (2+ messages)

[PATCH] gpio: mvebu: drop dependency on OF_GPIO
 2024-10-14  8:31 UTC  (2+ messages)

[PATCH] gpio: ljca: use devm_mutex_init() to simplify the error path and remove()
 2024-10-14  8:31 UTC  (2+ messages)

[PATCH] gpio: eic-sprd: use generic device_get_match_data()
 2024-10-14  8:31 UTC  (2+ messages)

[PATCH 1/2] gpio: mpc8xxx: use a helper variable to store the address of pdev->dev
 2024-10-14  8:31 UTC  (2+ messages)

[syzbot] [perf?] KCSAN: data-race in _free_event / perf_pending_task (2)
 2024-10-14  8:30 UTC  (2+ messages)

[PATCH v11 0/3] drm/mediatek: Add support for OF graphs
 2024-10-14  8:29 UTC  (8+ messages)
` [PATCH v11 3/3] drm/mediatek: Implement OF graphs support for display paths

[RFC PATCH v3 4/4] sched+mm: Use hazard pointers to track lazy active mm existence
 2024-10-14  8:27 UTC  (2+ messages)

[PATCH net-next v1 0/3] Threads support in proc connector
 2024-10-14  8:27 UTC  (3+ messages)
` [PATCH net-next v1 1/3] connector/cn_proc: Add hash table for threads

[PATCH v6 0/8] MediaTek pinctrl DT binding cleanup and MT6735 pinctrl support
 2024-10-14  8:27 UTC  (4+ messages)
` [PATCH v6 1/8] dt-bindings: pinctrl: mediatek,mt6779-pinctrl: Pull pinctrl node changes from MT6795 document

[PATCH v7 0/5] PCI: Remove most pcim_iounmap_regions() users
 2024-10-14  8:27 UTC  (6+ messages)
` [PATCH v7 4/5] gpio: Replace deprecated PCI functions

[syzbot] [bpf?] KCSAN: data-race in __mod_timer / kvfree_call_rcu
 2024-10-14  8:27 UTC  (2+ messages)

[PATCH net-next v6] eth: fbnic: Add hardware monitoring support via HWMON interface
 2024-10-14  8:25 UTC  (3+ messages)

[PATCH v3 00/16] Add support for Synopsis DWMAC IP on NXP Automotive SoCs S32G2xx/S32G3xx/S32R45
 2024-10-14  8:24 UTC  (5+ messages)
` [PATCH v3 13/16] dt-bindings: net: Add DT bindings for DWMAC on NXP S32G/R SoCs

[PATCH v20 0/6] Script execution control (was O_MAYEXEC)
 2024-10-14  8:24 UTC  (5+ messages)
` [PATCH v20 1/6] exec: Add a new AT_CHECK flag to execveat(2)

[syzbot] [mm?] BUG: stack guard page was hit in compat_sys_open
 2024-10-14  8:23 UTC  (2+ messages)

[PATCH v3 00/16] timers: Cleanup delay/sleep related mess
 2024-10-14  8:22 UTC  (17+ messages)
` [PATCH v3 01/16] MAINTAINERS: Add missing file include/linux/delay.h
` [PATCH v3 02/16] timers: Move *sleep*() and timeout functions into a separate file
` [PATCH v3 03/16] timers: Update schedule_[hr]timeout*() related function descriptions
` [PATCH v3 04/16] timers: Rename usleep_idle_range() to usleep_range_idle()
` [PATCH v3 05/16] timers: Update function descriptions of sleep/delay related functions
` [PATCH v3 06/16] delay: Rework udelay and ndelay
` [PATCH v3 07/16] timers: Adjust flseep() to reflect reality
` [PATCH v3 08/16] mm/damon/core: Use generic upper bound recommondation for usleep_range()
` [PATCH v3 09/16] timers: Add a warning to usleep_range_state() for wrong order of arguments
` [PATCH v3 10/16] checkpatch: Remove links to outdated documentation
` [PATCH v3 11/16] regulator: core: Use fsleep() to get best sleep mechanism
` [PATCH v3 12/16] iopoll/regmap/phy/snd: Fix comment referencing outdated timer documentation
` [PATCH v3 13/16] powerpc/rtas: Use fsleep() to minimize additional sleep duration
` [PATCH v3 14/16] media: anysee: Fix and remove outdated comment
` [PATCH v3 15/16] timers/Documentation: Cleanup delay/sleep documentation
` [PATCH v3 16/16] checkpatch: Remove broken sleep/delay related checks

[PATCH net v2 0/2] MAINTAINERS: WWAN subsystem changes
 2024-10-14  8:22 UTC  (7+ messages)
` [PATCH net v2 1/2] MAINTAINERS: Move M Chetan Kumar to CREDITS

[PATCH 0/5] sched: Lazy preemption muck
 2024-10-14  8:21 UTC  (12+ messages)

[PATCH v2 0/3] arm64: dts: qcom: x1e80100: Describe SDCs and enable support on QCP
 2024-10-14  8:19 UTC  (4+ messages)
` [PATCH v2 1/3] arm64: dts: qcom: x1e80100: Describe the SDHC controllers
` [PATCH v2 2/3] arm64: dts: qcom: x1e80100: Describe TLMM pins for SDC2
` [PATCH v2 3/3] arm64: dts: qcom: x1e80100-qcp: Enable SD card support

[PATCH net-next 1/1] net: phy: Refactor mediatek-ge-soc.c for clarity and correctness
 2024-10-14  8:18 UTC  (2+ messages)

[PATCH v4 0/2] Add mmc support for mt7988
 2024-10-14  8:17 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: mmc: mtk-sd: Add mt7988 SoC


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