messages from 2026-02-07 05:22:22 to 2026-02-07 13:34:41 UTC [more...]
[PATCH 0/5] drm/sun4i: Support LVDS on D1s/T113 combo D-PHY
2026-02-07 13:34 UTC (3+ messages)
` [PATCH v3 0/6] "
[PATCH] staging: sm750fb: rename CamelCase variables in sm750_accel.c
2026-02-07 13:34 UTC (2+ messages)
[PATCH v3 1/5] staging: sm750fb: replace strcat() with memcpy() in lynxfb_setup()
2026-02-07 13:32 UTC (6+ messages)
` [PATCH v3 2/5] staging: sm750fb: use strcmp() for exact option matching
` [PATCH v3 3/5] staging: sm750fb: remove debug and diagnostic prints
debugobject: Make it work with deferred page initialization - again
2026-02-07 13:27 UTC
[PATCH] staging: sm750fb: rename pvMem to pv_mem
2026-02-07 13:25 UTC (2+ messages)
[PATCH] staging: greybus: uart: migrated from IDR to XArray API
2026-02-07 13:25 UTC (2+ messages)
[PATCH v2] staging: rtl8723bs: make _action_public_str const
2026-02-07 13:21 UTC (2+ messages)
[PATCH v4] staging: rtl8723bs: fix potential race in expire_timeout_chk
2026-02-07 13:20 UTC (3+ messages)
[PATCH v6 0/4] staging: rtl8723bs: coding style and refactoring cleanups
2026-02-07 13:13 UTC (5+ messages)
` [PATCH v6 1/4] staging: rtl8723bs: rename LinkDetectInfo and clean up related code
` [PATCH v6 3/4] staging: rtl8723bs: simplify boolean expressions
[PATCH] staging: rtl8723bs: remove dead code in rtw_mlme_ext.c
2026-02-07 13:09 UTC (2+ messages)
[PATCH v6 0/5] staging: rtl8723bs: Fix OOB read and perform code clean ups
2026-02-07 13:08 UTC (4+ messages)
` [PATCH v6 1/5] staging: rtl8723bs: fix potential out-of-bounds read in rtw_restruct_wmm_ie
[PATCH] ext4: add optional rotating block allocation policy
2026-02-07 12:45 UTC (9+ messages)
[PATCH v7 0/6] perf stat affinity changes
2026-02-07 12:51 UTC (4+ messages)
` [PATCH v8 "
` [PATCH v8 6/6] perf stat: Add no-affinity flag
[PATCH] ASoC: amd: add DMIC support for RPL platform
2026-02-07 12:45 UTC (5+ messages)
[PATCH v2] staging: rtl8723bs: remove hardcoded dead debug code
2026-02-07 12:45 UTC (2+ messages)
[PATCH] staging: vme_user: add identifier names to function prototypes
2026-02-07 12:44 UTC (2+ messages)
[PATCH] staging: sm750fb: fix CamelCase and Hungarian prefix in variable names
2026-02-07 12:43 UTC (2+ messages)
[GIT PULL] SPI fixes for v6.19-rc8
2026-02-07 12:43 UTC
[GIT PULL] regulator fixes for v6.19-rc8
2026-02-07 12:42 UTC
[PATCH 0/4] Add AST2700 INTC0/INTC1 support
2026-02-07 12:40 UTC (5+ messages)
` [PATCH 2/4] irqchip/ast2700-intcx: "
[PATCH v3 11/11] mm: Use unmap_desc struct for freeing page tables
2026-02-07 12:37 UTC (3+ messages)
[BUG] maple_tree: maple_node slab object corruption via out-of-bounds write during VMA operations
2026-02-07 12:35 UTC (2+ messages)
[PATCH v3 0/3] staging: rtl8723bs: fix error handling and memory leaks
2026-02-07 12:34 UTC (3+ messages)
` [PATCH v3 2/3] staging: rtl8723bs: fix memory leak in rtw_cfg80211_inform_bss()
[PATCH 1/2] dt-bindings: phy: spacemit: add regulator support to K1 USB2 PHY
2026-02-07 12:30 UTC (5+ messages)
[PATCH v3 0/5] staging: rtl8723bs: fix line length and style issues
2026-02-07 12:29 UTC (3+ messages)
` [PATCH v3 5/5] staging: rtl8723bs: standardize comment style in HAL
[PATCH net v2 0/2] octeontx2-af: CGX: fix bitmap leaks
2026-02-07 12:19 UTC (5+ messages)
` [PATCH net v2 1/2] "
` [PATCH net v2 2/2] octeontx2-af: CGX: replace kfree() with rvu_free_bitmap()
[PATCH] fs/ntfs3: return folios from ntfs_lock_new_page()
2026-02-07 12:08 UTC (3+ messages)
[PATCH] staging: rtl8723bs: replace msleep with usleep_range in rtw_cmd.c
2026-02-07 12:08 UTC (2+ messages)
[PATCH] staging: rtl8723bs: replace msleep with usleep_range for small delays
2026-02-07 12:08 UTC (2+ messages)
[PATCH v1] input: xpad: Add support for BETOP BTP-KP50B/C controller's wireless mode
2026-02-07 12:00 UTC (3+ messages)
[PATCH] staging: rtl8723bs: use usleep_range over msleep for short delays
2026-02-07 12:07 UTC (2+ messages)
[PATCH v3] staging: most: dim2: convert pr_info/err/warn to dev_info/err/warn
2026-02-07 11:57 UTC (3+ messages)
[PATCH] staging: most: dim2: fix a race condition in complete_all_mbos()
2026-02-07 11:55 UTC (2+ messages)
[PATCH] staging: most: dim2: convert pr_info/err/warn to dev_info/err/warn
2026-02-07 11:54 UTC (2+ messages)
答复: 答复: [外部邮件] Re: [PATCH] x86/mce: Fix timer interval adjustment after logging a MCE event
2026-02-07 11:51 UTC (10+ messages)
` 答复: "
` "
[PATCH] hwmon: (max16065) Use READ/WRITE_ONCE to avoid compiler optimization induced race
2026-02-07 11:50 UTC (5+ messages)
[PATCH v3 0/4] rust: alloc: add Vec shrinking methods
2026-02-07 11:32 UTC (5+ messages)
` [PATCH v3 1/4] rust: alloc: introduce Shrinkable trait
` [PATCH v3 2/4] rust: kvec: implement shrink_to and shrink_to_fit for Vec
` [PATCH v3 3/4] rust: alloc: add KUnit tests for Vec shrink operations
` [PATCH v3 4/4] rust: binder: shrink all_procs when deregistering processes
[PATCH v3 0/9] Add RZ/G3L IRQC support
2026-02-07 11:24 UTC (7+ messages)
` [PATCH v3 1/9] dt-bindings: interrupt-controller: renesas,rzg2l-irqc: Use pattern for interrupt-names
` [PATCH v3 2/9] dt-bindings: interrupt-controller: renesas,rzg2l-irqc: Document RZ/G3L SoC
[PATCH v1] mailmap: Add entry for Mickaël Salaün
2026-02-07 11:11 UTC
[PATCH v2 3/3] hwmon: pmbus: mpq8785: force direct mode for VID VOUT on MPQ8785/MPQ8786
2026-02-07 11:15 UTC (3+ messages)
[GIT PULL] Binder driver fixes for 6.19-final
2026-02-07 11:09 UTC
[PATCH v2 0/3] hwmon: pmbus: Add support for MPQ8786
2026-02-07 11:07 UTC (6+ messages)
` [PATCH v2 1/3] dt-bindings: hwmon: pmbus: mpq8785: add MPQ8786 support
[PATCH wireless] wifi: mac80211: skip BSS_CHANGED_TXPOWER for monitor interfaces
2026-02-07 11:06 UTC (2+ messages)
[PATCH v9 0/2] Optimize zone->contiguous update
2026-02-07 11:00 UTC (3+ messages)
` [PATCH v9 2/2] mm/memory hotplug/unplug: Optimize zone->contiguous update when changes pfn range
[linux-next:master 10251/12094] drivers/hwmon/cros_ec_hwmon.o: error: objtool: cros_ec_hwmon_read+0x6c: can't find jump dest instruction at .text+0xd2d
2026-02-07 10:56 UTC
[syzbot] [fs?] possible deadlock in __configfs_open_file
2026-02-07 10:55 UTC
[PATCH bpf-next v3 0/3] bpf: fsession support for riscv
2026-02-07 10:53 UTC (4+ messages)
` [PATCH bpf-next v3 1/3] bpf, riscv: introduce emit_store_stack_imm64() for trampoline
[PATCH 0/6] iio: adc: ad4080: add support for AD4082, AD4085 and AD4088
2026-02-07 10:53 UTC (5+ messages)
` [PATCH 3/6] dt-bindings: iio: adc: adi,ad4080: add support for AD4085
` [PATCH 5/6] dt-bindings: iio: adc: adi,ad4080: add support for AD4088
[PATCH 0/2] Fix syscfg-pctl compatible for MT8516
2026-02-07 10:51 UTC (5+ messages)
` [PATCH 1/2] dt-bindings: mfd: syscon: Add mt8516-syscfg
` [PATCH 2/2] arm64: dts: mediatek: mt8516: fix syscfg-pctl compatible
[PATCH next] crypto: qat - replace avg_array() with a better function
2026-02-07 10:51 UTC (2+ messages)
[PATCH next] minmax.h: Use auto for variables in __minmax_array()
2026-02-07 10:50 UTC (4+ messages)
[PATCH v2 0/3] arm64: dts: qcom: qcs6490: Add Thundercomm AI Mini PC G1 IoT
2026-02-07 10:45 UTC (4+ messages)
` [PATCH v2 1/3] dt-bindings: arm: qcom: "
` [PATCH v2 2/3] arm64: dts: qcom: kodiak: Add missing usb-role-switch property
` [PATCH v2 3/3] arm64: dts: qcom: qcs6490: Add Thundercomm AI Mini PC G1 IoT
[PATCH] ecryptfs: Remove redundant if checks in encrypt_and_encode_filename
2026-02-07 10:45 UTC
[PATCH v2 0/2] Add AM62P silicon revision detection via NVMEM
2026-02-07 10:44 UTC (3+ messages)
` [PATCH v2 1/2] dt-bindings: hwinfo: ti,k3-socinfo: Add nvmem-cells support
[syzbot] [fs?] possible deadlock in __configfs_open_file
2026-02-07 10:43 UTC (2+ messages)
` Forwarded: Testing for v4: scsi: target: fix recursive locking in __configfs_open_file()
[PATCH v2 0/4] iio: adc: ad4080: add support for AD4880 dual-channel ADC
2026-02-07 10:41 UTC (3+ messages)
` [PATCH v2 3/4] dt-bindings: iio: adc: ad4080: add AD4880 support
[PATCH v2 0/3] drm: bridge: anx7625: implement Type-C support
2026-02-07 10:40 UTC (2+ messages)
[PATCH mm-unstable] arch, mm: consolidate empty_zero_page
2026-02-07 10:36 UTC (5+ messages)
[PATCH v2 0/3] Add DSI Port B input support for LT9611 HDMI bridge
2026-02-07 10:35 UTC (15+ messages)
` [PATCH v2 1/3] dt-bindings: display: lt9611: Support single Port B input
` [PATCH v2 3/3] arm64: dts: qcom: qcs6490-rubikpi3: Use lt9611 DSI Port B
[PATCH v4 0/6] rockchip,otp: Support for RK3528, RK3562 and RK3568
2026-02-07 10:33 UTC (3+ messages)
` [PATCH v4 6/6] nvmem: rockchip-otp: Add support for RK3528
[PATCH] media: chips-media: wave5: Fix possible ERR_PTR deference
2026-02-07 10:32 UTC
[PATCH] power: sequencing: qcom-wcn: fix error path for VDDIO handling
2026-02-07 10:28 UTC
[PATCH 0/8] riscv: Add cpufeature parsing and hwprobe export for RVA23 extensions
2026-02-07 10:28 UTC (9+ messages)
` [PATCH 1/8] riscv: cpufeature: Add parsing for B
` [PATCH 2/8] riscv: hwprobe: Add support for probing B
` [PATCH 3/8] riscv: cpufeature: Enforce Ziccrse dependency on Zalrsc
` [PATCH 4/8] riscv: cpufeature: Add parsing for Za64rs, Ziccamoa, Ziccif, and Zicclsm
` [PATCH 5/8] riscv: hwprobe: Add support for probing Zicclsm
` [PATCH 6/8] riscv: hwprobe: Add support for probing Ziccif
` [PATCH 7/8] riscv: cpufeature: Add parsing for Ssccptr, Sscounterenw, Sstvala, Sstvecd, and Ssu64xl
` [PATCH 8/8] riscv: cpufeature: Add parsing for Sha and its comprised extensions
[PATCH net-next v2] docs: ethtool: clarify the bit-by-bit bitset format description
2026-02-07 10:25 UTC
[PATCH v4 0/4] Convert 64-bit x86/mm/pat to ptdescs
2026-02-07 10:25 UTC (4+ messages)
` [PATCH v4 1/4] mm: Add address apis for ptdescs
[PATCH net v2] iavf: fix deadlock in reset handling
2026-02-07 10:22 UTC
[PATCH 0/3] phy: qcom: edp: Add DP/eDP switch for phys
2026-02-07 10:22 UTC (7+ messages)
` [PATCH 1/3] phy: qcom: edp: Correct and clean up eDP/DP combo PHY configuration values
` [PATCH 2/3] phy: qcom: edp: Add per-version LDO configuration callback
` [PATCH 3/3] phy: qcom: edp: Add eDP phy mode switch support
[GIT PULL] scheduler fixes
2026-02-07 10:10 UTC
[PATCH v11 8/8] mm: folio_zero_user: cache neighbouring pages
2026-02-07 10:10 UTC (3+ messages)
` [PATCH v3] mm: folio_zero_user: open code range computation in folio_zero_user()
[PATCH v2] ext4: fix journal credit check when setting fscrypt context
2026-02-07 9:53 UTC
Zahlungsstatus
2026-02-07 10:03 UTC
[GIT PULL] objtool fixes
2026-02-07 9:58 UTC
[PATCH drm-dp 0/4] Fix some bugs in the hibmc driver
2026-02-07 9:48 UTC (5+ messages)
` [PATCH drm-dp 1/4] drm/hisilicon/hibmc: add updating link cap in DP detect()
` [PATCH drm-dp 2/4] drm/hisilicon/hibmc: fix no showing when no connectors connected
` [PATCH drm-dp 3/4] drm/hisilicon/hibmc: move display contrl config to hibmc_probe()
` [PATCH drm-dp 4/4] drm/hisilicon/hibmc: use clock to look up the PLL value
[syzbot] [hfs?] kernel BUG in may_open (3)
2026-02-07 9:48 UTC (2+ messages)
` Forwarded: "
[PATCH] media: rzg2l-cru: Fix possible ERR_PTR deference
2026-02-07 9:48 UTC
[GIT PULL] hfs/hfsplus changes for 7.0-rc1
2026-02-07 9:44 UTC (4+ messages)
[PATCH] tof: Add VL53L4CX TOF drivers
2026-02-07 9:42 UTC
[PATCH] wifi: mac80211: skip BSS_CHANGED_TXPOWER notification for monitor mode
2026-02-07 9:41 UTC (3+ messages)
[PATCH v3 0/2] arm64: dts: Initial support for LG1215 TV SoC
2026-02-07 9:39 UTC (6+ messages)
drivers/vfio/pci/hisilicon/hisi_acc_vfio_pci.c:1608:62: error: 'struct vfio_device' has no member named 'debug_root'
2026-02-07 9:39 UTC
[PATCH v5 0/3] Add Tenstorrent Atlantis Clock/Reset Controller
2026-02-07 9:37 UTC (7+ messages)
` [PATCH v5 1/3] dt-bindings: clk: tenstorrent: Add tenstorrent,atlantis-prcm
[PATCH 0/3] Add SDHCI support for Canaan K230 SoC
2026-02-07 9:32 UTC (5+ messages)
` [PATCH 2/3] mmc: sdhci-dwcmshc: Add Canaan K230 DWCMSHC controller support
[PATCHSET v7] sched_ext: Fix ops.dequeue() semantics
2026-02-07 9:26 UTC (7+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/sched_ext: Add test to validate "
[PATCH v6 1/4] dt-bindings: net: ethernet-phy: add property enet-phy-pair-order
2026-02-07 9:25 UTC (4+ messages)
` [PATCH v6 2/4] net: phy: realtek: add RTL8224 pair order support
` [PATCH v6 3/4] dt-bindings: net: ethernet-phy: add property enet-phy-pair-polarity
` [PATCH v6 4/4] net: phy: realtek: add RTL8224 polarity support
[PATCH] ufs: replace d_type switch with fs_umode_to_dtype()
2026-02-07 9:24 UTC
[PATCH 00/10] ASoC: qcom: q6dsp: few fixes and enhancements
2026-02-07 9:20 UTC (7+ messages)
` [PATCH 02/10] ASoC: qcom: q6apm-lpass-dai: Fix multiple graph opens
` [PATCH 06/10] ASoC: dt-bindings: qcom,q6dsp-lpass-ports: Add Senary MI2S port
` [PATCH 08/10] ASoC: qcom: q6apm-lpass-dai: move graph start to trigger
[PATCH v2 00/11] mfd: cpcap: convert documentation to schema and add Mot board support
2026-02-07 9:20 UTC (4+ messages)
` [PATCH v2 01/11] dt-bindings: regulator: cpcap-regulator: convert to DT schema
[PATCH] media: malic55: Fix possible ERR_PTR deference in enable_streams
2026-02-07 9:18 UTC
[PATCH] drm/msm: Adjust msm_iommu_pagetable_prealloc_allocate() allocation type
2026-02-07 9:13 UTC (2+ messages)
[PATCH] pinctrl: qcom: qcs615: Add missing dual edge GPIO IRQ errata flag
2026-02-07 9:09 UTC (2+ messages)
WARNING: modpost: vmlinux: section mismatch in reference: ip22zilog_probe+0xa8 (section: .text) -> ip22zilog_prepare (section: .init.text)
2026-02-07 8:57 UTC
[PATCH v3 0/3] Add DSI Port B input support for LT9611 HDMI bridge
2026-02-07 7:32 UTC (4+ messages)
` [PATCH v3 1/3] dt-bindings: display: lt9611: Support single Port B input
` [PATCH v3 2/3] drm/bridge: lt9611: Add support for "
` [PATCH v3 3/3] arm64: dts: qcom: qcs6490-rubikpi3: Use lt9611 DSI Port B
[PATCH] sched/deadline: Fix missing ENQUEUE_REPLENISH during PI de-boosting
2026-02-07 8:45 UTC (2+ messages)
lib/dhry_1.o: warning: objtool: dhry+0xa60: stack state mismatch: reg1[22]=-1+0 reg2[22]=-2-16
2026-02-07 8:35 UTC
[PATCH v7 0/5] PCI/AER: Report fatal errors of RCiEP and EP if link recoverd
2026-02-07 8:34 UTC (8+ messages)
` [PATCH v7 2/5] PCI/DPC: Run recovery on device that detected the error
` [PATCH v7 4/5] PCI/AER: Clear both AER fatal and non-fatal status
[PATCH mm-new v7 0/5] Improve khugepaged scan logic
2026-02-07 8:34 UTC (7+ messages)
` [PATCH mm-new v7 1/5] mm: khugepaged: add trace_mm_khugepaged_scan event
` [PATCH mm-new v7 2/5] mm: khugepaged: refine scan progress number
` [PATCH mm-new v7 3/5] mm: add folio_test_lazyfree helper
` [PATCH mm-new v7 4/5] mm: khugepaged: skip lazy-free folios
` [PATCH mm-new v7 5/5] mm: khugepaged: set to next mm direct when mm has MMF_DISABLE_THP_COMPLETELY
[PATCH] wifi: ath10k: Fix error handling in ath10k_ahb_clock_init()
2026-02-07 8:24 UTC
[PATCH v1 0/5] perf tool: Minor code clean ups
2026-02-07 8:24 UTC (6+ messages)
` [PATCH v1 1/5] perf symbol: Reduce scope of elf__needs_adjust_symbols
` [PATCH v1 2/5] perf dump-insn: Remove dump-insn.c
` [PATCH v1 3/5] perf tool: Constify the command and option arrays
` [PATCH v1 4/5] perf bpf_map: Remove unused code
` [PATCH v1 5/5] perf record: Remove unused cpu-set-sched.h
[PATCH mm-new v7 0/5] Improve khugepaged scan logic
2026-02-07 8:24 UTC (6+ messages)
` [PATCH mm-new v7 1/5] mm: khugepaged: add trace_mm_khugepaged_scan event
` [PATCH mm-new v7 2/5] mm: khugepaged: refine scan progress number
` [PATCH mm-new v7 3/5] mm: add folio_test_lazyfree helper
` [PATCH mm-new v7 4/5] mm: khugepaged: skip lazy-free folios
[PATCH v2] audit: Avoid excessive dput/dget in audit_context setup and reset paths
2026-02-07 8:25 UTC (11+ messages)
` [PATCH][RFC] bug in unshare(2) failure recovery
[PATCH] maple_tree: update mas_next[_range] docs
2026-02-07 8:16 UTC (6+ messages)
[PATCH] jffs2: use fs_umode_to_dtype() for dirent type
2026-02-07 8:00 UTC (2+ messages)
[PATCH] jffs2: use fs_umode_to_dtype() for dirent type
2026-02-07 7:59 UTC (3+ messages)
[PATCH] workqueue: rust: add work item runtime modification support
2026-02-07 7:55 UTC (4+ messages)
[PATCH] platform/x86: dell-wmi-sysman: fix kobject leak on populate failure
2026-02-07 7:48 UTC (2+ messages)
[PATCH] kexec: allow KEXEC_HANDOVER to build with COMPILE_TEST
2026-02-07 7:40 UTC (3+ messages)
` [PATCH v2] "
[PATCH v2 2/3] lib/raid6: Optimizing the raid6_select_algo time through asynchronous processing
2026-02-07 7:22 UTC (3+ messages)
[PATCH] staging: rtl8723bs: rename CamelCase function Set_MSR to set_msr
2026-02-07 7:18 UTC (2+ messages)
[RFC PATCH 0/1] iomap: fix race between iomap_set_range_uptodate and folio_end_read
2026-02-07 7:16 UTC (5+ messages)
` [RFC PATCH 1/1] "
[PATCH v2] mtd: nand: realtek-ecc: relax OOB size check to minimum
2026-02-07 7:02 UTC
[PATCH net-next] ppp: don't byte-swap at run time
2026-02-07 6:47 UTC
[PATCH] ASoC: amd: maintainer information
2026-02-07 6:23 UTC
[v7 PATCH 0/2] hung_task: Provide runtime reset interface for hung task detector
2026-02-07 6:10 UTC (10+ messages)
` [v7 PATCH 1/2] hung_task: Refactor detection logic and atomicise detection count
` [PATCH] hung_task: Increment the global counter immediately
[PATCH] PCI/AER: Add option to panic on unrecoverable errors
2026-02-07 5:55 UTC (5+ messages)
[PATCH] arm64: dts: qcom: qcs6490: Add Thundercomm AI Mini PC G1 IoT
2026-02-07 5:46 UTC (6+ messages)
[PATCH 00/32] KVM: VMX APIC timer virtualization support
2026-02-07 5:41 UTC (3+ messages)
` [syzbot ci] "
arm-linux-gnueabi-ld: error: .tmp_vmlinux1.btf.o is already in final BE8 format
2026-02-07 5:26 UTC
[PATCH net-next v5 0/2] virtio_net: add page_pool support
2026-02-07 5:25 UTC (4+ messages)
` [PATCH net-next v5 2/2] virtio_net: add page_pool support for buffer allocation
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox