public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-06 10:35:48 to 2025-11-06 12:14:54 UTC [more...]

[PATCH v2 0/2] PCI: qcom: Binding fix
 2025-11-06 12:14 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: PCI: qcom: Enforce check for PHY, PERST# properties
` [PATCH v2 2/2] PCI: qcom: Treat PHY as optional for the new binding

[PATCH v2 00/13] memory: tegra: Several cleanups
 2025-11-06 12:13 UTC  (4+ messages)
` [PATCH v2 08/13] memory: tegra186-emc: Simplify and handle deferred probe with dev_err_probe()

[PATCH 00/13] media: i2c: Miscellaneous features and fixes for OV5647
 2025-11-06 12:09 UTC  (4+ messages)
` [PATCH 02/13] media: i2c: ov5647: Correct pixel array offset

[PATCH 0/3] PCI: dwc: Replace Link up check with device presence in suspend path
 2025-11-06 12:09 UTC  (10+ messages)
` [PATCH 1/3] PCI: host-common: Add an API to check for any device under the Root Ports
` [PATCH 2/3] PCI: qcom: Check for the presence of a device instead of Link up during suspend
` [PATCH 3/3] PCI: dwc: Skip PME_Turn_Off and L2/L3 transition if no device is available

[PATCH 0/4] Rust: Fix typedefs for resource_size_t and phys_addr_t
 2025-11-06 12:09 UTC  (5+ messages)
` [PATCH 1/4] rust: io: define ResourceSize as resource_size_t
` [PATCH 2/4] rust: io: move ResourceSize to top-level io module
` [PATCH 3/4] rust: scatterlist: import ResourceSize from kernel::io
` [PATCH 4/4] rust: io: add typedef for phys_addr_t

[PATCH v5 00/17] vfs: recall-only directory delegations for knfsd
 2025-11-06 12:08 UTC  (4+ messages)
` [PATCH v5 09/17] vfs: clean up argument list for vfs_create()

[PATCH v2 00/11] cleanup and bugfix of sync
 2025-11-06 11:59 UTC  (12+ messages)
` [PATCH v2 01/11] md/raid1: simplify uptodate handling in end_sync_write
` [PATCH v2 02/11] md: factor error handling out of md_done_sync into helper
` [PATCH v2 03/11] md/raid1,raid10: return actual write status in narrow_write_error
` [PATCH v2 04/11] md/raid1,raid10: support narrow_write_error when badblocks is disabled
` [PATCH v2 05/11] md: mark rdev Faulty when badblocks setting fails
` [PATCH v2 06/11] md: remove MD_RECOVERY_ERROR handling and simplify resync_offset update
` [PATCH v2 07/11] md: factor out sync completion update into helper
` [PATCH v2 08/11] md: move finish_reshape to md_finish_sync()
` [PATCH v2 09/11] md/raid10: fix any_working flag handling in raid10_sync_request
` [PATCH v2 10/11] md/raid10: cleanup skip "
` [PATCH v2 11/11] md: remove recovery_disabled

[PATCH] btrfs: avoid redundant cleanup when device allocation fails
 2025-11-06 12:07 UTC  (2+ messages)

[PATCH] vfs: remove the excl argument from the ->create() inode_operation
 2025-11-06 12:07 UTC  (3+ messages)

[PATCH 0/4] platform: arm64: thinkpad-t14s-ec: fixes and suspend support
 2025-11-06 12:07 UTC  (3+ messages)
` [PATCH 3/4] platform: arm64: thinkpad-t14s-ec: add system PM hooks

[PATCH v4] powerpc: Use shared font data
 2025-11-06 12:07 UTC  (10+ messages)

[PATCH] debugobjects: Allow to refill the pool before SYSTEM_SCHEDULING
 2025-11-06 12:06 UTC 

[PATCH v4] fs: hide names_cachep behind runtime access machinery
 2025-11-06 12:06 UTC  (9+ messages)
` [WIP RFC PATCH 0/3] runtime-const header split and whatnot
  ` [PATCH 1/3] x86: fix access_ok() and valid_user_address() using wrong USER_PTR_MAX in modules

[PATCH bpf-next] bpf,x86: do RSB balance for trampoline
 2025-11-06 12:03 UTC  (5+ messages)

[PATCH] selftest/mm: fix pointer comparison in mremap_test
 2025-11-06 12:02 UTC  (3+ messages)

[PATCH] tracing: Fix memory leaks in create_field_var()
 2025-11-06 12:01 UTC 

[PATCH v3] net: ethernet: fix uninitialized pointers with free attribute
 2025-11-06 11:55 UTC 

[PATCH 0/2] mux: gpio: Add external mux enable gpio
 2025-11-06 11:55 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: mux: Add description for enable GPIO

[syzbot] [btrfs?] kernel BUG in reserve_bytes
 2025-11-06 11:53 UTC  (2+ messages)

[tip: x86/mm] x86/boot: Fix page table access in 5-level to 4-level paging transition
 2025-11-06 11:53 UTC 

[PATCH v3 2/2] efi/libstub: Fix page table access in 5-level to 4-level paging transition
 2025-11-06 11:53 UTC  (2+ messages)
` [tip: x86/mm] "

