public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-23 06:32:43 to 2024-10-23 08:29:42 UTC [more...]

[PATCH 0/7] improve qconfig C++ code
 2024-10-23  6:39 UTC  (7+ messages)
` [PATCH 1/7] kconfig: qconf: use QByteArray API instead of manually constructing a string
` [PATCH 3/7] kconfig: qconf: use preferred form of QString API
` [PATCH 4/7] kconfig: qconf: use QCommandLineParser
` [PATCH 5/7] kconfig: qconf: use nullptr in C++11 code
` [PATCH 6/7] kconfig: qconf: use default platform shortcuts
` [PATCH 7/7] kconfig: qconf: simplify character replacement

[PATCH 0/5] dts: qcom: Introduce SM8750 device trees
 2024-10-23  8:29 UTC  (3+ messages)
` [PATCH 1/5] dt-bindings: arm: qcom: Document sm8750 SoC and boards

[PATCH] PCI/VGA: Don't assume only VGA device found is the boot VGA device
 2024-10-23  8:27 UTC  (6+ messages)

[PATCH] HID: hid-goodix: Improve handling of HID feature reports
 2024-10-23  8:27 UTC 

[PATCH v6 0/8] PCI: Consolidate TLP Log reading and printing
 2024-10-23  8:27 UTC  (2+ messages)

[Regression] wifi problems since tg3 started throwing rcu stall warnings
 2024-10-23  8:27 UTC 

[PATCH 0/2] interconnect: qcom: Introduce interconnects for SM8750
 2024-10-23  8:27 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: interconnect: add interconnect bindings "

[PATCH] dt-bindings: dma: qcom,gpi: Document the sm8750 GPI DMA engine
 2024-10-23  8:25 UTC  (2+ messages)

[PATCH] dt-bindings: arm-smmu: Document sm8750 SMMU
 2024-10-23  8:25 UTC  (2+ messages)

[PATCH v1] usb: core: use sysfs_emit() instead of sprintf()
 2024-10-23  8:24 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] dt-bindings: interrupt-controller: qcom,pdc: Document sm8750 PDC
 2024-10-23  8:24 UTC  (2+ messages)

[PATCH] iio: Fix build error for ltc2664
 2024-10-23  8:23 UTC 

[PATCH] auxbus: fix a typo
 2024-10-23  8:20 UTC 

[PATCH 00/10] Clean up some x86/mce code
 2024-10-23  8:20 UTC  (16+ messages)
` [PATCH v2 00/10] x86/mce: "
  ` [PATCH v2 06/10] x86/mce: Convert multiple if () statements into a switch() statement

linus-next: improving functional testing for to-be-merged pull requests
 2024-10-23  8:20 UTC  (6+ messages)

perf_event_detach_bpf_prog() broken?
 2024-10-23  8:19 UTC  (4+ messages)

[PATCH v4 net-next 00/13] add basic support for i.MX95 NETC
 2024-10-23  8:18 UTC  (10+ messages)
` [PATCH v4 net-next 03/13] dt-bindings: net: add bindings for NETC blocks control
` [PATCH v4 net-next 05/13] net: enetc: extract common ENETC PF parts for LS1028A and i.MX95 platforms
` [PATCH v4 net-next 06/13] net: enetc: build enetc_pf_common.c as a separate module
` [PATCH v4 net-next 10/13] net: enetc: extract enetc_int_vector_init/destroy() from enetc_alloc_msix()

[PATCH] dt-bindings: firmware: qcom,scm: Document sm8750 SCM
 2024-10-23  8:18 UTC  (2+ messages)

[PATCH] arm64: dts: rockchip: Enable HDMI0 on rk3588-nanopc-t6
 2024-10-23  8:06 UTC 

[PATCH 0/2] pinctrl: qcom: Introduce pinctrl for SM8750
 2024-10-23  8:16 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: pinctrl: qcom: Add sm8750 pinctrl

[PATCH 0/7] clks: qcom: Introduce clks for SM8750
 2024-10-23  8:15 UTC  (3+ messages)
` [PATCH 6/7] dt-bindings: clock: qcom: Document the SM8750 TCSR Clock Controller

