The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2025-02-21 15:08:59 to 2025-02-21 16:19:41 UTC [more...]

[PATCH v2 0/2] PCI: Add support for logging Flit Mode TLPs (PCIe6)
 2025-02-21 16:19 UTC  (5+ messages)
` [PATCH v2 1/2] PCI: Track Flit Mode Status & print it with link status
` [PATCH v2 2/2] PCI: Handle TLP Log in Flit mode

[PATCH v5 -next 05/11] PCI: brcmstb: Expand inbound window size up to 64GB
 2025-02-21 16:18 UTC  (3+ messages)

[PATCH] gpiolib: use the required minimum set of headers
 2025-02-21 16:17 UTC  (3+ messages)

[PATCH] Fuse: Add backing file support for uring_cmd
 2025-02-21 16:17 UTC  (5+ messages)

[PATCH v5 -next 06/11] PCI: brcmstb: Add bcm2712 support
 2025-02-21 16:16 UTC  (3+ messages)

[PATCH v7 0/6] rust: extend `module!` macro with integer parameter support
 2025-02-21 16:15 UTC  (11+ messages)
` [PATCH v7 1/6] rust: str: implement `PartialEq` for `BStr`
` [PATCH v7 2/6] rust: str: implement `Index` "
` [PATCH v7 3/6] rust: str: implement `AsRef<BStr>` for `[u8]` and `BStr`
` [PATCH v7 4/6] rust: str: implement `strip_prefix` for `BStr`

[PATCH v10 00/18] reimplement per-vma lock as a refcount
 2025-02-21 16:14 UTC  (11+ messages)
` [PATCH v10 04/18] mm: introduce vma_iter_store_attached() to use with attached vmas
` [PATCH v10 05/18] mm: mark vmas detached upon exit
` [PATCH v10 12/18] mm: replace vm_lock and detached flag with a reference count
` [PATCH v10 13/18] mm: move lesser used vma_area_struct members into the last cacheline
` [PATCH v10 18/18] docs/mm: document latest changes to vm_lock

[PATCH bpf-next 0/2] selftests/bpf: Migrate test_xdp_vlan.sh into test_progs
 2025-02-21 16:14 UTC  (3+ messages)
` [PATCH bpf-next 2/2] "

[PATCH v3 1/4] rust: implement `kernel::sync::Refcount`
 2025-02-21 16:14 UTC  (6+ messages)
` [PATCH v3 2/4] rust: convert `Arc` to use `Refcount`

[PATCH v17 0/3] rust: xarray: Add a minimal abstraction for XArray
 2025-02-21 16:14 UTC  (3+ messages)
` [PATCH v17 2/3] rust: xarray: Add an "

[PATCH v6 00/15] drm/msm/dpu: Support quad pipe with dual-DSI
 2025-02-21 16:12 UTC  (8+ messages)
` [PATCH v6 12/15] drm/msm/dpu: blend pipes per mixer pairs config

[PATCH v2 0/2] Cleanup io.h
 2025-02-21 16:12 UTC  (2+ messages)

[PATCH v3 00/21] drm/msm: Add support for SM8750
 2025-02-21 16:12 UTC  (25+ messages)
` [PATCH v3 01/21] dt-bindings: display/msm: dsi-controller-main: Combine if:then: entries
` [PATCH v3 02/21] dt-bindings: display/msm: dsi-controller-main: Add missing minItems
` [PATCH v3 03/21] dt-bindings: display/msm: dsi-phy-7nm: Add SM8750
` [PATCH v3 04/21] dt-bindings: display/msm: dsi-controller-main: "
` [PATCH v3 05/21] dt-bindings: display/msm: dp-controller: "
` [PATCH v3 06/21] dt-bindings: display/msm: qcom,sm8650-dpu: "
` [PATCH v3 07/21] dt-bindings: display/msm: qcom,sm8750-mdss: "
` [PATCH v3 08/21] drm/msm/dpu: Add missing "fetch" name to set_active_pipes()
` [PATCH v3 09/21] drm/msm/dpu: Clear CTL_FETCH_PIPE_ACTIVE on mixer reset
` [PATCH v3 10/21] drm/msm/dpu: Clear CTL_FETCH_PIPE_ACTIVE on ctl_path reset
` [PATCH v3 11/21] drm/msm/dpu: Clear CTL_FETCH_PIPE_ACTIVE before blend setup
` [PATCH v3 12/21] drm/msm/dpu: Drop useless comments
` [PATCH v3 13/21] drm/msm/dpu: Add LM_7, DSC_[67], PP_[67] and MERGE_3D_5
` [PATCH v3 14/21] drm/msm/dpu: Add handling of LM_6 and LM_7 bits in pending flush mask
` [PATCH v3 15/21] drm/msm/dsi/phy: Add support for SM8750
` [PATCH v3 16/21] drm/msm/dsi: "
` [PATCH v3 17/21] drm/msm/dpu: "
` [PATCH v3 18/21] drm/msm/dpu: Implement 10-bit color alpha for v12.0 DPU
` [PATCH v3 19/21] drm/msm/dpu: Implement CTL_PIPE_ACTIVE "
` [PATCH v3 20/21] drm/msm/dpu: Implement LM crossbar "
` [PATCH v3 21/21] drm/msm/mdss: Add support for SM8750

