mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[PATCH v7 00/12] f2fs: introduce metadata cache
 2026-09-15  2:34 UTC  (17+ messages)
` [PATCH v7 02/12] f2fs: cache: initialize meta cache
  ` [f2fs-dev] "
` [PATCH v7 03/12] f2fs: cache: introduce shrinker
  ` [f2fs-dev] "
` [PATCH v7 04/12] f2fs: cache: introduce writeback thread
  ` [f2fs-dev] "
` [PATCH v7 05/12] f2fs: cache: use meta cache
  ` [f2fs-dev] "
` [PATCH v7 10/12] f2fs: cache: support fault injection
  ` [f2fs-dev] "
` [PATCH v7 11/12] f2fs: cache: introduce tracepoints
  ` [f2fs-dev] "

[PATCH v4 0/7] hfsplus: convert regular file I/O to iomap-based operations
 2026-09-15  2:34 UTC  (7+ messages)
` [PATCH v4 2/7] hfsplus: rework hfsplus_get_block() logic
` [PATCH v4 5/7] hfsplus: move file related operations to file.c
` [PATCH v4 7/7] hfsplus: switch address_space_operations on iomap-based support

[PATCH 0/4] kernfs: remove kernfs_rwsem from dentry revalidation
 2026-09-15  2:33 UTC  (8+ messages)
` [PATCH 4/4] kernfs: Remove "

[PATCH v2 0/5] x86/cpu: Refactor identify_cpu()
 2026-09-15  2:31 UTC  (3+ messages)
` [PATCH v2 2/5] x86/cpu: Initialize boot CPU cpuinfo defaults early

[RFC PATCH v2] mm: Improve pgdat_balanced() to avoid over-reclamation for higher-order allocation
 2026-09-15  2:30 UTC  (4+ messages)

[PATCH] locking/osq_lock: Ensure proper locking semantics for osq_lock/osq_unlock()
 2026-09-15  2:30 UTC  (4+ messages)

[PATCH net-next v2] octeontx2-af: consolidate RVU AFVF device id definitions
 2026-09-15  2:30 UTC  (2+ messages)

[PATCH net-next v7 0/6] selftests: net: make iou-zcrx tests multithreaded
 2026-09-15  2:30 UTC  (2+ messages)

[PATCH net] net: bcmgenet: restore the hardware filters on open
 2026-09-15  2:30 UTC  (2+ messages)

[PATCH net] octeontx2-af: guard is_pf_cgxmapped() when PF to CGX map is absent
 2026-09-15  2:29 UTC 

[PATCH bpf-next v2 0/2] bpf, parisc: Add support for BPF_SDIV and BPF_SMOD in the parisc JITs
 2026-09-15  2:29 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] bpf, parisc: Add support for BPF_SDIV and BPF_SMOD in the parisc64 JIT
` [PATCH bpf-next v2 2/2] bpf, parisc: Add support for BPF_SDIV and BPF_SMOD in the parisc32 JIT

[PATCH] drm/amd/display: invalidate DP CEC state on s3 suspend
 2026-09-15  2:27 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH bpf-next v2] bpftool: Compute map size of light skeletons at runtime
 2026-09-15  2:27 UTC  (3+ messages)

[PATCH v3 0/3] kselftest: mm: remove HPAGE_SIZE and HPAGE_SHIFT macro
 2026-09-15  2:26 UTC  (5+ messages)
` [PATCH v3 1/3] kselftest: mm: rename read_pmd_pagesize() to pmd_psize()
` [PATCH v3 2/3] kselftest: mm: remove HPAGE_SIZE and HPAGE_SHIFT macro

[PATCH 0/3] mm/vmalloc: minor cleanups
 2026-09-15  2:26 UTC  (7+ messages)
` [PATCH 2/3] mm/vmalloc: extract vmap_insert_free_area helper
` [PATCH 3/3] mm/vmalloc: extract show_busy_info from vmalloc_info_show

[RFC PATCH 4/9] mm/damon/core: use damos_quota_is_set() in damos_adjust_quota()
 2026-09-15  2:26 UTC  (4+ messages)