[PATCH] platform/x86: asus-wmi: Support setting AIPT modes
 2024-10-23  8:15 UTC  (3+ messages)

[PATCH net-next 00/15] net: sparx5: add support for lan969x switch device
 2024-10-23  8:14 UTC  (3+ messages)
` [PATCH net-next 14/15] net: sparx5: add compatible strings for lan969x and verify the target

[PATCH v4 0/6] s390/uv: Retrieve Secrets Ultravisor Call support
 2024-10-23  8:14 UTC  (4+ messages)
` [PATCH v4 2/6] s390/uv: Retrieve UV secrets support

[PATCH net] Documentation: ieee802154: fix grammar
 2024-10-23  8:13 UTC  (2+ messages)

[PATCH 0/2] soc: qcom: llcc: add support for SAR2130P and SAR1130P platforms
 2024-10-23  8:13 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: cache: qcom,llcc: document SAR2130P and SAR1130P

[PATCH 0/4] nvmem: imx-ocotp-ele: fix reading from ELE OCOTP
 2024-10-23  8:12 UTC  (5+ messages)
` [PATCH 1/4] nvmem: imx-ocotp-ele: simplify read beyond device check
` [PATCH 2/4] nvmem: imx-ocotp-ele: fix reading from non zero offset
` [PATCH 3/4] nvmem: imx-ocotp-ele: fix MAC address byte order
` [PATCH 4/4] nvmem: imx-ocotp-ele: set word length to 1

[PATCH v2 0/5] implement lightweight guard pages
 2024-10-23  8:11 UTC  (4+ messages)

[PATCH v1] usb: core: use sysfs_emit() instead of sprintf()
 2024-10-23  8:12 UTC 

[PATCH v2 0/5] Introduce Owned type and Ownable trait (was: "rust: page: Add support for vmalloc_to_page")
 2024-10-23  8:10 UTC  (4+ messages)
` [PATCH v2 1/5] rust: types: add `Owned` type and `Ownable` trait

[PATCH v3] perf cap: Tidy up and improve capability testing
 2024-10-23  8:10 UTC  (4+ messages)

[PATCH net-next] net: use sock_valbool_flag() only in __sock_set_timestamps()
 2024-10-23  8:10 UTC  (2+ messages)

[PATCH v3 1/2] arm64: dts: mediatek: mt8395-genio-1200-evk: add support for TCPC port
 2024-10-23  8:09 UTC  (2+ messages)
` [PATCH v3 2/2] arm64: dts: mediatek: mt8395-genio-1200-evk: add support for MUX IT5205

[PATCH] bcachefs: Fix NULL ptr dereference in btree_node_iter_and_journal_peek
 2024-10-23  8:06 UTC  (3+ messages)

[PATCH v3] f2fs: modify f2fs_is_checkpoint_ready logic to allow more data to be written with the CP disable
 2024-10-23  8:06 UTC  (3+ messages)

[PATCH v2 1/1] [net-next] igb: Fix spelling in igb_main.c
 2024-10-23  8:04 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH v2 1/2] arm64: dts: mediatek: mt8395-genio-1200-evk: add support for TCPC port
 2024-10-23  8:04 UTC  (3+ messages)
` [PATCH v2 2/2] arm64: dts: mediatek: mt8395-genio-1200-evk: add support for MUX IT5205

[PATCH v2 0/2] usb: typec: Add new driver for Parade PS8830 Type-C Retimer
 2024-10-23  8:04 UTC  (8+ messages)
` [PATCH v2 2/2] usb: typec: Add support "

[RFC PATCH v3 0/4] Support large folios for tmpfs
 2024-10-23  8:04 UTC  (10+ messages)

[PATCH 0/5] DRM deadcode
 2024-10-23  8:04 UTC  (4+ messages)