[PATCH v4 00/10] powerpc: Implement masked user access
 2025-11-06 11:31 UTC  (11+ messages)
` [PATCH v4 01/10] iter: Avoid barrier_nospec() in copy_from_user_iter()
` [PATCH v4 02/10] uaccess: Add speculation barrier to copy_from_user_iter()
` [PATCH v4 03/10] uaccess: Use masked_user_{read/write}_access_begin when required
` [PATCH v4 04/10] powerpc/uaccess: Move barrier_nospec() out of allow_read_{from/write}_user()
` [PATCH v4 05/10] powerpc/uaccess: Remove unused size and from parameters from allow_access_user()
` [PATCH v4 06/10] powerpc/uaccess: Remove {allow/prevent}_{read/write/read_write}_{from/to/}_user()
` [PATCH v4 07/10] powerpc/uaccess: Refactor user_{read/write/}_access_begin()
` [PATCH v4 08/10] powerpc/32s: Fix segments setup when TASK_SIZE is not a multiple of 256M
` [PATCH v4 09/10] powerpc/32: Automatically adapt TASK_SIZE based on constraints
` [PATCH v4 10/10] powerpc/uaccess: Implement masked user access

[PATCH] platform/x86: hp-wmi: Add Omen MAX 16-ah0xx fan support and thermal profile
 2025-11-06 11:50 UTC 

[PATCH 0/2] Fix kernel-doc warnings in power and time
 2025-11-06 11:39 UTC  (3+ messages)
  ` [PATCH 1/2] power/swap: add missing params and Return: descriptions to kernel-doc comments
  ` [PATCH 2/2] time: tick-oneshot: add missing Return: and param descriptions to kernel-doc

[PATCH] ALSA: usb-audio: Prevent urb from writing out of bounds
 2025-11-06 11:49 UTC  (3+ messages)

linux-next: new objtool warnings
 2025-11-06 11:48 UTC  (11+ messages)

[PATCH] drm/panel: ilitek-ili9882t: Switch Tianma TL121BVMS07 to DSC 120Hz mode
 2025-11-06 11:48 UTC 

[PATCH v1 1/1] regulator: pf9453: Fix kernel doc for mux_poll()
 2025-11-06 11:46 UTC 

[PATCH] Documentation: input: expand INPUT_PROP_HAPTIC_TOUCHPAD to all pressure pads
 2025-11-06 11:45 UTC  (2+ messages)
` [PATCH v3] Input: rename INPUT_PROP_HAPTIC_TOUCHPAD to INPUT_PROP_PRESSUREPAD

[PATCH v3 0/4] rust: add Bounded integer type
 2025-11-06 11:45 UTC  (7+ messages)
` [PATCH v3 1/4] rust: add num module and Integer trait
` [PATCH v3 2/4] rust: num: add Bounded integer wrapping type

[PATCH] selftests/seccomp: Fix pointer type mismatch in uprobe function declarations
 2025-11-06 11:44 UTC 

[tip:master 11/25] vmlinux.o: warning: objtool: user_exc_vmm_communication+0x1ba: call to __kasan_check_read() leaves .noinstr.text section
 2025-11-06 11:42 UTC 

[PATCH] PCI: qcom: Program correct T_POWER_ON value for L1.2 exit timing
 2025-11-06 11:42 UTC  (4+ messages)

[PATCH v3] sched/fair: Prevent cfs_rq from being unthrottled with zero runtime_remaining
 2025-11-06 11:41 UTC  (6+ messages)
` [tip: sched/urgent] "

[PATCH v2 0/6] futex: Use RCU-based per-CPU reference counting
 2025-11-06 11:40 UTC  (10+ messages)
            ` [tip: locking/urgent] futex: Optimize per-cpu "

[PATCH -v4 0/2] arm, tlbflush: avoid TLBI broadcast if page reused in write fault
 2025-11-06  9:47 UTC  (3+ messages)
` [PATCH -v4 2/2] arm64, tlbflush: don't "

