The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2025-02-26 01:37:22 to 2025-02-26 04:42:29 UTC [more...]

[PATCH 0/5] drm/xe: enable driver usage on non-4KiB kernels
 2025-02-26  4:43 UTC  (11+ messages)
` [PATCH 1/5] drm/xe/bo: fix alignment with non-4K kernel page sizes
` [PATCH 2/5] drm/xe/guc: use SZ_4K for alignment
` [PATCH 3/5] drm/xe/regs: fix RING_CTL_SIZE(size) calculation
` [PATCH 4/5] drm/xe: use 4K alignment for cursor jumps
` [PATCH 5/5] drm/xe/query: use PAGE_SIZE as the minimum page alignment

[PATCH v4 0/2] hung_task: Dump the blocking task stacktrace
 2025-02-26  4:38 UTC  (6+ messages)
` [PATCH v4 1/2] hung_task: Show the blocker task if the task is hung on mutex
` [PATCH v4 2/2] samples: Add hung_task detector mutex blocking sample

[PATCH] crypto: lib/Kconfig - fix chacha/poly1305 dependencies more more
 2025-02-26  4:36 UTC  (6+ messages)
        ` [PATCH] crypto: lib/Kconfig - Select and hide arch options

printk: selective deactivation of feature ignoring non panic cpu's messages
 2025-02-26  4:25 UTC  (2+ messages)

[PATCH v1] dt-bindings: qcom: geni-se: Rename qcom,geni-se.yaml to qcom,geni-se-qup.yaml
 2025-02-26  4:19 UTC  (9+ messages)

[PATCH v14 00/10] Coresight: Add Coresight TMC Control Unit driver
 2025-02-26  4:13 UTC  (11+ messages)
` [PATCH v14 01/10] Coresight: Add support for new APB clock name
` [PATCH v14 02/10] Coresight: Add trace_id function to retrieving the trace ID
` [PATCH v14 03/10] Coresight: Use coresight_etm_get_trace_id() in traceid_show()
` [PATCH v14 04/10] Coresight: Introduce a new struct coresight_path
` [PATCH v14 05/10] Coresight: Allocate trace ID after building the path
` [PATCH v14 06/10] Coresight: Change to read the trace ID from coresight_path
` [PATCH v14 07/10] Coresight: Change functions to accept the coresight_path
` [PATCH v14 08/10] dt-bindings: arm: Add Coresight TMC Control Unit hardware
` [PATCH v14 09/10] Coresight: Add Coresight TMC Control Unit driver
` [PATCH v14 10/10] arm64: dts: qcom: sa8775p: Add CTCU and ETR nodes

[PATCH net-next v2 0/2] Add 2.5G ethernet phy support on MT7988
 2025-02-26  4:14 UTC  (7+ messages)
` [PATCH net-next v2 1/3] net: phy: mediatek: Add 2.5Gphy firmware dt-bindings and dts node

[GIT PULL] LOCKDEP and Rust locking changes for v6.15
 2025-02-26  4:12 UTC 

[PATCH] drm/msm: Expose DRIVER_SYNCOBJ_TIMELINE
 2025-02-26  4:10 UTC  (2+ messages)

[PATCH v2 00/12] iommu: Remove IOMMU_DEV_FEAT_SVA/_IOPF
 2025-02-26  4:06 UTC  (13+ messages)
` [PATCH v2 04/12] iommu/vt-d: Move scalable mode ATS enablement to probe path
` [PATCH v2 05/12] iommu/vt-d: Move PRI enablement in "
` [PATCH v2 06/12] iommu/vt-d: Cleanup intel_context_flush_present()
` [PATCH v2 08/12] iommufd/selftest: Put iopf enablement in domain attach path

[tip: x86/mm] x86/mm: Clear _PAGE_DIRTY when we clear _PAGE_RW
 2025-02-26  4:06 UTC  (6+ messages)

arch/powerpc/lib/sstep.c:1172:28: warning: variable 'suffix' set but not used
 2025-02-26  4:05 UTC 

[PATCH bpf-next 0/3] bpf: Overwrite the htab element atomically
 2025-02-26  4:05 UTC  (7+ messages)
` [PATCH bpf-next 2/3] bpf: Overwrite the element in hash map atomically
  ` [RESEND] "

[GIT PULL] Please pull powerpc/linux.git powerpc-6.14-4 tag
 2025-02-26  3:58 UTC 

[PATCH v2] fbdev: hyperv_fb: Allow graceful removal of framebuffer
 2025-02-26  3:58 UTC  (3+ messages)

[PATCH] zswap: do not crash the kernel on decompression failure
 2025-02-26  3:57 UTC  (6+ messages)

[PATCH 1/2] net: RDMA: explicitly enumerate ib_device attribute groups
 2025-02-26  3:55 UTC  (4+ messages)
` [PATCH 2/2] net: RDMA: don't expose hw_stats into non-init net namespaces

