messages from 2026-01-24 17:44:18 to 2026-01-25 03:56:04 UTC [more...]
[PATCH v2 0/4] Make cpumask_of_node() robust against NUMA_NO_NODE
2026-01-25 3:55 UTC (5+ messages)
` [PATCH v2 2/4] LoongArch: "
` [PATCH v2 3/4] MIPS: Loongson: "
[PATCH bpf-next v2 0/2] selftests/bpf: Introduce execution context detection helpers
2026-01-25 3:37 UTC (3+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Add tests for execution context helpers
[PATCH v14 00/26] zswap compression batching with optimized iaa_crypto driver
2026-01-25 3:35 UTC (27+ messages)
` [PATCH v14 01/26] crypto: iaa - Reorganize the iaa_crypto driver code
` [PATCH v14 02/26] crypto: iaa - Replace sprintf with sysfs_emit in sysfs show functions
` [PATCH v14 03/26] crypto: iaa - New architecture for IAA device WQ [de]comp usage & core mapping
` [PATCH v14 04/26] crypto: iaa - Simplify, consistency of function parameters, minor stats bug fix
` [PATCH v14 05/26] crypto: iaa - Descriptor allocation timeouts with mitigations
` [PATCH v14 06/26] crypto: iaa - iaa_wq uses percpu_refs for get/put reference counting
` [PATCH v14 07/26] crypto: iaa - Simplify the code flow in iaa_compress() and iaa_decompress()
` [PATCH v14 08/26] crypto: iaa - Refactor hardware descriptor setup into separate procedures
` [PATCH v14 09/26] crypto: iaa - Simplified, efficient job submissions for non-irq mode
` [PATCH v14 10/26] crypto: iaa - Deprecate exporting add/remove IAA compression modes
` [PATCH v14 11/26] crypto: iaa - Expect a single scatterlist for a [de]compress request's src/dst
` [PATCH v14 12/26] crypto: iaa - Rearchitect iaa_crypto to have clean interfaces with crypto_acomp
` [PATCH v14 13/26] crypto: acomp - Define a unit_size in struct acomp_req to enable batching
` [PATCH v14 14/26] crypto: acomp - Add bit to indicate segmentation support
` [PATCH v14 15/26] crypto: acomp - Add trivial segmentation wrapper
` [PATCH v14 16/26] crypto: iaa - IAA Batching for parallel compressions/decompressions
` [PATCH v14 17/26] crypto: iaa - Submit the two largest source buffers first in batch decompress
` [PATCH v14 18/26] crypto: acomp, iaa - crypto_acomp integration of IAA Batching
` [PATCH v14 19/26] crypto: iaa - Enable async mode and make it the default
` [PATCH v14 20/26] crypto: iaa - Disable iaa_verify_compress by default
` [PATCH v14 21/26] crypto: iaa - Add deflate-iaa-dynamic compression mode
` [PATCH v14 22/26] crypto: acomp - Add crypto_acomp_batch_size() to get an algorithm's batch-size
` [PATCH v14 23/26] mm: zswap: Tie per-CPU acomp_ctx lifetime to the pool
` [PATCH v14 24/26] mm: zswap: Consistently use IS_ERR_OR_NULL() to check acomp_ctx resources
` [PATCH v14 25/26] mm: zswap: Store large folios in batches
` [PATCH v14 26/26] mm: zswap: Batched zswap_compress() for compress batching of large folios
[PATCH] gpio: virtuser: fix UAF in configfs release path
2026-01-25 3:35 UTC (2+ messages)
[PATCH v5 0/7] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
2026-01-25 3:30 UTC (7+ messages)
` [PATCH v5 4/7] cxl/region: Add helper to check Soft Reserved containment by CXL regions
` [PATCH v5 6/7] dax/hmem, cxl: Defer and resolve ownership of Soft Reserved memory ranges
[PATCH v2] hfsplus: validate btree bitmap during mount and handle corruption gracefully
2026-01-25 3:07 UTC
[PATCH bpf-next v13 00/13] bpf: fsession support
2026-01-25 3:00 UTC (2+ messages)
[GIT PULL] tracing: 1 crash fix and a few minor fixes
2026-01-25 3:00 UTC (3+ messages)
[GIT PULL] RISC-V updates for v6.19-rc7
2026-01-25 3:00 UTC (2+ messages)
[GIT PULL] NTB bug fixes for 6.19
2026-01-25 2:59 UTC (2+ messages)
[PATCH] SUNRPC: Replace KUnit tests for memcmp() with KUNIT_EXPECT_MEMEQ_MSG()
2026-01-25 2:46 UTC (2+ messages)
[PATCH] arm64: dts: qcom: hamoa: Add EL2 overlay for hamoa-evk
2026-01-25 2:35 UTC
[syzbot] [mm?] kernel BUG in hpage_collapse_scan_file (2)
2026-01-25 2:23 UTC
[PATCH] hfsplus: validate btree bitmap during mount and handle corruption gracefully
2026-01-25 2:11 UTC (2+ messages)
[PATCH bpf-next v9 0/3] bpf: Fix FIONREAD and copied_seq issues
2026-01-25 2:10 UTC (3+ messages)
` [PATCH bpf-next v9 2/3] bpf, sockmap: Fix FIONREAD for sockmap
[PATCH 0/7] x86/microcode: Refactor NMI-based rendezvous mechanism to stop-machine
2026-01-25 1:42 UTC (8+ messages)
` [PATCH 1/7] stop_machine: Introduce stop_machine_nmi()
` [PATCH 2/7] x86/apic: Implement self-NMI support
` [PATCH 3/7] x86/nmi: Support stop_machine_nmi() handler
` [PATCH 4/7] x86/microcode: Distinguish NMI control path on stop-machine callback
` [PATCH 5/7] x86/microcode: Use stop-machine NMI facility
` [PATCH 6/7] x86/nmi: Reference stop-machine static key for offline microcode handler
` [PATCH 7/7] x86/microcode: Remove microcode_nmi_handler_enable
[PATCH v4 0/3] dmaengine: dw-axi-dmac: Coding style cleanups
2026-01-25 1:54 UTC (4+ messages)
` [PATCH v4 1/3] dmaengine: dw-axi-dmac: fix Alignment should match open parenthesis
` [PATCH v4 2/3] dmaengine: dw-axi-dmac: Add blank line after function
` [PATCH v4 3/3] dmaengine: dw-axi-dmac: Remove not useful void return function statements
[PATCH 2/2 RESEND] mailbox: Make mbox_send_message() return error code when tx fails
2026-01-25 1:51 UTC (2+ messages)
[PATCH RFC v6 00/26] nova-core: Memory management infrastructure (v6)
2026-01-25 1:51 UTC (6+ messages)
` [PATCH RFC v6 01/26] rust: clist: Add support to interface with C linked lists
[PATCH 1/2 RESEND] mailbox: Use per-thread completion to fix wrong completion order
2026-01-25 1:42 UTC (2+ messages)
[PATCH v4 0/2] rust: transmute: implement FromBytes and AsBytes for inhabited ZSTs
2026-01-25 1:33 UTC (8+ messages)
` [PATCH v4 1/2] "
[syzbot] [nfc?] [net?] memory leak in llcp_sock_create
2026-01-25 0:54 UTC
[PATCH 0/2] qcom: SM8750: Enable CPUFreq support
2026-01-25 0:47 UTC (5+ messages)
` [PATCH 1/2] dt-bindings: mailbox: qcom: Document SM8750 CPUCP mailbox controller
[PATCH v2] platform/x86: tongfang-mifs-wmi: Add new Tongfang MIFS WMI driver
2026-01-25 0:29 UTC (2+ messages)
[PATCH net-next v3 0/3] net: dsa: yt921x: Add DCB/QoS support
2026-01-25 0:24 UTC (4+ messages)
` [PATCH net-next v3 1/3] net: dsa: tag_yt921x: fix priority support
` [PATCH net-next v3 2/3] net: dsa: yt921x: Refactor VLAN awareness setting
` [PATCH net-next v3 3/3] net: dsa: yt921x: Add DCB/QoS support
[PATCH v2] slab: replace cache_from_obj() with inline checks
2026-01-25 0:24 UTC (3+ messages)
[PATCH 0/5] Provide HDMI VSI & SPD InfoFrames to DW HDMI QP TX
2026-01-25 0:23 UTC (6+ messages)
` [PATCH 1/5] drm/bridge: dw-hdmi-qp: Provide HDMI Vendor Specific InfoFrame
` [PATCH 2/5] drm/bridge: dw-hdmi-qp: Provide SPD InfoFrame
` [PATCH 3/5] drm/bridge: dw-hdmi-qp: Rework AVI InfoFrame handler
` [PATCH 4/5] drm/bridge: dw-hdmi-qp: Rework DRM "
` [PATCH 5/5] drm/bridge: dw-hdmi-qp: Rework Audio "
[PATCH RFC 0/4] leds: extend disk trigger
2026-01-25 0:19 UTC (3+ messages)
[PATCH bpf-next v6 0/4] Add cryptographic hash and signature verification kfuncs to BPF
2026-01-25 0:19 UTC (5+ messages)
` [PATCH bpf-next v6 2/4] selftests/bpf: Add tests for bpf_crypto_hash kfunc
` [PATCH bpf-next v6 3/4] bpf: Add signature verification kfuncs
` [PATCH bpf-next v6 4/4] selftests/bpf: Add tests for "
[PATCH 0/2] Add support for eGPUs on Apple Products
2026-01-25 0:11 UTC (3+ messages)
` [PATCH 1/2] efi/libstub: Enable apple-set-os for all Apple Devices
` [PATCH 2/2] drm/i915/display: Disable display for iMac's
[PATCH 0/3] Add the ability to mount filesystems during initramfs expansion
2026-01-25 0:07 UTC (4+ messages)
[PATCH] Documentation: Project continuity
2026-01-24 23:58 UTC (6+ messages)
[PATCH v1 00/14] x86 boot code cleanups, batch 1
2026-01-24 23:40 UTC (8+ messages)
` [PATCH v1 12/14] x86/boot: tweak a20.c for better code generation
[PATCH] drm/panel: boe-th101mb31ig002: Remove use of deprecated mipi_dsi_dcs_nop()
2026-01-24 23:44 UTC (2+ messages)
[PATCH v3] watchdog/hardlockup: Fix UAF in perf event cleanup due to migration race
2026-01-24 23:36 UTC (3+ messages)
[PATCH v4 0/3] Introduce DeviceContext
2026-01-24 23:36 UTC (3+ messages)
` [PATCH v4 3/3] rust/drm/gem: Use DeviceContext with GEM objects
[PATCH v2 1/2] rust: task: use `as_char_ptr` instead of `as_ptr().cast()`
2026-01-24 23:33 UTC (2+ messages)
[PATCH v2 0/3] Replace wq users and add WQ_PERCPU to alloc_workqueue() users
2026-01-24 23:22 UTC (8+ messages)
` [PATCH v2 1/3] mm: Replace use of system_unbound_wq with system_dfl_wq
` [PATCH v2 2/3] mm: Replace use of system_wq with system_percpu_wq
` [PATCH v2 3/3] mm: add WQ_PERCPU to alloc_workqueue users
[PATCH v1 0/5] gpu: nova-core: use checked arithmetic for firmware parsing robustness
2026-01-24 23:18 UTC (6+ messages)
` [PATCH v1 1/5] gpu: nova-core: use checked arithmetic in FWSEC firmware parsing
` [PATCH v1 2/5] gpu: nova-core: use checked arithmetic in Booter signature parsing
` [PATCH v1 3/5] gpu: nova-core: use checked arithmetic in frombytes_at helper
` [PATCH v1 4/5] gpu: nova-core: use checked arithmetic in BinFirmware::data
` [PATCH v1 5/5] gpu: nova-core: use checked arithmetic in RISC-V firmware parsing
[PATCH v4 0/2] staging: rtl8723bs: cleanup and indentation refactoring
2026-01-24 23:15 UTC (9+ messages)
` [PATCH v5 0/7] staging: rtl8723bs: cleanup and refactorcleanup "
` [PATCH v5 1/7] staging: rtl8723bs: use continue statements to reduce indentation
` [PATCH v5 2/7] staging: rtl8723bs: refactor comments to fix the line length warning for exceeding 100 columns
` [PATCH v5 3/7] staging: rtl8723bs: remove unnecessary new lines
` [PATCH v5 4/7] staging: rtl8723bs: Fix the line length exceeding 100 columns warning in the code
` [PATCH v5 5/7] staging: rtl8723bs: add missing space around operators
` [PATCH v5 6/7] staging: rtl8723bs: remove unnecessary braces
` [PATCH v5 7/7] staging: rtl8723bs: use !ptr instead of ptr == NULL
[PATCH v6 14/24] scsi: ufs: mediatek: Switch to newer PM ops helpers
2026-01-24 22:41 UTC (2+ messages)
[PATCH v2 1/1] mtd: cfi_cmdset_0001: Factor out do_write_buffer_locked() to reduce stack frame
2026-01-24 22:41 UTC (2+ messages)
[patch 0/5] clocksource: Rewrite clocksource watchdog and related cleanups
2026-01-24 22:28 UTC (3+ messages)
` [patch 2/5] MIPS: Dont select CLOCKSOURCE_WATCHDOG
[tip:tip/urgent] BUILD SUCCESS 87020fe119c36435876227f7048a321b2d194a31
2026-01-24 21:40 UTC
[tip:x86/entry] BUILD SUCCESS 3e30278e0c71808e156cac8da5895d636ce819d5
2026-01-24 21:39 UTC
[PATCH V3 0/6] block: ignore __blkdev_issue_discard() ret value
2026-01-24 21:35 UTC (3+ messages)
` [PATCH V3 4/6] nvmet: ignore discard return value
[PATCH] kvm: hyper-v: Delay firing of expired stimers
2026-01-24 21:26 UTC (3+ messages)
[PATCH net-next v1 0/3] r8169: add dash/LTR/RTL9151AS support
2026-01-24 21:24 UTC (6+ messages)
` [PATCH net-next v1 3/3] r8169: add support for chip RTL9151AS
[PATCH v6 2/4] PCI/pwrctrl: Add support for handling PCIe M.2 connectors
2026-01-24 21:24 UTC (2+ messages)
[PATCH v3] pmdomain: imx: gpcv2: Fix the imx8mm gpu hang due to wrong adb400 reset
2026-01-24 21:20 UTC (3+ messages)
[PATCH] gpio: rockchip: mark the GPIO controller as sleeping
2026-01-24 21:07 UTC (6+ messages)
[PATCH v6 0/4] PCI: Add initial support for handling PCIe M.2 connectors in devicetree
2026-01-24 21:07 UTC (2+ messages)
[PATCH v6 0/9] Enhanced autonomous selection and improvements
2026-01-24 21:04 UTC (16+ messages)
` [PATCH v6 4/9] ACPI: CPPC: Add cppc_get_perf() API to read performance controls
` [PATCH v6 5/9] ACPI: CPPC: Extend cppc_set_epp_perf() for FFH/SystemMemory
` [PATCH v6 6/9] ACPI: CPPC: add APIs and sysfs interface for min/max_perf
` [PATCH v6 7/9] ACPI: CPPC: add APIs and sysfs interface for perf_limited
[PATCH v6 0/2] Add DSI display support for QCS8300 target
2026-01-24 20:39 UTC (3+ messages)
` [PATCH v6 1/2] arm64: dts: qcom: qcs8300: add Display Serial Interface device nodes
` [PATCH v6 2/2] arm64: dts: qcom: qcs8300-ride: add anx7625 DSI to DP bridge node
[PATCH v3] mfd: bcm590xx: Add support for interrupt handling
2026-01-24 20:38 UTC (6+ messages)
[PATCH] net: decnet: fix build error due to incompatible pointer type, in dn_dst_gc
2026-01-24 20:33 UTC (2+ messages)
[PATCH v3] KVM: SEV: Add KVM_SEV_SNP_HV_REPORT_REQ command
2026-01-24 20:29 UTC (5+ messages)
[PATCH] PCI: amd-mdb: fix incorrect IRQ number in INTx error message
2026-01-24 20:25 UTC (2+ messages)
[PATCH v2] PCI: imx6: Fix device node reference leak in imx_pcie_probe()
2026-01-24 20:24 UTC (2+ messages)
[PATCH 0/2] Add the support for Glymur Video clock controller
2026-01-24 20:22 UTC (5+ messages)
` [PATCH 1/2] dt-bindings: clock: qcom: Add video clock controller on Glymur SoC
` [PATCH 2/2] clk: qcom: videocc-glymur: Add video clock controller driver for Glymur
[PATCH v2 0/4 RESEND] gpu/drm: tegra: add DSI support for Tegra20/Tegra30
2026-01-24 20:19 UTC (5+ messages)
` [PATCH v2 2/4 RESEND] gpu/drm: tegra: dsi: move prepare function to the top of encoder enable
[PATCH 0/2] Add device tree for Samsung Galaxy J7 (2016)
2026-01-24 20:05 UTC (3+ messages)
` [PATCH 1/2] dt-bindings: arm: samsung: add compatible for samsung-j7xelte
` [PATCH 2/2] arm64: dts: exynos: add initial support for Samsung Galaxy J7 (2016)
[PATCH v2] hwrng: core - use RCU for current_rng to fix race condition
2026-01-24 19:55 UTC
[PATCH 0/5] media: rcar: Streams support preparation
2026-01-24 19:51 UTC (6+ messages)
` [PATCH 2/5] media: rcar-csi2: Improve FLD_FLD_EN macros
` [PATCH 5/5] media: rcar-csi2: Optimize rcsi2_calc_mbps()
[PATCH 1/2] drm: introduce page_flip_timeout()
2026-01-24 19:49 UTC (7+ messages)
[GIT PULL] Driver core fixes for 6.19-rc7
2026-01-24 19:43 UTC (2+ messages)
[PATCH] printk: add early_counter_ns routine for printk blind spot
2026-01-24 19:40 UTC (2+ messages)
` [PATCH v2] printk: fix zero-valued printk timestamps in early boot
[PATCH v6 0/9] VMSCAPE optimization for BHI variant
2026-01-24 19:34 UTC (3+ messages)
` [PATCH v6 2/9] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
[PATCH v5 0/8] dma-buf: Use revoke mechanism to invalidate shared buffers
2026-01-24 19:14 UTC (9+ messages)
` [PATCH v5 1/8] dma-buf: Rename .move_notify() callback to a clearer identifier
` [PATCH v5 2/8] dma-buf: Rename dma_buf_move_notify() to dma_buf_invalidate_mappings()
` [PATCH v5 3/8] dma-buf: Always build with DMABUF_MOVE_NOTIFY
` [PATCH v5 4/8] vfio: Wait for dma-buf invalidation to complete
` [PATCH v5 5/8] dma-buf: Make .invalidate_mapping() truly optional
` [PATCH v5 6/8] dma-buf: Add dma_buf_attach_revocable()
` [PATCH v5 7/8] vfio: Permit VFIO to work with pinned importers
` [PATCH v5 8/8] iommufd: Add dma_buf_pin()
[RFC] Don't create sframes during build
2026-01-24 19:08 UTC (6+ messages)
[PATCH 1/3] hwmon: spd5118: Do not fail resume on temporary I2C errors
2026-01-24 19:11 UTC (9+ messages)
[PATCH v2] net: caif: fix memory leak in ldisc_receive
2026-01-24 19:10 UTC (4+ messages)
[PATCH 0/3] Revert "revocable: Revocable resource management"
2026-01-24 19:08 UTC (5+ messages)
` [PATCH 3/3] "
[PATCH v3 11/11] mm: Use unmap_desc struct for freeing page tables
2026-01-24 18:45 UTC (2+ messages)
[PATCH net-next] netconsole: selftests: Move netconsole selftests to separate target
2026-01-24 18:51 UTC
[RFC PATCH 0/3] rtla: Synchronize sample collection methods
2026-01-24 18:50 UTC (2+ messages)
[PATCH v2] io_uring/rsrc: fix RLIMIT_MEMLOCK bypass by removing cross-buffer accounting
2026-01-24 18:44 UTC (20+ messages)
[RFC PATCH 0/3] mshv: Add kexec safety for deposited pages
2026-01-24 18:42 UTC (4+ messages)
` [RFC PATCH 1/3] luo: Extract file object logic
` [RFC PATCH 2/3] mshv: Account pages deposited to hypervisor
` [RFC PATCH 3/3] mshv: Block kexec when hypervisor has pages deposited
[PATCH net-next v2 0/3] Airoha AN8811HB 2.5 Gbps phy support
2026-01-24 18:38 UTC (9+ messages)
` [PATCH net-next v2 1/3] net: phy: air_en8811h: factor out shareable code
` [PATCH net-next v2 2/3] net: phy: air_en8811h: add Airoha AN8811HB support
[PATCH V3 0/5] mm/khugepaged: cleanups and scan limit fix
2026-01-24 18:37 UTC (9+ messages)
` [PATCH V3 5/5] mm/khugepaged: make khugepaged_collapse_control static
[PATCH] fs: reset read-only fsflags together with xflags
2026-01-24 18:29 UTC (2+ messages)
[PATCH] fscrypt: Fix uninit-value in ovl_fill_real
2026-01-24 18:25 UTC (2+ messages)
[RFC] fs/resctrl: Generic schema description
2026-01-24 18:09 UTC (3+ messages)
[PATCH bpf-next v6 1/4] bpf: Add hash kfunc for cryptographic hashing
2026-01-24 18:03 UTC (2+ messages)
[GIT PULL] timer subsystem fixes
2026-01-24 18:00 UTC (2+ messages)
[GIT PULL] scheduler fixes
2026-01-24 18:00 UTC (2+ messages)
[GIT PULL] perf events fixes
2026-01-24 18:00 UTC (2+ messages)
[GIT PULL] objtool fixes
2026-01-24 18:00 UTC (2+ messages)
[GIT PULL] IRQ fixes
2026-01-24 18:00 UTC (2+ messages)
[GIT PULL] KVM fixes for Linux 6.19-rc7
2026-01-24 18:00 UTC (2+ messages)
[PATCH RFC 00/19] RISC-V: QoS: add CBQRI resctrl interface
2026-01-24 18:00 UTC (3+ messages)
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