public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-26 10:56:42 to 2023-12-26 20:12:43 UTC [more...]

[PATCHSET wq/for-6.8] workqueue: Implement system-wide max_active for unbound workqueues
 2023-12-26 20:12 UTC  (10+ messages)
` [PATCH 01/10] workqueue: Move pwq->max_active to wq->max_active
` [PATCH 04/10] workqueue: Move nr_active handling into helpers
` [PATCH 08/10] workqueue: Introduce struct wq_node_nr_active

[PATCH RFC] ASoC: pxa: sspa: Don't select SND_ARM
 2023-12-26 20:00 UTC 

[PATCH] Input: usbtouchscreen - Return directly after a failed kmalloc() in nexio_init()
 2023-12-26 20:08 UTC 

[PATCH v3 00/10] IOMMU memory observability
 2023-12-26 20:02 UTC  (11+ messages)
` [PATCH v3 01/10] iommu/vt-d: add wrapper functions for page allocations
` [PATCH v3 02/10] iommu/amd: use page allocation function provided by iommu-pages.h
` [PATCH v3 03/10] iommu/io-pgtable-arm: "
` [PATCH v3 04/10] iommu/io-pgtable-dart: "
` [PATCH v3 05/10] iommu/exynos: "
` [PATCH v3 06/10] iommu/rockchip: "
` [PATCH v3 07/10] iommu/sun50i: "
` [PATCH v3 08/10] iommu/tegra-smmu: "
` [PATCH v3 09/10] iommu: observability of the IOMMU allocations
` [PATCH v3 10/10] iommu: account IOMMU allocated memory

[PATCH RFC] soc: pxa: ssp: Cast to enum pxa_ssp_type instead of int
 2023-12-26 20:01 UTC 

[PATCH v2 1/4] drm/i915/gem: reconcile Excess struct member kernel-doc warnings
 2023-12-26 19:54 UTC  (4+ messages)
` [PATCH v2 2/4] drm/i915/gt: "
` [PATCH v2 3/4] drm/i915/guc: "
` [PATCH v2 4/4] drm/i915/perf: "

[PATCH 1/4] drm/i915/gem: reconcile Excess struct member kernel-doc warnings
 2023-12-26 19:49 UTC  (4+ messages)
` [PATCH 4/4] drm/i915/perf: "

[PATCH] Input: MT - Return directly after a failed kzalloc() in input_mt_init_slots()
 2023-12-26 19:43 UTC 

[PATCH v1] ASoC: tas2781: Add dsp firmware for different laptops
 2023-12-26 19:43 UTC  (2+ messages)

[PATCH v2] ring-buffer/Documentation: Add documentation on buffer_percent file
 2023-12-26 19:42 UTC  (2+ messages)

[PATCH v3 0/8] dt-bindings: marvell: a38x: add solidrun armada 388 clearfog boards
 2023-12-26 19:40 UTC  (11+ messages)
` [PATCH v3 1/8] dt-bindings: marvell: a38x: convert the soc compatibles description to yaml
` [PATCH v3 2/8] dt-bindings: marvell: a38x: add solidrun armada 385 clearfog gtr boards
` [PATCH v3 3/8] dt-bindings: marvell: a38x: add solidrun armada 388 clearfog boards
` [PATCH v3 4/8] arm: dts: marvell: clearfog-gtr: add board-specific compatible strings
` [PATCH v3 5/8] arm: dts: marvell: clearfog-gtr: sort pinctrl nodes alphabetically
` [PATCH v3 6/8] arm: dts: marvell: clearfog-gtr: add missing pinctrl for all used gpios
` [PATCH v3 7/8] arm: dts: marvell: clearfog-gtr-l8: add support for second sfp connector
` [PATCH v3 8/8] arm: dts: marvell: clearfog-gtr-l8: align port numbers with enclosure

[RFC PATCH 0/4] Introduce & Optimize compat-mode helpers
 2023-12-26 19:24 UTC  (9+ messages)
` [RFC PATCH 2/4] riscv: add compile-time test into is_compat_task()
` [RFC PATCH 3/4] riscv: Introduce is_compat_thread() into compat.h

[PATCH v3 00/24] Improve IRQ wake capability reporting and update the cros_ec driver to use it
 2023-12-26 19:21 UTC  (25+ messages)
` [PATCH v3 01/24] resource: Add DEFINE_RES_*_NAMED_FLAGS macro
` [PATCH v3 02/24] gpiolib: acpi: Modify acpi_dev_irq_wake_get_by() to use resource
` [PATCH v3 03/24] i2c: acpi: Modify i2c_acpi_get_irq() "
` [PATCH v3 04/24] dt-bindings: power: Clarify wording for wakeup-source property
` [PATCH v3 05/24] ARM: dts: tegra: Enable cros-ec-spi as wake source
` [PATCH v3 06/24] ARM: dts: rockchip: rk3288: "
` [PATCH v3 07/24] ARM: dts: samsung: exynos5420: "
` [PATCH v3 08/24] ARM: dts: samsung: exynos5800: "
` [PATCH v3 09/24] arm64: dts: mediatek: mt8173: "
` [PATCH v3 10/24] arm64: dts: mediatek: mt8183: "
` [PATCH v3 11/24] arm64: dts: mediatek: mt8192: "
` [PATCH v3 12/24] arm64: dts: mediatek: mt8195: "
` [PATCH v3 13/24] arm64: dts: tegra: "
` [PATCH v3 14/24] arm64: dts: qcom: sc7180: "
` [PATCH v3 15/24] arm64: dts: qcom: sc7280: "
` [PATCH v3 16/24] arm64: dts: qcom: sdm845: "
` [PATCH v3 17/24] arm64: dts: rockchip: rk3399: "
` [PATCH v3 18/24] of: irq: add wake capable bit to of_irq_resource()
` [PATCH v3 19/24] of: irq: Add default implementation for of_irq_to_resource()
` [PATCH v3 20/24] of: irq: Remove extern from function declarations
` [PATCH v3 21/24] device property: Modify fwnode irq_get() to use resource
` [PATCH v3 22/24] device property: Update functions to use EXPORT_SYMBOL_GPL
` [PATCH v3 23/24] platform: Modify platform_get_irq_optional() to use resource
` [PATCH v3 24/24] platform/chrome: cros_ec: Use PM subsystem to manage wakeirq

[PATCH] Drivers: hv: vmbus: One function call less in create_gpadl_header() after error detection
 2023-12-26 19:09 UTC 

[PATCH v4 0/6] mm/zswap: dstmem reuse optimizations and cleanups
 2023-12-26 19:08 UTC  (8+ messages)
` [PATCH v4 1/6] mm/zswap: change dstmem size to one page
` [PATCH v4 2/6] mm/zswap: reuse dstmem when decompress
` [PATCH v4 3/6] mm/zswap: refactor out __zswap_load()
` [PATCH v4 4/6] mm/zswap: cleanup zswap_load()
` [PATCH v4 5/6] mm/zswap: cleanup zswap_writeback_entry()
` [PATCH v4 6/6] mm/zswap: change per-cpu mutex and buffer to per-acomp_ctx

[PATCH v5 0/2] Refine USB interrupt vectors on Qualcomm platforms
 2023-12-26 19:04 UTC  (9+ messages)
` [PATCH v5 1/2] dt-bindings: usb: dwc3: Clean up hs_phy_irq in binding

[PATCH v6 00/16] PCI: imx6: Clean up and add imx95 pci support
 2023-12-26 19:01 UTC  (5+ messages)
` [PATCH v6 15/16] dt-bindings: imx6q-pcie: Add iMX95 pcie endpoint compatible string

[PATCH 1/2] dt-bindings: clock: Fix spelling mistake in 'tesla,fsd-clock.yaml'
 2023-12-26 18:57 UTC  (4+ messages)

[PATCH v6 0/2] shrink lib/string.i via IWYU
 2023-12-26 18:47 UTC  (5+ messages)
` [PATCH v6 1/2] kernel.h: removed REPEAT_BYTE from kernel.h
` [PATCH v6 2/2] lib/string: shrink lib/string.i via IWYU

[PATCH v2] vhost-vdpa: account iommu allocations
 2023-12-26 18:28 UTC 

[PATCH] HID: bpf: One function call less in call_hid_bpf_rdesc_fixup() after error detection
 2023-12-26 18:24 UTC 

[PATCH 00/16] IOMMU memory observability
 2023-12-26 18:23 UTC  (4+ messages)
` [PATCH 15/16] vhost-vdpa: account iommu allocations