[PATCH v2] arm64: dts: qcom: add wifi node for IPQ5332 based RDP441
 2025-02-26  3:52 UTC  (2+ messages)

[PATCH v2] iommu/vt-d: fix system hang on reboot -f
 2025-02-26  3:50 UTC  (5+ messages)

[PATCH v4] f2fs: add check for deleted inode
 2025-02-26  3:49 UTC  (8+ messages)

[PATCH v2 0/2] livepatch: some improvements
 2025-02-26  3:46 UTC  (4+ messages)
` [PATCH v2 2/2] livepatch: Replace tasklist_lock with RCU

[PATCH 12/13] riscv/irq: use seq_put_decimal_ull_width() for decimal values
 2025-02-26  3:45 UTC  (3+ messages)

[PATCH] tracing/osnoise: Fix possible recursive locking for cpus_read_lock()
 2025-02-26  3:42 UTC  (2+ messages)

[PATCH] RDMA/core: fix a NULL-pointer dereference in hw_stat_device_show()
 2025-02-26  3:41 UTC  (13+ messages)

[syzbot] [wireless?] WARNING in ieee80211_prep_channel
 2025-02-26  3:40 UTC  (2+ messages)

[PATCH v2] mm: Fix kernel BUG when userfaultfd_move encounters swapcache
 2025-02-26  3:38 UTC  (4+ messages)

[PATCH] scsi: fix schedule_work in spin_lock_irqsave in sdev_evt_send
 2025-02-26  3:38 UTC 

[PATCH 1/6] Change inode_operations.mkdir to return struct dentry *
 2025-02-26  3:35 UTC  (5+ messages)

[PATCH v7 0/3] KVM: SVM: Flush cache only on CPUs running SEV guest
 2025-02-26  3:26 UTC  (5+ messages)
` [PATCH v7 3/3] "

[PATCH v4 0/5] Add support for Nuvoton npcm845 i3c controller
 2025-02-26  3:26 UTC  (6+ messages)
` [PATCH v4 3/5] i3c: master: svc: Fix npcm845 FIFO empty issue

[PATCH] scsi: hisi: remove incorrect ACPI_PTR annotations
 2025-02-26  3:23 UTC  (3+ messages)

[PATCH 1/2] net: hisilicon: hns_mdio: remove incorrect ACPI_PTR annotation
 2025-02-26  3:21 UTC  (2+ messages)

[PATCH net v4] tcp: devmem: don't write truncated dmabuf CMSGs to userspace
 2025-02-26  3:20 UTC  (2+ messages)

[PATCH net 0/3] mptcp: misc. fixes
 2025-02-26  3:20 UTC  (2+ messages)

[PATCH v3 net 0/8] net: enetc: fix some known issues
 2025-02-26  3:20 UTC  (2+ messages)

[PATCH v3][next] net/mlx5e: Avoid a hundred -Wflex-array-member-not-at-end warnings
 2025-02-26  3:17 UTC 

[PATCH v4 0/2] phy: qcom: qmp-pcie: Add PCIe PHY no_csr reset support
 2025-02-26  3:12 UTC  (11+ messages)
` [PATCH v4 2/2] phy: qcom: qmp-pcie: Add PHY register retention support