[PATCH] coresight: catu: Fix number of pages while using 64k pages
 2025-02-21 16:11 UTC  (2+ messages)

[PATCH] selftests/landlock: add binaries to gitignore
 2025-02-21 16:11 UTC  (2+ messages)

[PATCH v1] io.h: drop unused headers
 2025-02-21 16:10 UTC  (6+ messages)

[PATCH v4 00/12] Direct Map Removal for guest_memfd
 2025-02-21 16:07 UTC  (13+ messages)
` [PATCH v4 01/12] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v4 02/12] mm/secretmem: set AS_NO_DIRECT_MAP instead of special-casing
` [PATCH v4 03/12] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v4 04/12] KVM: Add capability to discover KVM_GMEM_NO_DIRECT_MAP support
` [PATCH v4 05/12] KVM: Documentation: document KVM_GMEM_NO_DIRECT_MAP flag
` [PATCH v4 06/12] KVM: selftests: load elf via bounce buffer
` [PATCH v4 07/12] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
` [PATCH v4 08/12] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
` [PATCH v4 09/12] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
` [PATCH v4 10/12] KVM: selftests: adjust test_create_guest_memfd_invalid
` [PATCH v4 11/12] KVM: selftests: set KVM_GMEM_NO_DIRECT_MAP in mem conversion tests
` [PATCH v4 12/12] KVM: selftests: Test guest execution from direct map removed gmem

[PATCH v17 0/7] Add support for Maxim Integrated MAX77705 PMIC
 2025-02-21 16:03 UTC  (2+ messages)
` [GIT PULL] Immutable branch between MFD, Input, LEDs and Power due for the v6.15 merge window

[PATCH RFC v2 1/2] dt-bindings: remoteproc: Add SM8750 MPSS
 2025-02-21 16:03 UTC  (2+ messages)
` [PATCH RFC v2 2/2] remoteproc: qcom: pas: "

[PATCH -tip] x86/stackprotector: Move stack canary to struct pcpu_hot
 2025-02-21 16:01 UTC  (10+ messages)

[PATCH v11 00/23] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2025-02-21 16:00 UTC  (13+ messages)
` [PATCH v11 22/23] x86/resctrl: Introduce interface to list assignment states of all the groups
` [PATCH v11 23/23] x86/resctrl: Introduce interface to modify assignment states of "

[PATCH v8 00/15] futex: Add support task local hash maps
 2025-02-21 16:00 UTC  (5+ messages)

[PATCH RESEND] x86/platform/olpc-xo1-sci: don't include '<linux/pm_wakeup.h>' directly
 2025-02-21 16:00 UTC  (2+ messages)