[PATCH v8 00/24] security: Move IMA and EVM to the LSM infrastructure
 2023-12-26 18:14 UTC  (3+ messages)
` [PATCH v8 19/24] ima: Move to "

[PATCH v2 00/10] IOMMU memory observability
 2023-12-26 18:08 UTC  (12+ messages)
` [PATCH v2 01/10] iommu/vt-d: add wrapper functions for page allocations
` [PATCH v2 04/10] iommu/io-pgtable-dart: use page allocation function provided by iommu-pages.h

[RFC 00/16] Basic clock and reset support for StarFive JH8100 RISC-V SoC
 2023-12-26 18:07 UTC  (15+ messages)
` [RFC 05/16] dt-bindings: clock: Add StarFive JH8100 System clock and reset generator
` [RFC 07/16] dt-bindings: clock: Add StarFive JH8100 North-West "
` [RFC 09/16] dt-bindings: clock: Add StarFive JH8100 North-East "
` [RFC 11/16] dt-bindings: clock: Add StarFive JH8100 South-West "
` [RFC 13/16] dt-bindings: clock: Add StarFive JH8100 Always-On "
` [RFC 16/16] riscv: dts: starfive: jh8100: Add clocks and resets nodes

[PATCH] ring-buffer: Fix wake ups when buffer_percent is set to 100
 2023-12-26 17:59 UTC 

[PATCH] ring-buffer/Documentation: Add documentation on buffer_percent file
 2023-12-26 17:51 UTC  (2+ messages)

[PATCH] drm/vc4: Improve exception handling in vc4_validate_shader()
 2023-12-26 17:33 UTC 

[PATCH v3 2/2] dynamic debug: allow printing to trace event
 2023-12-26 16:57 UTC  (2+ messages)
`  "

[PATCH] vmstat: don't auto expand the sysfs files
 2023-12-26 17:26 UTC  (5+ messages)

[PATCH] kdump: Remove redundant DEFAULT_CRASH_KERNEL_LOW_SIZE
 2023-12-26 17:13 UTC  (2+ messages)

[PATCH] android: removed asm-generic/errno-base.h
 2023-12-26 17:09 UTC 

PHY issue with SJA1105Q/DP84849I Design
 2023-12-26 17:05 UTC  (7+ messages)

[PATCH v5 00/40] netfs, afs, 9p: Delegate high-level I/O to netfslib
 2023-12-26 16:54 UTC  (3+ messages)
` [PATCH v5 15/40] netfs: Add support for DIO buffering

[PATCH v2 00/10] changes to mprls0025pa
 2023-12-26 16:51 UTC  (14+ messages)
` [PATCH v2 01/10] dt-bindings: iio: pressure: honeywell,mprls0025pa.yaml fix
` [PATCH v2 04/10] iio: pressure: mprls0025pa.c fix off-by-one enum
` [PATCH v2 05/10] iio: pressure: mprls0025pa.c fix error flag check
` [PATCH v2 06/10] iio: pressure: mprls0025pa.c remove dangerous defaults
` [PATCH v2 08/10] iio: pressure: mprls0025pa.c refactor
` [PATCH v2 10/10] iio: pressure: mprls0025pa.c add SPI driver

[PATCH] scripts/decode_stacktrace.sh: Support LLVM addr2line
 2023-12-26 16:38 UTC  (2+ messages)

[PATCH v2 0/4] arm64: rockchip: Pine64 pinetab2 support
 2023-12-26 16:32 UTC  (3+ messages)

[PATCH v6] io_uring: Statistics of the true utilization of sq threads
 2023-12-26 16:32 UTC  (2+ messages)

[PATCH] block: Fix a memory leak in bdev_open_by_dev()
 2023-12-26 16:27 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: iio: adc: rtq6056: add support for the whole RTQ6056 family
 2023-12-26 16:24 UTC  (4+ messages)

[PATCH] iio: light: vcnl4000: Set ps high definition for 4040/4200
 2023-12-26 16:19 UTC  (2+ messages)

[PATCH] wifi: mt76: mt76x2u: add netgear wdna3100v3 to device table
 2023-12-26 16:18 UTC  (2+ messages)

[PATCH 0/2] iio: light: add support for AMS AS7331
 2023-12-26 16:14 UTC  (3+ messages)
` [PATCH 2/2] io: light: as73211: add support for as7331