[PATCH] KVM: selftests: Wait mprotect_ro_done before write to RO in mmu_stress_test
 2025-02-26  3:09 UTC  (10+ messages)

[net-next] Octeontx2-af: RPM: Register driver with PCI subsys IDs
 2025-02-26  3:10 UTC  (2+ messages)

[PATCH net-next] Add OVN to `rtnetlink.h`
 2025-02-26  3:10 UTC  (2+ messages)

[PATCH net-next] selftests/net: ensure mptcp is enabled in netns
 2025-02-26  3:10 UTC  (2+ messages)

[PATCH] net: wangxun: fix LIBWX dependencies
 2025-02-26  3:10 UTC  (2+ messages)

[PATCH net-next v1 1/1] drivers: net: xgene: Don't use "proxy" headers
 2025-02-26  3:10 UTC  (2+ messages)

[syzbot] [kernfs?] [usb?] INFO: task hung in kernfs_add_one
 2025-02-26  3:10 UTC  (2+ messages)
` [syzbot] [usb?] [kernfs?] "

[PATCH] dpll: Add a check before kfree() to match the existing check before kmemdup()
 2025-02-26  3:09 UTC  (2+ messages)
` [PATCH v2] dpll: Add an assertion to check freq_supported_num

[syzbot] [crypto?] possible deadlock in crypto_exit_scomp_ops_async
 2025-02-26  3:08 UTC  (8+ messages)
` mm: zswap: fix crypto_free_acomp deadlock in zswap_cpu_comp_dead

[PATCH 2/2] platform/x86: asus-wmi: Refactor Ally suspend/resume
 2025-02-26  3:08 UTC  (3+ messages)

[PATCH v4 5/6] tpm: Add a driver for Loongson TPM device
 2025-02-26  3:05 UTC  (2+ messages)
` [PATCH v4 6/6] MAINTAINERS: Add tpm_lsse.c to LOONGSON CRYPTO DRIVER entry

[PATCH v2][next] net/mlx5e: Avoid a hundred -Wflex-array-member-not-at-end warnings
 2025-02-26  3:05 UTC 

[PATCH v4 0/6] Drivers for Loongson security engine
 2025-02-26  3:03 UTC  (5+ messages)
` [PATCH v4 1/6] mfd: Add support for Loongson Security Module
` [PATCH v4 2/6] MAINTAINERS: Add entry for Loongson Security Module driver
` [PATCH v4 3/6] crypto: loongson - add Loongson RNG driver support
` [PATCH v4 4/6] MAINTAINERS: Add entry for Loongson RNG driver

[PATCH v2 0/2] clk: sophgo: add SG2044 clock controller support
 2025-02-26  3:02 UTC  (6+ messages)
` [PATCH v2 1/2] dt-bindings: clock: sophgo: add clock controller for SG2044
` [PATCH v2 2/2] clk: sophgo: Add clock controller support for SG2044 SoC

[PATCH v8 00/17] zsmalloc/zram: there be preemption
 2025-02-26  3:01 UTC  (5+ messages)