[PATCH v2] KVM: x86: Clear hardware HLT state when userspace makes a vCPU not-halted
 2026-09-15  2:24 UTC  (2+ messages)

[syzbot] [media?] KASAN: slab-use-after-free Read in v4l2_release (3)
 2026-09-15  2:24 UTC 

[PATCH] media: uapi: Fix C3 ISP type references in kernel-doc
 2026-09-15  2:20 UTC  (2+ messages)

[PATCH net v2] net: dsa: mxl862xx: disable the stats poll on teardown
 2026-09-15  2:20 UTC  (2+ messages)

[PATCH] nvme-multipath: fix underflow in ANA log bounds checks
 2026-09-15  2:19 UTC 

[PATCH v2 0/6] media: imx8-isi: Add i.MX952 ISI support
 2026-09-15  2:19 UTC  (4+ messages)
` [PATCH v2 6/6] media: imx8-isi: Enable ISI RAW10/12/14 output LSB alignment

[PATCH net] net: wan: farsync: Disable PCI device on removal
 2026-09-15  2:19 UTC  (2+ messages)

[PATCH] ceph: require the dentry lease record to cover struct ceph_mds_reply_lease
 2026-09-15  2:17 UTC 

[PATCH v10 0/3] Support zero-sized HDM decoders
 2026-09-15  2:16 UTC  (3+ messages)
` [PATCH v10 2/3] cxl/hdm: Allow zero sized "

[PATCH] Revert "scripts/faddr2line: Combine three readelf calls into one"
 2026-09-15  2:15 UTC  (3+ messages)

[PATCH 00/11] Make the 32-bit ARM DMA API work with normal IOMMU DMA default domains (+ Tegra PoC)
 2026-09-15  2:15 UTC  (12+ messages)
` [PATCH 01/11] iommu: Add iommu_teardown_dma_ops
` [PATCH 02/11] iommu: Add cookie type for ARM_DMA_USE_IOMMU
` [PATCH 03/11] ARM: dma-mapping: Split mapping allocation from domain allocation
` [PATCH 04/11] ARM: dma-mapping: Implement and expose DMA setup functions
` [PATCH 05/11] ARM: dma-mapping: Bypass the legacy path for core-owned DMA API domains
` [PATCH 06/11] ARM: dma-mapping: Handle foreign buffers in arm_iommu_get_sgtable
` [PATCH 07/11] iommu: Let 32-bit ARM drivers opt into a DMA API default domain
` [PATCH 08/11] iommu/tegra-smmu: Defer display client translation to driver handover
` [PATCH 09/11] gpu: host1x: Drop release of legacy 32-bit ARM DMA domain
` [PATCH 10/11] drm/tegra: "
` [PATCH 11/11] iommu/tegra-smmu: Use a DMA API default domain per swgroup

[PATCH] media: radio-maxiradio: balance PCI device enable on cleanup
 2026-09-15  2:13 UTC 

[PATCH bpf-next 0/5] bpf, x86: Extend CPUv4 instruction support in the i386 JIT
 2026-09-15  2:13 UTC  (6+ messages)
` [PATCH bpf-next 1/5] bpf, x86: Add support for BPF_MOVSX "
` [PATCH bpf-next 2/5] bpf, x86: Extract the i386 JIT load emitter
` [PATCH bpf-next 3/5] bpf, x86: Add BPF_MEMSX support to the i386 JIT
` [PATCH bpf-next 4/5] bpf, x86: Add BPF_JMP32 | BPF_JA "
` [PATCH bpf-next 5/5] bpf, x86: Add unconditional byte swap "

[PATCH 0/2] devres: Provide kmalloc_obj*-style API for devm_kmalloc
 2026-09-15  2:13 UTC  (3+ messages)
