linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-28 18:36:19 to 2025-08-28 21:07:59 UTC [more...]

[PATCH 0/3] Add support for RAA228244 and RAA228246
 2025-08-28 21:07 UTC  (7+ messages)
` [PATCH 1/3] hwmon: (pmbus/isl68137) add support for Renesas "
` [PATCH 2/3] docs: hwmon: add RAA228244 and RAA228246 info to isl68137 documentation
` [PATCH 3/3] dt-bindings: hwmon: (pmbus/isl68137) add RAA228244 and RAA228246 support

[PATCH v3 0/2] add a make target to generate man pages from kernel-doc
 2025-08-28 21:07 UTC  (4+ messages)
` [PATCH v3 1/2] docs: add support to build manpages from kerneldoc output

[RFC 0/3] cgroups: Add support for pinned device memory
 2025-08-28 20:58 UTC  (3+ messages)

[PATCH v11 00/23] Enable CXL PCIe Port Protocol Error handling and logging
 2025-08-28 21:07 UTC  (5+ messages)
` [PATCH v11 06/23] CXL/AER: Introduce rch_aer.c into AER driver for handling CXL RCH errors
` [PATCH v11 07/23] CXL/PCI: Move CXL DVSEC definitions into uapi/linux/pci_regs.h

[PATCH v6 0/6] tracing: Deferred unwinding of user space stack traces
 2025-08-28 21:06 UTC  (16+ messages)
` [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace

[PATCH] pinctrl: meson-gxl: add missing i2c_d pinmux
 2025-08-28 21:06 UTC  (2+ messages)

[PATCH 0/3] Add pinctrl support for Sky1
 2025-08-28 21:03 UTC  (6+ messages)
` [PATCH 1/3] pinctrl: cix: Add pin-controller support for sky1

[for-next][PATCH 0/3] tracing: Trigger a warning on build if a tracepoint is defined but unused
 2025-08-28 21:02 UTC  (5+ messages)
` [for-next][PATCH 1/3] sorttable: Move ELF parsing into scripts/elf-parse.[ch]

[RFC PATCH v1 0/2] Add O_DENY_WRITE (complement AT_EXECVE_CHECK)
 2025-08-28 21:01 UTC  (16+ messages)
` [RFC PATCH v1 1/2] fs: Add O_DENY_WRITE

[PATCHv2 0/3] add COMPILE_TEST support
 2025-08-28 21:00 UTC  (2+ messages)

[PATCH 0/3] ASoC: use int type to store negative error codes
 2025-08-28 21:00 UTC  (2+ messages)

[PATCH v3] ASoC: SOF: Intel: WCL: Add the sdw_process_wakeen op
 2025-08-28 21:00 UTC  (2+ messages)

[RFC PATCH 00/12] KVM: x86/mmu: TDX post-populate cleanups
 2025-08-28 21:00 UTC  (38+ messages)
` [RFC PATCH 02/12] KVM: x86/mmu: Add dedicated API to map guest_memfd pfn into TDP MMU
` [RFC PATCH 04/12] KVM: x86/mmu: Rename kvm_tdp_map_page() to kvm_tdp_prefault_page()
` [RFC PATCH 05/12] KVM: TDX: Drop superfluous page pinning in S-EPT management
` [RFC PATCH 06/12] KVM: TDX: Return -EIO, not -EINVAL, on a KVM_BUG_ON() condition
` [RFC PATCH 08/12] KVM: TDX: Use atomic64_dec_return() instead of a poor equivalent
` [RFC PATCH 09/12] KVM: TDX: Fold tdx_mem_page_record_premap_cnt() into its sole caller

[PATCH v3 00/15] Legacy hardware/cache events as json
 2025-08-28 20:59 UTC  (16+ messages)