` [PATCH v8 14/17] zram: permit reclaim in zstd custom allocator

[PATCH v14 00/13] AMD broadcast TLB invalidation
 2025-02-26  3:00 UTC  (14+ messages)
` [PATCH v14 01/13] x86/mm: consolidate full flush threshold decision
` [PATCH v14 02/13] x86/mm: get INVLPGB count max from CPUID
` [PATCH v14 03/13] x86/mm: add INVLPGB support code
` [PATCH v14 04/13] x86/mm: use INVLPGB for kernel TLB flushes
` [PATCH v14 05/13] x86/mm: use INVLPGB in flush_tlb_all
` [PATCH v14 06/13] x86/mm: use broadcast TLB flushing for page reclaim TLB flushing
` [PATCH v14 07/13] x86/mm: add global ASID allocation helper functions
` [PATCH v14 08/13] x86/mm: global ASID context switch & TLB flush handling
` [PATCH v14 09/13] x86/mm: global ASID process exit helpers
` [PATCH v14 10/13] x86/mm: enable broadcast TLB invalidation for multi-threaded processes
` [PATCH v14 11/13] x86/mm: do targeted broadcast flushing from tlbbatch code
` [PATCH v14 12/13] x86/mm: enable AMD translation cache extensions
` [PATCH v14 13/13] x86/mm: only invalidate final translations with INVLPGB

[PATCH v1] PCI: imx6: Use devm_clk_bulk_get_all to fetch clocks
 2025-02-26  2:56 UTC 

[RFC] Circumventing FineIBT Via Entrypoints
 2025-02-26  2:55 UTC  (9+ messages)

[Patch v2 00/24] Arch-PEBS and PMU supports for Clearwater Forest and Panther Lake
 2025-02-26  2:54 UTC  (4+ messages)
` [Patch v2 10/24] perf/x86/intel: Process arch-PEBS records or record fragments

[PATCH v3 0/4] PCIe hotplug interrupt related fixes
 2025-02-26  2:54 UTC  (4+ messages)
` [PATCH v3 3/4] PCI/portdrv: Loose the condition check for disabling hotplug interrupts

[RFC PATCH] sched/fair: Fixup wake_up_sync vs DELAYED_DEQUEUE
 2025-02-26  2:47 UTC 

[PATCH 0/6] IBPB cleanups and a fixup
 2025-02-26  2:49 UTC  (6+ messages)
` [PATCH 4/6] x86/bugs: Use a static branch to guard IBPB on vCPU load

[PATCH v3 0/8] perf: Support multiple system call tables in the build
 2025-02-26  2:47 UTC  (5+ messages)

[RFC V6 0/2] firmware: arm_scmi: Misc Fixes
 2025-02-26  2:43 UTC  (3+ messages)
` [RFC V6 1/2] firmware: arm_scmi: Ensure that the message-id supports fastchannel
` [RFC V6 2/2] firmware: arm_scmi: Add quirk to bypass SCP fw bug

[PATCH v1 0/2] Use domain number replace the hardcodes
 2025-02-26  2:42 UTC  (3+ messages)
` [PATCH v1 1/2] arm64: dts: imx8mq: Add linux,pci-domain into pcie-ep node
` [PATCH v1 2/2] PCI: imx6: Use domain number replace the hardcodes

[RFC 2/2] kvm: retry nx_huge_page_recovery_thread creation
 2025-02-26  2:43 UTC 

Rust kernel policy
 2025-02-26  2:42 UTC  (6+ messages)

[RFC 1/2] vhost: return error instead of NULL on create
 2025-02-26  2:42 UTC 

[RFC 0/2] kvm/x86: more huge page recovery fallout
 2025-02-26  2:42 UTC 

linux-next: manual merge of the devicetree tree with Linus' tree
 2025-02-26  2:41 UTC  (2+ messages)

[PATCH] mm/page_alloc: make the maximum number of highatomic pageblocks resizable
 2025-02-26  2:41 UTC 

[PATCH v2 0/6] remove tlb_remove_page_ptdesc()
 2025-02-26  2:40 UTC  (4+ messages)
` [PATCH v2 5/6] x86: pgtable: convert to use tlb_remove_ptdesc()

[PATCH RFCv2 00/18] uprobes: Add support to optimize usdt probes on x86_64
 2025-02-26  2:36 UTC  (6+ messages)