` [PATCH 1/2] mm: Move default_gfp() into gfp_types.h

[PATCH v2] platform/x86: thinkpad_acpi: Fix fan speed reporting on ThinkPad L440
 2026-09-15  2:11 UTC 

[PATCH v3] ALSA: hda/cs8409: Fix for Dell Cirrus audio jack detect
 2026-09-15  2:11 UTC 

[PATCH v2] x86/shstk: shadow stack enabling write return code change
 2026-09-15  2:10 UTC  (4+ messages)
` [tip: x86/cpu] x86/shstk: Shadow "
` [tip: x86/cpu] x86/shstk: Return the correct error value when user shadow stacks are disabled

[PATCH net] net: phy: mediatek: do not report link and per-speed LED rules together
 2026-09-15  2:10 UTC  (2+ messages)

[PATCH net] seg6: set IPSKB_L3SLAVE from IP6SKB_L3SLAVE on IPIP decapsulation
 2026-09-15  2:10 UTC  (2+ messages)

[RFC PATCH v3 0/8] mm/damon: introduce hugepage_size probe filter
 2026-09-15  2:09 UTC  (9+ messages)
` [RFC PATCH v3 1/8] mm/damon/api: introduce DAMON_FILTER_TYPE_HUGEPAGE_SIZE
` [RFC PATCH v3 2/8] mm/damon/core: commit hugepage_size type damon filter
` [RFC PATCH v3 3/8] mm/damon/ops-common: support hugepage_size damon filter matching
` [RFC PATCH v3 4/8] mm/damon/sysfs: add min,max files under probe filter directory
` [RFC PATCH v3 5/8] mm/damon/sysfs: support hugepage_size probe filter
` [RFC PATCH v3 6/8] Docs/mm/damon/design: update for "
` [RFC PATCH v3 7/8] Docs/admin-guide/mm/damon/usage: update for hugepage_size
` [RFC PATCH v3 8/8] Docs/ABI/damon: update for hugepage_size probe filter

[syzbot] [block?] BUG: sleeping function called from invalid context in null_insert_page
 2026-09-15  2:09 UTC 

[PATCH v6 0/6] drm/verisilicon: add Nuvoton MA35D1 DCU Lite support
 2026-09-15  2:06 UTC  (4+ messages)
` [PATCH v6 3/6] drm/verisilicon: introduce per-variant hardware ops table

[syzbot] [kernel?] BUG: unable to handle kernel paging request in write_comp_data
 2026-09-15  2:06 UTC  (2+ messages)

[PATCH] leds: blinkm: Remove sysfs group on allocation failure
 2026-09-15  2:06 UTC 

[PATCH] platform/x86: thinkpad_acpi: Fix fan speed reporting on ThinkPad L440
 2026-09-15  2:05 UTC 

[PATCH v2 0/8] Alternate Injection: Secure Interrupt Delivery for SEV-SNP Guests - Guest Support
 2026-09-15  2:04 UTC  (4+ messages)
` [PATCH v2 6/8] x86/sev: Register the guest with the SVSM APIC protocol

[PATCH net] net: tulip: dmfe: Disable PCI device on removal
 2026-09-15  2:03 UTC 

[PATCH net-next v2 0/3] net: hash uncached route lists by device
 2026-09-15  2:03 UTC  (4+ messages)
` [PATCH net-next v2 1/3] ipv4: hash uncached routes "
` [PATCH net-next v2 2/3] ipv6: "
` [PATCH net-next v2 3/3] selftests: net: cover IPv6 uncached route device mismatch

[PATCH 6.1] ALSA: hda: Fix missing pointer check in hda_component_manager_init function
 2026-09-15  2:03 UTC  (2+ messages)

[PATCH 5.10/6.1] drm/amd/display: set new_stream to NULL after release
 2026-09-15  2:03 UTC  (2+ messages)

[PATCH 6.12 0000/1202] 6.12.97-rc2 review
 2026-09-15  2:03 UTC  (2+ messages)

[PATCH 5.10] libceph: Reject monmaps advertising zero monitors
 2026-09-15  2:03 UTC  (2+ messages)

[PATCH 5.15.y v3 4/7] KVM: x86/mmu: Always pass 0 for @quadrant when gptes are 8 bytes
 2026-09-15  2:03 UTC  (2+ messages)

