The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2025-10-22 12:14:15 to 2025-10-22 13:36:10 UTC [more...]

[PATCH v3 00/11] PCI: Resizable BAR improvements
 2025-10-22 13:33 UTC  (12+ messages)
` [PATCH v3 01/11] PCI: Move Resizable BAR code into rebar.c
` [PATCH v3 02/11] PCI: Cleanup pci_rebar_bytes_to_size() and move "
` [PATCH v3 03/11] PCI: Move pci_rebar_size_to_bytes() and export it
` [PATCH v3 04/11] PCI: Improve Resizable BAR functions kernel doc
` [PATCH v3 05/11] PCI: Add pci_rebar_size_supported() helper
` [PATCH v3 06/11] drm/i915/gt: Use pci_rebar_size_supported()
` [PATCH v3 07/11] drm/xe/vram: Use PCI rebar helpers in resize_vram_bar()
` [PATCH v3 08/11] PCI: Add pci_rebar_get_max_size()
` [PATCH v3 09/11] drm/xe/vram: Use pci_rebar_get_max_size()
` [PATCH v3 10/11] drm/amdgpu: "
` [PATCH v3 11/11] PCI: Convert BAR sizes bitmasks to u64

[PATCH 1/2] nova-core: Solve mentions of `CoherentAllocation` improvements [COHA]
 2025-10-22 13:35 UTC  (4+ messages)

[REGRESSION] mac80211 crash in ieee80211_txq_purge() on i.MX8MP with rsi_91x (6.6.88, OK in 6.6.59)
 2025-10-22 13:35 UTC 

[PATCH 6.1.y] selftests/mm: Move default_huge_page_size to vm_util.c
 2025-10-22 13:34 UTC  (5+ messages)

[syzbot] [ocfs2?] kernel BUG in ocfs2_truncate_log_needs_flush (2)
 2025-10-22 13:35 UTC 

[PATCH 1/2] dt-bindings: pinctrl: toshiba,visconti: Fix number of items in groups
 2025-10-22 13:34 UTC  (2+ messages)
` [PATCH 2/2] dt-bindings: pinctrl: toshiba,visconti: Drop redundant functions type

[PATCH v2 00/10] gpio: improve support for shared GPIOs
 2025-10-22 13:33 UTC  (12+ messages)
` [PATCH v2 01/10] string: provide strends()
` [PATCH v2 02/10] gpiolib: define GPIOD_FLAG_SHARED
` [PATCH v2 03/10] gpiolib: implement low-level, shared GPIO support
` [PATCH v2 04/10] gpio: shared-proxy: implement the shared GPIO proxy driver
` [PATCH v2 05/10] gpiolib: support shared GPIOs in core subsystem code
` [PATCH v2 06/10] gpio: provide gpiod_is_shared()
` [PATCH v2 07/10] arm64: select HAVE_SHARED_GPIOS for ARCH_QCOM
` [PATCH v2 08/10] ASoC: wsa881x: drop GPIOD_FLAGS_BIT_NONEXCLUSIVE flag from GPIO lookup
` [PATCH v2 09/10] ASoC: wsa883x: "
` [PATCH v2 10/10] regulator: make the subsystem aware of shared GPIOs

[patch V5 00/31] rseq: Optimize exit to user space
 2025-10-22 13:31 UTC  (33+ messages)