` [tip: x86/platform] x86/platform/olpc-xo1-sci: Don't include <linux/pm_wakeup.h> directly

[PATCH v3] dt-bindings: remoteproc: Add SM8750 CDSP
 2025-02-21 16:00 UTC 

[PATCH v8 0/4] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-02-21 15:59 UTC  (5+ messages)

security/landlock/ruleset.c:96:9: warning: 'memcpy' accessing 4294967295 bytes at offsets 20 and 0 overlaps 6442450943 bytes at offset -2147483648
 2025-02-21 16:00 UTC  (4+ messages)

[RESEND PATCH] x86/apic: Use str_disabled_enabled() helper in print_ipi_mode()
 2025-02-21 15:59 UTC  (2+ messages)
` [tip: x86/cleanups] "

[PATCH net] ipvs: Always clear ipvs_property flag in skb_scrub_packet()
 2025-02-21 15:59 UTC  (3+ messages)

Rust kernel policy
 2025-02-21 15:59 UTC  (8+ messages)

[PATCH 00/14] Add support for AD4080 ADC
 2025-02-21 15:59 UTC  (4+ messages)
` [PATCH 05/14] iio: backend: add support for number of lanes

[PATCH v2 00/18] media: rzg2l-cru: Add support for RZ/G3E (CSI2, CRU)
 2025-02-21 15:55 UTC  (19+ messages)
` [PATCH v2 01/18] media: dt-bindings: renesas,rzg2l-csi2: Document Renesas RZ/V2H(P) SoC
` [PATCH v2 02/18] media: dt-bindings: renesas,rzg2l-csi2: Document Renesas RZ/G3E CSI-2 block
` [PATCH v2 03/18] media: dt-bindings: renesas,rzg2l-cru: Document Renesas RZ/G3E SoC
` [PATCH v2 04/18] media: rzg2l-cru: csi2: Use local variable for struct device in rzg2l_csi2_probe()
` [PATCH v2 05/18] media: rzg2l-cru: csi2: Use devm_pm_runtime_enable()
` [PATCH v2 06/18] media: rzg2l-cru: rzg2l-core: Use local variable for struct device in rzg2l_cru_probe()
` [PATCH v2 07/18] media: rzg2l-cru: rzg2l-core: Use devm_pm_runtime_enable()
` [PATCH v2 08/18] media: rzg2l-cru: csi2: Introduce SoC-specific D-PHY handling
` [PATCH v2 09/18] media: rzg2l-cru: csi2: Make system clock optional for RZ/V2H(P) SoC
` [PATCH v2 10/18] media: rzg2l-cru: csi2: Add support "
` [PATCH v2 11/18] media: rzg2l-cru: Add register mapping support
` [PATCH v2 12/18] media: rzg2l-cru: Pass resolution limits via OF data
` [PATCH v2 13/18] media: rzg2l-cru: Add image_conv offset to "
` [PATCH v2 14/18] media: rzg2l-cru: Add IRQ handler "
` [PATCH v2 15/18] media: rzg2l-cru: Add function pointers to enable and disable interrupts
` [PATCH v2 16/18] media: rzg2l-cru: Add function pointer to check if FIFO is empty
` [PATCH v2 17/18] media: rzg2l-cru: Add function pointer to configure CSI
` [PATCH v2 18/18] media: rzg2l-cru: Add support for RZ/G3E SoC

[PATCH 0/2] Fix SCHED_IDLE behavior on wakeup preemption
 2025-02-21 15:57 UTC  (4+ messages)
` [PATCH 2/2] sched/fair: Fix premature check of WAKEUP_PREEMPTION
    `  "

[PATCH] spi: spidev: Add compatible for LWE's btt device
 2025-02-21 15:56 UTC 

[PATCH v1] f2fs: fix to ensure queued discard commands are properly issued
 2025-02-21 15:56 UTC  (3+ messages)

[PATCH v4 0/2] iio: adc: add Nuvoton NCT7201 ADC driver
 2025-02-21 15:56 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: iio: adc: add NCT7201 ADCs

[PATCH] s390/vio-ap: Fix no AP queue sharing allowed message written to kernel log
 2025-02-21 15:55 UTC  (5+ messages)

[PATCH 1/2] dt-bindings: vendor-prefixes: Add prefix for Liebherr-Werk Ehingen GmbH
 2025-02-21 15:54 UTC  (2+ messages)
` [PATCH 2/2] dt-bindings: trivial-devices: Document SPI measurement on LWE boards

[PATCH] f2fs: do not use granularity control for segment or section unit discard
 2025-02-21 15:54 UTC  (3+ messages)
` [f2fs-dev] "

[RESEND PATCH 1/2] dt-bindings: remoteproc: Add SM8750 MPSS and CDSP
 2025-02-21 15:54 UTC  (2+ messages)

[PATCH 0/2] Add support for MT8196 video encoder
 2025-02-21 15:53 UTC  (2+ messages)

[PATCH 0/3] rcu/exp updates
 2025-02-21 15:52 UTC  (10+ messages)
` [PATCH 3/3] rcu/exp: Remove needless CPU up quiescent state report

[for-linus][PATCH 0/7] ftrace: Fixes for v6.14
 2025-02-21 15:52 UTC  (8+ messages)
` [for-linus][PATCH 1/7] ftrace: Fix accounting of adding subops to a manager ops
` [for-linus][PATCH 2/7] ftrace: Do not add duplicate entries in subops "
` [for-linus][PATCH 3/7] fprobe: Always unregister fgraph function from ops
` [for-linus][PATCH 4/7] fprobe: Fix accounting of when to unregister from function graph
` [for-linus][PATCH 5/7] selftests/ftrace: Update fprobe test to check enabled_functions file
` [for-linus][PATCH 6/7] ftrace: Correct preemption accounting for function tracing
` [for-linus][PATCH 7/7] tracing: Fix memory leak when reading set_event file

[PATCH v3 0/8] PCI: qcom-ep: add support for using the EP on SAR2130P and SM8450
 2025-02-21 15:52 UTC  (9+ messages)
` [PATCH v3 1/8] dt-bindings: PCI: qcom-ep: describe optional dma-coherent property
` [PATCH v3 2/8] dt-bindings: PCI: qcom-ep: describe optional IOMMU
` [PATCH v3 3/8] dt-bindings: PCI: qcom-ep: enable DMA for SM8450
` [PATCH v3 4/8] dt-bindings: PCI: qcom-ep: consolidate DMA vs non-DMA usecases
` [PATCH v3 5/8] dt-bindings: PCI: qcom-ep: add SAR2130P compatible
` [PATCH v3 6/8] PCI: dwc: pcie-qcom-ep: enable EP support for SAR2130P
` [PATCH v3 7/8] arm64: dts: qcom: sar2130p: add PCIe EP device nodes
` [PATCH v3 8/8] arm64: dts: qcom: sm8450: "

[PATCH v3 1/3] drm/format-helper: Add conversion from XRGB8888 to BGR888
 2025-02-21 15:51 UTC  (6+ messages)
` [PATCH v3 2/3] lib/vsprintf: Add support for generic FOURCCs by extending %p4cc
` [PATCH v3 3/3] drm/tiny: add driver for Apple Touch Bars in x86 Macs

[PATCH] drivers/media/pci/sta2x11: replace legacy GPIO APIs
 2025-02-21 15:50 UTC  (6+ messages)

[PATCH v1 1/1] x86/pat: Guard within_inclusive() with ifdeffery
 2025-02-21 15:50 UTC  (2+ messages)
` [tip: x86/mm] x86/pat: Fix W=1 build warning when the within_inclusive() function is unused

[PATCH v8] sched: Consolidate cpufreq updates
 2025-02-21 15:47 UTC  (2+ messages)

[PATCH] ntb: reduce stack usage in idt_scan_mws
 2025-02-21 15:47 UTC  (2+ messages)

[PATCH 0/7] PCI: apple: support t6020
 2025-02-21 15:47 UTC  (5+ messages)
