linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-03 23:36:12 to 2025-07-04 04:46:58 UTC [more...]

[v1 resend 00/12] THP support for zone device page migration
 2025-07-04  4:46 UTC  (10+ messages)
` [v1 resend 03/12] mm/thp: zone_device awareness in THP handling code
` [v1 resend 06/12] lib/test_hmm: test cases and support for zone device private THP
` [v1 resend 07/12] mm/memremap: add folio_split support
` [v1 resend 08/12] mm/thp: add split during migration support
` [v1 resend 09/12] lib/test_hmm: add test case for split pages
` [v1 resend 10/12] selftests/mm/hmm-tests: new tests for zone device THP migration
` [v1 resend 11/12] gpu/drm/nouveau: add THP migration support
` [v1 resend 12/12] selftests/mm/hmm-tests: new throughput tests including THP

[PATCH 0/5] ARM: dts: aspeed: Add Meta Darwin dts
 2025-07-04  4:46 UTC  (7+ messages)
` [PATCH 1/5] ARM: dts: aspeed: Expand data0 partition in facebook-bmc-flash-layout-128.dtsi
` [PATCH 2/5] ARM: dts: aspeed: Remove eMMC from ast2600-facebook-netbmc-common.dtsi

[PATCH 1/2] llist: avoid memory tearing for llist_node
 2025-07-04  4:44 UTC  (7+ messages)
` [PATCH 2/2] cgroup: explain the race between updater and flusher

[PATCH v2 0/5] Defer throttle when task exits to user
 2025-07-04  4:34 UTC  (3+ messages)

[PATCH 00/16] PCI: MSI parent domain conversion
 2025-07-04  4:32 UTC  (8+ messages)
` [PATCH 14/16] PCI: hv: Switch to msi_create_parent_irq_domain()

[PATCH net-next] net: account for encap headers in qdisc pkt len
 2025-07-04  4:31 UTC  (2+ messages)

[PATCH V3 2/3] arm64: dts: qcom: Add eMMC support for qcs8300
 2025-07-04  4:26 UTC  (2+ messages)

[PATCH] efi/tpm: Fix the issue where the CC platforms event log header can't be correctly identified
 2025-07-04  2:53 UTC  (3+ messages)

[PATCH] fscrypt: improve filename encryption and decryption performance
 2025-07-04  4:13 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v10 00/25] zswap compression batching with optimized iaa_crypto driver
 2025-07-04  4:23 UTC  (26+ messages)
` [PATCH v10 01/25] crypto: iaa - Reorganize the iaa_crypto driver code
` [PATCH v10 02/25] crypto: iaa - New architecture for IAA device WQ comp/decomp usage & core mapping
` [PATCH v10 03/25] crypto: iaa - Simplify, consistency of function parameters, minor stats bug fix
` [PATCH v10 04/25] crypto: iaa - Descriptor allocation timeouts with mitigations
` [PATCH v10 05/25] crypto: iaa - iaa_wq uses percpu_refs for get/put reference counting
` [PATCH v10 06/25] crypto: iaa - Simplify the code flow in iaa_compress() and iaa_decompress()
` [PATCH v10 07/25] crypto: iaa - Refactor hardware descriptor setup into separate procedures
` [PATCH v10 08/25] crypto: iaa - Simplified, efficient job submissions for non-irq mode
` [PATCH v10 09/25] crypto: iaa - Deprecate exporting add/remove IAA compression modes
` [PATCH v10 10/25] crypto: iaa - Rearchitect the iaa_crypto driver to be usable by zswap and zram
` [PATCH v10 11/25] crypto: iaa - Enablers for submitting descriptors then polling for completion
` [PATCH v10 12/25] crypto: acomp - Add "void *kernel_data" in "struct acomp_req" for kernel users
` [PATCH v10 13/25] crypto: iaa - IAA Batching for parallel compressions/decompressions
` [PATCH v10 14/25] crypto: iaa - Enable async mode and make it the default
` [PATCH v10 15/25] crypto: iaa - Disable iaa_verify_compress by default
` [PATCH v10 16/25] crypto: iaa - Submit the two largest source buffers first in decompress batching
` [PATCH v10 17/25] crypto: iaa - Add deflate-iaa-dynamic compression mode
` [PATCH v10 18/25] crypto: acomp - Add crypto_acomp_batch_size() to get an algorithm's batch-size
` [PATCH v10 19/25] crypto: iaa - IAA acomp_algs register the get_batch_size() interface
` [PATCH v10 20/25] mm: zswap: Move the CPU hotplug procedures under "pool functions"
` [PATCH v10 21/25] mm: zswap: Per-CPU acomp_ctx resources exist from pool creation to deletion
` [PATCH v10 22/25] mm: zswap: Consistently use IS_ERR_OR_NULL() to check acomp_ctx resources
` [PATCH v10 23/25] mm: zswap: Allocate pool batching resources if the compressor supports batching
` [PATCH v10 24/25] mm: zswap: zswap_store() will process a large folio in batches
` [PATCH v10 25/25] mm: zswap: Batched zswap_compress() with compress batching of large folios

[PATCH V1 0/2] scsi: ufs: qcom: Align programming sequence as per HW spec
 2025-07-04  4:22 UTC  (4+ messages)
` [PATCH V1 2/2] scsi: ufs: qcom: Enable QUnipro Internal Clock Gating

