LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-19 20:50:40 to 2025-11-20 00:39:23 UTC [more...]

[PATCH 0/4] lib/crypto: ML-DSA verification support
 2025-11-20  0:36 UTC 

[PATCH v2 1/2] fs: tidy up step_into() & friends before inlining
 2025-11-20  0:38 UTC 

[PATCH 00/44] Change a lot of min_t() that might mask high bits
 2025-11-20  0:32 UTC  (48+ messages)
` [PATCH 01/44] x86/asm/bitops: Change the return type of variable__ffs() to unsigned int
` [PATCH 02/44] ext4: Fix saturation of 64bit inode times for old filesystems
` [PATCH 03/44] perf: Fix branch stack callchain limit
` [PATCH 04/44] io_uring/net: Change some dubious min_t()
` [PATCH 05/44] ipc/msg: Fix saturation of percpu counts in msgctl_info()
` [PATCH 06/44] bpf: Verifier, remove some unusual uses of min_t() and max_t()
` [PATCH 07/44] net/core/flow_dissector: Fix cap of __skb_flow_dissect() return value
` [PATCH 08/44] net: ethtool: Use min3() instead of nested min_t(u16,...)
` [PATCH 09/44] ipv6: __ip6_append_data() don't abuse max_t() casts
` [PATCH 10/44] x86/crypto: ctr_crypt() use min() instead of min_t()
` [PATCH 11/44] arch/x96/kvm: "
` [PATCH 12/44] block: "
` [PATCH 13/44] drivers/acpi: "
` [PATCH 14/44] drivers/char/hw_random: use min3() instead of nested min_t()
` [PATCH 15/44] drivers/char/tpm: use min() instead of min_t()
` [PATCH 16/44] drivers/crypto/ccp: "
` [PATCH 17/44] drivers/cxl: "
` [PATCH 18/44] drivers/gpio: "
` [PATCH 19/44] drivers/gpu/drm/amd: "
` [PATCH 20/44] drivers/i2c/busses: "
` [PATCH 21/44] drivers/net/ethernet/realtek: "
` [PATCH 22/44] drivers/nvme: "
` [PATCH 23/44] arch/x86/mm: "
` [PATCH 24/44] drivers/nvmem: "
` [PATCH 25/44] drivers/pci: "
` [PATCH 26/44] drivers/scsi: "
` [PATCH 27/44] drivers/tty/vt: use umin() instead of min_t(u16, ...) for row/col limits
` [PATCH 28/44] drivers/usb/storage: use min() instead of min_t()
` [PATCH 29/44] drivers/xen: "
` [PATCH 30/44] fs: use min() or umin() "
` [PATCH 31/44] block: bvec.h: use min() "
` [PATCH 32/44] nodemask: "
` [PATCH 33/44] ipc: "
` [PATCH 34/44] bpf: "
` [PATCH 35/44] "
` [PATCH 36/44] lib/bucket_locks: "
` [PATCH 37/44] lib/crypto/mpi: "
` [PATCH 38/44] lib/dynamic_queue_limits: use max() instead of max_t()
` [PATCH 39/44] mm: use min() instead of min_t()
` [PATCH 40/44] net: Don't pass bitfields to max_t()
` [PATCH 41/44] net/core: Change loop conditions so min() can be used
` [PATCH 42/44] net: use min() instead of min_t()
` [PATCH 43/44] net/netlink: Use umin() to avoid min_t(int, ...) discarding high bits
` [PATCH 44/44] net/mptcp: Change some dubious min_t(int, ...) to min()

[PATCH v3 0/2] Add ADG1712 SPST switch controller support
 2025-11-20  0:31 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: switch: adg1712: add adg1712 support

[PATCH] mm/huge_memory.c: introduce folio_split_unmapped
 2025-11-20  0:29 UTC  (3+ messages)

[PATCH] staging: rtl8723bs: core: fix block comment style issues
 2025-11-20  0:29 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v4 00/15] gpio: Use modern PM macros
 2025-11-20  0:10 UTC  (4+ messages)
` [PATCH v4 11/15] gpio: tqmx86: "

[RFC v1 0/4] Microchip mpfs/pic64gx pinctrl part 2
 2025-11-20  0:26 UTC  (10+ messages)
` [RFC v1 2/4] pinctrl: add polarfire soc mssio pinctrl driver

[PATCH] gpio: dwapb: Fold dwapb_context into dwapb_gpio_port
 2025-11-19 23:59 UTC  (3+ messages)

[RESEND v13 00/25] Enable CXL PCIe Port Protocol Error handling and logging
 2025-11-20  0:17 UTC  (17+ messages)
` [RESEND v13 02/25] PCI/CXL: Introduce pcie_is_cxl()
` [RESEND v13 08/25] CXL/AER: Move AER drivers RCH error handling into pcie/aer_cxl_rch.c
` [RESEND v13 12/25] cxl/pci: Unify CXL trace logging for CXL Endpoints and CXL Ports
` [RESEND v13 13/25] cxl/pci: Update cxl_handle_cor_ras() to return early if no RAS errors
` [RESEND v13 15/25] CXL/PCI: Introduce PCI_ERS_RESULT_PANIC

[PATCH net-next v3 0/4] netconsole: Allow userdata buffer to grow dynamically
 2025-11-20  0:14 UTC  (5+ messages)
` [PATCH net-next v3 1/4] netconsole: Simplify send_fragmented_body()
` [PATCH net-next v3 2/4] netconsole: Split userdata and sysdata
` [PATCH net-next v3 3/4] netconsole: Dynamic allocation of userdata buffer
` [PATCH net-next v3 4/4] netconsole: Increase MAX_USERDATA_ITEMS

[PATCH 00/13] MediaTek Interconnect Cleanup and MT8196 Enablement
 2025-11-20  0:11 UTC  (5+ messages)
` [PATCH 02/13] dt-bindings: soc: mediatek: dvfsrc: Document clock
` [PATCH 03/13] dt-bindings: interconnect: mt8183-emi: Add support for MT8196 EMI

[PATCH] security: sctp: Format type and permission checks tables
 2025-11-20  0:10 UTC  (2+ messages)

[PATCH v5 0/4] Implement hardware automatic clock gating (HWACG) for gs101
 2025-11-20  0:10 UTC  (3+ messages)
` [PATCH v5 1/4] dt-bindings: clock: google,gs101-clock: add samsung,sysreg property as required

[PATCH v2 0/2] Remove syscon compatible from google,gs101-pmu node
 2025-11-20  0:09 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: soc: samsung: exynos-pmu: remove syscon for google,gs101-pmu

[PATCH v3 0/2] Add support for NXP XSPI
 2025-11-20  0:02 UTC  (6+ messages)
` [PATCH v3 2/2] spi: add driver for NXP XSPI controller

[PATCH net-next 14/15] net: dsa: sja1105: replace mdiobus-pcs with xpcs-plat driver
 2025-11-20  0:01 UTC  (2+ messages)

[PATCH 0/9] Add support for handling PCIe M.2 Key E connectors in devicetree
 2025-11-19 23:59 UTC  (5+ messages)
` [PATCH 7/9] dt-bindings: connector: Add PCIe M.2 Mechanical Key E connector

[PATCH] arm64: mm: fix direct map use over accounting
 2025-11-19 23:57 UTC 

[PATCH v2 0/4] PCI: Add initial support for handling PCIe M.2 connectors in devicetree
 2025-11-19 23:56 UTC  (8+ messages)
` [PATCH v2 1/4] dt-bindings: connector: Add PCIe M.2 Mechanical Key M connector

linux-next: manual merge of the risc-v tree with the tenstorrent-dt tree
 2025-11-19 23:54 UTC  (2+ messages)

linux-next: build failure after merge of the mm-nonmm-unstable tree
 2025-11-19 23:48 UTC  (3+ messages)

[PATCH 1/1] scsi: ufs: core: Fix EH failure after wlun resume error
 2025-11-19 23:44 UTC  (6+ messages)

[PATCH V4 00/17] Add CXL LSA 2.1 format support in nvdimm and cxl pmem
 2025-11-19 23:37 UTC  (15+ messages)
  ` [PATCH V4 11/17] cxl/region: Add devm_cxl_pmem_add_region() for pmem region creation
  ` [PATCH V4 12/17] cxl/pmem: Preserve region information into nd_set
  ` [PATCH V4 13/17] cxl/pmem_region: Prep patch to accommodate pmem_region attributes
  ` [PATCH V4 14/17] cxl/pmem_region: Introduce CONFIG_CXL_PMEM_REGION for core/pmem_region.c
  ` [PATCH V4 15/17] cxl/pmem_region: Add sysfs attribute cxl region label updation/deletion
  ` [PATCH V4 16/17] cxl/pmem_region: Create pmem region using information parsed from LSA
  ` [PATCH V4 17/17] cxl/pmem: Add CXL LSA 2.1 support in cxl pmem

linux-next: manual merge of the riscv-soc tree with the risc-v tree
 2025-11-19 23:37 UTC 

[PATCH v1] perf: Switch printf("...%s", strerror(errno)) to printf("...%m")
 2025-11-19 23:36 UTC 

linux-next: manual merge of the arm64 tree with the mm-unstable tree
 2025-11-19 23:25 UTC 

[PATCH v5 0/6] Use Rust Bitmap from Rust Binder driver
 2025-11-19 23:16 UTC  (6+ messages)
` [PATCH v5 6/6] rust_binder: use bitmap for allocation of handles

Soft lock-ups caused by iptables
 2025-11-19 23:14 UTC  (7+ messages)

[PATCH net-next 1/5] net/mlx5: Refactor EEPROM query error handling to return status separately
 2025-11-19 23:11 UTC  (2+ messages)

[PATCH v3] Drivers: hv: ioctl for self targeted passthrough hvcalls
 2025-11-19 23:09 UTC  (3+ messages)

[PATCH libcrypto 1/2] array_size: introduce min_array_size() function decoration
 2025-11-19 23:02 UTC  (5+ messages)

[PATCH net-next v2 0/4] netconsole: Allow userdata buffer to grow dynamically
 2025-11-19 22:58 UTC  (4+ messages)
` [PATCH net-next v2 4/4] netconsole: Increase MAX_USERDATA_ITEMS

[PATCH] selftests: tracing: Add tprobe enable/disable testcase
 2025-11-19 22:56 UTC  (4+ messages)

[PATCH] selftests: tracing: Update fprobe selftest for ftrace based fprobe
 2025-11-19 22:56 UTC  (4+ messages)

[PATCH] module/decompress: Avoid open-coded kvrealloc()
 2025-11-19 22:54 UTC 

[PATCH v1 0/4] cpuidle: governors: teo: Assorted improvements
 2025-11-19 22:52 UTC  (3+ messages)

[PATCH v2] string: Add missing kernel-doc return descriptions
 2025-11-19 22:48 UTC  (2+ messages)

[PATCH 1/2] xenbus: Use .freeze/.thaw to handle xenbus devices
 2025-11-19 22:47 UTC  (2+ messages)
` [PATCH 2/2] xenbus: Rename helpers to freeze/thaw/restore

[tip:timers/urgent] BUILD SUCCESS e0fd4d42e27f761e9cc82801b3f183e658dc749d
 2025-11-19 22:44 UTC 

[PATCH v2 00/21] Runtime TDX Module update support
 2025-11-19 22:44 UTC  (12+ messages)

[PATCH] kbuild: Enable GCC diagnostic context for value-tracking warnings
 2025-11-19 22:44 UTC 

[PATCH 00/26] Introduce meminspect
 2025-11-19 22:41 UTC  (3+ messages)
` [PATCH 25/26] dt-bindings: reserved-memory: Add Google Kinfo Pixel reserved memory

[PATCH][next] net: inet_sock.h: Avoid thousands of -Wflex-array-member-not-at-end warnings
 2025-11-19 22:40 UTC  (6+ messages)

[PATCH v8 0/2] NXP SAR ADC IIO driver for s32g2/3 platforms
 2025-11-19 22:39 UTC  (3+ messages)
` [PATCH v8 1/2] dt-bindings: iio: adc: Add the NXP SAR ADC "
` [PATCH v8 2/2] iio: adc: Add the NXP SAR ADC support for the "

[PATCH 0/3] KVM: arm64: Reschedule as needed when destroying the stage-2 page-tables
 2025-11-19 22:35 UTC  (2+ messages)

[PATCH v4] README: restructure with role-based documentation and guidelines
 2025-11-19 22:34 UTC  (2+ messages)

[PATCH v15 0/7] timers: Exclude isolated cpus from timer migration
 2025-11-19 22:31 UTC  (10+ messages)