` [PATCH 4/5] drm/client: Remove unused drm_client_framebuffer_flush

[kvm-unit-tests PATCH 0/3] Fix arm64 clang errors on fpu tests
 2024-10-23  8:03 UTC  (3+ messages)

[PATCH v1] drm/bridge: tc358768: Fix DSI command tx
 2024-10-23  8:03 UTC  (2+ messages)

[PATCH 0/7] kernel/cgroups: Add "dev" memory accounting cgroup
 2024-10-23  7:53 UTC  (8+ messages)
` [PATCH 1/7] kernel/cgroup: "
` [PATCH 2/7] drm/drv: Add drmm cgroup registration for dev cgroups
` [PATCH 3/7] drm/ttm: Handle cgroup based eviction in TTM
` [PATCH 4/7] drm/xe: Implement cgroup for vram
` [PATCH 5/7] drm/amdgpu: Add cgroups implementation
` [PATCH 6/7] [HACK] drm/xe: Hack to test with mapped pages instead of vram
` [PATCH 7/7] [DISCUSSION] drm/gem: Add cgroup memory accounting

[PATCH] slub/slub_kunit:fix a panic due to __kmalloc_cache_noprof incorretly use
 2024-10-23  8:00 UTC  (3+ messages)
` [PATCH] slub_kunit:fix a WARNING "

[PATCH v3 2/2] s390/uv: Provide host-key hashes in sysfs
 2024-10-23  7:55 UTC  (2+ messages)

[PATCH] kconfig: nconf: Fix typo in function comment
 2024-10-23  7:54 UTC  (2+ messages)

Linux 6.12-rc4
 2024-10-23  7:53 UTC  (2+ messages)
` Build regressions/improvements in v6.12-rc4

[PATCH v2 0/4] Add static channel mapping between soundwire master and slave
 2024-10-23  7:53 UTC  (4+ messages)
` [PATCH v2 1/4] ASoC: dt-bindings: wcd937x-sdw: Add static channel mapping support

[PATCH v1 RESEND 0/3] Add support to configure TPDM MCMB subunit
 2024-10-23  7:52 UTC  (2+ messages)

[PATCH v3 0/4] usb: typec: Add new driver for Parade PS8830 Type-C Retimer
 2024-10-23  7:51 UTC  (7+ messages)
` [PATCH v3 3/4] arm64: dts: qcom: x1e80100-crd: Add Parade PS8830 related nodes
` [PATCH v3 4/4] arm64: dts: qcom: x1e80100-crd: Enable external DP

[PATCH 0/2] vtd: Minor cleanup
 2024-10-23  7:48 UTC  (10+ messages)
` [PATCH 1/2] iommu/vt-d: Fix checks in dmar_fault_dump_ptes()
` [PATCH 2/2] iommu/vt-d: Fix checks in pgtable_walk()

[PATCHv2 net-next] net: dsa: use ethtool string helpers
 2024-10-23  7:47 UTC  (2+ messages)

[PATCH] drm/panel: s6e3ha8: add static modifier to supply list
 2024-10-23  7:47 UTC  (2+ messages)

[PATCH v2 0/5] Add new panel driver Samsung S6E88A0-AMS427AP24
 2024-10-23  7:47 UTC  (11+ messages)
` [PATCH v2 1/5] dt-bindings: display: panel: Move flip properties to panel-common
` [PATCH v2 2/5] dt-bindings: display: panel: Add Samsung S6E88A0-AMS427AP24 bindings
` [PATCH v2 3/5] drm/panel: samsung-s6e88a0-ams427ap24: Add initial driver
` [PATCH v2 4/5] drm/panel: samsung-s6e88a0-ams427ap24: Add brightness control
` [PATCH v2 5/5] drm/panel: samsung-s6e88a0-ams427ap24: Add flip option

[PATCH V3 0/4] firmware: arm_scmi: Misc Fixes
 2024-10-23  7:46 UTC  (3+ messages)

[PATCH v2 1/7] s390/kdump: implement is_kdump_kernel()
 2024-10-23  7:45 UTC  (6+ messages)