[PATCH v8 00/15] khugepaged: mTHP support
 2025-07-04  4:20 UTC  (4+ messages)
` [PATCH v8 02/15] introduce khugepaged_collapse_single_pmd to unify khugepaged and madvise_collapse

linux-next: manual merge of the libcrypto tree with the s390 tree
 2025-07-04  4:16 UTC 

[PATCH v7 00/24] Linux SBI MPXY and RPMI drivers
 2025-07-04  4:15 UTC  (4+ messages)
` [PATCH v7 10/24] clk: Add clock driver for the RISC-V RPMI clock service group

[PATCH v5 0/4] Add support for AM62D2 SoC and EVM
 2025-07-04  4:10 UTC  (3+ messages)
` [PATCH v5 4/4] arm64: dts: ti: Add support for AM62D2-EVM

[PATCH v3 0/3] rust: Build PHY device tables by using module_device_table macro
 2025-07-04  4:10 UTC  (4+ messages)
` [PATCH v3 1/3] rust: device_id: split out index support into a separate trait
` [PATCH v3 2/3] rust: net::phy represent DeviceId as transparent wrapper over mdio_device_id
` [PATCH v3 3/3] rust: net::phy Change module_phy_driver macro to use module_device_table macro

[PATCH v3] ipv6: add `force_forwarding` sysctl to enable per-interface forwarding
 2025-07-04  4:09 UTC  (5+ messages)

[PATCH v7 00/28] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
 2025-07-04  4:08 UTC  (6+ messages)
` [PATCH v7 10/28] iommufd/access: Bypass access->ops->unmap for internal use

[tip:timers/ptp] BUILD SUCCESS 8959338617a85e35820e3a7fa21801cf55b068bf
 2025-07-04  4:08 UTC 

[PATCH v3] khugepaged: Reduce race probability between migration and khugepaged
 2025-07-04  4:04 UTC 

[PATCH 0/7] firmware: arm_scmi: imx: Dump syslog and system_info
 2025-07-04  5:12 UTC  (7+ messages)
` [PATCH 1/7] firmware: arm_scmi: imx: Add documentation for MISC_BOARD_INFO
` [PATCH 2/7] firmware: arm_scmi: imx: Support discovering buildinfo of MISC protocol

[PATCH RESEND] drm/uapi: Fix typo "restictions"
 2025-07-04  3:59 UTC 

[RFC PATCH 01/20] nvdimm/label: Introduce NDD_CXL_LABEL flag to set cxl label format
 2025-07-03 10:04 UTC  (6+ messages)
  ` [RFC PATCH 02/20] nvdimm/label: Prep patch to accommodate cxl lsa 2.1 support

[RFC V2 00/18] famfs: port into fuse
 2025-07-04  3:53 UTC  (5+ messages)