` [PATCH RFCv2 08/18] uprobes/x86: Add uprobe syscall to speed up uprobe

[RESEND PATCH v3] scsi: Bypass certain SCSI commands on disks with "use_192_bytes_for_3f" attribute
 2025-02-26  2:31 UTC  (5+ messages)

[PATCH v2 0/7] iommu: Add MSI mapping support with nested SMMU (Part-1 core)
 2025-02-26  2:25 UTC  (4+ messages)
` [PATCH v2 7/7] iommu: Turn iova_cookie to dma-iommu private pointer

[PATCH 0/2] Add support for ADP5055 triple buck regulator
 2025-02-26  2:25 UTC  (9+ messages)
` [PATCH 1/2] dt-bindings: regulator: add adi,adp5055-regulator
` [PATCH 2/2] regulator: adp5055: Add driver for adp5055

[PATCH] drm/xe/regs: remove a duplicate definition for RING_CTL_SIZE(size)
 2025-02-26  2:20 UTC  (3+ messages)

[PATCH v2] net: ethernet: ti: am65-cpsw: select PAGE_POOL
 2025-02-26  2:20 UTC  (2+ messages)

[RFC PATCH 0/3] kvm,sched: Add gtime halted
 2025-02-26  2:17 UTC  (2+ messages)

[PATCH v6 0/6] vhost: Add support of kthread API
 2025-02-26  2:15 UTC  (9+ messages)
` [PATCH v6 3/6] vhost: Add the cgroup related function
` [PATCH v6 4/6] vhost: introduce worker ops to support multiple thread models

[PATCH v5 0/3] irqchip: Add Sophgo SG2042 MSI controller
 2025-02-26  2:15 UTC  (4+ messages)
` [PATCH v5 1/3] dt-bindings: interrupt-controller: Add Sophgo SG2042 MSI
` [PATCH v5 2/3] irqchip: Add the Sophgo SG2042 MSI interrupt controller
` [PATCH v5 3/3] riscv: sophgo: dts: add msi controller for SG2042

[PATCH -next] scsi: ufs: rockchip: Simplify bool conversion
 2025-02-26  2:11 UTC 

[PATCH v4 00/14] kexec: introduce Kexec HandOver (KHO)
 2025-02-26  2:09 UTC  (7+ messages)
` [PATCH v4 02/14] memblock: add MEMBLOCK_RSRV_KERN flag

[PATCH 00/11] EDAC/ie31200: Add EDAC support for Intel Raptor Lake-S SoCs
 2025-02-26  1:52 UTC  (12+ messages)
` [PATCH 01/11] EDAC/ie31200: Fix the size of EDAC_MC_LAYER_CHIP_SELECT layer
` [PATCH 02/11] EDAC/ie31200: Fix the DIMM size mask for several SoCs
` [PATCH 03/11] EDAC/ie31200: Fix the error path order of ie31200_init()
` [PATCH 04/11] EDAC/ie31200: Fix the 3rd parameter name of *populate_dimm_info()
` [PATCH 05/11] EDAC/ie31200: Simplify the pci_device_id table
` [PATCH 06/11] EDAC/ie31200: Make the memory controller resources configurable
` [PATCH 07/11] EDAC/ie31200: Make struct dimm_data contain decoded information
` [PATCH 08/11] EDAC/ie31200: Fold the two channel loops into one loop
` [PATCH 09/11] EDAC/ie31200: Break up ie31200_probe1()
` [PATCH 10/11] EDAC/ie31200: Add Intel Raptor Lake-S SoCs support
` [PATCH 11/11] EDAC/ie31200: Switch Raptor Lake-S to interrupt mode

[PATCH net-next 0/1] ppp: Fix KMSAN uninit-value warning with bpf
 2025-02-26  2:05 UTC  (3+ messages)
` [PATCH net-next 1/1] ppp: Fix KMSAN warning by initializing 2-byte header

[PATCH 0/5] firmware: scmi/imx: Add i.MX95 LMM/CPU Protocol
 2025-02-26  3:11 UTC  (8+ messages)