[PATCH] iio: linux/iio.h: fix Excess kernel-doc description warning
 2023-12-26 16:03 UTC  (2+ messages)

[syzbot] [kernel?] KMSAN: uninit-value in profile_hits (3)
 2023-12-26 15:59 UTC 

[syzbot] [ntfs?] KMSAN: uninit-value in post_read_mst_fixup (2)
 2023-12-26 15:59 UTC 

[syzbot] [bpf?] KMSAN: uninit-value in ___bpf_prog_run (4)
 2023-12-26 15:59 UTC 

[PATCH 0/2] drm/sched: Adjustments for drm_sched_init()
 2023-12-26 15:58 UTC  (3+ messages)
` [PATCH 1/2] drm/sched: One function call less in drm_sched_init() after error detection
` [PATCH 2/2] drm/sched: Return an error code only as a constant in drm_sched_init()

[PATCH v4] iio: sx9324: avoid copying property strings
 2023-12-26 15:51 UTC  (2+ messages)

[PATCH v5 00/11] Add support for AD7091R-2/-4/-8
 2023-12-26 15:45 UTC  (5+ messages)
` [PATCH v5 11/11] MAINTAINERS: Add MAINTAINERS entry for AD7091R

[PATCH] Bluetooth: hci_sync: fix hogp device suspend bug
 2023-12-26 15:40 UTC  (2+ messages)

[PATCH] virtio_blk: set the default scheduler to none
 2023-12-26 15:38 UTC  (6+ messages)

[PATCH v5 0/8] iio: new DMABUF based API, v5
 2023-12-26 15:37 UTC  (13+ messages)
` [PATCH v5 6/8] iio: buffer-dma: Enable support for DMABUFs
` [PATCH v5 7/8] iio: buffer-dmaengine: Support new DMABUF based userspace API

[syzbot] [crypto?] general protection fault in scatterwalk_copychunks (5)
 2023-12-26 15:28 UTC 

[PATCH v5 00/34] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2023-12-26 15:24 UTC  (5+ messages)
` [PATCH v5 06/34] function_graph: Allow multiple users to attach to function graph

[PATCH v3] Added tilt interrupt support in inv_icm42600
 2023-12-26 15:24 UTC  (10+ messages)

drivers/video/fbdev/hgafb.c:496:25: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-12-26 15:09 UTC 

TPM interrupt patch on LTS
 2023-12-26 14:50 UTC 

[PATCH] MAINTAINERS: Add BPF JIT for LOONGARCH entry
 2023-12-26 14:41 UTC  (4+ messages)

[PATCH] kbuild: deb-pkg: use build ID instead of debug link for dbg package
 2023-12-26 14:33 UTC 

[PATCH] [v2] SUNRPC: fix some memleaks in gssx_dec_option_array
 2023-12-26 14:29 UTC  (2+ messages)

[PATCH] clocksource: Use proportional clocksource skew threshold
 2023-12-26 14:16 UTC  (2+ messages)

[PATCH] x86/efistub: fix the missing KASLR_FLAG bit in boot_params->hdr.loadflags
 2023-12-26 14:02 UTC 

[PATCH 1/6] kbuild: deb-pkg: factor out common Make options in debian/rules
 2023-12-26 13:52 UTC  (6+ messages)
` [PATCH 2/6] kbuild: deb-pkg: squash scripts/package/deb-build-option to debian/rules
` [PATCH 3/6] kbuild: deb-pkg: set DEB_* variables if debian/rules is directly executed
` [PATCH 4/6] kbuild: deb-pkg: allow to run debian/rules from output directory
` [PATCH 5/6] kbuild: deb-pkg: remove unneeded '-f $srctree/Makefile' in debian/rules
` [PATCH 6/6] kbuild: deb-pkg: use more debhelper commands in builddeb

[PATCH 0/2] virt: Convert to platform remove callback returning void
 2023-12-26 13:28 UTC  (3+ messages)
` [PATCH 1/2] virt: efi_secret: "
` [PATCH 2/2] virt: sev-guest: "

[PATCH v3 0/2] Add Variscite VAR-SOM-MX93 support
 2023-12-26 13:24 UTC  (3+ messages)
` [PATCH v3 2/2] arm64: dts: imx93-var-som: Add Variscite VAR-SOM-MX93