` [RFC V2 18/18] famfs_fuse: Add documentation

[PATCH] ASoC: Use of_reserved_mem_region_to_resource() for "memory-region"
 2025-07-04  3:39 UTC  (3+ messages)

[PATCH v2] drm/amdgpu: use kmalloc_array() instead of kmalloc()
 2025-07-04  3:30 UTC 

[PATCH v2] khugepaged: Reduce race probability between migration and khugepaged
 2025-07-04  3:27 UTC  (2+ messages)

[tip:sched/core] BUILD SUCCESS d398a68e8bcf430e231cccfbaa27cb25a7a6f224
 2025-07-04  3:23 UTC 

[PATCH] drm/amd/display:fix a Null pointer dereference vulnerability
 2025-07-04  3:16 UTC  (3+ messages)
`  "
` [PATCH v2] "

[PATCH v2] mm: fault in complete folios instead of individual pages for tmpfs
 2025-07-04  3:19 UTC 

[PATCH v4 0/4] Add SpacemiT K1 USB3.0 host controller support
 2025-07-04  2:41 UTC  (6+ messages)
` [PATCH v4 3/4] usb: dwc3: add generic driver to support flattened DT

[PATCH v1] mm/vmscan: Account hwpoisoned folios in reclaim statistics
 2025-07-04  3:14 UTC  (3+ messages)

[PATCH v2 0/3] rust: Build PHY device tables by using module_device_table macro
 2025-07-04  3:12 UTC  (4+ messages)
` [PATCH v2 1/3] rust: device_id: split out index support into a separate trait

[PATCH next] sched,freezer: prevent tasks from escaping being frozen
 2025-07-04  3:11 UTC  (4+ messages)

[PATCH v2 0/2] firmware: arm_scmi: add pm ops for scmi_power_control
 2025-07-04  3:09 UTC  (3+ messages)
` [PATCH v2 1/2] firmware: arm_scmi: bus: Add pm ops
` [PATCH v2 2/2] firmware: arm_scmi: power_control: Set SCMI_SYSPOWER_IDLE in PM resume

linux-next: manual merge of the bpf-next tree with the s390 tree
 2025-07-04  3:11 UTC 

[PATCH] drm/amdgpu: Fix lifetime of struct amdgpu_task_info after ring reset
 2025-07-04  3:06 UTC 

[PATCH] ALSA: hda/realtek: Add support for ASUS NUC14LNK system which uses Realtek ALC245 codec and CS35L41 amplifier over SPI. Without this quirk, the amp probe fails with -EINVAL and no sound is initialized
 2025-07-04  3:02 UTC  (2+ messages)
` [PATCH v2] ALSA: hda/realtek: Add quirk for ASUS NUC14LNK with CS35L41

[syzbot] [net?] kernel BUG in filemap_fault (2)
 2025-07-04  3:00 UTC  (3+ messages)

[PATCH v4 0/3] support for amlogic the new SPI IP
 2025-07-04  2:59 UTC  (4+ messages)
` [PATCH v4 1/3] spi: dt-bindings: Add binding document of Amlogic SPISG controller
` [PATCH v4 2/3] spi: Add Amlogic SPISG driver
` [PATCH v4 3/3] MAINTAINERS: Add an entry for Amlogic spi driver

[PATCH] Input: cs40l50 - fix possible NULL pointer dereference
 2025-07-04  2:58 UTC 

[PATCH] tpm: Use of_reserved_mem_region_to_resource() for "memory-region"
 2025-07-04  2:58 UTC  (2+ messages)

[PATCH v8 0/3] tpm_crb_ffa: handle tpm busy return code
 2025-07-04  2:56 UTC  (6+ messages)
` [PATCH v8 2/3] tpm_crb_ffa:Introduce memzero macro to replace memset

[PATCH v5] tpm: Managed allocations for tpm_buf instances
 2025-07-04  2:53 UTC  (3+ messages)

linux-next: build failure after merge of the i2c-host tree
 2025-07-04  2:50 UTC  (4+ messages)

[PATCH] f2fs: improve the performance of f2fs_lookup
 2025-07-04  2:44 UTC  (3+ messages)
` [PATCH v3 1/2] libfs: reduce the number of memory allocations in generic_ci_match
` [PATCH v3 2/2] f2fs: improve the performance of f2fs_lookup