` [patch V5 01/31] rseq: Avoid pointless evaluation in __rseq_notify_resume()
` [patch V5 02/31] rseq: Condense the inline stubs
` [patch V5 03/31] rseq: Move algorithm comment to top
` [patch V5 04/31] rseq: Remove the ksig argument from rseq_handle_notify_resume()
` [patch V5 05/31] rseq: Simplify registration
` [patch V5 06/31] rseq: Simplify the event notification
` [patch V5 07/31] rseq, virt: Retrigger RSEQ after vcpu_run()
` [patch V5 08/31] rseq: Avoid CPU/MM CID updates when no event pending
` [patch V5 09/31] rseq: Introduce struct rseq_data
` [patch V5 10/31] entry: Cleanup header
` [patch V5 11/31] entry: Remove syscall_enter_from_user_mode_prepare()
` [patch V5 12/31] entry: Inline irqentry_enter/exit_from/to_user_mode()
` [patch V5 13/31] sched: Move MM CID related functions to sched.h
` [patch V5 14/31] rseq: Cache CPU ID and MM CID values
` [patch V5 15/31] rseq: Record interrupt from user space
` [patch V5 16/31] rseq: Provide tracepoint wrappers for inline code
` [patch V5 17/31] rseq: Expose lightweight statistics in debugfs
` [patch V5 18/31] rseq: Provide static branch for runtime debugging
` [patch V5 19/31] rseq: Provide and use rseq_update_user_cs()
` [patch V5 20/31] rseq: Replace the original debug implementation
` [patch V5 21/31] rseq: Make exit debugging static branch based
` [patch V5 22/31] rseq: Use static branch for syscall exit debug when GENERIC_IRQ_ENTRY=y
` [patch V5 23/31] rseq: Provide and use rseq_set_ids()
` [patch V5 24/31] rseq: Separate the signal delivery path
` [patch V5 25/31] rseq: Rework the TIF_NOTIFY handler
` [patch V5 26/31] rseq: Optimize event setting
` [patch V5 27/31] rseq: Implement fast path for exit to user
` [patch V5 28/31] rseq: Switch to fast path processing on "
` [patch V5 29/31] entry: Split up exit_to_user_mode_prepare()
` [patch V5 30/31] rseq: Split up rseq_exit_to_user_mode()
` [patch V5 31/31] rseq: Switch to TIF_RSEQ if supported

[patch V4 00/12] uaccess: Provide and use scopes for user access
 2025-10-22 13:28 UTC  (14+ messages)
` [patch V4 01/12] ARM: uaccess: Implement missing __get_user_asm_dword()
` [patch V4 02/12] uaccess: Provide ASM GOTO safe wrappers for unsafe_*_user()
` [patch V4 03/12] x86/uaccess: Use unsafe wrappers for ASM GOTO
` [patch V4 04/12] powerpc/uaccess: "
` [patch V4 05/12] riscv/uaccess: "
` [patch V4 06/12] s390/uaccess: "
` [patch V4 07/12] uaccess: Provide scoped user access regions
` [patch V4 08/12] uaccess: Provide put/get_user_scoped()
` [patch V4 09/12] [RFC] coccinelle: misc: Add scoped_$MODE_access() checker script
` [patch V4 10/12] futex: Convert to scoped user access
` [patch V4 11/12] x86/futex: "
` [patch V4 12/12] select: "

[PATCH] objtool/rust: add one more `noreturn` Rust function
 2025-10-22 13:28 UTC  (2+ messages)
` [tip: objtool/urgent] "

[PATCH] objtool: fix failure when being compiled on x32 system
 2025-10-22 13:28 UTC  (2+ messages)
` [tip: objtool/urgent] objtool: Fix "

[PATCH] module: Fix device table module aliases
 2025-10-22 13:28 UTC  (4+ messages)
` [tip: objtool/core] "

[PATCH v2] sched/fair: Start a cfs_rq on throttled hierarchy with PELT clock throttled
 2025-10-22 13:28 UTC  (2+ messages)
` [tip: sched/urgent] "

[PATCH] rust: debugfs: Implement Reader for Mutex<T> only when T is Unpin
 2025-10-22 13:28 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH v2 00/26] vfio/xe: Add driver variant for Xe VF migration
 2025-10-22 13:27 UTC  (8+ messages)
` [PATCH v2 26/26] vfio/xe: Add vendor-specific vfio_pci driver for Intel graphics

[PATCH] change: drop 'Intel' from RealSense camera comments
 2025-10-22 13:25 UTC  (2+ messages)

[PATCH] jfs: validate budmin to prevent shift-out-of-bounds in dbAllocAG()
 2025-10-22 13:22 UTC  (4+ messages)

[PATCH 0/3] Remove the usage of Rust native atomics in debugfs
 2025-10-22 13:19 UTC  (3+ messages)

[PATCH 0/2] AMD root search fix
 2025-10-22 13:19 UTC  (4+ messages)