[PATCH] schemas: pci: Document PCIe T_POWER_ON
 2025-11-06 11:39 UTC 

[PATCH v1 1/1] serial: mux: Fix kernel doc for mux_poll()
 2025-11-06 11:38 UTC 

[PATCH v2] net: ethernet: fix uninitialized pointers with free attr
 2025-11-06 11:37 UTC  (3+ messages)
` [Intel-wired-lan] "

[syzbot] [iomap?] kernel BUG in folio_end_read (2)
 2025-11-06 11:36 UTC  (8+ messages)

[PATCH v3] EDAC/ie31200: Fix error handling in ie31200_register_mci
 2025-11-06 11:34 UTC  (2+ messages)

[PATCH v8 00/11] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
 2025-11-06 11:34 UTC  (12+ messages)
` [PATCH v8 01/11] dmaengine: Add DMA_PREP_LOCK/DMA_PREP_UNLOCK flags
` [PATCH v8 02/11] dmaengine: qcom: bam_dma: Extend the driver's device match data
` [PATCH v8 03/11] dmaengine: qcom: bam_dma: Add bam_pipe_lock flag support
` [PATCH v8 04/11] crypto: qce - Include algapi.h in the core.h header
` [PATCH v8 05/11] crypto: qce - Remove unused ignore_buf
` [PATCH v8 06/11] crypto: qce - Simplify arguments of devm_qce_dma_request()
` [PATCH v8 07/11] crypto: qce - Use existing devres APIs in devm_qce_dma_request()
` [PATCH v8 08/11] crypto: qce - Map crypto memory for DMA
` [PATCH v8 09/11] crypto: qce - Add BAM DMA support for crypto register I/O
` [PATCH v8 10/11] crypto: qce - Add support for BAM locking
` [PATCH v8 11/11] crypto: qce - Switch to using BAM DMA for crypto I/O

[PATCH] spi: aspeed: Use devm_iounmap() to unmap devm_ioremap() memory
 2025-11-06 11:34 UTC  (2+ messages)

[PATCH v5 0/3] spi: tegra210-quad: Improve timeout handling under high system load
 2025-11-06 11:34 UTC  (2+ messages)

[PATCH] regulator: fixed: fix GPIO descriptor leak on register failure
 2025-11-06 11:34 UTC  (2+ messages)

[PATCH v7] ASoC: dt-bindings: ti,pcm1862: convert to dtschema
 2025-11-06 11:34 UTC  (2+ messages)

[PATCH 1/2] rust: dma: make use of start_ptr() and start_ptr_mut()
 2025-11-06 11:33 UTC  (3+ messages)

[ANNOUNCE] 5.10.246-rt140
 2025-11-06 11:32 UTC 

[PATCH] rust: correct documentation comment for rbtree cursor peek_next method
 2025-11-06 11:32 UTC  (2+ messages)

[PATCH v4 00/28] vfio/xe: Add driver variant for Xe VF migration
 2025-11-06 11:31 UTC  (13+ messages)
` [PATCH v4 05/28] drm/xe/pf: Add data structures and handlers for migration rings
` [PATCH v4 06/28] drm/xe/pf: Add helpers for migration data packet allocation / free
` [PATCH v4 17/28] drm/xe/pf: Add helpers for VF GGTT migration data handling
` [PATCH v4 28/28] vfio/xe: Add device specific vfio_pci driver variant for Intel graphics

[PATCH v2 0/5] introduce VM_MAYBE_GUARD and make it sticky
 2025-11-06 11:31 UTC  (8+ messages)
` [PATCH v2 1/5] mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smaps
` [PATCH v2 2/5] mm: add atomic VMA flags, use VM_MAYBE_GUARD as such
` [PATCH v2 3/5] mm: implement sticky, copy on fork VMA flags
` [PATCH v2 4/5] tools/testing/vma: add VMA sticky userland tests
` [PATCH v2 5/5] selftests/mm/guard-regions: add smaps visibility test

[PATCH] tee: fix illegal pointer dereference in tee_shm_put()
 2025-11-06 11:31 UTC  (2+ messages)

[PATCH] drivers/usb/dwc3: fix PCI parent check
 2025-11-06 11:29 UTC  (3+ messages)

[tip:master 11/25] vmlinux.o: warning: objtool: fred_exc_machine_check+0x185: call to __kasan_check_read() leaves .noinstr.text section
 2025-11-06 11:25 UTC  (2+ messages)

[PATCH v2] RAS/CEC: replace use of system_wq with system_percpu_wq
 2025-11-06 11:24 UTC 

[PATCH v1 2/2] iio: adc: Add TI ADS131M0x ADC driver
 2025-11-06 11:21 UTC  (2+ messages)

[PATCH v2 RESEND] drm/udl: Increase GET_URB_TIMEOUT
 2025-11-06 11:21 UTC  (2+ messages)

[PATCH] mm: cleanup vma_iter_bulk_alloc
 2025-11-06 11:13 UTC  (2+ messages)

[syzbot] [crypto?] possible deadlock in padata_do_serial
 2025-11-06 11:20 UTC  (7+ messages)
  ` padata: Is padata_find_next() thread-safe?
          ` [PATCH] padata: use different lock_class_key for padata_list lock

[PATCH EEVDF NULL deref] sched/eevdf: Fix NULL deref when avg_vruntime nears overflow
 2025-11-06 11:17 UTC  (6+ messages)

[PATCH] RAS/CEC: replace use of system_wq with system_percpu_wq
 2025-11-06 11:16 UTC  (9+ messages)

[PATCH v3 0/2] mm, ksm: fix flag-dropping behavior
 2025-11-06 11:16 UTC  (4+ messages)
` [PATCH v3 1/2] mm/ksm: fix flag-dropping behavior in ksm_madvise

[PATCH net-next v05 0/5] net: hinic3: PF initialization
 2025-11-06 11:15 UTC  (6+ messages)
` [PATCH net-next v05 1/5] hinic3: Add PF framework
` [PATCH net-next v05 2/5] hinic3: Add PF management interfaces
` [PATCH net-next v05 3/5] hinic3: Add NIC configuration ops
` [PATCH net-next v05 4/5] hinic3: Add mac filter ops
` [PATCH net-next v05 5/5] hinic3: Add netdev register interfaces

[PATCH v2 0/7] Add TUXEDO Elite 14 Gen1 (X1E78100)
 2025-11-06 11:15 UTC  (8+ messages)
` [PATCH v2 1/7] dt-bindings: vendor-prefixes: Add ASL Xiamen Technology
` [PATCH v2 5/7] dt-bindings: arm: qcom: Add TUXEDO Computers device

[PATCH v2] nvmet-auth: update sc_c in target host hash calculation
 2025-11-06 11:15 UTC  (4+ messages)

[PATCH] MAINTAINERS: Remove Albert Ou from riscv
 2025-11-06 11:10 UTC  (2+ messages)

[PATCH v2] mm: cleanup vma_iter_bulk_alloc
 2025-11-06 11:09 UTC 

[PATCH] sched: Optimize core cookie matching check
 2025-11-06 11:09 UTC  (3+ messages)

[PATCH] i2c: designware: Replace magic numbers with named constants
 2025-11-06 11:09 UTC  (5+ messages)

[PATCH] platform: cznic: turris-omnia-mcu: replace use of system_wq with system_percpu_wq
 2025-11-06 11:09 UTC  (2+ messages)

[PATCH v2 0/5] i2c: designware: Improve support of multi-messages transfer
 2025-11-06 11:08 UTC  (10+ messages)
` [PATCH v2 1/5] dt-bindings: i2c: dw: Add Mobileye I2C controllers
` [PATCH v2 2/5] i2c: designware: Optimize flag reading in i2c_dw_read()

[RFC mm v5 0/2] mm, page_pool: introduce a new page type for page pool in page type
 2025-11-06 11:08 UTC  (5+ messages)
` [RFC mm v5 1/2] page_pool: check nmdesc->pp to see its usage as page pool for net_iov not page-backed
` [RFC mm v5 2/2] mm: introduce a new page type for page pool in page type

[syzbot] [sctp?] UBSAN: shift-out-of-bounds in sctp_transport_update_rto (2)
 2025-11-06 11:08 UTC 

[PATCH net-next v1 0/1] usbnet: Add support for Byte Queue Limits (BQL)
 2025-11-06 11:07 UTC  (13+ messages)
` [PATCH net-next v1 1/1] "

[PATCH v4 00/28] KVM: arm64: SMMUv3 driver for pKVM (trap and emulate)
 2025-11-06 11:06 UTC  (10+ messages)
` [PATCH v4 15/28] iommu/arm-smmu-v3: Load the driver later in KVM mode

[syzbot] [mm?] [xfs?] KASAN: slab-use-after-free Read in filemap_map_pages
 2025-11-06 11:06 UTC  (2+ messages)
` [syzbot] [mm?] "