USB-C DisplayPort display failing to stay active with Intel Barlow Ridge USB4 controller, power-management related issue?
 2024-10-23  7:39 UTC  (7+ messages)

drivers/gpu/drm/tegra/drm.c:1155 host1x_drm_probe() warn: 'tegra->domain' is an error pointer or valid
 2024-10-23  7:38 UTC 

[PATCH net-next 0/2] ptp: add control over HW timestamp latch point
 2024-10-23  7:37 UTC  (4+ messages)
` [PATCH net-next 1/2] "

[PATCH mm-unstable v1] mm/page_alloc: try not to overestimate free highatomic
 2024-10-23  7:34 UTC  (7+ messages)

[PATCH v3] sumversion: Fix a memory leak in get_src_version()
 2024-10-23  7:34 UTC  (2+ messages)

[PATCH v4 0/5] perf: Relax privilege restriction on AMD IBS
 2024-10-23  7:33 UTC  (3+ messages)
` [PATCH v4 2/5] perf/core: Export perf_exclude_event()

[PATCH net-next] amd-xgbe: use ethtool string helpers
 2024-10-23  7:32 UTC  (2+ messages)

[PATCH v3 0/5] iio: adc: ad7380: fix several supplies issues
 2024-10-23  7:31 UTC  (3+ messages)

[PATCH v2 0/2] qcom_tzmem: Enhance Error Handling for shmbridge
 2024-10-23  7:31 UTC  (8+ messages)
` [PATCH v2 2/2] firmware: qcom: qcom_tzmem: Implement sanity checks

[PATCH 0/3] arm64/hw_breakpoint: Enable FEAT_Debugv8p9
 2024-10-23  7:31 UTC  (4+ messages)
` [PATCH 3/3] "

[PATCH] gpio: fix uninit-value in swnode_find_gpio
 2024-10-23  7:30 UTC  (3+ messages)
` [PATCH v2] "

[PATCH RFC 0/2] Add basic tracing support for m68k
 2024-10-23  7:30 UTC  (5+ messages)
` [PATCH RFC 1/2] m68k: Add tracirqs

[PATCH] bpf: Fix out-of-bounds write in trie_get_next_key()
 2024-10-23  7:30 UTC  (3+ messages)

[PATCH v4 0/6] Add AutoFDO and Propeller support for Clang build
 2024-10-23  7:28 UTC  (23+ messages)
` [PATCH v4 1/6] Add AutoFDO "
` [PATCH v4 3/6] Change the symbols order when --ffuntion-sections is enabled
` [PATCH v4 4/6] AutoFDO: Enable -ffunction-sections for the AutoFDO build
` [PATCH v4 5/6] AutoFDO: Enable machine function split optimization for AutoFDO
` [PATCH v4 6/6] Add Propeller configuration for kernel build

[PATCH v4 0/2] Support for Texas Instruments OPT4060 RGBW Color sensor
 2024-10-23  7:29 UTC  (4+ messages)
` [PATCH v4 2/2] iio: light: Add support for TI OPT4060 color sensor

[PATCH v3 00/16] Device / Driver PCI / Platform Rust abstractions
 2024-10-23  7:28 UTC  (12+ messages)
` [PATCH v3 14/16] rust: of: add `of::DeviceId` abstraction
` [PATCH v3 15/16] rust: platform: add basic platform device / driver abstractions
` [PATCH v3 16/16] samples: rust: add Rust platform sample driver

[PATCH 5.10 00/52] 5.10.228-rc1 review
 2024-10-23  7:27 UTC  (2+ messages)

[RFC 2/2] khugepaged: use upgrade_read() to optimize collapse_huge_page
 2024-10-23  7:27 UTC  (2+ messages)

[PATCH 1/1] arm64: dts: freescale: mba8mx: remove undocument 'data-lanes' at panel
 2024-10-23  7:27 UTC  (2+ messages)

[PATCH v1 00/10] iommufd: Add VIOMMU infrastructure (Part-2 VIRQ)
 2024-10-23  7:22 UTC  (4+ messages)
` [PATCH v1 04/10] iommufd/viommu: Allow drivers to control vdev_id lifecycle

VFS regression with 9pfs ("Lookup would have caused loop")
 2024-10-23  7:22 UTC  (7+ messages)

[PATCH 0/4] riscv: sophgo: Add ethernet support for SG2044
 2024-10-23  7:21 UTC  (10+ messages)
` [PATCH 4/4] net: stmmac: Add glue layer for Sophgo SG2044 SoC

[PATCH 1/2] dt-bindings: usb: mediatek,mt6360-tcpc: add ports properties
 2024-10-23  7:19 UTC  (6+ messages)
` [PATCH 2/2] arm64: dts: mediatek: mt8395-genio-1200-evk: add support for TCPC port

[PATCH 6.6 000/124] 6.6.58-rc1 review
 2024-10-23  7:18 UTC  (2+ messages)

[PATCH v4 0/4] introduce PIDFD_SELF* sentinels
 2024-10-23  7:18 UTC  (4+ messages)
` [PATCH v4 2/4] pidfd: add PIDFD_SELF_* sentinels to refer to own thread/process

[PATCH net v2] net: fix crash when config small gso_max_size/gso_ipv4_max_size
 2024-10-23  7:18 UTC  (3+ messages)
  ` 回复: "

[syzbot] [bcachefs?] KASAN: null-ptr-deref Read in bch2_sb_set_upgrade_extra
 2024-10-23  7:18 UTC 

ath11k_pci. wifi stop to work after long laptop suspend
 2024-10-23  7:14 UTC 

[PATCH v2] dt-bindings: soc: bcm: Convert raspberrypi,bcm2835-power to Dt schema
 2024-10-23  7:13 UTC  (3+ messages)

[PATCH v2 0/2] rtc: pcf2127: make battery switch-over configurable
 2024-10-23  7:06 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: rtc: pcf2127: Add nxp,battery-switch-over property

[PATCH net-next v3 0/6] net: stmmac: Refactor FPE as a separate module
 2024-10-23  7:05 UTC  (7+ messages)
` [PATCH net-next v3 1/6] net: stmmac: Introduce separate files for FPE implementation
` [PATCH net-next v3 2/6] net: stmmac: Rework macro definitions for gmac4 and xgmac
` [PATCH net-next v3 3/6] net: stmmac: Refactor FPE functions to generic version
` [PATCH net-next v3 4/6] net: stmmac: xgmac: Rename XGMAC_RQ to XGMAC_FPRQ
` [PATCH net-next v3 5/6] net: stmmac: xgmac: Complete FPE support
` [PATCH net-next v3 6/6] net: stmmac: xgmac: Enable FPE for tc-mqprio/tc-taprio

[PATCH] Makefile: Remove unused filechk_cat
 2024-10-23  7:06 UTC 

[PATCH] mm: export copy_to_kernel_nofault
 2024-10-23  7:05 UTC  (6+ messages)

[PATCH 6.11 000/135] 6.11.5-rc1 review
 2024-10-23  7:03 UTC  (2+ messages)

[PATCH 1/1] platform/x86/tuxedo: Add virtual LampArray for TUXEDO NB04 devices
 2024-10-23  7:03 UTC  (12+ messages)

[RFC PATCH 0/6] wifi: ath12k: Add WSI node for QCN9274 in RDP433 for MLO
 2024-10-23  7:00 UTC  (15+ messages)
` [RFC PATCH 1/6] dt-bindings: net: wireless: update required properties for ath12k PCI module
` [RFC PATCH 2/6] dt-bindings: net: wireless: ath12k: describe WSI property for QCN9274
` [RFC PATCH 3/6] wifi: ath12k: parse multiple device information from device tree
` [RFC PATCH 6/6] arm64: dts: qcom: ipq9574: Add WiFi nodes for RDP433

