All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-11 06:08:08 to 2025-11-11 07:05:44 UTC [more...]

[PATCH v1 00/23] treewide: Introduce %ptS for struct timespec64 and convert users
 2025-11-11  6:42 UTC  (4+ messages)
` [PATCH v1 02/23] ALSA: seq: Switch to use %ptSp
  ` [Intel-wired-lan] "

[PATCH v2 0/5] Add support for SM3 secure hash
 2025-11-11  6:39 UTC  (3+ messages)
` [PATCH v2 3/5] test: cmd: hash: add unit test for sm3_256

[PATCH RESEND v6 0/2] Add AMD MDB Endpoint and non-LL mode Support
 2025-11-11  7:05 UTC  (3+ messages)
` [PATCH RESEND v6 1/2] dmaengine: dw-edma: Add AMD MDB Endpoint Support
` [PATCH RESEND v6 2/2] dmaengine: dw-edma: Add non-LL mode

[PATCH] arm64: dts: rockchip: Remove sdmmc max-frequency on RK3588S EVB1 board
 2025-11-11  7:04 UTC 

[PATCH] security: Add KUnit tests for rootid_owns_currentns()
 2025-11-11  7:03 UTC  (3+ messages)

[gustavoars:testing/wfamnae-next20251110 10/18] drivers/scsi/hisi_sas/hisi_sas_v1_hw.c:1002:32: error: invalid application of 'sizeof' to incomplete type 'struct ssp_command_iu'
 2025-11-11  7:03 UTC 

Possible bug?
 2025-11-11  7:02 UTC  (5+ messages)

[PATCH v7 0/9] Add mt8189 dts evaluation board and Makefile
 2025-11-11  6:59 UTC  (10+ messages)
` [PATCH v7 1/9] dt-bindings: arm: Add compatible for MediaTek MT8189
` [PATCH v7 2/9] dt-bindings: pwm: Support MediaTek MT8189 disp-pwm
` [PATCH v7 3/9] dt-bindings: serial: Support MediaTek MT8189 uart
` [PATCH v7 4/9] dt-bindings: timer: Support MediaTek MT8189 timer
` [PATCH v7 5/9] dt-bindings: usb: Support MediaTek MT8189 xhci
` [PATCH v7 6/9] dt-bindings: watchdog: Support MediaTek MT8189 wdt
` [PATCH v7 7/9] arm64: dts: mediatek: Add MT6319 PMIC Support
` [PATCH v7 8/9] arm64: dts: mediatek: update rtc properties for MT6359
` [PATCH v7 9/9] arm64: dts: mediatek: Add mt8189 evaluation board dts

[PATCH v3 00/18] Switch the default perf stat metrics to json
 2025-11-11  7:02 UTC  (7+ messages)
` [PATCH v3 03/18] perf jevents: Add set of common metrics based on default ones
` [PATCH v3 06/18] perf script: Change metric format to use json metrics
` [PATCH v3 07/18] perf stat: Remove hard coded shadow metrics

[PATCH] drm/amdgpu: reduce the full gpu access time in amdgpu_device_init
 2025-11-11  7:02 UTC 

[PATCH 1/5] s390/ipl: Mark store_status as __noreturn
 2025-11-11  7:00 UTC  (3+ messages)

[PATCH 0/2] autofs: fairly minor fixes
 2025-11-11  6:59 UTC  (3+ messages)
` [PATCH 2/2] autofs: dont trigger mount if it cant succeed

[oe][meta-oe][kirkstone][PATCH 1/2] libssh: fix CVE-2025-4878
 2025-11-11  6:55 UTC  (2+ messages)
` [oe][meta-oe][kirkstone][PATCH 2/2] libssh: fix CVE-2025-8277

[PATCH v11 0/2] Drivers: hv: Introduce new driver - mshv_vtl
 2025-11-11  6:55 UTC  (4+ messages)
` [PATCH v11 2/2] Drivers: hv: Introduce mshv_vtl driver

[PATCH] ksmbd: server: avoid busy polling in accept loop
 2025-11-11  6:55 UTC  (2+ messages)

[PATCH v3 00/50] tree-in-dcache stuff
 2025-11-11  6:55 UTC  (51+ messages)