` [PATCH 1/2] x86/amd_node: Fix AMD root device caching

[PATCH 0/2] drm/tidss: Fix issue with page flip timestamp on enable
 2025-10-22 13:18 UTC  (5+ messages)
` [PATCH 1/2] drm/tidss: Restructure dispc_vp_prepare() and dispc_vp_enable()
` [PATCH 2/2] drm/tidss: Set vblank (event) time at crtc_atomic_enable

[PATCH net-next v4 00/24][pull request] Queue configs and large buffer providers
 2025-10-22 13:17 UTC  (7+ messages)

[syzbot] [ocfs2?] general protection fault in ocfs2_prepare_dir_for_insert (2)
 2025-10-22 13:15 UTC 

[PATCH] media: uvcvideo: Create a specific id namespace for output entities
 2025-10-22 13:14 UTC  (7+ messages)

[PATCH v2] media: uvcvideo: Create a specific id namespace for output entities
 2025-10-22 13:12 UTC 

[PATCH v2] PCI: xilinx-xdma: Enable INTx interrupts
 2025-10-22 13:10 UTC  (10+ messages)

[RFC PATCH v1 0/3] Userspace MFR Policy via memfd
 2025-10-22 13:09 UTC  (4+ messages)

[PATCH 6.6 000/105] 6.6.114-rc1 review
 2025-10-22 13:09 UTC  (2+ messages)

[PATCH 6.17 000/563] 6.17.3-rc1 review
 2025-10-22 13:08 UTC  (3+ messages)

[PATCH 6.12 000/135] 6.12.55-rc2 review
 2025-10-22 13:07 UTC  (2+ messages)

[PATCH] comedi: multiq3: sanitize config options in multiq3_attach()
 2025-10-22 10:38 UTC  (2+ messages)

[next-20251022] Kernel Boot Warnings at arch/powerpc/kernel/trace/ftrace.c:234
 2025-10-22 13:06 UTC  (3+ messages)

[PATCH v5 0/8] gpio: renesas: Add support for GPIO and related interrupts in RZ/N1 SoC
 2025-10-22 13:03 UTC  (4+ messages)
` [PATCH v5 7/8] soc: renesas: Add support for Renesas RZ/N1 GPIO Interrupt Multiplexer

[PATCH v6 00/10] PM: EM: Add netlink support for the energy model
 2025-10-22 13:02 UTC  (2+ messages)

[PATCH 00/26] vfio/xe: Add driver variant for Xe VF migration
 2025-10-22 13:02 UTC  (7+ messages)
` [PATCH 26/26] vfio/xe: Add vendor-specific vfio_pci driver for Intel graphics

[PATCH v3 0/1] nf_conntrack_ftp: Added nfct_seqadj_ext_add()
 2025-10-22 13:01 UTC  (6+ messages)
` [PATCH v3 1/1] nft_ct: Added nfct_seqadj_ext_add() for NAT'ed conntrack

[syzbot] [ocfs2?] KASAN: use-after-free Read in __ocfs2_flush_truncate_log
 2025-10-22 13:01 UTC 

[PATCH v3 00/29] arm_mpam: Add basic mpam driver
 2025-10-22 12:58 UTC  (5+ messages)
` [PATCH v3 04/29] ACPI / PPTT: Add a helper to fill a cpumask from a cache_id
` [PATCH v3 26/29] arm_mpam: Use long MBWU counters if supported

[PATCH 1/2] cpuidle: psci: Replace deprecated strcpy in psci_idle_init_cpu
 2025-10-22 12:58 UTC  (2+ messages)

[PATCH v4 0/2] Add power-controller support for RV1126B
 2025-10-22 12:58 UTC  (2+ messages)

[PATCH v2 0/5] pmdomain: mediatek: Add HWVoter and MT8196 Support
 2025-10-22 12:57 UTC  (2+ messages)

[patch V2 00/12] rseq: Implement time slice extension mechanism
 2025-10-22 12:57 UTC  (13+ messages)
` [patch V2 01/12] sched: Provide and use set_need_resched_current()
` [patch V2 02/12] rseq: Add fields and constants for time slice extension
` [patch V2 03/12] rseq: Provide static branch for time slice extensions
` [patch V2 04/12] rseq: Add statistics "
` [patch V2 05/12] rseq: Add prctl() to enable "
` [patch V2 06/12] rseq: Implement sys_rseq_slice_yield()
` [patch V2 07/12] rseq: Implement syscall entry work for time slice extensions
` [patch V2 08/12] rseq: Implement time slice extension enforcement timer
` [patch V2 09/12] rseq: Reset slice extension when scheduled
` [patch V2 10/12] rseq: Implement rseq_grant_slice_extension()
` [patch V2 11/12] entry: Hook up rseq time slice extension
` [patch V2 12/12] selftests/rseq: Implement time slice extension test

[PATCH v2 0/8] Add support for i.MX8ULP's SIM LPAV
 2025-10-22 14:08 UTC  (9+ messages)