` [PATCH 7/7] PCI: apple: Add T602x PCIe support

[PATCH v1] selftests/user_events: Fix failures caused by test code
 2025-02-21 15:46 UTC  (2+ messages)

[PATCH net-next 00/10] mptcp: pm: misc cleanups, part 3
 2025-02-21 15:44 UTC  (11+ messages)
` [PATCH net-next 01/10] mptcp: pm: remove unused ret value to set flags
` [PATCH net-next 02/10] mptcp: pm: change to fullmesh only for 'subflow'
` [PATCH net-next 03/10] mptcp: pm: add a build check for userspace_pm_dump_addr
` [PATCH net-next 04/10] mptcp: pm: add mptcp_pm_genl_fill_addr helper
` [PATCH net-next 05/10] mptcp: pm: drop match in userspace_pm_append_new_local_addr
` [PATCH net-next 06/10] mptcp: pm: drop inet6_sk after inet_sk
` [PATCH net-next 07/10] mptcp: pm: use ipv6_addr_equal in addresses_equal
` [PATCH net-next 08/10] mptcp: sched: split get_subflow interface into two
` [PATCH net-next 09/10] mptcp: sched: reduce size for unused data
` [PATCH net-next 10/10] mptcp: blackhole: avoid checking the state twice

[PATCH v2 0/7] x86/efi/mixed: Decouple from legacy decompressor
 2025-02-21 15:42 UTC  (3+ messages)

[PATCH v8 0/7] ima: kexec: measure events between kexec load and execute
 2025-02-21 15:41 UTC  (3+ messages)
` [PATCH v8 3/7] ima: kexec: skip IMA segment validation after kexec soft reboot

More than 256/512 glyphs on the Liinux console
 2025-02-21 15:35 UTC 

[PATCH *-next 00/18] Remove weird and needless 'return' for void APIs
 2025-02-21 15:40 UTC  (2+ messages)

[PATCH mm-unstable v2] mm/hugetlb_vmemmap: fix memory loads ordering
 2025-02-21 15:41 UTC  (2+ messages)

Patch and bugfix in block/blk-mq.c to regain stability when using various SD Cards and Card Readers
 2025-02-21 15:41 UTC 

[PATCH v4 0/2] Fix and extend cpu.stat
 2025-02-21 15:41 UTC  (2+ messages)

[RFC PATCH 0/2] Batch free work in io-wq
 2025-02-21 15:41 UTC  (6+ messages)
` [RFC PATCH 2/2] io_uring/io-wq: try to batch multiple free work

[PATCH v2 0/7] iommu: Add MSI mapping support with nested SMMU (Part-1 core)
 2025-02-21 15:39 UTC  (6+ messages)
` [PATCH v2 3/7] iommu: Make iommu_dma_prepare_msi() into a generic operation
` [PATCH v2 7/7] iommu: Turn iova_cookie to dma-iommu private pointer

[PATCH 0/9] mips: dts: Split Realtek devicetrees
 2025-02-21 15:27 UTC  (2+ messages)

[PATCH v3 0/6] mips: dts: ralink: update system controller nodes and its consumers
 2025-02-21 15:36 UTC  (4+ messages)

[PATCH v5 -next 00/11] Add PCIe support for bcm2712
 2025-02-21 15:36 UTC  (4+ messages)
` [PATCH v5 -next 04/11] PCI: brcmstb: Reuse config structure

[PATCH v2 0/3] Fix and cleanup and extend cpu.stat
 2025-02-21 15:36 UTC  (8+ messages)
` [PATCH v2 3/3] cgroup/rstat: Add run_delay accounting for cgroups

[PATCH v2 0/4] Fixes for hugetlb and vmalloc on arm64
 2025-02-21 15:35 UTC  (5+ messages)
` [PATCH v2 2/4] arm64: hugetlb: Fix huge_ptep_get_and_clear() for non-present ptes

[RESEND PATCH v9 0/2] Enable Bluetooth on qcs6490-rb3gen2 board
 2025-02-21 15:34 UTC  (4+ messages)
` [RESEND PATCH v9 1/2] arm64: dts: qcom: qcs6490-rb3gen: add and enable BT node

[PATCH] s390/vfio-ap: lock mdev object when handling mdev remove request
 2025-02-21 15:32 UTC 

[PATCH v11 01/12] x86/mm: make MMU_GATHER_RCU_TABLE_FREE unconditional
 2025-02-21 15:30 UTC  (2+ messages)
` [tip: x86/mm] x86/mm: Make "

[PATCH v11 02/12] x86/mm: remove pv_ops.mmu.tlb_remove_table call
 2025-02-21 15:30 UTC  (2+ messages)