` [PATCH v15 7/7] "

[PATCH v1 0/2] build full dtbs for BananaPi R3/R4(Pro)
 2025-11-19 22:27 UTC  (2+ messages)

[PATCH v2 0/3] Add basic device tree support for the Axis ARTPEC-9 SoC
 2025-11-19 22:27 UTC  (2+ messages)

[PATCH v4 0/3] initrd: remove half of classic initrd support
 2025-11-19 22:24 UTC  (4+ messages)
` [PATCH v4 1/3] init: remove deprecated "load_ramdisk" and "prompt_ramdisk" command line parameters
` [PATCH v4 2/3] initrd: remove deprecated code path (linuxrc)
` [PATCH v4 3/3] init: remove /proc/sys/kernel/real-root-dev

[v2 PATCH] arm64: mm: show direct mapping use in /proc/meminfo
 2025-11-19 22:26 UTC  (5+ messages)

[PATCH v2] fs/hfs: fix s_fs_info leak on setup_bdev_super() failure
 2025-11-19 22:24 UTC  (4+ messages)

[PATCH v2 0/4] hwmon: Add driver for wsen-tids temperature driver
 2025-11-19 22:23 UTC  (3+ messages)
` [PATCH v2 3/4] hwmon: Add driver for wsen tids

[PATCH 0/8] rust: pci: add abstractions for SR-IOV capability
 2025-11-19 22:19 UTC  (9+ messages)
` [PATCH 1/8] rust: pci: add is_virtfn(), to check for VFs
` [PATCH 2/8] rust: pci: add is_physfn(), to check for PFs
` [PATCH 3/8] rust: pci: add {enable,disable}_sriov(), to control SR-IOV capability
` [PATCH 4/8] rust: pci: add num_vf(), to return number of VFs
` [PATCH 5/8] rust: pci: add vtable attribute to pci::Driver trait
` [PATCH 6/8] rust: pci: add bus callback sriov_configure(), to control SR-IOV from sysfs
` [PATCH 7/8] rust: pci: add physfn(), to return PF device for VF device
` [PATCH 8/8] samples: rust: add SR-IOV driver sample

[RFT PATCH] ocfs2: Invalidate inode if i_mode is zero after block read
 2025-11-19 22:17 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] selftests: breakpoints: check RTC wakeup alarm support before test
 2025-11-19 22:15 UTC  (2+ messages)

[PATCH v6 00/20] Live Update Orchestrator
 2025-11-19 22:12 UTC  (7+ messages)
` [PATCH v6 15/20] mm: memfd_luo: allow preserving memfd
` [PATCH v6 18/20] selftests/liveupdate: Add kexec-based selftest for session lifecycle

[PATCH v2 0/6] media: uvcvideo: Map known XU controls
 2025-11-19 22:09 UTC  (4+ messages)
` [PATCH v2 5/6] media: uvcvideo: Introduce allow_privacy_override param

[tip:ras/core] BUILD SUCCESS ab19d15bd5ee9e3a3a7f8e0ac9eb8f6eb9c0af2e
 2025-11-19 22:05 UTC 

[PATCH 0/9] KVM: SVM: Fix (hilarious) exit_code bugs
 2025-11-19 22:05 UTC  (4+ messages)
` [PATCH 6/9] KVM: SVM: Filter out 64-bit exit codes when invoking exit handlers on bare metal

[PATCH RESEND v3] selftests/run_kselftest.sh: exit with error if tests fail
 2025-11-19 22:01 UTC  (2+ messages)

[PATCH] phy: qcom-qmp-combo: Use regulator_bulk_data with init_load_uA for regulator setup
 2025-11-19 22:04 UTC  (2+ messages)

[PATCH v4] rust: sync: replace `kernel::c_str!` with C-Strings
 2025-11-19 21:57 UTC  (2+ messages)

[PATCH] arm64: dts: ti: Add missing applied DT overlay targets
 2025-11-19 21:56 UTC  (3+ messages)

[PATCH 1/2] rust: pin-init: fix broken rust doc link
 2025-11-19 21:55 UTC  (8+ messages)

[PATCH 0/3] mtd: maps: vmu-flash: Fix build and runtime errors
 2025-11-19 21:54 UTC  (5+ messages)

[PATCH] of/irq: Handle explicit interrupt parent
 2025-11-19 21:51 UTC  (2+ messages)

[PATCH] Documentation/protection-keys: Mark as available on AMD
 2025-11-19 21:50 UTC  (2+ messages)

[PATCH 00/17] Paravirt CPUs and push task for less vCPU preemption
 2025-11-19 21:48 UTC  (3+ messages)
` [PATCH 01/17] sched/docs: Document cpu_paravirt_mask and Paravirt CPU concept