` [PATCH v2 2/8] dt-bindings: clock: document 8ULP's "
` [PATCH v2 3/8] clk: imx: add driver for imx8ulp's sim lpav

[PATCH bpf-next v1 0/2] bpf: Add kfuncs and selftests for detecting execution context and selftests
 2025-10-22 12:55 UTC  (3+ messages)
` [PATCH bpf-next v1 1/2] bpf: Add kfuncs for detecting execution context

[RFC 1/2] virtio_net: timeout control virtqueue commands
 2025-10-22 12:55 UTC  (12+ messages)

[patch V2 00/20] sched: Rewrite MM CID management
 2025-10-22 12:55 UTC  (21+ messages)
` [patch V2 01/20] sched/mmcid: Revert the complex "
` [patch V2 02/20] sched/mmcid: Use proper data structures
` [patch V2 03/20] sched/mmcid: Cacheline align MM CID storage
` [patch V2 04/20] sched: Fixup whitespace damage
` [patch V2 05/20] sched/mmcid: Move scheduler code out of global header
` [patch V2 06/20] sched/mmcid: Prevent pointless work in mm_update_cpus_allowed()
` [patch V2 07/20] cpumask: Introduce cpumask_or_and_calc_weight()
` [patch V2 08/20] sched/mmcid: Use cpumask_or_and_calc_weight()
` [patch V2 09/20] cpumask: Cache num_possible_cpus()
` [patch V2 10/20] sched/mmcid: Convert mm CID mask to a bitmap
` [patch V2 11/20] signal: Move MMCID exit out of sighand lock
` [patch V2 12/20] sched/mmcid: Move initialization out of line
` [patch V2 13/20] sched/mmcid: Provide precomputed maximal value
` [patch V2 14/20] sched/mmcid: Serialize sched_mm_cid_fork()/exit() with a mutex
` [patch V2 15/20] sched/mmcid: Introduce per task/CPU ownership infrastrcuture
` [patch V2 16/20] sched/mmcid: Provide new scheduler CID mechanism
` [patch V2 17/20] sched/mmcid: Provide CID ownership mode fixup functions
` [patch V2 18/20] irqwork: Move data struct to a types header
` [patch V2 19/20] sched/mmcid: Implement deferred mode change
` [patch V2 20/20] sched/mmcid: Switch over to the new mechanism

[syzbot] [ocfs2?] KASAN: use-after-free Read in ocfs2_dx_dir_lookup_rec
 2025-10-22 12:55 UTC 

[PATCH 3/8] sparc: floppy: Replace deprecated strcpy with strscpy in sun_floppy_init
 2025-10-22 12:54 UTC  (2+ messages)

[PATCH] sched/fair: Clear ->h_load_next after hierarchical load
 2025-10-22 12:52 UTC  (5+ messages)

[PATCH 0/3] PCI & resource: Make coalescing host bridge windows safer
 2025-10-22 12:51 UTC  (8+ messages)

[PATCH v5 0/9] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-10-22 12:50 UTC  (3+ messages)
` [PATCH v5 9/9] vfio/pci: Add dma-buf export support for MMIO regions

[RFC PATCH] usb: host: xhci: Release spinlock before xhci_handshake in command ring abort
 2025-10-22 12:49 UTC  (2+ messages)

[syzbot] [ocfs2?] KASAN: use-after-free Read in ocfs2_claim_suballoc_bits
 2025-10-22 12:49 UTC 

[PATCH 0/2] MIPS: Malta: Fix PCI southbridge legacy resource clashes
 2025-10-22 12:48 UTC  (4+ messages)
` [PATCH 2/2] MIPS: Malta: Fix PCI southbridge legacy resource reservations

[PATCH net V2 0/3] tls: Introduce and use RX async resync request cancel function
 2025-10-22 12:47 UTC  (5+ messages)
` [PATCH net V2 2/3] net: tls: Cancel RX async resync request on rdc_delta overflow

[PATCH v4 0/2] drm/panel: Add Ilitek IL79900A controller and bindings
 2025-10-22 12:46 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: display: panel: Add Tianma TL121BVMS07-00 panel
` [PATCH v4 2/2] drm/panel: Add driver for Ilitek IL79900A-based panels

[PATCH v2 0/2] printk_ringbuffer: don't needlessly wrap data blocks around
 2025-10-22 12:46 UTC  (3+ messages)
` [PATCH v2 1/2] "