` [PATCH v3 01/15] perf parse-events: Fix legacy cache events if event is duplicated in a PMU
` [PATCH v3 02/15] perf perf_api_probe: Avoid scanning all PMUs, try software PMU first
` [PATCH v3 03/15] perf record: Skip don't fail for events that don't open
` [PATCH v3 04/15] perf jevents: Support copying the source json files to OUTPUT
` [PATCH v3 05/15] perf pmu: Don't eagerly parse event terms
` [PATCH v3 06/15] perf parse-events: Remove unused FILE input argument to scanner
` [PATCH v3 07/15] perf pmu: Use fd rather than FILE from new_alias
` [PATCH v3 08/15] perf pmu: Factor term parsing into a perf_event_attr into a helper
` [PATCH v3 09/15] perf parse-events: Add terms for legacy hardware and cache config values
` [PATCH v3 10/15] perf jevents: Add legacy json terms and default_core event table helper
` [PATCH v3 11/15] perf pmu: Add and use legacy_terms in alias information
` [PATCH v3 12/15] perf jevents: Add legacy-hardware and legacy-cache json
` [PATCH v3 13/15] perf print-events: Remove print_hwcache_events
` [PATCH v3 14/15] perf print-events: Remove print_symbol_events
` [PATCH v3 15/15] perf parse-events: Remove hard coded legacy hardware and cache parsing

[PATCH v5 00/12] Direct Map Removal Support for guest_memfd
 2025-08-28 21:00 UTC  (3+ messages)
` [PATCH v5 03/12] mm: introduce AS_NO_DIRECT_MAP

[PATCH 00/37] arm64: Add initial device trees for Apple M2 Pro/Max/Ultra devices
 2025-08-28 20:59 UTC  (5+ messages)
` [PATCH 08/37] pinctrl: apple: Add "apple,t8103-pinctrl" as compatible
` [PATCH 09/37] dt-bindings: pinctrl: apple,pinctrl: Add apple,t6020-pinctrl compatible

[PATCH v2 0/8] gpu: nova-core: process and prepare more firmwares to boot GSP
 2025-08-28 20:58 UTC  (7+ messages)
` [PATCH v2 3/8] gpu: nova-core: firmware: process Booter and patch its signature

[PATCH v4 00/16] dma-mapping: migrate to physical address-based API
 2025-08-28 20:54 UTC  (9+ messages)
` [PATCH v4 15/16] block-dma: properly take MMIO path

[PATCH v2 0/3] Groundwork for Lock<T> when T is pinned
 2025-08-28 20:52 UTC  (4+ messages)
` [PATCH v2 1/3] rust: lock: guard: add T: Unpin bound to DerefMut
` [PATCH v2 2/3] rust: lock: pin the inner data
` [PATCH v2 3/3] rust: lock: add a Pin<&mut T> accessor

[PATCH v1 00/36] mm: remove nth_page()
 2025-08-28 20:51 UTC  (7+ messages)
` [PATCH v1 20/36] mips: mm: convert __flush_dcache_pages() to __flush_dcache_folio_pages()
` [PATCH v1 31/36] vfio/pci: drop nth_page() usage within SG entry

[PATCH] arm64: dts: qcom: starqltechn: remove extra empty line
 2025-08-28 20:49 UTC 

[PATCH net-next v2 0/6] net: dsa: lantiq_gswip: prepare for supporting MaxLinear GSW1xx
 2025-08-28 20:49 UTC  (9+ messages)
` [PATCH net-next v2 1/6] net: dsa: lantiq_gswip: move to dedicated folder
` [PATCH net-next v2 3/6] net: dsa: lantiq_gswip: ignore SerDes modes in phylink_mac_config()
` [PATCH net-next v2 4/6] net: dsa: lantiq_gswip: support offset of MII registers

[PATCH v2 00/10] Add ASPEED PCIe Root Complex support
 2025-08-28 20:46 UTC  (5+ messages)
` [PATCH v2 07/10] pinctrl: aspeed-g6: Add PCIe RC PERST pin group

[PATCH v5 00/13] PCI: dwc: Refactor register access with dw_pcie_*_dword helper
 2025-08-28 20:44 UTC  (2+ messages)

linux-next: Signed-off-by missing for commit in the slab tree
 2025-08-28 20:44 UTC  (2+ messages)

[PATCH V3 1/2] PCI/ASPM: Add host-bridge API to override default ASPM/CLKPM link state
 2025-08-28 20:43 UTC  (2+ messages)

[PATCH v2 0/4] Minor V4L2 Headers and Codec Doc Cleanups
 2025-08-28 20:42 UTC  (9+ messages)
` [PATCH v2 1/4] media: uapi: Move colorimetry controls at the end of the file
` [PATCH v2 2/4] media: uapi: Cleanup tab after define in headers
` [PATCH v2 3/4] media: uapi: v4l2-controls: Cleanup codec definitions
` [PATCH v2 4/4] Documentation: media: Document V4L2_H264_DECODE_PARAM_FLAG_PFRAME/BFRAME

[PATCH v3 00/32] clk: at91: add support for parent_data and
 2025-08-28 20:40 UTC  (5+ messages)

[PATCH 0/6] gpio: remove references to gpio_chip::base from debugfs callbacks
 2025-08-28 20:39 UTC  (2+ messages)

[PATCH] mm/gup: Drain batched mlock folio processing before attempting migration
 2025-08-28 20:38 UTC  (9+ messages)

[PATCH 00/12] gpio: replace legacy bgpio_init() with its modernized alternative - part 2
 2025-08-28 20:38 UTC  (2+ messages)

[PATCH 0/3] ntfs3: Add support for FS_IOC_{GET,SET}FSLABEL ioctl
 2025-08-28 20:37 UTC  (4+ messages)
` [PATCH 1/3] ntfs3: transition magic number to shared constant
` [PATCH 2/3] ntfs3: add FS_IOC_GETFSLABEL ioctl
` [PATCH 3/3] ntfs3: add FS_IOC_SETFSLABEL ioctl

[PATCH v8 0/3] tracepoints: Add warnings for unused tracepoints and trace events
 2025-08-28 20:35 UTC  (4+ messages)
` [PATCH v8 1/3] sorttable: Move ELF parsing into scripts/elf-parse.[ch]
` [PATCH v8 2/3] tracing: Add a tracepoint verification check at build time
` [PATCH v8 3/3] tracepoint: Do not warn for unused event that is exported

[PATCH] docs: proc.rst: Fix VFIO Device title formatting
 2025-08-28 20:36 UTC 

linux-next: Signed-off-by missing for commit in the iwlwifi tree
 2025-08-28 20:31 UTC 

[PATCH v2 0/2] hwmon: Add support for INA780
 2025-08-28 20:28 UTC  (4+ messages)
` [PATCH v2 2/2] hwmon: (ina238) "

[PATCH] arm64: dts: qcom: msm8976-longcheer-l9360: Add touch keys
 2025-08-28 20:25 UTC 

[PATCH v6 0/4] PCI: Add support for resetting the Root Ports in a platform specific way
 2025-08-28 20:25 UTC  (4+ messages)
` [PATCH v6 2/4] PCI: host-common: Add link down handling for Root Ports

[PATCH v2] accel/amdxdna: Use int instead of u32 to store error codes
 2025-08-28 20:23 UTC  (2+ messages)

[v3 00/11] mm: support device-private THP
 2025-08-28 20:22 UTC  (6+ messages)
` [v3 02/11] mm/thp: zone_device awareness in THP handling code

Fix accurate exception reporting in SPARC assembly
 2025-08-28 20:21 UTC  (3+ messages)
` [PATCH 4/4] sparc: fix accurate exception reporting in copy_{from_to}_user for Niagara 4

[PATCH] vfio: show the name of IOMMU driver in /proc/$pid/fdinfo
 2025-08-28 20:21 UTC 

[PATCH v3] hwmon: (coretemp) Replace x86_model checks with VFM ones
 2025-08-28 20:17 UTC 

[PATCH 0/2] drm/panthor: add custom ASN hash support
 2025-08-28 20:18 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: gpu: mali-valhall-csf: add asn-hash
` [PATCH 2/2] drm/panthor: add asn-hash support

[PATCH v2] mm/memory-failure: Fix redundant updates for already poisoned pages
 2025-08-28 20:16 UTC  (3+ messages)

[PATCH v1 0/3] cpuidle: governors: menu: A fix, a corner case adjustment and a cleanup
 2025-08-28 20:16 UTC  (2+ messages)
` [PATCH v1] cpuidle: governors: teo: Special-case nohz_full CPUs

[PATCH v2] selftests/thermel/intel/workload_hint: Mask unsupported types
 2025-08-28 20:15 UTC 

[PATCH v8 00/32] x86,fs/resctrl telemetry monitoring
 2025-08-28 20:14 UTC  (6+ messages)

[PATCH v5 0/2] introduce kasan.write_only option in hw-tags
 2025-08-28 20:14 UTC  (5+ messages)
` [PATCH v5 1/2] kasan/hw-tags: introduce kasan.write_only option
` [PATCH v5 2/2] kasan: apply write-only mode in kasan kunit testcases

[PATCH v2 0/2] power: supply: bq27xxx: bug fixes
 2025-08-28 20:11 UTC  (3+ messages)

[PATCH v4 0/2] KVM: guest_memfd: use write for population
 2025-08-28 20:07 UTC  (4+ messages)
` [PATCH v4 1/2] KVM: guest_memfd: add generic population via write

[PATCH v1 1/2] dt-bindings: phy: mtk-tphy: add property for software role switch
 2025-08-28 20:06 UTC  (3+ messages)
` [PATCH v1 2/2] phy: mediatek: tphy: Add software role switching

[PATCH] drm/panthor: assign unique names to queues
 2025-08-28 20:05 UTC 

[PATCH v2] drm/panthor: always set fence errors on CS_FAULT
 2025-08-28 20:04 UTC 

[PATCH] drm/panthor: check bo offset alignment in vm bind
 2025-08-28 20:01 UTC 

[PATCH net-next v2 0/2] tcp: Destroy TCP-AO, TCP-MD5 keys in .sk_destruct()
 2025-08-28 20:00 UTC  (4+ messages)
` [PATCH net-next v2 1/2] "

gpu: nova-core: arm32 build errors
 2025-08-28 19:58 UTC  (7+ messages)

[PATCH 1/1] Revert "perf hist: Fix bogus profiles when filters are enabled"
 2025-08-28 19:57 UTC  (3+ messages)

[GIT PULL] Power management fix for v6.17-rc4
 2025-08-28 19:56 UTC 

[PATCH] selftests/thermel/intel/workload_hint: Mask unsupported types
 2025-08-28 19:55 UTC  (3+ messages)

[PATCH] regmap: use int type to store negative error codes
 2025-08-28 19:46 UTC  (2+ messages)

[PATCH v2 1/1] ASoC: amd: acp: Remove (explicitly) unused header
 2025-08-28 19:46 UTC  (2+ messages)

[RFC PATCH v2] hfs: add return values to hfs_brec_lenoff and hfs_bnode_read to improve robustness
 2025-08-28 19:46 UTC  (4+ messages)

[PATCH] iommu/s390: Fix memory corruption when using identity domain
 2025-08-28 19:44 UTC  (2+ messages)

[PATCH v3 1/1] iommu/sva: Invalidate KVA range on kernel TLB flush
 2025-08-28 19:39 UTC  (21+ messages)

[PATCH v3 4/9] dt-bindings: PCI: renesas,r9a08g045s33-pcie: Add documentation for the PCIe IP on Renesas RZ/G3S
 2025-08-28 19:36 UTC  (4+ messages)

[PATCH v3 0/5] Disable ATS via iommu during PCI resets
 2025-08-28 19:35 UTC  (12+ messages)
` [PATCH v3 5/5] pci: Suspend iommu function prior to resetting a device

[PATCH] net: igb: expose rx_dropped via ethtool -S
 2025-08-28 19:25 UTC  (2+ messages)

[PATCH v4 0/3] Add SDM660 LPASS LPI TLMM
 2025-08-28 19:23 UTC  (4+ messages)
` [PATCH v4 1/3] pinctrl: qcom: lpass-lpi: Add ability to use custom pin offsets
` [PATCH v4 2/3] dt-bindings: pinctrl: qcom: Add SDM660 LPI pinctrl
` [PATCH v4 3/3] pinctrl: qcom: Add SDM660 LPASS LPI TLMM

[PATCH v13 06/11] PCI: stm32: Add PCIe Endpoint support for STM32MP25
 2025-08-28 19:20 UTC  (3+ messages)

[PATCH] EDAC: Fix wrong executable file modes for C source files
 2025-08-28 19:19 UTC 

[PATCH] mISDN: Fix memory leak in dsp_hwec_enable()
 2025-08-28 19:18 UTC  (2+ messages)

[PATCH -next] x86: Prevent KASAN false positive warnings in __show_regs()
 2025-08-28 19:16 UTC  (4+ messages)

[PATCH] regulator: core: Remove redundant ternary operators
 2025-08-28 19:15 UTC  (2+ messages)

[PATCH net-next] net/mlx4: Remove redundant ternary operators
 2025-08-28 19:09 UTC  (2+ messages)

[PATCH] fs/ceph/addr: always call ceph_shift_unused_folios_left()
 2025-08-28 19:08 UTC  (4+ messages)

[PATCH] selftests: net: avoid memory leak
 2025-08-28 19:06 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] Revert "intel_idle: Rescan "dead" SMT siblings during, initialization"
 2025-08-28 19:06 UTC  (4+ messages)

[PATCH] extract-vmlinux: Output used decompression method
 2025-08-28 18:45 UTC  (2+ messages)

[PATCH v3 0/7] rust: Add Per-CPU Variable API
 2025-08-28 19:00 UTC  (8+ messages)
` [PATCH v3 1/7] rust: percpu: introduce a rust API for per-CPU variables
` [PATCH v3 2/7] rust: percpu: add a rust per-CPU variable sample
` [PATCH v3 3/7] rust: cpumask: Add a `Cpumask` iterator
` [PATCH v3 4/7] rust: cpumask: Add getters for globally defined cpumasks
` [PATCH v3 5/7] rust: percpu: Support non-zeroable types for DynamicPerCpu
` [PATCH v3 6/7] rust: percpu: Add pin-hole optimizations for numerics
` [PATCH v3 7/7] rust: percpu: cache per-CPU pointers in the dynamic case

[patch] net, bcmgenet: Fix locking of netpoll facing functions
 2025-08-28 18:59 UTC  (2+ messages)

[PATCH] cpufreq/longhaul: handle NULL policy in longhaul_exit
 2025-08-28 18:54 UTC 

[PATCH v4 0/4] thermal: renesas: Add support for RZ/G3S
 2025-08-28 18:53 UTC  (3+ messages)

[PATCH v5 0/7] Add initial USB support for the Renesas RZ/G3S SoC
 2025-08-28 18:51 UTC  (3+ messages)

[PATCH v13 06/11] PCI: stm32: Add PCIe Endpoint support for STM32MP25
 2025-08-28 18:46 UTC  (2+ messages)

[PATCH v7 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct
 2025-08-28 18:49 UTC  (3+ messages)

[PATCH] selftests/bpf: Upon failures, exit with code 1 in test_xsk.sh
 2025-08-28 18:48 UTC 

[RFC PATCH v6 0/4] arm64: support FEAT_BBM level 2 and large block mapping when rodata=full
 2025-08-28 18:48 UTC  (5+ messages)
` [RFC PATCH v6 3/4] arm64: mm: support "

[PATCH] selftests/futex: Fix futex_numa_mpol's memory out of range subtest
 2025-08-28 18:47 UTC  (5+ messages)

[PATCH v2] iio: light: ltr390: Implement runtime PM support
 2025-08-28 18:46 UTC  (3+ messages)

[PATCH v2] scsi: lpfc: Fix buffer free/clear order in deferred receive path
 2025-08-28 18:43 UTC  (2+ messages)

[net-next PATCH v4 0/4] net: renesas: rswitch: R-Car S4 add HW offloading for layer 2 switching
 2025-08-28 18:42 UTC  (3+ messages)
` [PATCH net-next v4 3/4] net: renesas: rswitch: add offloading for L2 switching

[PATCH] arch/arm/boot/dts/st/ste-ux500-samsung: dts bluetooth wakeup interrupt
 2025-08-28 18:39 UTC  (2+ messages)

[PATCH v2 00/10] perf tools: Some improvements on data type profiler
 2025-08-28 18:36 UTC  (4+ messages)
` [PATCH v2 02/10] perf dwarf-aux: More accurate variable type match for breg

[PATCH 1/1] media: dt-bindings: ovti,ov2680: Use unevaluatedProperties for endpoint
 2025-08-28 18:36 UTC  (2+ messages)


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 NNTP newsgroup(s).