messages from 2026-02-01 18:14:24 to 2026-02-02 03:50:55 UTC [more...]
[PATCH bpf-next v3 00/17] mm: BPF OOM
2026-02-02 3:50 UTC (8+ messages)
` [PATCH bpf-next v3 06/17] mm: define mem_cgroup_get_from_ino() outside of CONFIG_SHRINKER_DEBUG
[PATCHv3] dmaengine: tegra210-adma: use devm_platform_ioremap_resource
2026-02-02 3:44 UTC
[PATCH] staging: rtl8723bs: use unaligned access macros in rtw_security.c
2026-02-02 3:43 UTC (2+ messages)
[PATCH v2] scripts/gdb: implement x86_page_ops in mm.py
2026-02-02 3:42 UTC
[PATCH] seqlock: Allow UBSAN to fail optimizing
2026-02-02 3:39 UTC (5+ messages)
[PATCH v2 1/3] arm64: dts: imx93-9x9-qsb: change usdhc tuning step for eMMC and SD
2026-02-02 3:40 UTC (2+ messages)
[PATCH v4 5/5] blktrace: Make init_blk_tracer() asynchronous when trace_async_init set
2026-02-02 3:36 UTC (4+ messages)
[PATCH v2 00/12] mm, swap: swap table phase III: remove swap_map
2026-02-02 3:27 UTC (10+ messages)
` [PATCH v2 02/12] mm, swap: clean up swapon process and locking
` [PATCH v2 06/12] mm, swap: implement helpers for reserving data in the swap table
` [PATCH v2 09/12] mm, swap: use the swap table to track the swap count
[PATCH v3 00/26] Runtime TDX Module update support
2026-02-02 3:08 UTC (10+ messages)
` [PATCH v3 08/26] x86/virt/seamldr: Retrieve P-SEAMLDR information
` [PATCH v3 11/26] x86/virt/seamldr: Block TDX Module updates if any CPU is offline
` [PATCH v3 13/26] x86/virt/seamldr: Allocate and populate a module update request
[PATCH v2 RSEND] sched/numa: Optimize NUMA placement algorithm complexity from O(Nodes) to O(Active_Nodes)
2026-02-02 3:25 UTC
[PATCH v7 0/8] riscv: optimize string functions and add kunit tests
2026-02-02 3:24 UTC (5+ messages)
[PATCH v3 0/2] Reserve eDMA channels 0-1 for V2X
2026-02-02 3:22 UTC (3+ messages)
` [PATCH v3 1/2] arm64: dts: imx95: "
[PATCH 6.1.y 1/2] ksmbd: fix use-after-free in ksmbd_session_rpc_open
2026-02-02 3:15 UTC
[RFC PATCH] mm/page_alloc: fix use-after-free in swap due to stale page data after split_page()
2026-02-02 3:17 UTC (4+ messages)
[PATCH RFC v2 00/17] RISC-V: QoS: add CBQRI resctrl interface
2026-02-02 3:17 UTC (3+ messages)
` [PATCH RFC v2 03/17] RISC-V: Add support for srmcfg CSR from Ssqosid ext
` [External] "
[PATCH 6.6.y] ksmbd: Fix race condition in RPC handle list access
2026-02-02 3:17 UTC
[PATCH v3 00/30] Eliminate Dying Memory Cgroup
2026-02-02 3:15 UTC (9+ messages)
` [PATCH v3 28/30] mm: memcontrol: prepare for reparenting state_local
[PATCH 6.1.y 2/2] ksmbd: Fix race condition in RPC handle list access
2026-02-02 3:17 UTC
[PATCH v3 0/2] usb: phy: tegra: add support for HSIC mode
2026-02-02 3:16 UTC (3+ messages)
` [PATCH v3 1/2] usb: phy: tegra: use phy type directly
[PATCH v2] vduse: Fix race in vduse_dev_msg_sync and vduse_dev_read_iter
2026-02-02 3:12 UTC
[PATCH v3 0/3] bpf/verifier: Expand the usage scenarios of bpf_kptr_xchg
2026-02-02 3:12 UTC (3+ messages)
` [PATCH v3 1/3] bpf/verifier: allow calling bpf_kptr_xchg while holding a lock
` [PATCH v3 3/3] selftests/bpf: Add supplementary tests for bpf_kptr_xchg
[PATCH] erofs: avoid some unnecessary #ifdefs
2026-02-02 3:09 UTC
[PATCH v2 RSEND] sched/fair: Optimize EAS energy calculation complexity from O(N) to O(1) inside inner loop
2026-02-02 3:05 UTC
[PATCH v3] KVM: Add KVM_GET_REG_LIST ioctl for LoongArch
2026-02-02 2:59 UTC (4+ messages)
[PATCH] HID: Intel-thc-hid: Intel-thc: Fix wrong register fields updating
2026-02-02 3:01 UTC
[PATCH v2] trace/hwlat: prevent false sharing in get_sample()
2026-02-02 2:58 UTC
[PATCHv2] dmaengine: tegra210-adma: use platform to ioremap
2026-02-02 2:55 UTC (2+ messages)
[PATCH v8 00/18] Apply drm_bridge_connector and panel_bridge helper for the Analogix DP driver
2026-02-02 2:54 UTC (4+ messages)
` [PATCH v8 05/18] drm/bridge: Move legacy bridge driver out of imx directory for multi-platform use
drivers/crypto/ccp/sev-dev.c:1496:2-13: opportunity for str_enabled_disabled(data . tio_en)
2026-02-02 2:48 UTC
[PATCH] scsi: ufs: mediatek: Fix page faults in ufs_mtk_clk_scale trace event
2026-02-02 2:45 UTC
[RFC 00/12] mm: PUD (1GB) THP implementation
2026-02-02 2:44 UTC (14+ messages)
` [RFC 01/12] mm: add PUD THP ptdesc and rmap support
` [RFC 02/12] mm/thp: add mTHP stats infrastructure for PUD THP
` [RFC 03/12] mm: thp: add PUD THP allocation and fault handling
` [RFC 04/12] mm: thp: implement PUD THP split to PTE level
` [RFC 05/12] mm: thp: add reclaim and migration support for PUD THP
` [RFC 06/12] selftests/mm: add PUD THP basic allocation test
` [RFC 07/12] selftests/mm: add PUD THP read/write access test
` [RFC 08/12] selftests/mm: add PUD THP fork COW test
` [RFC 09/12] selftests/mm: add PUD THP partial munmap test
` [RFC 10/12] selftests/mm: add PUD THP mprotect split test
` [RFC 11/12] selftests/mm: add PUD THP reclaim test
` [RFC 12/12] selftests/mm: add PUD THP migration test
[PATCH] media: i2c: mt9p031: Check return value of devm_gpiod_get_optional() in mt9p031_probe()
2026-02-02 2:43 UTC
[PATCH] media: i2c: imx219: Check return value of devm_gpiod_get_optional() in imx219_probe()
2026-02-02 2:40 UTC
[PATCH] arm64: dts: imx8mq: Restore VPU G2 clock to 600MHz for 4K60fps decoding
2026-02-02 2:41 UTC (3+ messages)
[PATCH v5] netns: optimize netns cleaning by batching unhash_nsid calls
2026-02-02 2:39 UTC
[PATCH v2 0/2] Bluetooth: hci_qca: Refactor HFP hardware offload capability handling
2026-02-02 2:33 UTC (8+ messages)
` [PATCH v2 2/2] Bluetooth: hci_qca: Enable HFP hardware offload for WCN6855
[PATCH] iommu/vt-d: fix missing lock in intel_pasid_replace_*() functions
2026-02-02 2:31 UTC (2+ messages)
[PATCH] ARM: dts: aspeed: anacapa: Add retimer EEPROMs
2026-02-02 2:29 UTC
[PATCH] writeback: Fix wakeup and logging timeouts for !DETECT_HUNG_TASK
2026-02-02 2:27 UTC (2+ messages)
[PATCH] arm64: dts: qcom: hamoa: Add remoteproc in EL2 device trees
2026-02-02 2:19 UTC (7+ messages)
[PATCH net-next v2] r8169: add support for RTL8125cp
2026-02-02 2:18 UTC
[PATCH] iommu/vt-d: fix intel iommu iotlb sync hardlockup & retry
2026-02-02 2:09 UTC
[PATCH v7 5/6] i2c: xiic: cosmetic cleanup
2026-02-02 2:06 UTC (4+ messages)
[PATCH v6 00/15] tegra-video: add CSI support for Tegra20 and Tegra30
2026-02-02 2:04 UTC (3+ messages)
` [PATCH v6 15/15] staging: media: "
kernel/futex/core.c:1748:2-8: WARNING: NULL check before some freeing functions is not needed
2026-02-02 2:05 UTC
[PATCH] KVM: LoongArch: selftests: Add steal time test case
2026-02-02 2:00 UTC (3+ messages)
[PATCH v2 0/2] clk: imx: imx6q: Fix device node reference leaks
2026-02-02 2:04 UTC (4+ messages)
` [PATCH v2 1/2] clk: imx: imx6q: Fix device node reference leak in pll6_bypassed()
[PATCH v2 0/6] perf Cross platform KVM support
2026-02-02 1:55 UTC (4+ messages)
` [PATCH v2 2/6] perf kvm stat: Remove use of the arch directory
[PATCH v4 0/4] clk: vf610: Add clocks to support MTIP L2 switch
2026-02-02 1:56 UTC (2+ messages)
[PATCH] scsi: libsas: Fix dev_list race conditions with proper locking
2026-02-02 1:46 UTC (7+ messages)
[RFC PATCH] media: Virtual camera driver
2026-02-02 1:44 UTC (20+ messages)
[PATCH] mtd: spinand: winbond: Remove unneeded semicolon
2026-02-02 1:36 UTC
[PATCH net-next] net: stmmac: Correct spelling from clk_scr_i to clk_csr_i
2026-02-02 1:36 UTC (2+ messages)
[syzbot] [bluetooth?] WARNING in hci_connect_sco
2026-02-02 1:32 UTC (3+ messages)
[BUG REPORT] USE_AFTER_FREE in complete_emulated_mmio found by KASAN/Syzkaller fuzz test (v5.10.0)
2026-02-02 1:24 UTC
[PATCH 5/8] irqchip/loongson-pch-lpc: add OF init code
2026-02-02 1:12 UTC (2+ messages)
[PATCH/for-next v2 0/2] cgroup/cpuset: Fix partition related locking issues
2026-02-02 1:11 UTC (11+ messages)
` [PATCH/for-next v2 1/2] cgroup/cpuset: Defer housekeeping_update() call from CPU hotplug to workqueue
` [PATCH/for-next v2 2/2] cgroup/cpuset: Introduce a new top level cpuset_top_mutex
[PATCH 0/4] mailbox: sprd: add UMS9230 support and fix interrupt handling
2026-02-02 1:07 UTC (2+ messages)
[PATCH] net: procfs: Fix RCU stall and soft lockup in ptype_seq_next()
2026-02-02 1:04 UTC (6+ messages)
[PATCH v9 0/4] Loongarch irq-redirect support
2026-02-02 1:00 UTC (4+ messages)
` [PATCH v9 4/4] irqchip/irq-loongarch-ir:Add Redirect irqchip support
[PATCH v5 0/4] Input: Add support for TouchNetix aXiom touchscreen
2026-02-02 0:58 UTC (7+ messages)
` [PATCH v5 4/4] Input: Add TouchNetix aXiom I2C Touchscreen support
[PATCH v2] perf regs: Refactor use of arch__sample_reg_masks to perf_reg_name
2026-02-02 0:56 UTC (4+ messages)
[PATCH v2 00/20] IRQF_ONESHOT clean up
2026-02-02 0:56 UTC (3+ messages)
` [PATCH v2 04/20] mailbox: bcm-ferxrm-mailbox: Use default primary handler
[PATCH v2] mailbox: Remove mailbox_client.h from controller drivers
2026-02-02 0:55 UTC (2+ messages)
[PATCH -next 1/3] cgroup/dmem: fix NULL pointer dereference when setting max
2026-02-02 0:50 UTC (3+ messages)
[PATCH] mm/zswap: remove SWP_SYNCHRONOUS_IO swapcache bypass workaround
2026-02-01 17:47 UTC (2+ messages)
[PATCH v5] RISC-V: KVM: Validate SBI STA shmem alignment in kvm_sbi_ext_sta_set_reg()
2026-02-02 0:38 UTC
[PATCH v2 1/2] hwmon:(pmbus/tda38740a) TDA38740A Voltage Regulator Driver
2026-02-02 0:29 UTC (6+ messages)
[net-next] bnge: Add a new HSI
2026-02-02 0:19 UTC (2+ messages)
[PATCH] hwmon: (nct6775) use sysfs_emit instead of sprintf
2026-02-02 0:06 UTC (2+ messages)
[PATCH] hwmon: gpio-fan: fix set_rpm() return value
2026-02-02 0:05 UTC (2+ messages)
[PATCH] clk: bcm: iproc: Fix overflow in clock calculation
2026-02-01 23:54 UTC (3+ messages)
[PATCH RESEND] drm: panel-backlight-quirks: Add Minisforum V3 SE
2026-02-01 23:31 UTC
Linux 6.19-rc8
2026-02-01 23:17 UTC
[PATCH 0/2] ALSA: hda/realtek: Add quirk for Minisforum V3 SE
2026-02-01 23:12 UTC (3+ messages)
` [PATCH 1/2] ALSA: hda/realtek: Add generic quirk for Bass speaker DAC avoidance
` [PATCH 2/2] ALSA: hda/realtek: Add quirk for Minisforum V3 SE
[PATCH v2 0/2] iio: imu: lsm6dsx: Support SMOCF05 ACPI ID
2026-02-01 22:54 UTC (3+ messages)
` [PATCH v2 1/2] iio: imu: lsm6dsx: Support SMOCF05 ACPI ID for LSM6DS3TR-C
` [PATCH v2 2/2] iio: imu: lsm6dsx: Add alternative ACPI mount matrix retrieval
[PATCH 0/2] nsrepair2: Improve sorting performance and add tests
2026-02-01 22:48 UTC (3+ messages)
` [PATCH 1/2] ACPI: nsrepair2: Replace O(n²) bubble sort with O(n log n) sort_r()
[PATCHSET v4 sched_ext/for-6.20] sched_ext: Fix ops.dequeue() semantics
2026-02-01 22:47 UTC (3+ messages)
` [PATCH 1/2] "
[PATCH v15 00/28] x86: Secure Launch support for Intel TXT
2026-02-01 22:46 UTC (5+ messages)
` [PATCH v15 01/28] tpm: Initial step to reorganize TPM public headers
block/blk-mq.c:4380:16: sparse: sparse: incorrect type in argument 1 (different address spaces)
2026-02-01 22:33 UTC
[PATCH v6 0/6] Extend "trusted" keys to support a new trust source named the PowerVM Key Wrapping Module (PKWM)
2026-02-01 22:29 UTC (3+ messages)
` [PATCH v6 6/6] docs: trusted-encryped: add PKWM as a new trust source
[PATCH v9 00/11] Streamline TPM2 HMAC sessions
2026-02-01 22:25 UTC (4+ messages)
` [PATCH v9 01/11] KEYS: trusted: Use get_random-fallback for TPM
[PATCH v4 0/8] enable PT_RECLAIM on more 64-bit architectures
2026-02-01 22:01 UTC (3+ messages)
` [PATCH v4 2/8] alpha: mm: enable MMU_GATHER_RCU_TABLE_FREE
[PATCH 0/3] PCI: endpoint: Clarify pci_epc_set_bar() lifetime rules
2026-02-01 21:59 UTC (6+ messages)
` [PATCH 3/3] PCI: endpoint: Document pci_epc_set_bar() caller ownership and "
[RFC PATCH 0/9] nolibc: Add static-pie support
2026-02-01 21:54 UTC (7+ messages)
` [RFC PATCH 3/9] tools/nolibc: Add basic ELF self-relocation support for static PIE
[PATCH bpf-next v2] bpf: Replace snprintf("%s", ...) with strscpy in parse_{base,module}
2026-02-01 21:52 UTC
usbhid: Intermittent EPROTO errors trigger USB reset and interrupt user input
2026-02-01 21:51 UTC (3+ messages)
[PATCH drm] Revert "drm/nouveau/disp: Set drm_mode_config_funcs.atomic_(check|commit)"
2026-02-01 21:47 UTC (2+ messages)
[PATCH] driver core: fix inverted "locked" suffix of driver_match_device()
2026-02-01 21:33 UTC (2+ messages)
[PATCH] rust: io: move MIN_SIZE and io_addr_assert to IoKnownSize
2026-02-01 21:33 UTC (2+ messages)
[PATCH RFC v2 0/2] virtio-net: add flow filter for receive timestamps
2026-02-01 21:05 UTC (6+ messages)
` [PATCH RFC v2 1/2] tun: support rx-tstamp
` [PATCH RFC v2 2/2] virtio-net: support receive timestamp
[PATCH v2] remoteproc: qcom_wcnss: Fix handling the lack of PD regulators in v3
2026-02-01 20:55 UTC
[PATCH v1 0/8] Add RemoteProc cooling support
2026-02-01 20:20 UTC (4+ messages)
[PATCH net-next v7 0/9] tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops
2026-02-01 20:19 UTC (16+ messages)
` [PATCH net-next v7 3/9] tun/tap: add ptr_ring consume helper with netdev queue wakeup
[PATCH v4 00/17] module: Introduce hash-based integrity checking
2026-02-01 20:12 UTC (4+ messages)
[GIT PULL] perf events fix
2026-02-01 20:08 UTC (6+ messages)
[PATCH] scripts: checkpatch: warn on Rust panicking methods
2026-02-01 19:57 UTC (4+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH] scripts: checkpatch: warn on Rust panicking methods
2026-02-01 19:51 UTC (2+ messages)
[v7 PATCH 0/2] hung_task: Provide runtime reset interface for hung task detector
2026-02-01 19:48 UTC (2+ messages)
[GIT PULL] SCSI fixes for 6.19-rc7
2026-02-01 19:46 UTC (2+ messages)
[GIT PULL] scheduler fix
2026-02-01 19:46 UTC (2+ messages)
[GIT PULL] objtool fixes
2026-02-01 19:46 UTC (2+ messages)
[GIT PULL] IRQ fixes
2026-02-01 19:46 UTC (2+ messages)
[PATCH v3 0/8] iio: dac: ds4424: add DS4402/DS4404 support and scale
2026-02-01 19:35 UTC (3+ messages)
` [PATCH v3 7/8] iio: dac: ds4424: convert to regmap
[PATCH] dt-bindings: dma: snps,dw-axi-dmac: add dma-coherent property
2026-02-01 19:30 UTC (3+ messages)
[PATCH v15 6/7] modsign: Enable ML-DSA module signing
2026-02-01 19:30 UTC (5+ messages)
` [PATCH v15 0/7] x509, pkcs7, crypto: Add ML-DSA signing
[PATCH bpf-next] bpf: Replace snprintf("%s", ...) with strscpy()
2026-02-01 19:26 UTC (2+ messages)
[PATCH] dt-bindings: mtd: cdns,hp-nfc: Add dma-coherent property
2026-02-01 19:25 UTC (3+ messages)
[PATCH 0/4] Revision overlays for QNAP TSx33 devices
2026-02-01 19:18 UTC (5+ messages)
` [PATCH 1/4] arm64: dts: rockchip: Add port subnodes to RK356x SATA controllers
` [PATCH 2/4] arm64: dts: rockchip: add overlay for qnap-ts433 device revision
` [PATCH 3/4] arm64: dts: rockchip: add overlay for qnap-ts233 "
` [PATCH 4/4] arm64: dts: rockchip: add overlay for qnap-ts133 "
[PATCH v2 0/4] iio: accel: adxl345: Add event scaling and doc fixes
2026-02-01 19:13 UTC (8+ messages)
` [PATCH v2 1/4] docs: iio: adxl345: fix typos and grammar
` [PATCH v2 2/4] iio: core: Add IIO_EV_INFO_SCALE to event info
` [PATCH v2 3/4] iio: accel: adxl345: Implement event scaling for ABI compliance
` [PATCH v2 4/4] docs: iio: adxl345: update math and examples for scaling
[PATCH v1 4/9] mfd: Add driver for Asus Transformer embedded controller
2026-02-01 19:06 UTC (2+ messages)
[PATCH] x86/alternative: Replace DPRINTK with pr_debug
2026-02-01 19:05 UTC (2+ messages)
[PATCH 1/1] drm/amdgpu: Fix TLB flush failures after hibernation resume
2026-02-01 19:05 UTC (3+ messages)
[PATCH 0/2] iio: light: Add support for Capella cm36686 and cm36672p sensors
2026-02-01 18:45 UTC (5+ messages)
` [PATCH 1/2] dt-bindings: Add binding document for cm36686
` [PATCH 2/2] iio: light: Add support for Capella cm36686 and cm36672p sensors
[PATCH] perf/core: Fix refcount bug and potential UAF in perf_mmap
2026-02-01 18:43 UTC (2+ messages)
[net-next,PATCH] net: stmmac: stm32: Do not suspend downed interface
2026-02-01 18:20 UTC (6+ messages)
[PATCH net-next v3 0/2] Add support for Renesas RZ/G3L GBETH
2026-02-01 18:33 UTC (5+ messages)
` [PATCH net-next v3 1/2] dt-bindings: net: renesas,rzv2h-gbeth: Document Renesas RZ/G3L SoC
` [PATCH net-next v3 2/2] net: stmmac: dwmac-renesas-gbeth: Add support for "
[PATCH] tools/power/acpi: Replace unsafe strcpy with snprintf in apdump.c
2026-02-01 18:21 UTC
[PATCH] tools/power/acpi: Replace unsafe strcat with strncat in apfiles.c
2026-02-01 18:18 UTC
[PATCH] tools/power/acpi: Replace strcpy/strcat with snprintf in osunixdir.c
2026-02-01 18:16 UTC
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