[PATCH 5.15.y v3 3/7] KVM: x86/mmu: Derive shadow MMU page role from parent
 2026-09-15  2:03 UTC  (2+ messages)

[PATCH 7.2.y] iommu/arm-smmu-v3: Disable implementations during devm teardown
 2026-09-15  2:03 UTC  (2+ messages)

[syzbot] [jfs?] UBSAN: array-index-out-of-bounds in dbFindLeaf (2)
 2026-09-15  2:03 UTC 

[PATCH 3/3] tee: optee: allow enabling the driver on RISC-V
 2026-09-15  2:02 UTC  (5+ messages)
` [PATCH v2] tee: optee: prepare the driver for RISC-V
` [PATCH v2] tee: optee: build the Arm-specific code only on Arm
` [PATCH v2] tee: optee: add an RPMI ABI placeholder
` [PATCH v2] tee: optee: allow enabling the driver on RISC-V

[PATCH 0/3] dmaengine: Remove obsolete 32-bit DMA mask fallbacks
 2026-09-15  2:02 UTC  (8+ messages)
` [PATCH 1/3] dmaengine: ptdma: Remove obsolete 32-bit DMA mask fallback
    `  "
      `  "
        `  "
          `  "
            `  "

[PATCH net] net: starfire: Disable PCI device on probe failures
 2026-09-15  2:01 UTC 

[PATCH 0/6] mm/damon: misc improvements in tests and documents
 2026-09-15  2:00 UTC  (2+ messages)

[PATCH net-next] net/iucv: Add lock nesting annotation in iucv_sock_close()
 2026-09-15  2:00 UTC  (3+ messages)

[PATCH net v2] rds: ib: use rds_conn_drop() on protocol version mismatch
 2026-09-15  2:00 UTC  (2+ messages)

[PATCH net] net: sundance: balance PCI enable on cleanup
 2026-09-15  1:58 UTC  (2+ messages)

[PATCH v4 0/2] f2fs: enable buffered RWF_DONTCACHE
 2026-09-15  1:57 UTC  (3+ messages)
` [PATCH v5 "

[PATCH net-next v17 0/2] net: phy: Add driver for Motorcomm Quad 2.5GbE phy
 2026-09-15  1:57 UTC  (4+ messages)
` [PATCH net-next v17 2/2] "

[PATCH] media: radio-sf16fmr2: unregister v4l2 device on tuner init failure
 2026-09-15  1:57 UTC 

[PATCH v2 0/5] arm64: dts: qcom: nord: Add PCIe and WLAN support
 2026-09-15  1:56 UTC  (6+ messages)
` [PATCH v2 1/5] arm64: dts: qcom: nord: Add PCIe PHY and controller nodes
` [PATCH v2 2/5] arm64: dts: qcom: nord-rrd: Enable PCIe controllers and PHY
` [PATCH v2 3/5] arm64: dts: qcom: nord-ride-embedded: "
` [PATCH v2 4/5] arm64: dts: qcom: nord-ride-embedded: Add WCN7850 WLAN support
` [PATCH v2 5/5] arm64: dts: qcom: nord-rrd: "

[PATCH 0/3] EDAC: Balance PCI device enablement in three Intel drivers
 2026-09-15  1:55 UTC  (4+ messages)
` [PATCH 1/3] EDAC/e752x: Use managed PCI device enablement
` [PATCH 2/3] EDAC/i3000: Balance "
` [PATCH 3/3] EDAC/x38: "

[PATCH net-next v4 10/10] net: ethernet: ravb: Add gPTP support for Gen4
 2026-09-15  1:54 UTC  (2+ messages)

[PATCH net-next v4 09/10] dt-bindings: net: renesas,etheravb: Add optional gPTP phandle for Gen4
 2026-09-15  1:54 UTC  (2+ messages)

[PATCH net-next v4 07/10] net: ethernet: ravb: Add callback for gPTP probe
 2026-09-15  1:54 UTC  (2+ messages)

[PATCH net-next v4 06/10] net: ethernet: ravb: Replace gPTP flags with callbacks
 2026-09-15  1:54 UTC  (2+ messages)

[PATCH net-next v4 05/10] net: ethernet: ravb: Propagate error from ptp_clock_register()
 2026-09-15  1:54 UTC  (2+ messages)

[PATCH net-next v4 03/10] net: ethernet: ravb: Simplify gPTP start and stop
 2026-09-15  1:54 UTC  (2+ messages)

[PATCH net-next v4 02/10] net: ethernet: ravb: Move programming of gPTP timer interval
 2026-09-15  1:54 UTC  (2+ messages)

[PATCH net-next v4 01/10] net: ethernet: ravb: Remove gPTP control from WoL setup and restore
 2026-09-15  1:54 UTC  (2+ messages)

[PATCH] perf riscv: Add perf_regs_load and enable the dwarf unwind test
 2026-09-15  1:54 UTC  (2+ messages)

[PATCH v4 0/6] iio: adc: bcm_iproc_adc: convert to devm-managed APIs
 2026-09-15  1:54 UTC  (2+ messages)

[PATCH net-next v2] netlink: specs: fix duplicate if/then keys in netlink-raw schema
 2026-09-15  1:53 UTC 

[PATCH net 5/5] {RDMA,net}/mlx5: notify RoCE LAG speed change via driver event
 2026-09-15  1:51 UTC  (2+ messages)

[PATCH net 4/5] net/mlx5: Lag, limit aggregated TX speed by PCIe bandwidth
 2026-09-15  1:51 UTC  (2+ messages)

[PATCH net 3/5] {RDMA,net}/mlx5: cache and use TX-enabled aggregate speed for vports
 2026-09-15  1:51 UTC  (2+ messages)

[PATCH net 2/5] net/mlx5: Lag, reset vport speed on teardown
 2026-09-15  1:51 UTC  (2+ messages)

[PATCH net 1/5] net/mlx5: Lag, split aggregate speed into oper and max helpers
 2026-09-15  1:51 UTC  (2+ messages)

[PATCH net-next v11 0/2] net: phy: add X-Powers AC200/AC300 EPHY support
 2026-09-15  1:50 UTC  (2+ messages)

[PATCH v3 net-next] octeontx2-pf: report port connector type in ethtool link ksettings
 2026-09-15  1:50 UTC  (2+ messages)

[PATCH net-next v5 2/2] net: stmmac: dwxgmac2: add XGMAC timestamp interrupt support
 2026-09-15  1:49 UTC  (2+ messages)

[PATCH] ASoC: codecs: nau8360: Fix misleading return in nau8360_message_to_dsp()
 2026-09-15  1:49 UTC 

[PATCH net-next v5 1/2] net: stmmac: dwmac-socfpga: complete cross-timestamp on ATSNS
 2026-09-15  1:49 UTC  (2+ messages)

mlx5e:zero-prefix corruption during TCP DMA-BUF RX - help requested
 2026-09-15  1:49 UTC 

[PATCH net-next 0/4] netlink: fix ynl spec tooling robustness bugs
 2026-09-15  1:46 UTC  (5+ messages)

[PATCH 0/2] Fix sharing a PMIC GPIO between multiple consumers
 2026-09-15  1:44 UTC  (3+ messages)
` [PATCH 1/2] gpio: shared-proxy: track direction instead of reading it back
` [PATCH 2/2] pinctrl: qcom: spmi-gpio: make direction changes exclusive

[PATCH] staging: rtl8723bs: fix lines exceeding 100 columns in rtw_security.c
 2026-09-15  1:44 UTC  (2+ messages)

[PATCH net] libceph: bound mon_command ack decode to front len
 2026-09-15  1:42 UTC 

[PATCH v2 2/2] kthread: Report cpumask allocation failure without warning
 2026-09-15  1:42 UTC 

[PATCH v2 1/2] locking/rtmutex: Handle empty waiters tree in try_to_take_rt_mutex()
 2026-09-15  1:42 UTC 

[PATCH bpf-next v10 0/2] bpf: BPF-driven proactive memcg reclaim
 2026-09-15  1:40 UTC  (4+ messages)
` [PATCH bpf-next v10 1/2] mm/bpf: Add bpf_proactive_reclaim kfunc

[PATCH net 1/2] net: arcnet: com20020-pci: clean up failed channels
 2026-09-15  1:39 UTC  (2+ messages)
` [PATCH net 2/2] net: arcnet: com20020-pci: balance PCI enable on cleanup

[syzbot] [raid?] UBSAN: array-index-out-of-bounds in super_90_sync
 2026-09-15  1:39 UTC  (2+ messages)
` Forwarded: [PATCH] "

[syzbot] [kernel?] WARNING: ODEBUG bug in vub300_disconnect
 2026-09-15  1:38 UTC  (2+ messages)
` Forwarded: [PATCH] "

[syzbot] [jfs?] UBSAN: array-index-out-of-bounds in dbFindLeaf (2)
 2026-09-15  1:38 UTC  (2+ messages)
` Forwarded: [PATCH] "

[syzbot] [nfs?] [net?] KASAN: vmalloc-out-of-bounds Read in rpc_queue_upcall
 2026-09-15  1:38 UTC  (2+ messages)
` Forwarded: [PATCH] "

[syzbot] [media?] KASAN: slab-use-after-free Read in v4l2_release (3)
 2026-09-15  1:38 UTC  (2+ messages)
` Forwarded: [PATCH] "

[syzbot] [batman?] WARNING in batadv_iv_ogm_process_per_outif
 2026-09-15  1:38 UTC  (2+ messages)
` Forwarded: [PATCH] "

[syzbot] [netfilter?] WARNING: suspicious RCU usage in expect_iter_name
 2026-09-15  1:38 UTC  (2+ messages)
` Forwarded: [PATCH] "

[syzbot] [net?] BUG: using smp_processor_id() in preemptible code in sk_skb_reason_drop
 2026-09-15  1:38 UTC  (2+ messages)
` Forwarded: [PATCH] "

[syzbot] [kvm?] INFO: task hung in kvm_gmem_release (2)
 2026-09-15  1:38 UTC  (2+ messages)
` Forwarded: [PATCH] "

[syzbot] [wireless?] INFO: task hung in ieee80211_register_hw (8)
 2026-09-15  1:38 UTC  (2+ messages)
` Forwarded: [PATCH] "

[syzbot] [block?] BUG: sleeping function called from invalid context in null_insert_page
 2026-09-15  1:38 UTC  (2+ messages)
` Forwarded: [PATCH] "

[PATCH RESEND net-next v17 00/10] net: phy_port: SFP modules representation and phy_port listing
 2026-09-15  1:38 UTC  (5+ messages)
` [PATCH RESEND net-next v17 06/10] net: phy: phy_port: Store information about a port's upstream
` [PATCH RESEND net-next v17 10/10] Documentation: networking: Update the phy_port infrastructure description

[PATCH] kbuild: fix grammar in output Makefile .gitignore generation comment
 2026-09-15  1:37 UTC  (2+ messages)

[PATCH] EDAC/i82975x: Balance PCI ownership on probe and module exit
 2026-09-15  1:35 UTC 

[syzbot] [block?] BUG: corrupted list in blk_mq_request_bypass_insert
 2026-09-15  1:33 UTC  (2+ messages)

[PATCH v4 0/2] ARM: dts: aspeed: Add ASRock Rack B650D4U BMC
 2026-09-15  1:31 UTC  (4+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/2] dt-bindings: arm: aspeed: Add ASRock Rack B650D4U
  ` [PATCH v5 2/2] ARM: dts: aspeed: Add ASRock Rack B650D4U BMC

[PATCH v2] ntfs: mount hibernated volumes read-only regardless of errors=
 2026-09-15  1:30 UTC 

[PATCH net v7 0/2] net: fix a stale phylink PHY pointer and a lost PHY interrupt
 2026-09-15  1:30 UTC  (3+ messages)