` [PATCH v3 01/50] fuse_ctl_add_conn(): fix nlink breakage in case of early failure
` [PATCH v3 02/50] tracefs: fix a leak in eventfs_create_events_dir()
` [PATCH v3 03/50] new helper: simple_remove_by_name()
` [PATCH v3 04/50] new helper: simple_done_creating()
` [PATCH v3 05/50] introduce a flag for explicitly marking persistently pinned dentries
` [PATCH v3 06/50] primitives for maintaining persisitency
` [PATCH v3 07/50] convert simple_{link,unlink,rmdir,rename,fill_super}() to new primitives
` [PATCH v3 08/50] convert ramfs and tmpfs
` [PATCH v3 09/50] procfs: make /self and /thread_self dentries persistent
` [PATCH v3 10/50] configfs, securityfs: kill_litter_super() not needed
` [PATCH v3 11/50] convert xenfs
` [PATCH v3 12/50] convert smackfs
` [PATCH v3 13/50] convert hugetlbfs
` [PATCH v3 14/50] convert mqueue
` [PATCH v3 15/50] convert bpf
` [PATCH v3 16/50] convert dlmfs
` [PATCH v3 17/50] convert fuse_ctl
` [PATCH v3 18/50] convert pstore
` [PATCH v3 19/50] convert tracefs
` [PATCH v3 20/50] convert debugfs
` [PATCH v3 21/50] debugfs: remove duplicate checks in callers of start_creating()
` [PATCH v3 22/50] convert efivarfs
` [PATCH v3 23/50] convert spufs
` [PATCH v3 24/50] convert ibmasmfs
` [PATCH v3 25/50] ibmasmfs: get rid of ibmasmfs_dir_ops
` [PATCH v3 26/50] convert devpts
` [PATCH v3 27/50] binderfs: use simple_start_creating()
` [PATCH v3 28/50] binderfs_binder_ctl_create(): kill a bogus check
` [PATCH v3 29/50] convert binderfs
` [PATCH v3 30/50] autofs_{rmdir,unlink}: dentry->d_fsdata->dentry == dentry there
` [PATCH v3 31/50] convert autofs
` [PATCH v3 32/50] convert binfmt_misc
` [PATCH v3 33/50] selinuxfs: don't stash the dentry of /policy_capabilities
` [PATCH v3 34/50] selinuxfs: new helper for attaching files to tree
` [PATCH v3 35/50] convert selinuxfs
` [PATCH v3 36/50] functionfs: switch to simple_remove_by_name()
` [PATCH v3 37/50] convert functionfs
` [PATCH v3 38/50] gadgetfs: switch to simple_remove_by_name()
` [PATCH v3 39/50] convert gadgetfs
` [PATCH v3 40/50] hypfs: don't pin dentries twice
` [PATCH v3 41/50] hypfs: switch hypfs_create_str() to returning int
` [PATCH v3 42/50] hypfs: swich hypfs_create_u64() "
` [PATCH v3 43/50] convert hypfs
` [PATCH v3 44/50] convert rpc_pipefs
` [PATCH v3 45/50] convert nfsctl
` [PATCH v3 46/50] convert rust_binderfs
` [PATCH v3 47/50] get rid of kill_litter_super()
` [PATCH v3 48/50] convert securityfs
` [PATCH v3 49/50] kill securityfs_recursive_remove()
` [PATCH v3 50/50] d_make_discardable(): warn if given a non-persistent dentry

[PATCHv4 0/5] block: restructure elevator switch path and fix a lockdep splat
 2025-11-11  6:55 UTC  (9+ messages)
` [PATCHv4 1/5] block: unify elevator tags and type xarrays into struct elv_change_ctx
` [PATCHv4 2/5] block: move elevator tags into struct elevator_resources
` [PATCHv4 4/5] block: use {alloc|free}_sched data methods

[PATCH v2 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
 2025-11-11  6:55 UTC  (11+ messages)

[PATCH] commit: add --committer option
 2025-11-11  6:54 UTC  (5+ messages)

[PATCH 13/24] drm/vblank: pass vblank to drm_vblank_count_and_time()
 2025-11-11  6:52 UTC  (2+ messages)

[PATCH net-next 4/6] dpll: zl3073x: Cache all reference properties in zl3073x_ref
 2025-11-11  6:52 UTC  (2+ messages)

[PATCH mptcp-next 0/4] selftests: mptcp: get stats just before timing out
 2025-11-11  6:53 UTC  (4+ messages)
` [PATCH mptcp-next 1/4] selftests: mptcp: join: properly kill background tasks

[PATCH] drm/sched: Fix UB in spsc_queue
 2025-11-11  6:52 UTC  (9+ messages)

[PATCH v2 0/5] Add Bananapi R4 Pro support
 2025-11-11  6:51 UTC  (4+ messages)
` [PATCH v2 1/5] dt-bindings: pinctrl: mt7988: allow gpio-hogs

[PATCH v2 0/2] PCI/ASPM: Enable ASPM and Clock PM by default on devicetree platforms
 2025-11-11  6:51 UTC  (3+ messages)

[PATCH v2] blsuki: Fix grub_errno leakage in blsuki_is_default_entry()
 2025-11-11  6:49 UTC 

[PATCH 00/18] Multi Queue feature validation support
 2025-11-11  6:49 UTC  (5+ messages)
` [PATCH 15/18] tests/xe_exec_multiq: Add priority test

[PATCH] tee: qcom: initialize result before use in release worker
 2025-11-11  6:48 UTC  (3+ messages)

[PATCH v1 1/2] media: i2c: et8ek8: et8ek8_driver: add support for crc configuration via device tree
 2025-11-11  6:48 UTC  (3+ messages)

[PATCH] Revert "mm, swap: avoid redundant swap device pinning"
 2025-11-11  6:48 UTC  (6+ messages)

[PATCH v2] tee: fix uninitialized pointers with free attribute
 2025-11-11  6:46 UTC  (3+ messages)

UB Sanitizer issue on wake-up from suspend (sound related)
 2025-11-11  6:46 UTC 

[PATCH 0/1] drm/xe/pat: Add helper to query compression enable status
 2025-11-11  6:45 UTC  (5+ messages)
` [PATCH 1/1] "
` ✗ Xe.CI.Full: failure for "

[PATCH mm-new v3] mm/memcontrol: Add memory.stat_refresh for on-demand stats flushing
 2025-11-11  6:44 UTC  (2+ messages)

[PATCH net v1] ipv4: route: Prevent rt_bind_exception() from rebinding stale fnhe
 2025-11-11  6:43 UTC 

[PATCH v2] kbuild: install-extmod-build: Properly fix CC expansion when ccache is used
 2025-11-11  6:43 UTC 

[PATCH kernel 0/6] PCI/TSM: Enabling core infrastructure on AMD SEV TIO
 2025-11-11  6:38 UTC  (7+ messages)
` [PATCH kernel 1/6] PCI/TSM: Add secure SPDM DOE mailbox
` [PATCH kernel 2/6] ccp: Make snp_reclaim_pages and __sev_do_cmd_locked public
` [PATCH kernel 3/6] psp-sev: Assign numbers to all status codes and add new
` [PATCH kernel 4/6] iommu/amd: Report SEV-TIO support
` [PATCH kernel 5/6] crypto: ccp: Enable SEV-TIO feature in the PSP when supported
` [PATCH kernel 6/6] crypto/ccp: Implement SEV-TIO PCIe IDE (phase1)

[ANNOUNCEMENT] Milestone 3 for Yocto Project 5.3 (yocto-5.3_M3) Now Available
 2025-11-11  6:40 UTC 

[PATCH] pinctrl: airoha: convert comma to semicolon
 2025-11-11  6:29 UTC 

[PATCH 1/2] dt-bindings: input: i2c-hid: Introduce FocalTech FT8112
 2025-11-11  6:39 UTC  (2+ messages)
` [PATCH 2/2] HID: i2c-hid: Add new FocalTech Touchscreen Chip

[PATCH] firmware: stratix10-rsu: replace scnprintf() with sysfs_emit() in *_show() functions
 2025-11-11  6:38 UTC  (4+ messages)

[PATCH 6.12 000/565] 6.12.58-rc1 review
 2025-11-11  6:38 UTC 

[PATCH v2 0/5] PMF NPU metrics cleanup, command flag cleanup, and amdxdna integration
 2025-11-11  6:37 UTC  (6+ messages)
` [PATCH v2 1/5] platform/x86/amd/pmf: Rename IPU metrics fields to NPU for consistency
` [PATCH v2 2/5] platform/x86/amd/pmf: Use explicit SET_CMD/GET_CMD flags in amd_pmf_send_cmd()
` [PATCH v2 3/5] platform/x86/amd/pmf: replace magic table id with METRICS_TABLE_ID
` [PATCH v2 4/5] platform/x86/amd/pmf: Introduce new interface to export NPU metrics
` [PATCH v2 5/5] accel/amdxdna: Provide real-time NPU power estimate via AMD PMF

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data (3)
 2025-11-11  6:38 UTC 

[openeuler:OLK-6.6 3129/3129] drivers/ub/ubfi/irq.c:18:20: error: no member named 'domain' in 'struct dev_msi_info'
 2025-11-11  6:32 UTC 

[PATCH v1 8/8] tests/intel/kms_psr2_sf: Skip FBC tests on BMG platform
 2025-11-11  6:31 UTC  (2+ messages)