[PATCH v13 00/17] Refcounted interrupts, SpinLockIrq for rust
 2025-11-19 21:47 UTC  (4+ messages)
` [PATCH v13 05/17] irq & spin_lock: Add counted interrupt disabling/enabling

[PATCH v3 0/2] leds: rgb: lpg: Don't enable TRILED when configuring PWM
 2025-11-19 21:52 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: leds: qcom-lpg: Explain standalone PWM usage
` [PATCH v3 2/2] leds: rgb: leds-qcom-lpg: Don't enable TRILED when configuring PWM

[PATCH v2 0/5] media: platform: nxp: Trivial cleanup pathces
 2025-11-19 21:34 UTC  (6+ messages)
` [PATCH v2 1/5] media: nxp: use devm_mutex_init() simple code
` [PATCH v2 2/5] media: nxp: use dev_err_probe() to simplify code
` [PATCH v2 3/5] media: nxp: imx8-isi: use devm_pm_runtime_enable() "
` [PATCH v2 4/5] media: nxp: use cleanup __free(fwnode_handle) "
` [PATCH v2 5/5] media: nxp: Add dev_err_probe() to all error paths in *async_register() helpers

[PATCH 0/4] media: uvcvideo: Map known XU controls
 2025-11-19 21:34 UTC  (11+ messages)
` [PATCH 4/4] media: uvcvideo: Introduce allow_privacy_override

[PATCH] percpu_counter: reduce i-cache footprint of percpu_counter_add_batch() fast path
 2025-11-19 21:33 UTC  (2+ messages)

[PATCH] media: chips-media: wave5: Fix Potential Probe Resource Leak
 2025-11-19 21:31 UTC 

[syzbot] [kernel?] KASAN: slab-out-of-bounds Read in change_page_attr_set_clr
 2025-11-19 21:32 UTC  (2+ messages)

[PATCH v5 00/44] KVM: x86: Add support for mediated vPMUs
 2025-11-19 21:31 UTC  (8+ messages)
` [PATCH v5 09/44] perf/x86: Switch LVTPC to/from mediated PMI vector on guest load/put context

[PATCH v3] Documentation/admin-guide: fix typo and comment in cscope example
 2025-11-19 21:29 UTC  (2+ messages)

[PATCH 0/2] PCI: dwc: Suspend/resume rework
 2025-11-19 21:25 UTC  (3+ messages)
` [PATCH 1/2] PCI: dwc: Skip PME_Turn_Off broadcast and L2/L3 transition during suspend if link is not up

[PATCH v1] arm64, lib: make ARM64 select ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION not GENERIC_CPU_CACHE_MAINTENANCE
 2025-11-19 21:22 UTC  (2+ messages)

ls input/output error ("NFS: readdir(/) returns -5") on krb5 NFSv4 client using SHA2
 2025-11-19 20:54 UTC  (12+ messages)

[PATCH v1 0/2] cpuidle: governors: teo: Fix and simplification
 2025-11-19 21:13 UTC  (3+ messages)
` [PATCH v1 2/2] cpuidle: governors: teo: Simplify intercepts-based state lookup

[PATCH] fbdev: core: Fix vmalloc-out-of-bounds in fb_imageblit
 2025-11-19 21:05 UTC  (2+ messages)

[PATCH 0/7] EDAC: Add Intel Diamond Rapids server support
 2025-11-19 21:12 UTC  (2+ messages)

[syzbot] [block?] KMSAN: kernel-infoleak in filemap_read
 2025-11-19 21:07 UTC  (2+ messages)

[PATCH v8 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-11-19 20:54 UTC  (13+ messages)
` [PATCH v8 06/11] dma-buf: provide phys_vec to scatter-gather mapping routine
  ` [Linaro-mm-sig] "
` [PATCH v8 10/11] vfio/pci: Add dma-buf export support for MMIO regions

[PATCHv7 0/2] sched/deadline: Walk up cpuset hierarchy to decide root domain when hot-unplug
 2025-11-19 20:51 UTC  (3+ messages)
` [PATCHv7 1/2] cgroup/cpuset: Introduce cpuset_cpus_allowed_locked()

[PATCH v3 net] net: phylink: add missing supported link modes for the fixed-link
 2025-11-19 20:50 UTC  (2+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).