[PATCH v4 0/5] support ipq5332 platform
 2023-12-26 13:19 UTC  (10+ messages)
` [PATCH v4 5/5] dt-bindings: net: ipq4019-mdio: Document "

[PATCH v7 0/1] PM: sleep: Expose last succeeded resumed timestamp in sysfs
 2023-12-26 13:18 UTC  (2+ messages)
` [PATCH v7] "

[PATCH net-next] selftests/net: change the shebang of unicast_extensions.sh to bash
 2023-12-26 12:51 UTC  (4+ messages)

[PATCH v4] acpi,pci: warn about duplicate IRQ routing entries returned from _PRT
 2023-12-26 12:42 UTC 

[PATCH v3 0/4] riscv: rtc: sophgo: add mfd and rtc support for CV1800
 2023-12-26 12:37 UTC  (9+ messages)
` [PATCH v3 1/4] dt-bindings: mfd: sophgo: add MFD subsys support for Sophgo CV1800 series SoC
` [PATCH v3 2/4] dt-bindings: rtc: sophgo: add RTC "
` [PATCH v3 3/4] rtc: sophgo: add rtc support for Sophgo CV1800 SoC

[PATCH v7 0/9] Add iommufd nesting (part 2/2)
 2023-12-26 12:35 UTC  (5+ messages)
` [PATCH v7 9/9] iommu/vt-d: Add iotlb flush for nested domain

[PATCH] sysctl: treewide: constify ctl_table_root::set_ownership
 2023-12-26 12:32 UTC 

[PATCH] LoongArch: use generic interface to support crashkernel=X,[high,low]
 2023-12-26 12:31 UTC  (3+ messages)

[PATCH] md: Don't clear MD_CLOSING when the raid is about to stop
 2023-12-26 12:22 UTC  (2+ messages)

[PATCH] crypto: virtio - Less function calls in __virtio_crypto_akcipher_do_req() after error detection
 2023-12-26 12:22 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH net 0/2] mptcp: new reviewer and prevent a warning
 2023-12-26 12:10 UTC  (3+ messages)
` [PATCH net 1/2] MAINTAINERS: add Geliang as reviewer for MPTCP
` [PATCH net 2/2] mptcp: prevent tcp diag from closing listener subflows

[PATCH] sysctl: treewide: constify ctl_table_root::permissions
 2023-12-26 12:08 UTC 

[PATCH v2] Bluetooth: btrtl: Add the support for RTL8852BT/RTL8852BE-VT
 2023-12-26 11:45 UTC 

[v2 0/2] HID: i2c-hid: elan: Add ili2901 timing
 2023-12-26 11:44 UTC  (4+ messages)
` [v2 1/2] dt-bindings: HID: i2c-hid: elan: Introduce bindings for Ilitek ili2901

[PATCH 5/5] crypto: qat - add support for 420xx devices
 2023-12-26 11:31 UTC 

[PATCH v2] scripts: check-sysctl-docs: adapt to new API
 2023-12-26 11:34 UTC 

[PATCH v2] Bluetooth: btnxpuart: Resolve TX timeout error in power save stress test
 2023-12-26 11:31 UTC 

[PATCH] Bluetooth: btrtl: Add the support for RTL8852BT/RTL8852BE-VT
 2023-12-26 11:28 UTC  (3+ messages)

[PATCH net-next v8 0/3] Ethernet DWMAC5 fault IRQ support
 2023-12-26 11:10 UTC  (6+ messages)
` [PATCH net-next v8 3/3] net: stmmac: Add driver support for DWMAC5 common safety IRQ

[PATCH] staging: axis-fifo: fixes alignment should match open parenthesis
 2023-12-26 11:04 UTC 


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