public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-29 11:12:50 to 2025-10-29 12:37:08 UTC [more...]

[PATCH v3 00/10] gpio: improve support for shared GPIOs
 2025-10-29 12:36 UTC  (15+ messages)
` [PATCH v3 01/10] string: provide strends()
` [PATCH v3 02/10] gpiolib: define GPIOD_FLAG_SHARED
` [PATCH v3 03/10] gpiolib: implement low-level, shared GPIO support
` [PATCH v3 04/10] gpio: shared-proxy: implement the shared GPIO proxy driver
` [PATCH v3 05/10] gpiolib: support shared GPIOs in core subsystem code
` [PATCH v3 06/10] gpio: provide gpiod_is_shared()
` [PATCH v3 07/10] arm64: select HAVE_SHARED_GPIOS for ARCH_QCOM
` [PATCH v3 08/10] ASoC: wsa881x: drop GPIOD_FLAGS_BIT_NONEXCLUSIVE flag from GPIO lookup
` [PATCH v3 09/10] ASoC: wsa883x: "
` [PATCH v3 10/10] regulator: make the subsystem aware of shared GPIOs

[PATCH 00/19] Cache Aware Scheduling
 2025-10-29 12:36 UTC  (6+ messages)
` [PATCH 04/19] sched/fair: Introduce a static key to enable cache aware only for multi LLCs

[PATCH] media: pci: mgb4: Fix DV capabilities
 2025-10-29 12:26 UTC 

[PATCH 0/7] arm64: dts: qcom: cleanup GPU's zap-shader node
 2025-10-29 12:35 UTC  (5+ messages)

[PATCH v1 0/1] arm64: dts: qcom: Add dual-channel LVDS support on QCS615 Talos EVK
 2025-10-29 12:34 UTC  (5+ messages)
` [PATCH v1 1/1] arm64: dts: qcom: talos-evk: Add support for dual-channel LVDS panel

[PATCH v3] mfd: bcm590xx: Add support for interrupt handling
 2025-10-29 12:34 UTC  (3+ messages)

[PATCH v3 0/5] Add reset controllers for other TH1520 subsystems
 2025-10-29 12:34 UTC  (3+ messages)
` [PATCH v3 1/5] dt-bindings: reset: thead,th1520-reset: Remove non-VO-subsystem resets

[PATCH] dma: qcom: gpi: Fix memory leak in gpi_peripheral_config()
 2025-10-29 12:34 UTC 

[PATCH v2 1/1] firmware: stratix10-svc: fix bug in saving controller data
 2025-10-29 12:31 UTC 

[PATCH] x86/CPU/AMD: Extend Zen6 model range
 2025-10-29 12:30 UTC 

[PATCH v2] drm/msm/dpu: Filter modes based on adjusted mode clock
 2025-10-29 12:30 UTC  (5+ messages)

[PATCH v9 0/3] Introduce USB DT support for SM8750
 2025-10-29 12:30 UTC  (6+ messages)
` [PATCH v9 3/3] arm64: dts: qcom: sm8750: Add USB support for SM8750 QRD platform

[PATCH v2 00/15] Support ROHM BD72720 PMIC
 2025-10-29 12:30 UTC  (8+ messages)