` [tip: x86/mm] x86/mm: Remove "

[PATCH -next v2] uprobes: fix two zero old_folio bugs in __replace_page()
 2025-02-21 15:28 UTC  (2+ messages)

[RESEND PATCH v2 1/4] x86/boot: move setting of memblock parameters to e820__memblock_setup()
 2025-02-21 15:29 UTC  (2+ messages)
` [tip: x86/boot] x86/boot: Move "

[RESEND PATCH v2 2/4] x86/boot: split kernel resources setup into a helper function
 2025-02-21 15:29 UTC  (2+ messages)
` [tip: x86/boot] x86/boot: Split kernel resources setup into the setup_kernel_resources() "

[RESEND PATCH v2 3/4] x86/boot: split parsing of boot_params into a helper function
 2025-02-21 15:29 UTC  (2+ messages)
` [tip: x86/boot] x86/boot: Split parsing of boot_params into the parse_boot_params() "

[RESEND PATCH v2 4/4] x86/e820: drop E820_TYPE_RESERVED_KERN and related code
 2025-02-21 15:29 UTC  (2+ messages)
` [tip: x86/boot] x86/e820: Drop obsolete "

[PATCH V2 0/2] rust: Add basic clock bindings
 2025-02-21 15:28 UTC  (6+ messages)
` [PATCH V2 2/2] rust: Add basic bindings for clk APIs

[PATCH v2 00/14] kasan: x86: arm64: KASAN tag-based mode for x86
 2025-02-21 15:27 UTC  (5+ messages)
` [PATCH v2 13/14] x86: runtime_const used for KASAN_SHADOW_END

[PATCH v2 1/3] drm/format-helper: Add conversion from XRGB8888 to BGR888
 2025-02-21 15:27 UTC  (3+ messages)
` [PATCH v2 2/3] lib/vsprintf: Add support for generic FOURCCs by extending %p4cc

[PATCH v3 0/4] arm64: dts: add imx95_15x15_evk boards support
 2025-02-21 15:25 UTC  (4+ messages)
` [PATCH v3 4/4] arm64: dts: imx95: Add imx95-15x15-evk support

[BUG] possible race between md_free_disk and md_notify_reboot
 2025-02-21 15:19 UTC  (9+ messages)

[PATCH v3 0/4] rust: configfs abstractions
 2025-02-21 15:18 UTC  (2+ messages)

[PATCH v8 02/14] rust: hrtimer: introduce hrtimer support
 2025-02-21 15:19 UTC  (9+ messages)

[RFC PATCH v3 1/3] KVM: arm64: SIGBUS VMM for SEA guest abort
 2025-02-21 15:15 UTC  (2+ messages)

[PATCH] drm/radeon: Add error handlings for r420 cp errata initiation
 2025-02-21 15:14 UTC  (2+ messages)

[PATCH] s390/tty: Fix a potential memory leak bug
 2025-02-21 15:13 UTC  (2+ messages)

[PATCH v2] dt-bindings: display/msm: qcom,sa8775p-mdss: Add missing eDP phy
 2025-02-21 15:13 UTC 

[PATCH v2 0/4] arm64: dts: qcom: sm8750: CDSP and modem
 2025-02-21 15:12 UTC  (6+ messages)
` [PATCH v2 3/4] arm64: dts: qcom: sm8750-mtp: Enable CDSP and mention MPSS

[PATCH v2] s390/sclp: Add check for get_zeroed_page()
 2025-02-21 15:11 UTC  (2+ messages)

[PATCH] nfsd: decrease cl_cb_inflight if fail to queue cb_work
 2025-02-21 15:11 UTC  (10+ messages)

[PATCH v5 00/10] Add support for videocc, camcc, dispcc and gpucc on Qualcomm QCS615 platform
 2025-02-21 15:10 UTC  (4+ messages)
` [PATCH v5 02/10] dt-bindings: clock: Add Qualcomm QCS615 Camera clock controller

[PATCH v2 0/3] drm/amdgpu: Small reset improvements
 2025-02-21 15:08 UTC  (3+ messages)
` [PATCH v2 2/3] drm/amdgpu: Log after a successful ring reset


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