All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-02 11:21:21 to 2025-12-02 12:38:26 UTC [more...]

[PATCH v4 0/8] Add Chinese translation for USB subsystem
 2025-12-02 11:56 UTC  (8+ messages)
` [PATCH v4 1/8] docs/zh_CN: Add index.rst translation
` [PATCH v4 2/8] docs/zh_CN: Add acm.rst translation
` [PATCH v4 3/8] docs/zh_CN: Add authorization.rst translation
` [PATCH v4 4/8] docs/zh_CN: Add chipidea.rst translation
` [PATCH v4 5/8] docs/zh_CN: Add dwc3.rst translation
` [PATCH v4 7/8] docs/zh_CN: Add usbmon.rst translation
` [PATCH v4 8/8] docs/zh_CN: Add CREDITS translation

[PATCH net-next v2 1/1] net: mdio: reset PHY before attempting to access ID register
 2025-12-02 12:38 UTC  (2+ messages)

[PATCH v2 0/4] printk cleanup - part 2
 2025-12-02 12:38 UTC  (4+ messages)
` [PATCH v2 4/4] printk: Make console_{suspend,resume} handle CON_SUSPENDED

[PATCH 0/9] ALSA: seq: Use bus specific probe and remove
 2025-12-02 12:35 UTC  (10+ messages)