` [PATCH 3/5] firmware: arm_scmi: imx: Add LMM and CPU documentation

[PATCH 0/5] drm/xe: enable driver usage on non-4KiB kernels
 2025-02-26  2:02 UTC  (2+ messages)

[PATCH v3 00/16] Converge on using secs_to_jiffies() part two
 2025-02-26  2:00 UTC  (4+ messages)
` [PATCH v3 08/16] ata: libata-zpodd: convert timeouts to secs_to_jiffies()

[RFC PATCH bpf-next 0/6] bpf: BPF runtime hooks: low-overhead non-intrusive tracking of runtime acquire/release (for watchdog)
 2025-02-26  1:57 UTC  (5+ messages)
` [RFC PATCH bpf-next 4/6] bpf: Add bpf runtime hooks for tracking runtime acquire/release

[PATCH v2 0/3] wifi: ath11k/ath12k: IRQ affinity fixes
 2025-02-26  1:57 UTC  (5+ messages)
` [PATCH v2 1/3] wifi: ath11k: Clear affinity hint before calling ath11k_pcic_free_irq() in error path
` [PATCH v2 2/3] wifi: ath12k: Clear affinity hint before calling ath12k_pci_free_irq() "

[PATCH net-next v3 0/4] stmmac: Several PCI-related improvements
 2025-02-26  1:57 UTC  (5+ messages)
` [PATCH net-next v3 2/4] stmmac: loongson: Remove surplus loop

[PATCH 0/2] PCI: dwc-debugfs: Couple of fixes
 2025-02-26  1:55 UTC  (2+ messages)

[PATCH 0/2] Fix a BUG_ON crashing the kernel in start_this_handle
 2025-02-26  1:55 UTC  (5+ messages)
` [PATCH 1/2] ext4: only defer sb update on error if SB_ACTIVE

[PATCH v7 0/5] Add support for debugfs based RAS DES feature in PCIe DW
 2025-02-26  1:55 UTC  (3+ messages)
  ` [PATCH v7 1/5] perf/dwc_pcie: Move common DWC struct definitions to 'pcie-dwc.h'

[PATCH mm-unstable 0/2] mm_init: rename *init_reserved_page* functions
 2025-02-26  1:54 UTC  (5+ messages)
` [PATCH mm-unstable 1/2] mm/mm_init: rename __init_reserved_page_zone to __init_page_from_nid
` [PATCH mm-unstable 2/2] mm/mm_init: rename init_reserved_page to init_deferred_page

[PATCH linux next] Docs/zh_CN: Translate msg_zerocopy.rst to Simplified Chinese
 2025-02-26  1:49 UTC 

[PATCH net-next v5 00/12] Add support for PSE budget evaluation strategy
 2025-02-26  1:47 UTC  (7+ messages)
` [PATCH net-next v5 06/12] net: pse-pd: Add support for budget evaluation strategies

[PATCH] f2fs-tools: add ftruncate command in f2fs_io
 2025-02-26  1:45 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH net-next 00/10] devlink and mlx5: Introduce rate domains
 2025-02-26  1:40 UTC  (6+ messages)
` [PATCH net-next 03/10] devlink: Serialize access to "

[PATCH 02/17] bitops: Add generic parity calculation for u64
 2025-02-26  1:35 UTC  (3+ messages)

[PATCH v4 0/3] irqchip: Add Sophgo SG2042 MSI controller
 2025-02-26  1:37 UTC  (4+ messages)
` [PATCH v4 2/3] irqchip: Add the Sophgo SG2042 MSI interrupt controller

[PATCH net-next v4 0/1] ppp: Fix KMSAN uninit-value warning with bpf
 2025-02-26  1:36 UTC  (2+ messages)
` [PATCH net-next v4 1/1] ppp: Fix KMSAN warning by initializing 2-byte header


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