[PATCH 0/2] Small cleanups for x86 SHA-256
 2025-07-04  2:39 UTC  (3+ messages)
` [PATCH 1/2] lib/crypto: x86/sha256: Move static_call above kernel-mode FPU section
` [PATCH 2/2] lib/crypto: x86/sha256: Remove unnecessary checks for nblocks==0

[PATCH v3 00/10] coresight: ctcu: Enable byte-cntr function for TMC ETR
 2025-07-04  2:41 UTC  (2+ messages)

[PATCH v2 0/2] Enable CTCU device for QCS8300
 2025-07-04  2:41 UTC  (3+ messages)

[PATCH 0/3] PCI: brcmstb: Add 74110a0 SoC configuration
 2025-07-04  2:41 UTC  (7+ messages)
` [PATCH 1/3] dt-bindings: PCI: brcm,stb-pcie: Add 74110 SoC
` [PATCH 2/3] PCI: brcmstb: Acommodate newer SOCs with next-gen PCIe inbound mapping
` [PATCH 3/3] PCI: brcmstb: Add 74110a0 SoC configuration details

[PATCH] Input: cs40l50: Fix potential NULL dereference and memory leak
 2025-07-04  2:40 UTC 

[PATCH bpf-next v7 1/3] bpf: Show precise link_type for {uprobe,kprobe}_multi fdinfo
 2025-07-04  2:40 UTC  (2+ messages)

[PATCH] mm: support large mapping building for tmpfs
 2025-07-04  2:35 UTC  (9+ messages)

[PATCH] atm: clip: Fix NULL pointer dereference in vcc_sendmsg()
 2025-07-04  2:39 UTC 

[PATCH 0/4] R-Car CANFD Improvements
 2025-07-04  2:24 UTC  (3+ messages)
` [PATCH 4/4] can: rcar_canfd: Replace RCANFD_CFG_* macros with FIELD_PREP

[PATCH] riscv: ftrace: Fix the logic issue in DYNAMIC_FTRACE selection
 2025-07-04  2:22 UTC  (2+ messages)

[PATCH] Bluetooth: hci_core: lookup pa sync need check BIG sync state
 2025-07-04  2:21 UTC  (5+ messages)

[PATCH 2/4] vfio/type1: batch vfio_find_vpfn() in function vfio_unpin_pages_remote()
 2025-07-04  2:20 UTC  (2+ messages)

[PATCH v3?] proc_sysctl: remove rcu_dereference() for accessing ->sysctl
 2025-07-04  2:19 UTC  (9+ messages)

[PATCH v2] wifi: rtw88: coex: Use bitwise instead of arithmetic operator for flags
 2025-07-04  2:19 UTC  (2+ messages)

[PATCH 00/15] Add driver for 1Gbe network chips from MUCSE
 2025-07-04  2:10 UTC  (4+ messages)
` [PATCH 01/15] net: rnpgbe: Add build support for rnpgbe

linux-next: duplicate patch in the arm64 tree
 2025-07-04  2:06 UTC 

[PATCH 0/7] media: add imx93 mipi/controller csi support
 2025-07-04  2:04 UTC  (5+ messages)
` [PATCH 5/7] media: nxp: add DesignWare MIPI CSI2 controller driver

[PATCH v4 0/5] Improvements to S5 power consumption
 2025-07-04  2:01 UTC  (3+ messages)

[PATCH 0/6] HID: Add Legion Go S Driver
 2025-07-04  1:57 UTC  (3+ messages)

[PATCH] block: zram: replace scnprintf() with sysfs_emit() in *_show() functions
 2025-07-04  1:57 UTC  (4+ messages)
