messages from 2026-02-04 06:45:30 to 2026-02-04 09:22:15 UTC [more...]
[PATCH v7 00/17] ntfs filesystem remake
2026-02-04 7:47 UTC (7+ messages)
` [PATCH v7 02/17] fs: add generic FS_IOC_SHUTDOWN definitions
` [PATCH v7 09/17] ntfs: update iomap and address space operations
` [PATCH v7 11/17] ntfs: update runlist handling and cluster allocator
` [PATCH v7 12/17] ntfs: add reparse and ea operations
` [PATCH v7 14/17] ntfs3: remove legacy ntfs driver support
` [PATCH v7 15/17] ntfs: add Kconfig and Makefile
[gustavoars:testing/wfamnae-next20260203] BUILD SUCCESS bd54fb59322fee7829d97217e22633d51b990821
2026-02-04 9:21 UTC
[PATCH v2 1/2] crypto: safexcel - Group authenc ciphersuites
2026-02-04 9:22 UTC (3+ messages)
` [PATCH v2 2/2] crypto: safexcel - Add support for authenc(hmac(md5),*) suites
[PATCH v4 next 0/6] IIO: sca3000: devm resource management
2026-02-04 9:20 UTC (10+ messages)
` [PATCH v4 next 3/6] iio: sca3000: make stop_all_interrupts() return void
` [PATCH v4 next 4/6] iio: sca3000: use guard(mutex) to simplify return paths
` [PATCH v4 next 5/6] iio: sca3000: stop interrupts via devm_add_action_or_reset()
` [PATCH v4 next 6/6] iio: sca3000: manage device registration with devm helper
linux-next: build failure after merge of the leds-lj tree
2026-02-04 9:21 UTC (4+ messages)
[PATCH] arm64: dts: qcom: qcs6490: Add Thundercomm AI Mini PC G1 IoT
2026-02-04 9:20 UTC (4+ messages)
[PATCH] perf: andes: support ANDES_CUSTOM_PMU on ARCH_ANDES
2026-02-04 9:18 UTC
[PATCH 0/4] Add eMMC PHY support for Axiado AX3000 SoC
2026-02-04 9:19 UTC (3+ messages)
[PATCH net-next] dt-bindings: net: micrel: Fix dtbs compatible too long warnings
2026-02-04 9:18 UTC (3+ messages)
[PATCH v3 0/3] Clk improvements
2026-02-04 9:18 UTC (22+ messages)
` [PATCH v3 1/3] rust: clk: use the type-state pattern
[PATCH 0/3] x86/x2apic: Fix hang-up of defconfig kernel on resume from s2ram
2026-02-04 9:17 UTC (4+ messages)
` [PATCH 1/3] x86/x2apic: disable x2apic on resume if the kernel expects so
[PATCH] drivers/perf: riscv: Keep the fixed counter counting
2026-02-04 9:17 UTC (2+ messages)
[RFC PATCH] usb: host: xhci-sideband: fix deadlock in unregister path
2026-02-04 9:15 UTC (5+ messages)
[PATCH] bpf/perf: Fix suspicious RCU usage in get_callchain_entry()
2026-02-04 9:14 UTC (2+ messages)
[PATCH] wifi: nl80211: drop impossible negative band check
2026-02-04 9:13 UTC (3+ messages)
[PATCH v3 3/3] rust_binder: handle PID namespace conversion for freeze operation
2026-02-04 9:11 UTC (2+ messages)
[PATCH] kbuild: Do not run kernel-doc when building external modules
2026-02-04 9:10 UTC (5+ messages)
[RFC PATCH v5 00/45] TDX: Dynamic PAMT + S-EPT Hugepage
2026-02-04 9:06 UTC (11+ messages)
` [RFC PATCH v5 06/45] KVM: x86/mmu: Fold set_external_spte_present() into its sole caller
` [RFC PATCH v5 08/45] KVM: x86/mmu: Propagate mirror SPTE removal to S-EPT in handle_changed_spte()
` [RFC PATCH v5 19/45] KVM: Allow owner of kvm_mmu_memory_cache to provide a custom page allocator
[PATCH v2 0/2] Add QEMU virt-ctrl driver and update m68k virt
2026-02-04 9:09 UTC (3+ messages)
[PATCH] drm/imx: parallel-display: check return value of devm_drm_bridge_add() in imx_pd_probe()
2026-02-04 9:06 UTC
[PATCH v5 5/8] ARM: dts: ti: omap: espresso-common: Add common device tree for Samsung Galaxy Tab 2 series
2026-02-04 9:07 UTC (3+ messages)
[PATCH v1 1/1] sunrpc: Fix compilation error (`make W=1`) when dprintk() is no-op
2026-02-04 9:06 UTC (8+ messages)
[PATCH v3 1/3] binder: handle PID namespace conversion for freeze operation
2026-02-04 9:05 UTC (2+ messages)
[PATCH] PM: sleep: wakeirq: remove outdated comments
2026-02-04 9:04 UTC
[PATCH] drm/bridge: waveshare-dsi: Return devm_drm_bridge_add() to transfer the error
2026-02-04 9:01 UTC
[PATCH bpf-next v3 00/17] mm: BPF OOM
2026-02-04 9:02 UTC (8+ messages)
` [PATCH bpf-next v3 10/17] mm: introduce bpf_task_is_oom_victim() kfunc
[RFC PATCH bpf-next v6 00/12] mm: memcontrol: Add BPF hooks for memory controller
2026-02-04 9:00 UTC (13+ messages)
` [RFC PATCH bpf-next v6 01/12] bpf: move bpf_struct_ops_link into bpf.h
` [RFC PATCH bpf-next v6 02/12] bpf: initial support for attaching struct ops to cgroups
` [RFC PATCH bpf-next v6 03/12] bpf: mark struct oom_control's memcg field as TRUSTED_OR_NULL
` [RFC PATCH bpf-next v6 04/12] mm: define mem_cgroup_get_from_ino() outside of CONFIG_SHRINKER_DEBUG
` [RFC PATCH bpf-next v6 05/12] libbpf: introduce bpf_map__attach_struct_ops_opts()
` [RFC PATCH bpf-next v6 06/12] bpf: Pass flags in bpf_link_create for struct_ops
` [RFC PATCH bpf-next v6 07/12] libbpf: Support passing user-defined flags "
` [RFC PATCH bpf-next v6 08/12] mm: memcontrol: Add BPF struct_ops for memory controller
` [RFC PATCH bpf-next v6 09/12] selftests/bpf: Add tests for memcg_bpf_ops
` [RFC PATCH bpf-next v6 10/12] mm/bpf: Add BPF_F_ALLOW_OVERRIDE support "
` [RFC PATCH bpf-next v6 11/12] selftests/bpf: Add test for memcg_bpf_ops hierarchies
` [RFC PATCH bpf-next v6 12/12] samples/bpf: Add memcg priority control example
[PATCH v14 0/9] Add Type-C DP support for RK3399 EVB IND board
2026-02-04 8:59 UTC (4+ messages)
[PATCH v7 0/8] dma-buf: Use revoke mechanism to invalidate shared buffers
2026-02-04 8:56 UTC (5+ messages)
[PATCH RESEND v7 00/17] ntfs filesystem remake
2026-02-04 8:29 UTC (18+ messages)
` [PATCH RESEND v7 01/17] Revert "fs: Remove NTFS classic"
` [PATCH RESEND v7 02/17] fs: add generic FS_IOC_SHUTDOWN definitions
` [PATCH RESEND v7 03/17] ntfs: update in-memory, on-disk structures and headers
` [PATCH RESEND v7 04/17] ntfs: update super block operations
` [PATCH RESEND v7 05/17] ntfs: update inode operations
` [PATCH RESEND v7 06/17] ntfs: update mft operations
` [PATCH RESEND v7 07/17] ntfs: update directory operations
` [PATCH RESEND v7 08/17] ntfs: update file operations
` [PATCH RESEND v7 09/17] ntfs: update iomap and address space operations
` [PATCH RESEND v7 10/17] ntfs: update attrib operations
` [PATCH RESEND v7 11/17] ntfs: update runlist handling and cluster allocator
` [PATCH RESEND v7 12/17] ntfs: add reparse and ea operations
` [PATCH RESEND v7 13/17] ntfs: update misc operations
` [PATCH RESEND v7 14/17] ntfs3: remove legacy ntfs driver support
` [PATCH RESEND v7 15/17] ntfs: add Kconfig and Makefile
` [PATCH RESEND v7 16/17] Documentation: filesystems: update NTFS driver documentation
` [PATCH RESEND v7 17/17] MAINTAINERS: update ntfs filesystem entry
[PATCH 0/6] Add queue ready message to VDUSE
2026-02-04 8:53 UTC (19+ messages)
` [PATCH 1/6] vduse: ensure vq->ready access is smp safe
` [PATCH 5/6] vduse: add F_QUEUE_READY feature
[PATCH v1] serial: core: fix infinite loop in handle_tx() for PORT_UNKNOWN
2026-02-04 8:53 UTC (4+ messages)
[PATCH] timers/migration: Ensure proper resource cleanup on error in tmigr_init
2026-02-04 8:50 UTC
[PATCH 1/2] pmdomain: imx8mp-blk-ctrl: set awake path for power_dev if attached device needs wakeup
2026-02-04 8:41 UTC (3+ messages)
[PATCH] kbuild: install-extmod-build: do not exclude scripts/dtc/libfdt/
2026-02-04 8:46 UTC (6+ messages)
[PATCH] staging:rtl8723bs: Replace camel case rtw_btcoex_MediaStatusNotify with sneak case
2026-02-04 8:44 UTC
[PATCH v2 0/6] soc: qcom: socinfo: Convert to Rust
2026-02-04 8:40 UTC (7+ messages)
` [PATCH v2 6/6] "
[PATCH] scsi: ufs: core: Fix RPMB region size detection for UFS 2.2
2026-02-04 8:37 UTC (6+ messages)
[PATCH V6 0/5] arm64: dts: imx93: Add i.MX93 Wireless EVK and refactor common parts
2026-02-04 8:35 UTC (6+ messages)
` [PATCH V6 1/5] dt-bindings: arm: fsl: Add i.MX93 Wireless EVK board
` [PATCH V6 2/5] arm64: dts: imx93: Extract common EVK description into shared dtsi
` [PATCH V6 3/5] arm64: dts: imx93: Move 11x11 EVK specific parts back to imx93-11x11-evk.dts
` [PATCH V6 4/5] arm64: dts: imx93: Add imx93w.dtsi for i.MX93 Wireless SiP
` [PATCH V6 5/5] arm64: dts: imx93: Add i.MX93 Wireless EVK board support
[PATCH v4 0/2] mtd: spi-nand: Add support for randomizer feature
2026-02-04 8:33 UTC (5+ messages)
` [PATCH v4 1/2] mtd: spi-nand: Add support for randomizer
[PATCH] nfc: nxp-nci: remove interrupt trigger type
2026-02-04 8:33 UTC
[PATCH v2 0/2] bootconfig: Handle an empty value
2026-02-04 8:33 UTC (3+ messages)
` [PATCH v2 1/2] bootconfig: Terminate value search if it hits a newline
` [PATCH v2 2/2] bootconfig: Check the parsed output of the good examples
[PATCH 6.6.y] xsk: Fix race condition in AF_XDP generic RX path
2026-02-04 8:29 UTC
[PATCH v17 0/3] mtd: Add support for stacked memories
2026-02-04 8:32 UTC (4+ messages)
` [PATCH v17 1/3] dt-bindings: mtd: Describe MTD partitions concatenation
` [PATCH v17 2/3] mtd: Move struct mtd_concat definition to header file
` [PATCH v17 3/3] mtd: Add driver for concatenating devices
[PATCH 0/8] phy: zynqmp: Perform complete initialization, including ILL calibration
2026-02-04 8:32 UTC (3+ messages)
` [PATCH 1/8] dt-bindings: pci: xilinx-nwl: Add resets
[PATCH net v1] serial: caif: fix use-after-free in caif_serial ldisc_close()
2026-02-04 8:30 UTC (2+ messages)
[PATCH 0/3] Add SDHCI support for Canaan K230 SoC
2026-02-04 8:29 UTC (4+ messages)
` [PATCH 1/3] dt-bindings: mmc: Add sdhci support for Canaan k230
` [PATCH 2/3] mmc: sdhci-dwcmshc: Add Canaan K230 DWCMSHC controller support
` [PATCH 3/3] riscv: dts: canaan: Add mmc nodes for K230
[PATCH RESEND] apparmor: Replace deprecated strcpy with memcpy in gen_symlink_name
2026-02-04 8:22 UTC (5+ messages)
[PATCH v2] drm/mgag200: fix mgag200_bmc_stop_scanout()
2026-02-04 8:26 UTC (2+ messages)
kernel/futex/core.c:604:23: error: cannot jump from this asm goto statement to one of its possible targets
2026-02-04 8:22 UTC (3+ messages)
[PATCH 0/3] Revert "revocable: Revocable resource management"
2026-02-04 8:21 UTC (10+ messages)
` [PATCH] driver core: disable revocable code from build
` [PATCH] selftests: Disable "
[PATCH v2 0/2] Support remoteproc fixed device index from DT aliases
2026-02-04 8:21 UTC (4+ messages)
` [PATCH v2 1/2] remoteproc: core: support "
[syzbot] [bpf?] WARNING: refcount bug in __add_used_btf
2026-02-04 8:28 UTC (3+ messages)
[PATCH] kbuild: dummy-tools: Add python3
2026-02-04 8:16 UTC (5+ messages)
[PATCH] drm/bridge: synopsys: dw-dp: Check return value of devm_drm_bridge_add() in dw_dp_bind()
2026-02-04 8:14 UTC (2+ messages)
` "
[syzbot] [net?] kernel BUG in fib6_add_rt2node (2)
2026-02-04 8:12 UTC (2+ messages)
` Forwarded: Test for cb809def1baaac68ab92
[PATCH] mm/mmu_notifiers: Use hlist_for_each_entry_srcu() for SRCU list traversal
2026-02-04 8:09 UTC
[RFC] pinctrl: pinconf-generic: move ..dt_node_to_map_pinmux() to amlogic-am4 driver
2026-02-04 8:05 UTC (3+ messages)
[PATCH] i2c: sun6i-p2wi: Fix device node reference leak in p2wi_probe()
2026-02-04 8:02 UTC (2+ messages)
[PATCH v1 1/1] pinctrl: intel: Align Copyright note with corporate guidelines
2026-02-04 8:01 UTC
[PATCH bpf] bpf, sockmap: Fix af_unix null-ptr-deref in proto update
2026-02-04 7:58 UTC (4+ messages)
[PATCHv2] sched/fair: Skip SCHED_IDLE rq for SCHED_IDLE task
2026-02-04 7:54 UTC (4+ messages)
[PATCH v5] netns: optimize netns cleaning by batching unhash_nsid calls
2026-02-04 7:53 UTC (2+ messages)
[PATCH] rust: kconfig: Don't require RUST_IS_AVAILABLE for rustc-option
2026-02-04 7:49 UTC (4+ messages)
[PATCH v6] netns: optimize netns cleaning by batching unhash_nsid calls
2026-02-04 7:48 UTC
[PATCH v3] tee: optee: prevent use-after-free when the client exits before the supplicant
2026-02-04 7:46 UTC (6+ messages)
[PATCH 00/32] KVM: VMX APIC timer virtualization support
2026-02-04 7:46 UTC (2+ messages)
` [syzbot ci] "
[PATCH net-next v4 00/13] net: phy_port: SFP modules representation and phy_port listing
2026-02-04 7:39 UTC (3+ messages)
` [PATCH net-next v4 03/13] net: phy: phy_port: Correctly recompute the port's linkmodes
[RFC 00/12] mm: PUD (1GB) THP implementation
2026-02-04 7:38 UTC (4+ messages)
` [RFC 01/12] mm: add PUD THP ptdesc and rmap support
[PATCH] x86: mshyperv: Use kthread for vmbus interrupts on PREEMPT_RT
2026-02-04 7:36 UTC (7+ messages)
[PATCH] timers/migration: Improve error handling and resource cleanup in tmigr_setup_groups
2026-02-04 7:33 UTC
[RFC PATCH v1 0/4] mm/damon: Support hot application detections
2026-02-04 7:31 UTC (2+ messages)
Checkpatch false positive: externs should be avoided in .c files
2026-02-04 7:28 UTC (3+ messages)
[PATCH v2 0/7] dmaengine: dw-edma, PCI: dwc: Enable remote use of integrated DesignWare eDMA
2026-02-04 7:27 UTC (6+ messages)
[PATCH v3 0/3] selftests/mm: add memory failure selftests
2026-02-04 7:33 UTC (4+ messages)
` [PATCH v3 1/3] selftests/mm: add memory failure anonymous page test
` [PATCH v3 2/3] selftests/mm: add memory failure clean pagecache test
` [PATCH v3 3/3] selftests/mm: add memory failure dirty "
[PATCH v3 0/2] soc: qcom: smp2p: Add support for remoteproc early attach
2026-02-04 7:21 UTC (6+ messages)
` [PATCH v3 1/2] soc: qcom: smp2p: Add irqchip state support
(no subject)
2026-02-04 7:19 UTC (5+ messages)
` [PATCH v1 1/3] exfat: add block readahead in exfat_chain_cont_cluster
` [PATCH v1 2/3] exfat: drop parameter sec for exfat_mirror_bh
` [PATCH v1 3/3] exfat: optimize exfat_chain_cont_cluster with cached buffer heads
[PATCH v4] mshv: Add support for integrated scheduler
2026-02-04 7:18 UTC (2+ messages)
[RFC PATCH v1 0/4] mm/damon: Support hot application detections
2026-02-04 7:17 UTC (2+ messages)
[PATCH net-next V7 00/14] devlink and mlx5: Support cross-function rate scheduling
2026-02-04 7:15 UTC (11+ messages)
` [PATCH net-next V7 01/14] documentation: networking: add shared devlink documentation
` [PATCH net-next V7 02/14] devlink: introduce shared devlink instance for PFs on same chip
[PATCH net-next v14 3/4] net: dsa: yt921x: Add support for Motorcomm YT921x
2026-02-04 7:12 UTC (2+ messages)
[PATCH net-next v3] r8169: add support for RTL8125cp
2026-02-04 7:09 UTC (2+ messages)
[PATCH net-next 0/5] devlink: add per-port resource support
2026-02-04 7:08 UTC (5+ messages)
` [PATCH net-next 4/5] selftest: netdevsim: Add devlink port resource test
[PATCH v2 0/6] irqchip/renesas-rzv2h: Add support to handle ICU error IRQ and add SWPE trigger
2026-02-04 7:08 UTC (5+ messages)
` [PATCH v2 4/6] irqchip/renesas-rzv2h: Make IRQ type handling range-aware
` [PATCH v2 5/6] irqchip/renesas-rzv2h: Add CA55 software interrupt support
[PATCH] hwmon: pmbus: tda38640: Add identification for PMBUS_VOUT_MODE
2026-02-04 7:04 UTC
[PATCH v10 0/7] i2c: xiic: use generic device property accessors
2026-02-04 7:02 UTC (8+ messages)
` [PATCH v10 1/7] i2c: xiic: switch to devres managed APIs
` [PATCH v10 2/7] i2c: xiic: remove duplicate error message
` [PATCH v10 3/7] i2c: xiic: switch to generic device property accessors
` [PATCH v10 4/7] i2c: xiic: cosmetic cleanup
` [PATCH v10 5/7] i2c: xiic: cosmetic: use resource format specifier in debug log
` [PATCH v10 6/7] i2c: xiic: use numbered adapter registration
` [PATCH v10 7/7] i2c: xiic: skip input clock setup on non-OF systems
[tip:master] BUILD SUCCESS 8aaeb7adcb32d408bcad58e2b017d335b749c504
2026-02-04 6:55 UTC
[PATCH v5 0/5] staging: rtl8723bs: replace custom wrappers with kernel APIs
2026-02-04 6:44 UTC (5+ messages)
` [PATCH v5 1/5] staging: rtl8723bs: introduce kmemdup() where applicable
` [PATCH v5 3/5] staging: rtl8723bs: replace rtw_zmalloc() with kzalloc()
` [PATCH v5 4/5] staging: rtl8723bs: use standard skb allocation APIs
` [PATCH v5 5/5] staging: rtl8723bs: remove unused allocation wrapper functions
[PATCH v2 0/3] pinctrl: single: bit-per-mux DT flexibility, probe robustness, and consistent pinconf offsets
2026-02-04 6:54 UTC (3+ messages)
[PATCH 0/2] correct macro issues
2026-02-04 6:50 UTC (4+ messages)
` [PATCH 2/2] staging: iio: adt7316: convert magic numbers to BIT() and GENMASK()
[PATCH 1/1] x86/hyperv: Update comment in hyperv_cleanup()
2026-02-04 6:50 UTC (2+ messages)
[PATCH] staging: sm750fb: fix naming styles and const declarations
2026-02-04 6:50 UTC (2+ messages)
[PATCH v5 0/5] Introduce MAX77759 charger driver
2026-02-04 6:46 UTC (3+ messages)
` [PATCH v5 3/5] mfd: max77759: add register bitmasks and modify irq configs for charger
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