` [v1,8/8] "

[PATCH v1 7/8] tests/intel/kms_psr: Skip FBC tests on BMG platform
 2025-11-11  6:30 UTC  (2+ messages)
` [v1,7/8] "

[PATCH v1 6/8] tests/intel/kms_*: Remove FBC disable comment
 2025-11-11  6:30 UTC  (2+ messages)
` [v1,6/8] "

[PATCH v1 5/8] Revert "tests/intel/kms_psr2_sf: Enable the tests support variations based on the WAs"
 2025-11-11  6:30 UTC  (2+ messages)
` [v1,5/8] "

[f2fs-dev] [PATCH v2] f2fs: fix has_curseg_enough_space to check all data segments for dentry blocks
 2025-11-11  6:29 UTC  (5+ messages)
`  "

[PATCH v1 4/8] Revert "tests/intel/kms_psr: Enable the tests support variations based on the WAs"
 2025-11-11  6:29 UTC  (2+ messages)
` [v1,4/8] "

[PATCH v1 3/8] Revert "tests/intel/kms_fbcon_fbt: Enable the tests support variations based on the WAs"
 2025-11-11  6:29 UTC  (2+ messages)
` [v1,3/8] "

[PATCH] fs/namespace: correctly handle errors returned by grab_requested_mnt_ns
 2025-11-11  6:28 UTC 

[PATCH 00/10] sched/kvm: Semantics-aware vCPU scheduling for oversubscribed KVM
 2025-11-11  6:28 UTC  (2+ messages)

[PATCH mm-new v3] mm/memcontrol: Add memory.stat_refresh for on-demand stats flushing
 2025-11-11  6:27 UTC  (2+ messages)

[PATCH] MIPS: mm: Only uniquify on CPU cores where it's needed
 2025-11-11  6:26 UTC  (3+ messages)

[PATCH v1 2/8] Revert "tests/intel/kms_dirtyfb: Enable the tests support variations based on the WAs"
 2025-11-11  6:26 UTC  (2+ messages)
` [v1,2/8] "

[PATCH 0/3] bpf: simple tests and fixes
 2025-11-11  6:25 UTC  (3+ messages)