` [PATCH] zram: pass buffer offset to zcomp_available_show()

[PATCH bpf-next v2 04/18] ftrace: add reset_ftrace_direct_ips
 2025-07-04  1:54 UTC  (3+ messages)

[PATCH] locking/mutex: remove redundant ifdef
 2025-07-04  1:52 UTC 

[tip:perf/urgent] BUILD SUCCESS ba677dbe77af5ffe6204e0f3f547f3ba059c6302
 2025-07-04  1:50 UTC 

[syzbot] [ext4?] KASAN: slab-use-after-free Read in __ext4_check_dir_entry
 2025-07-04  1:50 UTC 

ld.lld: error: Function Import: link error: linking module flags 'Code Model': IDs have conflicting values: 'i32 3' from vmlinux.a(init.o at 1794328), and 'i32 1' from vmlinux.a(target_core_transport.o at 1969228)
 2025-07-04  1:48 UTC  (2+ messages)

[PATCH v5] ACPI:PRM: Reduce unnecessary printing to avoid the worries of regular users
 2025-07-04  1:45 UTC  (2+ messages)
` Reply:[PATCH "

[PATCH v3 0/1] PM / Freezer: Skip zombie/dead processes to reduce
 2025-07-04  1:45 UTC  (6+ messages)
` [PATCH v3 1/1] PM / Freezer: Skip zombie/dead processes to

[PATCH V6] ACPI:PRM: Reduce unnecessary printing to avoid the worries of regular users
 2025-07-04  1:41 UTC 

[PATCH v3 00/10] ext4: fix insufficient credits when writing back large folios
 2025-07-04  1:40 UTC  (6+ messages)
` [PATCH v3 05/10] ext4: restart handle if credits are insufficient during allocating blocks

回复: 回复: 回复: linux-next: build failure after merge of the char-misc tree
 2025-07-04  1:32 UTC  (2+ messages)
`  "

[PATCH V2 0/2] x86/tdx: Skip clearing reclaimed pages unless X86_BUG_TDX_PW_MCE is present
 2025-07-04  1:32 UTC  (3+ messages)
` [PATCH V2 2/2] "

[PATCH] Revert "integrity: Do not load MOK and MOKx when secure boot be disabled"
 2025-07-04  1:30 UTC  (7+ messages)

[PATCH 1/1] iommu/vt-d: Optimize iotlb_sync_map for non-caching/non-RWBF modes
 2025-07-04  1:25 UTC  (3+ messages)

[PATCH] usb: gadget: f_uac2: replace scnprintf() with sysfs_emit()
 2025-07-04  0:34 UTC 

[PATCH v6 0/2] ASPEED: Add mailbox driver for AST2700 series
 2025-07-04  1:24 UTC  (5+ messages)
` [PATCH v6 1/2] dt-bindings: mailbox: Add ASPEED AST2700 series SoC
` [PATCH v6 2/2] mailbox: aspeed: add mailbox driver for AST27XX "

[PATCH V3 0/4] perf: Support Panther Lake uncore
 2025-07-04  1:24 UTC  (4+ messages)
` [PATCH V3 1/4] perf/x86/intel/uncore: Support MSR portal for discovery tables

[PATCH v3 1/4] dt-bindings: usb: Add compatible strings for s32g2/s32g3
 2025-07-04  1:20 UTC  (4+ messages)
` [PATCH v3 2/4] usb: chipidea: s32g: Add usb support for s32g2
` [PATCH v3 3/4] usb: chipidea: s32g: Add usb support for s32g3
` [PATCH v3 4/4] arm64: dts: s32g: Add USB device tree information for s32g2/s32g3

[PATCH v3 0/4] usb: chipidea: Add support for s32g2 and s32g3
 2025-07-04  1:20 UTC 

[PATCH bpf-next,v3 0/2] Clarify and Enhance XDP Rx Metadata Handling
 2025-07-04  1:17 UTC  (7+ messages)
` [PATCH bpf-next,v3 1/2] doc: enhance explanation of XDP Rx metadata layout and METADATA_SIZE
` [PATCH bpf-next,v3 2/2] selftests/bpf: Enhance XDP Rx metadata handling

[syzbot] [net?] general protection fault in htb_qlen_notify
 2025-07-04  1:12 UTC  (2+ messages)

[git pull] drm fixes for 6.16-rc5
 2025-07-04  1:01 UTC 

[PATCH net-next v3] tcp: Correct signedness in skb remaining spac calculation
 2025-07-04  0:52 UTC 

[PATCH v2 0/4] PM: freezer: Add retry stats and D-state task logging for debugging
 2025-07-04  0:49 UTC  (7+ messages)
` [PATCH v2 1/4] PM: freezer: Add retry count statistics for freeze pass iterations
` [PATCH v2 2/4] PM: freezer: Print tasks stuck in D-state during freeze

[PATCH v2 0/7] Further kernel-doc tweakery
 2025-07-04  0:45 UTC  (5+ messages)
` [PATCH v2 2/7] docs: kdoc: micro-optimize KernRe

[PATCH v2] bcache: fix "for/take a while" typos
 2025-07-04  0:45 UTC  (2+ messages)

[PATCH v7 00/12] unwind_deferred: Implement sframe handling
 2025-07-04  0:36 UTC  (3+ messages)

[PATCH v1] rust: time: Add examples with doctest for Delta
 2025-07-04  0:36 UTC  (4+ messages)

[GIT PULL] bcachefs fixes for 6.16-rc5
 2025-07-04  0:33 UTC 

[syzbot] [kernel?] KASAN: slab-use-after-free Write in flush_tlb_func
 2025-07-04  0:30 UTC  (9+ messages)
          ` [PATCH] smp: Wait for enqueued work regardless of IPI sent
              ` [PATCH v2] "

[PATCH 0/2] selftests/cgroup: better bound for cpu.max tests
 2025-07-04  0:26 UTC  (4+ messages)
` [PATCH v2] selftests/cgroup: improve the accuracy of "

[PATCH v2 0/3] hwmon: add Microchip EMC2101 driver
 2025-07-04  0:25 UTC  (5+ messages)
` [PATCH] drivers: hwmon: add "

[PATCH v1 0/3] rust: Build PHY device tables by using module_device_table macro
 2025-07-04  0:19 UTC  (5+ messages)
` [PATCH v1 1/3] rust: device_id: make DRIVER_DATA_OFFSET optional

ERROR: modpost: "gt_reset_failure" [drivers/gpu/drm/xe/xe.ko] undefined!
 2025-07-04  0:14 UTC 

[PATCH v1] rust: time: make ClockSource unsafe trait
 2025-07-04  0:07 UTC  (4+ messages)

[PATCH RFC 0/2] nfsd: issue POSIX_FADV_DONTNEED after READ/WRITE/COMMIT
 2025-07-04  0:05 UTC  (7+ messages)
` [PATCH RFC 1/2] sunrpc: delay pc_release callback until after sending a reply
` [PATCH RFC 2/2] nfsd: call generic_fadvise after v3 READ, stable WRITE or COMMIT

[PATCH 0/2] arm64: dts: renesas: r9a09g056n48/r9a09g057h44: Fix pinctrl node names for GBETH1
 2025-07-03 23:55 UTC  (3+ messages)
` [PATCH 1/2] arm64: dts: renesas: r9a09g057h44-rzv2h-evk: Fix pinctrl node name "
` [PATCH 2/2] arm64: dts: renesas: r9a09g056n48-rzv2n-evk: "

[PATCH v2 0/3] Add pinctrl driver for RZ/T2H and RZ/N2H SoCs
 2025-07-03 23:53 UTC  (4+ messages)
` [PATCH v2 2/3] pinctrl: renesas: Add support for RZ/T2H

[PATCH 0/6] arm64: dts: renesas: Add I2C and SDHI nodes for RZ/T2H and RZ/N2H SoCs
 2025-07-03 23:52 UTC  (7+ messages)
` [PATCH 1/6] arm64: dts: renesas: r9a09g077: Add I2C controller nodes
` [PATCH 3/6] arm64: dts: renesas: r9a09g077: Add SDHI nodes

[PATCH] riscv: dts: sophgo: sophgo-srd3-10: reserve uart0 device
 2025-07-03 23:52 UTC  (2+ messages)

[BUG] Kernel panic in __migrate_swap_task() on 6.16-rc2 (NULL pointer dereference)
 2025-07-03 23:50 UTC  (13+ messages)

[PATCH RFC] Documentation: typography refresh
 2025-07-03 23:50 UTC  (6+ messages)

linux-next: Fixes tag needs some work in the cifs tree
 2025-07-03 23:47 UTC  (2+ messages)

[PATCH bpf v2] xsk: Fix out of order segment free in __xsk_generic_xmit()
 2025-07-03 23:37 UTC  (4+ 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).