` [PATCH net v7 2/2] net: phy: take the interrupt back from the bus on detach

[PATCH] drm/gma500: Balance MSI and IRQ state on installation failure
 2026-09-15  1:27 UTC 

[PATCH net-next] ppp: ppp_synctty: Use common error handling code in ppp_sync_txmunge()
 2026-09-15  1:27 UTC  (3+ messages)

[PATCH v2] drm/gma500: unwind resources on backlight init failure
 2026-09-15  1:26 UTC 

[PATCH] drm/gma500: clean up modeset on backlight init failure
 2026-09-15  1:24 UTC  (3+ messages)

[PATCH] ALSA: hda/cs8409: Fix for Dell Cirrus audio jack detect
 2026-09-15  1:23 UTC  (6+ messages)

[PATCH v1] arm64: dts: qcom: qcs6490-rb3gen2-industrial-mezzanine: Add PCIe wake GPIO
 2026-09-15  1:20 UTC 

[PATCH 0/4] usb: ohci: Balance controller wakeup on cleanup
 2026-09-15  1:20 UTC  (5+ messages)
` [PATCH 1/4] usb: ohci-da8xx: disable "
` [PATCH 2/4] usb: ohci-s3c2410: disable controller wakeup on removal
` [PATCH 3/4] usb: ohci-spear: "
` [PATCH 4/4] usb: ohci-st: "

[PATCH bpf-next v2 00/13] bpf: track scalar equality across the low 32 bits
 2026-09-15  1:17 UTC  (7+ messages)
` [PATCH bpf-next v2 01/13] bpf: move linked-scalar flags out of bpf_reg_state->id [NFC]
` [PATCH bpf-next v2 02/13] bpf: compare linked-scalar kinds in regs_exact()

[PATCH bpf v2] bpf: Keep generic __uninit kfunc arguments live
 2026-09-15  1:15 UTC  (2+ messages)

[PATCH bpf-next v3 00/15] BPF interface for applying Landlock rulesets
 2026-09-15  1:13 UTC  (11+ messages)
` [PATCH bpf-next v3 04/15] lsm: Add the bpf_lsm_policy_release kfunc and policy object destructor

[PATCH 1/2] media: sti: hva: Drop redundant clock preparation in probe
 2026-09-15  1:13 UTC  (2+ messages)
` [PATCH 2/2] media: sti: hva: Release the runtime clock on teardown

[PATCH v2 0/3] x86/resctrl: Keep default MBM mode at boot and fix ABMC
 2026-09-15  1:11 UTC  (6+ messages)
` [PATCH v2 3/3] x86/resctrl: Keep mbm_assign_mode in default mode at boot

[PATCH] media: tw68: balance PCI enable on cleanup
 2026-09-15  1:11 UTC 

[PATCH net] ipmr, ip6mr: annotate data-races in vif_seq_show()
 2026-09-15  1:10 UTC  (2+ messages)

[PATCH v2 00/40] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-15  1:08 UTC  (2+ messages)

[PATCH] ALSA: hda/realtek: Fix Acer Nitro 5 AN515-57 mic resume
 2026-09-15  1:06 UTC  (4+ messages)
` [PATCH v2 0/2] ALSA: hda: Fix Acer Nitro 5 AN515-57 mic switching
  ` [PATCH v2 1/2] ALSA: hda: Allow jack presence to follow another pin
  ` [PATCH v2 2/2] ALSA: hda/realtek: Fix Acer Nitro 5 AN515-57 mic switching

[PATCH v3] mm/memory-failure: Support disabling soft offline for HugeTLB pages
 2026-09-15  0:57 UTC  (3+ messages)

[PATCH v2 0/3] usb: typec: ps883x: fixes for older Thunderbolt 4 / USB4 docks
 2026-09-15  0:56 UTC  (3+ messages)
` [PATCH v2 3/3] usb: typec: mux: ps883x: disable USB4 on incomplete USB4 platforms

page:  |  | latest

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

all inboxes | Powered by JetHome®