[PATCH v5 00/12] Add bootph-all property for J7 boards
 2024-10-23  6:57 UTC  (13+ messages)
` [PATCH v5 01/12] arm64: dts: ti: k3-j784s4-j742s2-mcu-wakeup: Move bootph from mcu_timer1 to mcu_timer0
` [PATCH v5 02/12] arm64: dts: ti: k3-j784s4-j742s2-mcu-wakeup: Remove parent nodes bootph-*
` [PATCH v5 03/12] arm64: dts: ti: k3-j784s4: Add bootph-* properties
` [PATCH v5 04/12] arm64: dts: ti: k3-j721s2: "
` [PATCH v5 05/12] arm64: dts: ti: k3-j721e: "
` [PATCH v5 06/12] arm64: dts: ti: k3-j7200: "
` [PATCH v5 07/12] arm64: dts: ti: k3-j784s4-j742s2-evm-common: Remove parent nodes bootph-*
` [PATCH v5 08/12] arm64: dts: ti: k3-j721s2-evm*: Add bootph-* properties
` [PATCH v5 09/12] arm64: dts: ti: k3-am68-sk*: "
` [PATCH v5 10/12] arm64: dts: ti: k3-j721e-evm*: "
` [PATCH v5 11/12] arm64: dts: ti: k3-j721e-sk*: "
` [PATCH v5 12/12] arm64: dts: ti: k3-j7200-evm*: "

[PATCH rcu] srcu: Guarantee non-negative return value from srcu_read_lock()
 2024-10-23  6:58 UTC  (10+ messages)

[PATCH 2/7] rcu: limit PREEMPT_RCU configurations
 2024-10-23  6:58 UTC  (11+ messages)

[PATCH v2 0/3] Add inline encryption support
 2024-10-23  6:57 UTC  (9+ messages)
` [PATCH v2 1/3] dm-inlinecrypt: "

[PATCH v2 0/4] ASoC: Rename "sh" to "renesas"
 2024-10-23  6:57 UTC  (4+ messages)
` [PATCH v2 4/4] MAINTAINERS: Add entry for Renesas ASoC drivers

[PATCH RFC v2 0/3] Documentation: Debugging guide
 2024-10-23  6:57 UTC  (3+ messages)

[PATCH net-next v4 0/2] PtP driver for s390 clocks
 2024-10-23  6:56 UTC  (3+ messages)
` [PATCH net-next v4 1/2] s390/time: Add clocksource id to TOD clock
` [PATCH net-next v4 2/2] s390/time: Add PtP driver

[PATCH v1 7/7] x86: select ARCH_SUPPORTS_PT_RECLAIM if X86_64
 2024-10-23  6:54 UTC  (2+ messages)

[PATCH net-next v3 4/8] rust: time: Implement addition of Ktime and Delta
 2024-10-23  6:51 UTC  (4+ messages)

[PATCH v2 0/3] Untie the host lock entanglement - part 1
 2024-10-23  6:47 UTC  (4+ messages)
` [PATCH v2 1/3] scsi: ufs: core: Remove redundant host_lock calls around UTMRLDBR

[PATCH bpf-next 0/2] security.bpf xattr name prefix
 2024-10-23  6:45 UTC  (11+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Extend test fs_kfuncs to cover security.bpf xattr names

[PATCH v2] arm64: dts: mediatek: mt8195: Fix dtbs_check error for tphy
 2024-10-23  6:44 UTC  (4+ messages)

[PATCH] dt-bindings: input: Goodix SPI HID Touchscreen
 2024-10-23  6:44 UTC  (8+ messages)

[PATCH 1/1] arm64: dts: imx8: move samsung,burst-clock-frequency to imx8mn and imx8mm mba8mx board file
 2024-10-23  6:38 UTC  (2+ messages)
` [PATCH 1/1] arm64: dts: imx8: move samsung, burst-clock-frequency "

linux-next: Signed-off-by missing for commit in the cifs tree
 2024-10-23  6:35 UTC 


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