` [PATCH 1/9] "
` [PATCH 2/9] ALSA: seq: midi: Convert to snd_seq bus probe mechanism
` [PATCH 3/9] ALSA: seq: ump: "
` [PATCH 4/9] ALSA: opl3: "
` [PATCH 5/9] ALSA: opl4: "
` [PATCH 6/9] ALSA: sb: "
` [PATCH 7/9] ALSA: emu10k1: "
` [PATCH 8/9] ALSA: seq: oss: "
` [PATCH 9/9] ALSA: seq: Refuse to probe seq drivers with non-bus probe or remove

[PATCH v1 1/1] tee: optee: expose OS revision via sysfs
 2025-12-02  9:54 UTC  (8+ messages)
` [PATCH v2 "

[PATCH 0/7] perf cs-etm/arm-spe: Remove hard coded config fields
 2025-12-02 12:36 UTC  (17+ messages)
` [PATCH 1/7] perf tools: Track all user changed config bits
` [PATCH 3/7] perf cs-etm: Make a helper to find the Coresight evsel
` [PATCH 4/7] perf cs-etm: Don't use hard coded config bits when setting up ETMCR
` [PATCH 5/7] perf cs-etm: Don't use hard coded config bits when setting up TRCCONFIGR
` [PATCH 6/7] perf cs-etm: Don't hard code config attribute when configuring the event
` [PATCH 7/7] perf arm-spe: Don't hard code config attribute

[PATCH RFT v2] nfsd: provide locking for v4_end_grace
 2025-12-02 12:34 UTC  (4+ messages)

[meta-networking][kirkstone][PATCH 1/3] babeld: fix installation with usrmerge
 2025-12-02 12:33 UTC  (3+ messages)
` [meta-oe][kirkstone][PATCH 2/3] gradm: fix installation with usrmerge enabled
` [meta-oe][kirkstone][PATCH 3/3] scsirastools: Fix build with usrmerge

[PATCH 5.4 000/184] 5.4.302-rc2 review
 2025-12-02 12:32 UTC  (2+ messages)

[PATCH] qemu-options.hx: Replace deprecated -M example
 2025-12-02 12:30 UTC  (3+ messages)

[kvm-unit-tests PATCH v3 00/10] arm64: EL2 support
 2025-12-02 12:30 UTC  (5+ messages)
` [kvm-unit-tests PATCH v3 07/10] arm64: selftest: update test for running at EL2

[PATCH] blk-mq: Abort suspend when wakeup events are pending
 2025-12-02 12:29 UTC  (4+ messages)

Downstream Fedora user request for additional see-also in "man 5 proc"
 2025-12-02 12:28 UTC  (4+ messages)

[Outreachy] Git Internship: Refactor in order to reduce Git's global state
 2025-12-02 12:28 UTC  (2+ messages)

[RFC 00/24] audio: add GStreamer backend
 2025-12-02 12:25 UTC  (10+ messages)

[PATCH v6] doc: add an explanation of Git's data model
 2025-12-02 12:25 UTC  (5+ messages)
` [PATCH v7] "

[PATCH 00/21] Clean and update tilcdc driver to support DRM_BRIDGE_ATTACH_NO_CONNECTOR
 2025-12-02 12:25 UTC  (13+ messages)
` [PATCH 05/21] ARM: dts: omap: Bind panel to panel-dpi instead of ti,tilcdc,panel driver

[PATCH 0/2] RISC-V: implement private GCC library
 2025-12-02 12:25 UTC  (2+ messages)

[PATCH v2] ext4: check folio uptodate state in ext4_page_mkwrite()
 2025-12-02 12:24 UTC  (3+ messages)

[PATCH] rust: id_pool: fix example
 2025-12-02 12:22 UTC  (4+ messages)

[PATCH V5 00/21] ublk: add UBLK_F_BATCH_IO
 2025-12-02 12:19 UTC  (22+ messages)
` [PATCH V5 01/21] ublk: define ublk_ch_batch_io_fops for the coming feature F_BATCH_IO
` [PATCH V5 02/21] ublk: prepare for not tracking task context for command batch
` [PATCH V5 03/21] ublk: add new batch command UBLK_U_IO_PREP_IO_CMDS & UBLK_U_IO_COMMIT_IO_CMDS
` [PATCH V5 04/21] ublk: handle UBLK_U_IO_PREP_IO_CMDS
` [PATCH V5 05/21] ublk: handle UBLK_U_IO_COMMIT_IO_CMDS
` [PATCH V5 06/21] ublk: add io events fifo structure
` [PATCH V5 07/21] ublk: add batch I/O dispatch infrastructure
` [PATCH V5 08/21] ublk: add UBLK_U_IO_FETCH_IO_CMDS for batch I/O processing
` [PATCH V5 09/21] ublk: abort requests filled in event kfifo
` [PATCH V5 10/21] ublk: add new feature UBLK_F_BATCH_IO
` [PATCH V5 11/21] ublk: document "
` [PATCH V5 12/21] ublk: implement batch request completion via blk_mq_end_request_batch()
` [PATCH V5 13/21] selftests: ublk: fix user_data truncation for tgt_data >= 256
` [PATCH V5 14/21] selftests: ublk: replace assert() with ublk_assert()
` [PATCH V5 15/21] selftests: ublk: add ublk_io_buf_idx() for returning io buffer index
` [PATCH V5 16/21] selftests: ublk: add batch buffer management infrastructure
` [PATCH V5 17/21] selftests: ublk: handle UBLK_U_IO_PREP_IO_CMDS
` [PATCH V5 18/21] selftests: ublk: handle UBLK_U_IO_COMMIT_IO_CMDS
` [PATCH V5 19/21] selftests: ublk: handle UBLK_U_IO_FETCH_IO_CMDS
` [PATCH V5 20/21] selftests: ublk: add --batch/-b for enabling F_BATCH_IO
` [PATCH V5 21/21] selftests: ublk: support arbitrary threads/queues combination

[PATCH v4 0/6] ata: libata: Improve max sectors quirk handling
 2025-12-02 12:21 UTC  (7+ messages)
` [PATCH v4 1/6] ata: libata: Add ATA_QUIRK_MAX_SEC and convert all device quirks
` [PATCH v4 2/6] ata: libata: Add ata_force_get_fe_for_dev() helper
` [PATCH v4 3/6] ata: libata: Change libata.force to use the generic ATA_QUIRK_MAX_SEC quirk
` [PATCH v4 4/6] ata: libata: Add support to parse equal sign in libata.force
` [PATCH v4 5/6] ata: libata: Add libata.force parameter max_sec
` [PATCH v4 6/6] ata: libata: Allow more quirks

[PATCH v3 1/2] ARM64: dts: mediatek: fix MT7531 reset GPIO polarity on multiple boards
 2025-12-02 12:20 UTC  (8+ messages)
` [PATCH v3 2/2] net: dsa: mt7530: Use GPIO polarity to generate correct reset sequence

[PATCH v6 0/9] Error recovery for vfio-pci devices on s390x
 2025-12-02 12:20 UTC  (3+ messages)
` [PATCH v6 3/9] PCI: Avoid saving config space state if inaccessible

[PATCH net-next v5] l2tp: fix double dst_release() on sk_dst_cache race
 2025-12-02 12:18 UTC  (2+ messages)

[PATCH 0/2] PM: runtime: Fix potential I/O hang
 2025-12-02 12:18 UTC  (19+ messages)
` [PATCH 1/2] PM: runtime: Fix I/O hang due to race between resume and runtime disable
    ` [PATCH v1] PM: sleep: Do not flag runtime PM workqueue as freezable

[PATCH v8 0/2] Add support for sound profile switching and leverage for OnePlus slider
 2025-12-02 12:18 UTC  (3+ messages)
` [PATCH v8 1/2] Input: add ABS_SND_PROFILE

[PATCH] scsi: ufs: core: Fix link error when CONFIG_RPMB=m
 2025-12-02 12:17 UTC  (7+ messages)

[PATCH 6.1.y-cip 0/6] Add RZ/V2H DMAC support
 2025-12-02 12:15 UTC  (3+ messages)
` [cip-dev] "

[PATCH 6.12.y-cip 0/5] Add RZ/V2H DMAC support
 2025-12-02 12:12 UTC  (3+ messages)
` [cip-dev] "

[PATCH 0/2] dm-pcache: fix metadata indexing and persistence issues
 2025-12-02 12:11 UTC  (3+ messages)
` [PATCH 1/2] dm pcache: fix cache info indexing
` [PATCH 2/2] dm pcache: fix segment "

[PATCH 0/5] acpi/ghes: Error object handling improvement
 2025-12-02 12:10 UTC  (6+ messages)

[android-common:android14-6.1 2/2] kernel/fork.c:1291:18-25: WARNING: kzalloc should be used for mm -> abi_extend, instead of kmalloc/memset
 2025-12-02 12:10 UTC 

[PATCH 00/19] coresight: trbe: Support trigger and circle buffer modes
 2025-12-02 12:10 UTC  (7+ messages)
` [PATCH 10/19] coresight: trbe: Always check fault action when updating buffer
` [PATCH 11/19] coresight: trbe: Apply overwrite erratum for only wrap event
` [PATCH 15/19] coresight: trbe: Add static key for bypassing trigger mode

[PATCH] debugfs: Fix default access mode config check
 2025-12-02 12:09 UTC  (2+ messages)

[PATCH v1] nfsd: fix nfsd_file reference leak in nfsd4_add_rdaccess_to_wrdeleg()
 2025-12-02 12:08 UTC  (2+ messages)

[PATCH v4] monitor/qmp: cleanup SocketChardev listener sources early to avoid fd handling race
 2025-12-02 12:07 UTC  (3+ messages)

[PATCH net-next 0/3] net: gso: fix MTU validation of BIG TCP jumbograms
 2025-12-02 12:06 UTC  (6+ messages)
` [PATCH net-next 1/3] net: gso: do not include jumbogram HBH header in seglen calculation
` [PATCH net-next 3/3] selftests/net: remove unnecessary MTU config in big_tcp.sh

[PATCH 5.10.y] ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_up
 2025-12-02 12:03 UTC 

[PATCH V4 0/4] Basic ASID2 Support
 2025-12-02 12:00 UTC  (5+ messages)
` [PATCH V4 1/4] target/arm: Enable ID_AA64MMFR4_EL1 register
` [PATCH V4 2/4] target/arm: Allow writes to FNG1, FNG0, A2
` [PATCH V4 3/4] target/arm/tcg/cpu64.c: Enable ASID2 for cpu_max
` [PATCH V4 4/4] tests: Add test for ASID2 and write/read of feature bits

[PATCH v3 0/2] Replace trace_cpu_frequency with trace_policy_frequency
 2025-12-02 12:03 UTC  (3+ messages)
` [PATCH v3 1/2] cpufreq: "

[PATCH] media: atomisp: avoid memory leak in ia_css_pipe_create_cas_scaler_desc_single_output()
 2025-12-02 12:02 UTC 

[PATCH 0/2] KVM: x86: Do runtime updates during KVM_SET_CPUID2
 2025-12-02 12:02 UTC  (3+ messages)
` [PATCH 1/2] KVM: x86: Apply runtime updates to current CPUID during KVM_SET_CPUID{,2}

[PATCH] thermal: thresholds: change thermal_thresholds_init to return void
 2025-12-02 12:02 UTC 

[PATCH] riscv: defconfig: Add initial Kendryte K230 defconfig
 2025-12-02 12:01 UTC 

[PATCH v4 0/5] Defer throttle when task exits to user
 2025-12-02 12:01 UTC  (5+ messages)

Project role announcements
 2025-12-02 12:01 UTC 

[PATCH] shdmac: Remove misleading TODO comment in dmae_set_chcr
 2025-12-02 12:01 UTC  (4+ messages)

[PATCH v1 0/6] seccomp: support nested listeners
 2025-12-02 12:01 UTC  (10+ messages)
` [PATCH v1 1/6] seccomp: remove unused argument from seccomp_do_user_notification
` [PATCH v1 2/6] seccomp: prepare seccomp_run_filters() to support more than one listener
` [PATCH v1 4/6] seccomp: handle multiple listeners case

[PATCH] drm/amdgpu: add a helper for processing recoverable GPUVM faults
 2025-12-02 12:00 UTC  (2+ messages)

[PATCH for-11.0 v2 0/7] migration: Error reporting cleanups
 2025-12-02 11:59 UTC  (7+ messages)
` [PATCH for-11.0 v2 4/7] migration: Make migration_connect_set_error() own the error
` [PATCH for-11.0 v2 6/7] migration: Make multifd_recv_terminate_threads() "
` [PATCH for-11.0 v2 7/7] migration: Replace migrate_set_error() with migrate_error_propagate()

[PATCH v4 00/24] Disable domctl-op via CONFIG_MGMT_HYPERCALLS
 2025-12-02 11:56 UTC  (5+ messages)
` [PATCH v4 02/24] xen: consolidate cpuid library

[PATCH 0/2] TCI fixes
 2025-12-02 11:55 UTC  (2+ messages)

[PATCH v6 0/7] Input: synaptics-rmi4 - add quirks for third party touchscreen controllers
 2025-12-02 11:54 UTC  (2+ messages)

[PATCH -next] cgroup: switch to css_is_online() helper
 2025-12-02 11:54 UTC  (3+ messages)

[PATCH v4 00/13] drm/amdgpu: preparation patchs for the use all SDMA instances series
 2025-12-02 11:53 UTC  (11+ messages)
` [PATCH v4 03/13] drm/amdgpu: fix error handling in amdgpu_copy_buffer
` [PATCH v4 06/13] drm/amdgpu: statically assign gart windows to ttm entities
` [PATCH v4 07/13] drm/amdgpu: remove AMDGPU_GTT_NUM_TRANSFER_WINDOWS
` [PATCH v4 08/13] drm/amdgpu: add missing lock in amdgpu_benchmark_do_move
` [PATCH v4 13/13] drm/amdgpu: move sched status check inside amdgpu_ttm_set_buffer_funcs_status

[Intel-wired-lan] [PATCH v2] e1000: fix OOB in e1000_tbi_should_accept()
 2025-12-02 11:53 UTC  (4+ messages)

[PATCH] linux-user: Add missing termios baud rates
 2025-12-02 11:52 UTC  (2+ messages)

[PATCH v2 0/6] seccomp: support nested listeners
 2025-12-02 11:51 UTC  (7+ messages)
` [PATCH v2 1/6] seccomp: remove unused argument from seccomp_do_user_notification
` [PATCH v2 2/6] seccomp: prepare seccomp_run_filters() to support more than one listener
` [PATCH v2 3/6] seccomp: limit number of listeners in seccomp tree
` [PATCH v2 4/6] seccomp: handle multiple listeners case
` [PATCH v2 5/6] seccomp: relax has_duplicate_listeners check
` [PATCH v2 6/6] tools/testing/selftests/seccomp: test nested listeners

[PATCH 0/4] Fix doc default hash algorithm in WITH_BREAKING_CHANGES mode
 2025-12-02 11:52 UTC  (3+ messages)

[PATCH v2 00/19] Multi Queue feature validation support
 2025-12-02 11:51 UTC  (5+ messages)
` [PATCH v2 16/19] tests/intel/xe_exec_multi_queue: Add submission sanity test
` [PATCH v2 18/19] tests/intel/xe_exec_multi_queue: Keep group active in exec-sanity

SCTP client discarding INIT_ACK sent with different remote IP address from multihomed SCTP server
 2025-12-02 11:44 UTC 

[PATCH v3 0/5] mm, kvm: add guest_memfd support for uffd minor faults
 2025-12-02 11:50 UTC  (9+ messages)
` [PATCH v3 4/5] guest_memfd: add support for userfaultfd minor mode

[PATCH] thermal: sprd: Use min instead of clamp in sprd_thm_temp_to_rawdata
 2025-12-02 11:50 UTC 

[PATCH 00/10] Introduce SRIOV scheduler groups
 2025-12-02 11:49 UTC  (3+ messages)
` [PATCH 03/10] drm/xe/sriov: Add support for enabling "

[PATCH] thermal: sprd: Fix temperature clamping in sprd_thm_temp_to_rawdata
 2025-12-02 11:47 UTC 

[PATCH] arm64: dts: imx8qm-ss-dma: correct the dma channels of lpuart
 2025-12-02 11:48 UTC  (2+ messages)

[PATCH v2 00/12] Linux RISC-V trace framework and drivers
 2025-12-02 11:47 UTC  (5+ messages)
` [PATCH v2 07/12] rvtrace: Add trace ramsink driver

[PATCH v4 1/6] PCI: starfive: Use regulator APIs instead of GPIO APIs to enable the 3V3 power supply of PCIe slots
 2025-12-02  3:16 UTC  (5+ messages)
  ` 回复: "

[PATCH] thermal: sprd: Fix raw temperature clamping in sprd_thm_rawdata_to_temp
 2025-12-02 11:46 UTC 

[XEN][PATCH v4] xen/x86: guest_access: optimize raw_x_guest() for PV and HVM combinations
 2025-12-02 11:46 UTC  (8+ messages)

[PATCH v9 4/4] PCI: dwc: Support ECAM mechanism by enabling iATU 'CFG Shift Feature'
 2025-12-02 11:44 UTC  (11+ messages)

[PATCH 0/7] Add cache interval to driver tables
 2025-12-02 11:39 UTC  (8+ messages)
` [PATCH 1/7] drm/amd/pm: Add smu driver table structure
` [PATCH 2/7] drm/amd/pm: Use driver table structure in smuv11
` [PATCH 3/7] drm/amd/pm: Use driver table structure in smuv12
` [PATCH 4/7] drm/amd/pm: Use driver table structure in smuv13
` [PATCH 5/7] drm/amd/pm: Use driver table structure in smuv14
` [PATCH 6/7] drm/amd/pm: Use cached gpu metrics table
` [PATCH 7/7] drm/amd/pm: Use driver table for board temperature

[XEN][PATCH v4] xen: make VMTRACE support optional
 2025-12-02 11:44 UTC  (3+ messages)
` Ping: "

[PATCH] irqchip/gic: Fix UBSAN shift-out-of-bounds in GIC helpers
 2025-12-02 11:44 UTC  (2+ messages)

[PATCH v10 0/3] SCM: Support latest version of waitq-aware firmware
 2025-12-02 11:43 UTC  (3+ messages)
` [PATCH v10 1/3] firmware: qcom_scm: Add API to get waitqueue IRQ info

drivers/gpu/drm/i915/display/intel_display_types.h:1989:28: error: field 'base' has incomplete type
 2025-12-02 11:36 UTC 

Directory lseek doesn't invalidate rdir buffer
 2025-12-02 11:35 UTC 

[PATCH v1] drm/xe/guc_ct: Assert on credits mismatch during runtime suspend
 2025-12-02 11:34 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH] firmware: cs_dsp: Remove __free() from cs_dsp_debugfs_string_read()
 2025-12-02 11:34 UTC 

Seeking help on AMD IOMMU unmap logic
 2025-12-02 11:31 UTC 

[PATCH 00/10] xen/arm: ffa: FF-A v1.2 support
 2025-12-02 11:33 UTC  (3+ messages)
` [PATCH 02/10] xen/arm: ffa: per-VM FFA_VERSION negotiation state

[PATCH] misc: eeprom: Fix EWEN/EWDS/ERAL commands for 93xx56 and 93xx66
 2025-12-02 10:48 UTC 

[meta-oe][PATCH] bpftool-native: Empty DEBUG_PREFIX_MAP_EXTRA
 2025-12-02 11:32 UTC  (2+ messages)
` [oe] "

[PATCH v4 0/3] ALSA: hda: add CIX IPBLOQ HDA controller support
 2025-12-02 11:31 UTC  (4+ messages)
` [PATCH v4 1/3] ALSA: hda: dt-bindings: "
` [PATCH v4 2/3] ALSA: hda/core: add addr_offset field for bus address translation
` [PATCH v4 3/3] ALSA: hda: add CIX IPBLOQ HDA controller support

[PATCH] arm64: dts: qcom: sdm845-tama: Keep labibb on, so kernel can disable it
 2025-12-02 11:31 UTC  (2+ messages)

[PATCH] ceph: fix kernel crash in ceph_open()
 2025-12-02 11:30 UTC  (11+ messages)

回复:6.12.50 regression: netem: cannot mix duplicating netems with other netems in tree
 2025-12-02 11:30 UTC  (2+ messages)

[RESEND PATCH v5 0/3] Add Radxa CM5 module and IO board dts
 2025-12-02  8:30 UTC  (3+ messages)
` [RESEND PATCH v5 3/3] arm64: dts: rockchip: Add support for CM5 IO carrier

[PATCH v10 00/11] HID: asus: Fix ASUS ROG Laptop's Keyboard backlight handling
 2025-12-02 11:28 UTC  (11+ messages)
` [PATCH v10 08/11] HID: asus: listen to the asus-wmi brightness device instead of creating one
` [PATCH v10 10/11] platform/x86: asus-wmi: add keyboard brightness event handler

[Question] Detecting Sleep-in-Atomic Context in PREEMPT_RT via RV (Runtime Verification) monitor rtapp:sleep
 2025-12-02 11:26 UTC  (4+ messages)

[PATCH] MAINTAINERS: phy: Move Kishon Vijay Abraham I to credits
 2025-12-02 11:25 UTC  (3+ messages)

[PATCH] MAINTAINERS: phy: Add Neil Armstrong as reviewers for phy subsystem
 2025-12-02 11:26 UTC  (3+ messages)

[PATCH] rust_binder: remove spin_lock() in rust_shrink_free_page()
 2025-12-02 11:24 UTC 

[PATCH v8 0/2] Add support for Gunyah Watchdog
 2025-12-02 11:23 UTC  (2+ messages)

[PATCH v4 00/29] lan966x pci device: Add support for SFPs
 2025-12-02 11:21 UTC  (11+ messages)
` [PATCH v4 01/29] Revert "treewide: Fix probing of devices in DT overlays"


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.