[PATCH][next] selftests/bpf: test_xsk: Fix spelling mistake "conigure" -> "configure"
 2025-11-06 11:04 UTC 

[PATCH v2 0/7] Refactor drm_writeback_connector structure
 2025-11-06 11:04 UTC  (7+ messages)
` [PATCH v2 1/7] drm: writeback: "

[PATCH] ASoC: cs4271: Fix regulator leak on probe failure
 2025-11-06 11:03 UTC  (2+ messages)

[PATCH v2] PCI: of: Downgrade error message on missing of_root node
 2025-11-06 11:04 UTC  (3+ messages)

[PATCH][next] selftests/bpf: Fix spelling mistake "clien" -> "client"
 2025-11-06 11:00 UTC 

[PATCH v2] dt-bindings: panel: s6e3fc2x01: Sort and remove unnecessary properties
 2025-11-06 11:00 UTC  (2+ messages)

[PATCHSET v10 sched_ext/for-6.19] Add a deadline server for sched_ext tasks
 2025-11-06 10:59 UTC  (3+ messages)
` [PATCH 06/11] sched_ext: Add a DL "

[PATCH] sched: Proxy yields to donor tasks
 2025-11-06 10:57 UTC  (2+ messages)

[PATCH] dt-bindings: panel: s6e3fc2x01: Sort and remove unnecessary properties
 2025-11-06 10:56 UTC  (3+ messages)

[PATCH v3] drm/panthor: Fix potential memleak of vma structure
 2025-11-06 10:55 UTC  (2+ messages)

[tip:sched/core] [sched/fair] 79104becf4: BUG:kernel_NULL_pointer_dereference,address
 2025-11-06 10:54 UTC  (2+ messages)

[PATCH v4 00/12] Nesting support for lazy MMU mode
 2025-11-06 10:51 UTC  (5+ messages)
` [PATCH v4 07/12] mm: enable lazy_mmu sections to nest

[PATCH v2 0/7] Add generic PHY driver used by MACB/GEM on EyeQ5
 2025-11-06 10:51 UTC  (4+ messages)
` [PATCH v2 5/7] reset: eyeq: drop device_set_of_node_from_dev() done by parent

[PATCH v6 0/2] Add driver support for ESWIN EIC7700 SoC USB controller
 2025-11-06 10:51 UTC  (3+ messages)
` [PATCH v6 1/2] dt-bindings: usb: Add ESWIN EIC7700 "
` [PATCH v6 2/2] usb: dwc3: eic7700: Add EIC7700 USB driver

[PATCH v1 1/1] compiler_types: Warn about unused static inline functions on second
 2025-11-06 10:50 UTC 

[PATCH v2] arm64: dts: qcom: hamoa-iot-som: Unreserve GPIOs blocking SPI11 access
 2025-11-06 10:50 UTC  (3+ messages)

[PATCH v2 0/2] Enable 1GHz OPP am335x-bonegreen-eco
 2025-11-06 10:49 UTC  (3+ messages)
` [PATCH v2 1/2] mfd: tps65219: Implement LOCK register handling for TPS65214
` [PATCH v2 2/2] ARM: dts: am335x-bonegreen-eco: Enable 1GHz OPP by increasing vdd_mpu voltage

[PATCH] arm64: insn: Route BTI to simulate_nop to avoid XOL/SS at function entry
 2025-11-06 10:49 UTC 

[PATCH v4 0/1] soc: mediatek: mtk-regulator-coupler: Add support for MT8189
 2025-11-06 10:47 UTC  (2+ messages)

[PATCH] scsi: ufs: core: fix hid sysfs group update
 2025-11-06 10:46 UTC 

[PATCH v2] drivers/hwmon/pmbus: Add support for raa229141 in isl68137
 2025-11-06 10:45 UTC 

[PATCH next] reset: rzg2l-usbphy-ctrl: Fix a NULL vs IS_ERR() bug in probe
 2025-11-06 10:44 UTC  (2+ messages)

[PATCH v2 0/6] Add RTC support for the Renesas RZ/V2H SoC
 2025-11-06 10:41 UTC  (5+ messages)
` [PATCH v2 2/6] dt-bindings: rtc: renesas,rz-rtca3: Add RZ/V2H support

[PATCH] drm/ttm: Fix @alloc_flags description
 2025-11-06 10:36 UTC  (4+ messages)

[PATCH v7 00/16] media: cadence,ti: CSI2RX Multistream Support
 2025-11-06 10:35 UTC  (4+ messages)
` [PATCH v7 09/16] media: ti: j721e-csi2rx: add support for processing virtual channels


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