` [PATCH v2 04/15] dt-bindings: mfd: ROHM BD72720

[PATCH v3 00/10] reset: rework reset-gpios handling
 2025-10-29 12:28 UTC  (11+ messages)
` [PATCH v3 01/10] software node: read the reference args via the fwnode API
` [PATCH v3 02/10] software node: increase the reference of the swnode by its fwnode
` [PATCH v3 03/10] software node: allow referencing firmware nodes
` [PATCH v3 04/10] gpio: swnode: don't use the swnode's name as the key for GPIO lookup
` [PATCH v3 05/10] gpio: swnode: allow referencing GPIO chips by firmware nodes
` [PATCH v3 06/10] gpio: swnode: update the property definitions
` [PATCH v3 07/10] reset: order includes alphabetically in reset/core.c
` [PATCH v3 08/10] reset: make the provider of reset-gpios the parent of the reset device
` [PATCH v3 09/10] reset: gpio: convert the driver to using the auxiliary bus
` [PATCH v3 10/10] reset: gpio: use software nodes to setup the GPIO lookup

[PATCH] lib/Kconfig.debug: Cleanup CONFIG_DEBUG_SECTION_MISMATCH help text
 2025-10-29 12:27 UTC 

[PATCH v4 00/72] nstree: listns()
 2025-10-29 12:21 UTC  (73+ messages)
` [PATCH v4 01/72] libfs: allow to specify s_d_flags
` [PATCH v4 02/72] nsfs: use inode_just_drop()
` [PATCH v4 03/72] nsfs: raise DCACHE_DONTCACHE explicitly
` [PATCH v4 04/72] pidfs: "
` [PATCH v4 05/72] nsfs: raise SB_I_NODEV and SB_I_NOEXEC
` [PATCH v4 06/72] cgroup: add cgroup namespace to tree after owner is set
` [PATCH v4 07/72] nstree: simplify return
` [PATCH v4 08/72] ns: initialize ns_list_node for initial namespaces
` [PATCH v4 09/72] ns: add __ns_ref_read()
` [PATCH v4 10/72] ns: rename to exit_nsproxy_namespaces()
` [PATCH v4 11/72] ns: add active reference count
` [PATCH v4 12/72] ns: use anonymous struct to group list member
` [PATCH v4 13/72] nstree: introduce a unified tree
` [PATCH v4 14/72] nstree: allow lookup solely based on inode
` [PATCH v4 15/72] nstree: assign fixed ids to the initial namespaces
` [PATCH v4 16/72] nstree: maintain list of owned namespaces
` [PATCH v4 17/72] nstree: simplify rbtree comparison helpers
` [PATCH v4 18/72] nstree: add unified namespace list
` [PATCH v4 19/72] nstree: add listns()
` [PATCH v4 20/72] arch: hookup listns() system call
` [PATCH v4 21/72] nsfs: update tools header
` [PATCH v4 22/72] selftests/filesystems: remove CLONE_NEWPIDNS from setup_userns() helper
` [PATCH v4 23/72] selftests/namespaces: first active reference count tests
` [PATCH v4 24/72] selftests/namespaces: second "
` [PATCH v4 25/72] selftests/namespaces: third "
` [PATCH v4 26/72] selftests/namespaces: fourth "
` [PATCH v4 27/72] selftests/namespaces: fifth "
` [PATCH v4 28/72] selftests/namespaces: sixth "
` [PATCH v4 29/72] selftests/namespaces: seventh "
` [PATCH v4 30/72] selftests/namespaces: eigth "
` [PATCH v4 31/72] selftests/namespaces: ninth "
` [PATCH v4 32/72] selftests/namespaces: tenth "
` [PATCH v4 33/72] selftests/namespaces: eleventh "
` [PATCH v4 34/72] selftests/namespaces: twelth "
` [PATCH v4 35/72] selftests/namespaces: thirteenth "
` [PATCH v4 36/72] selftests/namespaces: fourteenth "
` [PATCH v4 37/72] selftests/namespaces: fifteenth "
` [PATCH v4 38/72] selftests/namespaces: add listns() wrapper
` [PATCH v4 39/72] selftests/namespaces: first listns() test
` [PATCH v4 40/72] selftests/namespaces: second "
` [PATCH v4 41/72] selftests/namespaces: third "
` [PATCH v4 42/72] selftests/namespaces: fourth "
` [PATCH v4 43/72] selftests/namespaces: fifth "
` [PATCH v4 44/72] selftests/namespaces: sixth "
` [PATCH v4 45/72] selftests/namespaces: seventh "
` [PATCH v4 46/72] selftests/namespaces: eigth "
` [PATCH v4 47/72] selftests/namespaces: ninth "
` [PATCH v4 48/72] selftests/namespaces: first listns() permission test
` [PATCH v4 49/72] selftests/namespaces: second "
` [PATCH v4 50/72] selftests/namespaces: third "
` [PATCH v4 51/72] selftests/namespaces: fourth "
` [PATCH v4 52/72] selftests/namespaces: fifth "
` [PATCH v4 53/72] selftests/namespaces: sixth "
` [PATCH v4 54/72] selftests/namespaces: seventh "
` [PATCH v4 55/72] selftests/namespaces: first inactive namespace resurrection test
` [PATCH v4 56/72] selftests/namespaces: second "
` [PATCH v4 57/72] selftests/namespaces: third "
` [PATCH v4 58/72] selftests/namespaces: fourth "
` [PATCH v4 59/72] selftests/namespaces: fifth "
` [PATCH v4 60/72] selftests/namespaces: sixth "
` [PATCH v4 61/72] selftests/namespaces: seventh "
` [PATCH v4 62/72] selftests/namespaces: eigth "
` [PATCH v4 63/72] selftests/namespaces: ninth "
` [PATCH v4 64/72] selftests/namespaces: tenth "
` [PATCH v4 65/72] selftests/namespaces: eleventh "
` [PATCH v4 66/72] selftests/namespaces: twelth "
` [PATCH v4 67/72] selftests/namespace: first threaded active reference count test
` [PATCH v4 68/72] selftests/namespace: second "
` [PATCH v4 69/72] selftests/namespace: third "
` [PATCH v4 70/72] selftests/namespace: commit_creds() active reference tests
` [PATCH v4 71/72] selftests/namespace: add stress test
` [PATCH v4 72/72] selftests/namespace: test listns() pagination

[PATCH v11 0/2] update live migration configuration region
 2025-10-29 12:24 UTC  (3+ messages)
` [PATCH v11 1/2] crypto: hisilicon - qm updates BAR configuration
` [PATCH v11 2/2] hisi_acc_vfio_pci: adapt to new migration configuration

[RFT PATCH v2] xhci: sideband: Fix race condition in sideband unregister
 2025-10-29 12:24 UTC  (2+ messages)
` [RFT PATCH v3] "

[PATCH 5.10] comedi: pcl726: Prevent invalid irq number
 2025-10-29 12:25 UTC 

[PATCH net-next] net: phy: nxp-c45-tja11xx: config_init restore macsec config
 2025-10-29 12:23 UTC  (2+ messages)

[Linux Kernel Bug] KASAN: null-ptr-deref Read in generic_hwtstamp_ioctl_lower
 2025-10-29 12:22 UTC  (3+ messages)

[PATCH 00/12] drm/msm: Add support for Kaanapali
 2025-10-29 12:20 UTC  (8+ messages)
` [PATCH 06/12] drm/msm/dpu: Add Kaanapali SSPP sub-block support
  ` [PATCH 07/12] drm/panel: Set sufficient voltage for panel nt37801

[PATCH] regulator: fixed: fix GPIO descriptor leak on register failure
 2025-10-29 12:17 UTC  (2+ messages)

[PATCH -next v4] x86/dumpstack: Prevent KASAN false positive warnings in __show_regs
 2025-10-29 12:16 UTC  (2+ messages)
` [tip: x86/core] x86/dumpstack: Prevent KASAN false positive warnings in __show_regs()

[PATCH v2] s390: fix HugeTLB vmemmap optimization crash
 2025-10-29 12:15 UTC  (4+ messages)

[PATCH] of: Update license for MIPS GIC header
 2025-10-29 12:14 UTC  (2+ messages)

[RFC 0/3] kexec: Force kexec to proceed under heavy deadline load
 2025-10-29 12:13 UTC  (7+ messages)
` [RFC 2/3] kernel/cpu: Mark nonboot cpus as inactive when shutting down nonboot cpus

[PATCH net-next v4 00/12] net: dsa: lantiq_gswip: Add support for MaxLinear GSW1xx switch family
 2025-10-29 12:12 UTC  (3+ messages)
` [PATCH net-next v4 05/12] net: dsa: lantiq_gswip: define and use GSWIP_TABLE_MAC_BRIDGE_VAL1_VALID

[PATCH v3 0/7] staging: Destage VCHIQ interface and MMAL
 2025-10-29 12:10 UTC  (2+ messages)

[PATCH v3 0/2] firmware: arm_scmi/imx: Support dump syslog
 2025-10-29 12:07 UTC  (3+ messages)
` [PATCH v3 1/2] firmware: arm_scmi: imx: Support getting syslog of MISC protocol
` [PATCH v3 2/2] firmware: imx: sm-misc: Dump syslog info

[PATCH] scripts: add tracepoint-update to the list of ignores files
 2025-10-29 12:07 UTC 

[RFC PATCH 00/56] Dynamic mitigations
 2025-10-29 11:57 UTC  (3+ messages)
` [RFC PATCH 04/56] x86/bugs: Reset spectre_v1 mitigations

[PATCH] rust: devres: fix private intra-doc link
 2025-10-29 11:51 UTC  (3+ messages)

[PATCH 2/2] backlight: aw99706: Add support for Awinic AW99706 backlight
 2025-10-29 11:49 UTC  (3+ messages)

[PATCH] rust_binder: move BC_FREE_BUFFER drop inside if statement
 2025-10-29 11:50 UTC 

[PATCH v7 00/10] SPMI: Implement sub-devices and migrate drivers
 2025-10-29 11:50 UTC  (2+ messages)

[PATCH v2 0/4] dt-bindings: soc: qcom: Add soc related bindings for Kaanapali and Glymur
 2025-10-29 11:47 UTC  (9+ messages)
` [PATCH v2 1/4] dt-bindings: soc: qcom: Add qcom,kaanapali-imem compatible

[PATCH 6.17 000/184] 6.17.6-rc1 review
 2025-10-29 11:45 UTC  (2+ messages)

[PATCH v2 0/2] MT8189 SMI SUPPORT
 2025-10-29 11:45 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: memory-controllers: mtk-smi: Add support for mt8189

[PATCH v1] mm/mm_init: Fix hash table order logging in alloc_large_system_hash()
 2025-10-29 11:45 UTC  (2+ messages)

[PATCH] drm/panel: kingdisplay-kd097d04: Disable EoTp
 2025-10-29 11:40 UTC  (5+ messages)

[PATCH 6.12 000/117] 6.12.56-rc1 review
 2025-10-29 11:36 UTC  (2+ messages)

[syzbot] [ocfs2?] KASAN: slab-use-after-free Read in ocfs2_fault
 2025-10-29 11:35 UTC 

[PATCH] nvmet-auth: update sc_c in target host hash calculation
 2025-10-29 11:33 UTC  (4+ messages)

[PATCH v7 0/8] PCI: Enable Power and configure the TC9563 PCIe switch
 2025-10-29 11:30 UTC  (9+ messages)
` [PATCH v7 1/8] dt-bindings: PCI: Add binding for Toshiba "
` [PATCH v7 2/8] arm64: dts: qcom: qcs6490-rb3gen2: Add TC9563 PCIe switch node
` [PATCH v7 3/8] PCI: Add assert_perst() operation to control PCIe PERST#
` [PATCH v7 4/8] PCI: dwc: Add assert_perst() hook for dwc glue drivers
` [PATCH v7 5/8] PCI: dwc: Implement .assert_perst() hook
` [PATCH v7 6/8] PCI: qcom: Add support for assert_perst()
` [PATCH v7 7/8] arm64: defconfig: Enable TC9563 PWRCTL driver
` [PATCH v7 8/8] PCI: pwrctrl: Add power control driver for tc9563

[syzbot] [bpf?] WARNING in bpf_bprintf_prepare (3)
 2025-10-29 11:28 UTC  (8+ messages)

[PATCH v2 0/7] Add initial remoteproc support for Kaanapali and Glymur SoCs
 2025-10-29 11:28 UTC  (7+ messages)
` [PATCH v2 3/7] dt-bindings: remoteproc: qcom,pas: Document pas for SoCCP on Kaanapali and Glymur platforms
` [PATCH v2 6/7] dt-bindings: remoteproc: qcom,sm8550-pas: Document Glymur ADSP
` [PATCH v2 7/7] dt-bindings: remoteproc: qcom,sm8550-pas: Document Glymur CDSP

[RFC PATCH v2 00/10] Add RAS support for RISC-V architecture
 2025-10-29 11:26 UTC  (11+ messages)
` [RFC PATCH v2 01/10] riscv: Define ioremap_cache for RISC-V
` [RFC PATCH v2 02/10] riscv: Define arch_apei_get_mem_attribute "
` [RFC PATCH v2 03/10] acpi: Introduce SSE in HEST notification types
` [RFC PATCH v2 04/10] riscv: Add fixmap indices for GHES IRQ and SSE contexts
` [RFC PATCH v2 05/10] riscv: conditionally compile GHES NMI spool function
` [RFC PATCH v2 06/10] riscv: Add functions to register ghes having SSE notification
` [RFC PATCH v2 07/10] riscv: Add RISC-V entries in processor type and ISA strings
` [RFC PATCH v2 08/10] riscv: Introduce HEST SSE notification handlers
` [RFC PATCH v2 09/10] riscv: Select HAVE_ACPI_APEI required for RAS
` [RFC PATCH v2 10/10] riscv: Enable APEI GHES driver in defconfig

[PATCH v3 0/2] gpu: nova: add boot42 support for next-gen GPUs
 2025-10-29 11:26 UTC  (3+ messages)
` [PATCH v3 2/2] gpu: nova-core: "

[tip:perf/core 18/20] arch/x86/include/asm/unwind_user.h:16:12: error: no member named 'flags' in 'struct pt_regs'
 2025-10-29 11:25 UTC 

[PATCH v2 0/4] Add support for an external Master Clock in the Cirrus CS4271 codec
 2025-10-29 11:24 UTC  (7+ messages)
` [PATCH v2 1/4] ASoC: cs4271: Fix cs4271 I2C and SPI drivers automatic module loading
` [PATCH v2 2/4] ASoC: cs4271: Disable regulators in component_probe() error path
` [PATCH v2 4/4] ASoC: cs4271: Add support for the external mclk

[PATCH] iio: backend: document @chan in iio_backend_oversampling_ratio_set kernel-doc comment
 2025-10-29 11:22 UTC  (3+ messages)

[PATCH 6.6 00/84] 6.6.115-rc1 review
 2025-10-29 11:21 UTC  (2+ messages)

[PATCH] mediatek MT7925: update bluetooth firmware to 20251015213201
 2025-10-29 11:20 UTC  (2+ messages)

[PATCH] linux-firmware: update firmware for MT7925 WiFi device
 2025-10-29 11:20 UTC  (2+ messages)

[PATCH v21 0/4] Add ASPEED AST2600 I2C controller driver
 2025-10-29 11:19 UTC  (5+ messages)
` [PATCH v21 2/4] dt-bindings: i2c: ast2600-i2c.yaml: Add global-regs and transfer-mode properties

[PATCHv4 1/2] sched/isolation: Split out the housekeeping part
 2025-10-29 11:18 UTC  (4+ messages)
` [PATCHv4 2/2] sched/deadline: Walk up cpuset hierarchy to decide root domain when hot-unplug

[PATCH net-next 0/2] dpll: Add support for phase adjustment granularity
 2025-10-29 11:17 UTC  (4+ messages)
` [PATCH net-next 1/2] dpll: add phase-adjust-gran pin attribute

[PATCH 6.1 000/157] 6.1.158-rc1 review
 2025-10-29 11:15 UTC  (2+ messages)

[PATCH v2] mm: shmem/tmpfs hugepage defaults config choice
 2025-10-29 11:16 UTC  (2+ messages)

[PATCH v1 0/2] Introduce Intel Elkhart Lake PSE I/O
 2025-10-29 11:16 UTC  (5+ messages)
` [PATCH v1 2/2] gpio: elkhartlake: Convert to auxiliary driver

[PATCH] iommu/amd: Enhance "Completion-wait Time-out" error message
 2025-10-29 11:16 UTC  (6+ messages)

[PATCH v6 00/10] x86/hyperv/hv_vtl: Use a wakeup mailbox to boot secondary CPUs
 2025-10-29 11:13 UTC  (5+ messages)
` [PATCH v6 02/10] x86/acpi: Move acpi_wakeup_cpu() and helpers to smpwakeup.c

[PATCH] drm/panthor: disable async work during unplug
 2025-10-29 11:14 UTC 

[PATCH v2 0/6] panic: sys_info: Refactor and fix a potential issue
 2025-10-29 11:07 UTC  (2+ messages)
` [PATCH v2 1/6] panic: sys_info: Capture si_bits_global before iterating over it

[PATCH v1 1/2] tools/rtla: Add for_each_monitored_cpu() helper
 2025-10-29 11:12 UTC  (3+ messages)
` [PATCH v1 2/2] tools/rtla: Remove unused optional option_index

[PATCH v10 00/12] Enable jpeg enc & dec multi-hardwares for MT8196
 2025-10-29 11:12 UTC  (3+ messages)
` [PATCH v10 01/12] media: mediatek: jpeg: fix jpeg hw count setting

[PATCH] f2fs: fix to access i_size w/ i_size_read()
 2025-10-29 11:12 UTC  (4+ messages)
` [f2fs-dev] "


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