` [PATCH 1/3] bpf: fix signed shift overflows in ARM JIT

[PATCH v1 1/8] Revert "tests/intel/kms_frontbuffer_tracking: Enable the tests support variations based on the WAs"
 2025-11-11  6:25 UTC  (2+ messages)
` [v1, "

[PATCH v5] block: Remove queue freezing from several sysfs store callbacks
 2025-11-11  6:25 UTC  (2+ messages)

[PATCH v8 0/7] mm: folio_zero_user: clear contiguous pages
 2025-11-11  6:24 UTC  (6+ messages)
` [PATCH v8 6/7] mm, folio_zero_user: support clearing page ranges

[PATCH v6 0/6] exynos-acpm: add DVFS protocol and clock driver
 2025-11-11  6:24 UTC  (6+ messages)
` [PATCH v6 4/6] clk: samsung: add Exynos ACPM "

[PATCH v4] sched/fair: Skip sched_balance_running cmpxchg when balance is not due
 2025-11-11  6:24 UTC  (2+ messages)

[PATCH] lib/ring: do not allow zero size ring
 2025-11-11  6:22 UTC  (2+ messages)
` [PATCH v3] "

[linux-next:master] [block] ec7f31b2a2: BUG:unable_to_handle_page_fault_for_address
 2025-11-11  6:23 UTC 

[PATCH v2 0/5] arm: k3: j784s4: Add PCIe boot support
 2025-11-11  6:22 UTC  (7+ messages)
` [PATCH v2 1/5] arm: mach-k3: j784s4: Update SoC autogen data to enable PCIe boot
` [PATCH v2 2/5] phy: cadence: Add config to enable Cadence Torrent PHY at SPL stage
` [PATCH v2 3/5] phy: ti: Add config to enable J721E WIZ SERDES wrapper "
` [PATCH v2 4/5] configs: j784s4_evm_r5_defconfig: Enable configs for PCIe boot
` [PATCH v2 5/5] configs: j784s4_evm_a72_defconfig: "

[PATCH] MIPS: mm: Prevent a TLB shutdown on initial uniquification
 2025-11-11  6:21 UTC 

[PATCH v1 0/5] Remove NO_AUXTRACE build option
 2025-11-11  6:21 UTC  (2+ messages)

[PATCH 0/4] Add Altera Agilex5 DWC3 support
 2025-11-11  6:18 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: usb: dwc3-altera: Add binding for Altera DWC3 wrapper
` [PATCH 2/4] arm64: dts: intel: agilex5: Add USB3.1 support for Agilex5 SoCDK
` [PATCH 3/4] usb: dwc3: of-simple: Add support for Agilex5 SoCFPGA
` [PATCH 4/4] usb: dwc3: add support for configurable DMA addressable bits

[CI 00/32] [PATCH 00/32] drm/i915/display: Add MTL+ platforms to support dpll framework
 2025-11-11  6:20 UTC  (11+ messages)
` [CI 11/32] drm/i915/display: Determine Cx0 PLL DP mode from PLL state
` [CI 12/32] drm/i915/display: Determine Cx0 PLL port clock "
` [CI 13/32] drm/i915/display: Zero Cx0 PLL state before compute and HW readout
` [CI 14/32] drm/i915/display: Print additional Cx0 PLL HW state
` [CI 15/32] drm/i915/display: Remove state verification

[PATCH v7 0/9] target/i386/kvm/pmu: PMU Enhancement, Bugfix and Cleanup
 2025-11-11  6:14 UTC  (10+ messages)
` [PATCH v7 1/9] target/i386: disable PerfMonV2 when PERFCORE unavailable
` [PATCH v7 2/9] target/i386: disable PERFCORE when "-pmu" is configured
` [PATCH v7 3/9] target/i386/kvm: set KVM_PMU_CAP_DISABLE if "
` [PATCH v7 4/9] target/i386/kvm: extract unrelated code out of kvm_x86_build_cpuid()
` [PATCH v7 5/9] target/i386/kvm: rename architectural PMU variables
` [PATCH v7 6/9] target/i386/kvm: query kvm.enable_pmu parameter
` [PATCH v7 7/9] target/i386/kvm: reset AMD PMU registers during VM reset
` [PATCH v7 8/9] target/i386/kvm: support perfmon-v2 for reset
` [PATCH v7 9/9] target/i386/kvm: don't stop Intel PMU counters

[PATCH v2 0/2] Add support for Agilex3 SoCFPGA board
 2025-11-11  6:17 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: intel: Add "
` [PATCH v2 2/2] arm64: dts: socfpga: add Agilex3 board

[PATCH pciutils] ls-ecaps: Add XT and TEE-Limited support reporting
 2025-11-11  6:18 UTC  (2+ messages)

[PATCH -next 0/3] cpuset: code cleanups
 2025-11-11  6:18 UTC  (10+ messages)
` [PATCH -next 1/3] cpuset: simplify node setting on error
` [PATCH -next 2/3] cpuset: remove global remote_children list
` [PATCH -next 3/3] cpuset: remove need_rebuild_sched_domains

[PATCH 00/13] Adding comprehensive support for i.MX8MM EVK board
 2025-11-11  6:09 UTC  (4+ messages)
` [PATCH 04/13] hw/arm/fsl-imx8mm: Adding support for USDHC storage controllers
    ` [EXT] "

[PATCH v2 mptcp-net 0/2] mptcp: fix duplicate reset
 2025-11-11  6:14 UTC  (4+ messages)
` [PATCH v2 mptcp-net 2/2] mptcp: fix duplicate reset on fastclose

[PATCH mm-new v3] mm/memcontrol: Add memory.stat_refresh for on-demand stats flushing
 2025-11-11  6:13 UTC  (2+ messages)

[PATCH mm-new v3] mm/memcontrol: Add memory.stat_refresh for on-demand stats flushing
 2025-11-11  6:12 UTC  (2+ messages)

[PATCH mm-new v3] mm/memcontrol: Add memory.stat_refresh for on-demand stats flushing
 2025-11-11  6:12 UTC  (2+ messages)

[PATCH v4] PCI/PTM: Enable PTM only if it advertises a role
 2025-11-11  6:10 UTC 

[PATCH 12/13] usb: xhci: standardize multi bit-field macros
 2025-11-11  6:10 UTC  (2+ messages)

[hying-caritas:opt-wp-tlb-r4a 2/2] mm/msync.c:90 __do_sys_msync() warn: comparison of a potentially tagged address (__do_sys_msync, -2, __UNIQUE_ID_x_738)
 2025-11-11  6:10 UTC 

[PATCH] platform/x86: intel-uncore-freq: fix all header kernel-doc warnings
 2025-11-11  6:09 UTC 

[PATCH] backlight: lp855x: fix lp855x.h kernel-doc warnings
 2025-11-11  6:09 UTC 

[PATCH] mtd: spi-nor: Enable locking for n25q00a
 2025-11-11  6:07 UTC  (12+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.