[syzbot] [ocfs2?] UBSAN: array-index-out-of-bounds in ocfs2_block_group_fill
 2025-10-22 12:46 UTC 

[PATCH RFC RFT] drm/msm: adreno: attach the GMU device to a driver
 2025-10-22 12:44 UTC 

[PATCH 0/3] mfd: twl603x: add power button
 2025-10-22 12:44 UTC  (4+ messages)
` [PATCH 2/3] Input: add TWL603x "

[PATCH] usb: renesas_usbhs: Fix synchronous external abort on unbind
 2025-10-22 12:43 UTC 

[PATCH v2] drm/panthor: Fix UAF race between device unplug and FW event processing
 2025-10-22 12:37 UTC  (2+ messages)

[syzbot] [ocfs2?] KASAN: use-after-free Read in ocfs2_dir_foreach_blk
 2025-10-22 12:37 UTC 

[PATCH v2 3/4] regulator: qcom-rpmh: Add support to read regulator settings
 2025-10-22 12:35 UTC  (2+ messages)

[PATCH v2] audit: merge loops in __audit_inode_child()
 2025-10-22 12:36 UTC 

[PATCH] crypto: qat - use strscpy_pad to simplify buffer initialization
 2025-10-22 12:36 UTC 

[PATCH 0/1] coresight: fix issue with insufficient claim tags
 2025-10-22 12:35 UTC  (4+ messages)
` [PATCH 1/1] coresight: fix issue where coresight component has no claimtags

[PATCH 00/15] arm64: dts: mediatek: Add Openwrt One AP functionality
 2025-10-22 12:35 UTC  (5+ messages)
` [PATCH 15/15] arm64: dts: mediatek: mt7981b-openwrt-one: Enable leds

[syzbot] [ocfs2?] kernel BUG in __ocfs2_move_extent
 2025-10-22 12:35 UTC 

[PATCH] comedi: pcl818: fix null-ptr-deref in pcl818_ai_cancel()
 2025-10-22 10:02 UTC  (2+ messages)

[PATCH v5 00/16] block: add blktrace support for zoned block devies
 2025-10-22 12:31 UTC  (3+ messages)
` [PATCH v5 13/16] blktrace: add block trace commands for zone operations

[PATCH net 0/4] mlx5 misc fixes 2025-10-22
 2025-10-22 12:29 UTC  (5+ messages)
` [PATCH net 1/4] net/mlx5: Add PPHCR to PCAM supported registers mask
` [PATCH net 2/4] net/mlx5e: Skip PPHCR register query if not supported by the device
` [PATCH net 3/4] net/mlx5: Refactor devcom to return NULL on failure
` [PATCH net 4/4] net/mlx5: Fix IPsec cleanup over MPV device

[PATCH 0/1] selinux: export current_sid API for use in other kernel modules
 2025-10-22 12:29 UTC  (3+ messages)

[PATCH v2] arm64: dts: ti: k3-j784s4: Fix I2C pinmux pull configuration
 2025-10-22 12:29 UTC  (2+ messages)

[PATCH 6.17 000/160] 6.17.5-rc2 review
 2025-10-22 12:28 UTC  (2+ messages)

[PATCH v3] arm64: dts: ti: k3-j784s4: Fix I2C pinmux pull configuration
 2025-10-22 12:26 UTC 

[PATCH v3] crypto: asymmetric_keys - prevent overflow in asymmetric_key_generate_id
 2025-10-22 12:23 UTC  (3+ messages)

usbutils 019 release
 2025-10-22 12:22 UTC 

[PATCH 7/9] reset: make the provider of reset-gpios the parent of the reset device
 2025-10-22 12:17 UTC  (13+ messages)

[PATCH v2 0/4] net: ravb: Fix SoC-specific configuration and descriptor handling issues
 2025-10-22 12:16 UTC  (3+ messages)
` [PATCH v2 4/4] net: ravb: Ensure memory write completes before ringing TX doorbell

[RFC 0/3] kexec: Force kexec to proceed under heavy deadline load
 2025-10-22 12:13 UTC  (4+ messages)
` [RFC 1/3] sched/deadline: Skip the deadline bandwidth check if kexec_in_progress
` [RFC 2/3] kernel/cpu: Mark nonboot cpus as inactive when shutting down nonboot cpus
` [RFC 3/3] kexec_core: Promote the kexec to DL task


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox