The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2025-02-08 02:43:11 to 2025-02-08 10:07:16 UTC [more...]

[PATCH] mtd: rawnand: qcom: fix broken config in qcom_param_page_type_exec
 2025-02-08 10:07 UTC  (2+ messages)

[PATCH] drm: xlnx: zynqmp_dpsub: Add NULL check in zynqmp_audio_init
 2025-02-08 10:03 UTC 

[PATCH] MAINTAINERS: arm: apple: Add myself as maintainer
 2025-02-08  9:57 UTC  (3+ messages)

[PATCH net-next] net: ethernet: mediatek: add ethtool EEE callbacks
 2025-02-08  9:55 UTC  (4+ messages)

[PATCH] mm: use READ/WRITE_ONCE() for vma->vm_flags on migrate, mprotect
 2025-02-08  9:44 UTC  (3+ messages)

[PATCH v2 0/6] A few more CRC32 library cleanups
 2025-02-08  9:42 UTC  (8+ messages)
` [PATCH v2 1/6] mips/crc32: remove unused enums
` [PATCH v2 2/6] lib/crc32: use void pointer for data
` [PATCH v2 3/6] lib/crc32: don't bother with pure and const function attributes
` [PATCH v2 4/6] lib/crc32: standardize on crc32c() name for Castagnoli CRC32
` [PATCH v2 5/6] lib/crc32: rename __crc32c_le_combine() to crc32c_combine()
` [PATCH v2 6/6] lib/crc32: remove "_le" from crc32c base and arch functions

[PATCH] modpost: use strstarts() to clean up parse_source_files()
 2025-02-08  9:38 UTC  (2+ messages)

Linux 6.13.2
 2025-02-08  9:35 UTC  (2+ messages)

Linux 6.12.13
 2025-02-08  9:35 UTC  (2+ messages)

Linux 6.6.76
 2025-02-08  9:35 UTC  (2+ messages)

[GIT PULL] x86 fix
 2025-02-08  9:33 UTC 

[PATCH] modpost: introduce get_basename() helper
 2025-02-08  9:31 UTC  (2+ messages)

[PATCH v2] fbdev: lcdcfb: add missing device_remove_file()
 2025-02-08  9:29 UTC 

[GIT PULL] timer fixes
 2025-02-08  9:27 UTC 

[GIT PULL] scheduler fixes
 2025-02-08  9:21 UTC 

[PATCHSET v10 sched_ext/for-6.15] sched_ext: split global idle cpumask into per-NUMA cpumasks
 2025-02-08  9:19 UTC  (7+ messages)
` [PATCH 5/6] sched_ext: idle: Per-node idle cpumasks
` [PATCH 6/6] sched_ext: idle: Introduce node-aware idle cpu kfunc helpers

[PATCH] drm/ttm: use ttm_resource_unevictable() to replace pin_count and swapped
 2025-02-08  9:15 UTC  (3+ messages)

[syzbot] [bcachefs?] possible deadlock in bch2_symlink
 2025-02-08  9:14 UTC  (2+ messages)

[GIT PULL] IRQ fix
 2025-02-08  9:12 UTC 

[PATCHSET sched_ext/for-6.15] sched_ext: Event counter updates
 2025-02-08  9:12 UTC  (5+ messages)
` [PATCH 1/3] tool/sched_ext: Event counter dumping updates
` [PATCH 2/3] sched_ext: Count SCX_EV_DISPATCH_LOCAL_DSQ_OFFLINE in the right spot
` [PATCH 3/3] sched_ext: Add SCX_EV_ENQ_SKIP_MIGRATION_DISABLED

[GIT PULL] locking fix
 2025-02-08  9:08 UTC 

[PATCH v3] crypto: x86/aes-ctr - rewrite AESNI+AVX optimized CTR and add VAES support
 2025-02-08  9:07 UTC  (2+ messages)

[PATCH 0/3] bitmap: convert self-test to KUnit
 2025-02-08  9:07 UTC  (8+ messages)
` [PATCH 1/3] bitmap: remove _check_eq_u32_array
` [PATCH 2/3] bitmap: convert self-test to KUnit
` [PATCH 3/3] bitmap: break kunit into test cases

[PATCH] fbdev: lcdcfb: add missing device_remove_file()
 2025-02-08  9:04 UTC 

[PATCH RESEND v2 1/2] block: introduce init_wait_func()
 2025-02-08  9:04 UTC  (2+ messages)
` [PATCH RESEND v2 2/2] block: refactor rq_qos_wait()

[PATCH 0/4] sched_ext: Compatible testing of SCX_ENQ_CPU_SELECTED
 2025-02-08  9:04 UTC  (7+ messages)
` [PATCH 1/4] sched_ext: Add enum_defs.autogen.h
` [PATCH 2/4] sched_ext: Include enum_defs.autogen.h from common/common.bpf.h
` [PATCH 3/4] sched_ext: Add __COMPAT_is_enq_cpu_selected() for BPF compatability
` [PATCH 4/4] sched_ext: Use __COMPAT_is_enq_cpu_selected() in scx_qmap

[PATCH v1 00/13] iommu: Add MSI mapping support with nested SMMU
 2025-02-08  9:02 UTC  (14+ messages)
` [PATCH v1 01/13] genirq/msi: Store the IOMMU IOVA directly in msi_desc instead of iommu_cookie
` [PATCH v1 02/13] genirq/msi: Rename iommu_dma_compose_msi_msg() to msi_msg_set_addr()
` [PATCH v1 03/13] iommu: Make iommu_dma_prepare_msi() into a generic operation
` [PATCH v1 04/13] irqchip: Have CONFIG_IRQ_MSI_IOMMU be selected by the irqchips that need it
` [PATCH v1 05/13] iommu: Turn fault_data to iommufd private pointer
` [PATCH v1 06/13] iommufd: Implement sw_msi support natively
` [PATCH v1 07/13] iommu: Turn iova_cookie to dma-iommu private pointer
` [PATCH v1 08/13] iommufd/device: Move sw_msi_start from igroup to idev
` [PATCH v1 09/13] iommufd: Pass in idev to iopt_table_enforce_dev_resv_regions
` [PATCH v1 10/13] iommufd: Add IOMMU_OPTION_SW_MSI_START/SIZE ioctls
` [PATCH v1 11/13] iommufd/selftest: Add MOCK_FLAGS_DEVICE_NO_ATTACH
` [PATCH v1 12/13] iommufd/selftest: Add a testing reserved region
` [PATCH v1 13/13] iommufd/selftest: Add coverage for IOMMU_OPTION_SW_MSI_START/SIZE

[tip:irq/urgent] BUILD SUCCESS 29a61a1f40637ae010b828745fb41f60301c3a3d
 2025-02-08  8:54 UTC 

[PATCH V2 1/2] sched: Reduce the default slice to avoid tasks getting an extra tick
 2025-02-08  8:51 UTC  (2+ messages)

[PATCH] mm/cma: add an API to enable/disable concurrent memory allocation for the CMA
 2025-02-08  8:50 UTC  (5+ messages)

[PATCH v3 0/8] Driver core: Add faux bus devices
 2025-02-08  8:49 UTC  (6+ messages)
` [PATCH v3 8/8] drm/vkms: convert to use faux_device

[PATCH v4 00/14] kexec: introduce Kexec HandOver (KHO)
 2025-02-08  8:41 UTC  (5+ messages)

[tip:timers/urgent] BUILD SUCCESS 868c9037df626b3c245ee26a290a03ae1f9f58d3
 2025-02-08  8:39 UTC 

[PATCH v8 2/2] rust: add dma coherent allocator abstraction
 2025-02-08  8:31 UTC  (13+ messages)
        ` On community influencing (was Re: [PATCH v8 2/2] rust: add dma coherent allocator abstraction.)

[PATCH V1] sched: Cancel the slice protection of the idle entity
 2025-02-08  8:29 UTC  (2+ messages)

[PATCH V1] sched: Cancel the slice protection of the idle entity
 2025-02-08  8:21 UTC  (2+ messages)

[PATCH next] Bluetooth: l2cap: protect conn refcnt under hci dev lock
 2025-02-08  8:20 UTC  (2+ messages)

[PATCH v4] docs/arch: remove deprecated function name
 2025-02-08  8:18 UTC 

[PATCH 0/2] rust: macros: fix `make rusttest` build on macOS
 2025-02-08  8:17 UTC  (2+ messages)

[PATCH 0/3] Adhere to coding style
 2025-02-08  8:15 UTC  (4+ messages)
` [PATCH 1/3] staging: rtl8723bs: format comments
` [PATCH 2/3] stagin: rtl8723bs: fix spacing
` [PATCH 3/3] staging: rtl8723bs: remove extra blank lines

[PATCH 0/2] lib/prime_numbers: convert self-test to KUnit
 2025-02-08  8:10 UTC  (5+ messages)
` [PATCH 1/2] lib/math: Hook up tests/Makefile
` [PATCH 2/2] lib/prime_numbers: convert self-test to KUnit

[PATCH V2] sched: Cancel the slice protection of the idle entity
 2025-02-08  8:08 UTC 

[PATCH] accel/amdxdna: Add missing include linux/slab.h
 2025-02-08  8:05 UTC 

[PATCH v5 3/5] arm64: dts: qcom: ipq6018: move mp5496 regulator out of soc dtsi
 2025-02-08  8:00 UTC  (2+ messages)

[PATCH 1/3] LoongArch: kernel: proc: Use str_yes_no() helper function
 2025-02-08  8:02 UTC  (3+ messages)
` [PATCH 2/3] LoongArch: Remove the deprecated notifier hook mechanism
` [PATCH 3/3] LoongArch: Relocate the seq_file declaration to the correct place

[PATCH 0/3] LoongArch: Remove the deprecated notifier hook mechanism
 2025-02-08  8:02 UTC 

[PATCH v2 0/9] preempt: Add a generic function to return the preemption string
 2025-02-08  8:01 UTC  (9+ messages)
` [PATCH v2 1/9] sched: "
` [PATCH v2 5/9] powerpc: Use preempt_model_str()
        ` [PATCH v3 "

[PATCH 0/9] riscv: Unaligned access speed probing fixes and skipping
 2025-02-08  7:59 UTC  (2+ messages)

[PATCH V3 0/2] sched: Reduce the default slice to avoid tasks getting an extra tick
 2025-02-08  7:57 UTC  (3+ messages)
` [PATCH V3 1/2] "
` [PATCH V3 2/2] "

[PATCH] thermal/netlink: Prevent Userspace Segmentation Fault by Adjusting UAPI Header
 2025-02-08  7:49 UTC 

Emo System (was Unification, Fair Pay, Low Jitter)
 2025-02-08  7:41 UTC 

[PATCH] btrfs: fix data race when accessing the block_group's used field
 2025-02-08  7:38 UTC 

[syzbot] [overlayfs?] general protection fault in clone_private_mount
 2025-02-08  7:25 UTC  (2+ messages)

[PATCH 0/5] remove tlb_remove_page_ptdesc()
 2025-02-08  7:22 UTC  (3+ messages)

[PATCH 6.6 000/389] 6.6.76-rc2 review
 2025-02-08  7:21 UTC  (3+ messages)

[PATCH v3] f_midi_complete to call tasklet_hi_schedule
 2025-02-08  7:14 UTC  (2+ messages)

[PATCH] rust: rbtree: fix overindented list item
 2025-02-08  7:14 UTC  (2+ messages)

[PATCH] usb: cdns3: exit cdns3_gadget_udc_start if FAST_REG_ACCESS cannot be set
 2025-02-08  7:12 UTC  (5+ messages)

[PATCH 2/3] dt-bindings: iio: chemical: sensirion,senxx: Add yaml description
 2025-02-08  7:07 UTC  (3+ messages)

[PATCH v7 0/3] media: mediatek: vcodec: support h264 extend vsi
 2025-02-08  7:06 UTC  (4+ messages)
` [PATCH v7 1/3] media: mediatek: vcodec: remove vsi operation in common interface
` [PATCH v7 2/3] media: mediatek: vcodec: support extended h264 decode
` [PATCH v7 3/3] media: mediatek: vcodec: add description for vsi struct

[PATCH linux next] getdelays: fix error format characters
 2025-02-08  6:44 UTC 

[PATCH linux next] taskstats: modify taskstats version
 2025-02-08  6:49 UTC 

[RFC PATCH 0/2] livepatch: Add support for hybrid mode
 2025-02-08  6:41 UTC  (28+ messages)
` [RFC PATCH 2/2] livepatch: Implement livepatch "

[PATCHv3 net 0/2] bonding: fix incorrect mac address setting
 2025-02-08  6:34 UTC  (2+ messages)

[PATCH V2 2/2] sched: Reduce the default slice to avoid tasks getting an extra tick
 2025-02-08  5:59 UTC  (2+ messages)

[PATCH v3 2/2] cgroup/rstat: Add run_delay accounting for cgroups
 2025-02-08  5:47 UTC  (2+ messages)

[PATCH v10 4/7] Coresight: Introduce a new struct coresight_path
 2025-02-08  5:48 UTC  (2+ messages)

[PATCH v2 0/4] perf trace: Add --summary-mode option
 2025-02-08  5:25 UTC  (7+ messages)
` [PATCH v2 1/4] perf trace: Allocate syscall stats only if summary is on

[PATCH v3 0/4] perf trace: Add --summary-mode option
 2025-02-08  5:25 UTC  (2+ messages)

[PATCH v2 00/35] drm/bridge: Various quality of life improvements
 2025-02-08  5:19 UTC  (3+ messages)
` [PATCH v2 05/35] drm/bridge: Pass full state to atomic_post_disable

[PATCH 00/10] HWMON support + DebugFS + Improvements
 2025-02-08  5:16 UTC  (11+ messages)
` [PATCH 01/10] platform/x86: alienware-wmi-wmax: Rename thermal related symbols
` [PATCH 02/10] platform/x86: alienware-wmi-wmax: Refactor is_awcc_thermal_mode()
` [PATCH 03/10] platform/x86: alienware-wmi-wmax: Improve internal AWCC API
` [PATCH 04/10] platform/x86: alienware-wmi-wmax: Modify supported_thermal_profiles[]
` [PATCH 05/10] platform/x86: alienware-wmi-wmax: Improve platform profile probe
` [PATCH 06/10] platform/x86: alienware-wmi-wmax: Add support for the "custom" thermal profile
` [PATCH 07/10] platform/x86: alienware-wmi-wmax: Add HWMON support
` [PATCH 08/10] platform/x86: alienware-wmi-wmax: Add support for manual fan control
` [PATCH 09/10] platform/x86: alienware-wmi-wmax: Add a DebugFS interface
` [PATCH 10/10] platform/x86: alienware-wmi: Improve and update documentation

[PATCH] drm/panel: visionox-r66451: transition to mipi_dsi wrapped functions
 2025-02-08  5:15 UTC 

[PATCH v7 00/24] Intel vendor events and TMA 5.02 metrics
 2025-02-08  5:15 UTC  (6+ messages)
` [PATCH v7 03/24] perf vendor events: Add Arrowlake events/metrics

[PATCH] fgraph: Fix set_graph_notrace with setting TRACE_GRAPH_NOTRACE_BIT
 2025-02-08  5:15 UTC 

[PATCH 0/2] PCI: Avoid capability searches in save/restore state
 2025-02-08  5:03 UTC  (3+ messages)
` [PATCH 1/2] PCI: Avoid pointless capability searches
` [PATCH 2/2] PCI: Cache offset of Resizable BAR capability

[syzbot] [hams?] possible deadlock in nr_remove_neigh (2)
 2025-02-08  5:02 UTC  (2+ messages)

[PATCH] drm: writeback: Fix kernel doc name
 2025-02-08  4:58 UTC  (2+ messages)

[PATCH] platform/x86: thinkpad_acpi: Fix registration of tpacpi platform driver
 2025-02-08  9:14 UTC  (2+ messages)

[PATCH v3 0/3] Fix broken SNP support with KVM module built-in
 2025-02-08  4:52 UTC  (4+ messages)
` [PATCH v3 1/3] crypto: ccp: Add external API interface for PSP module initialization

The business loan-
 2025-02-08  4:42 UTC 

[PATCH 0/2] Add MediaTek DRAMC driver support
 2025-02-08  4:40 UTC  (13+ messages)
` [PATCH 1/2] memory/mediatek: Add an interface to get current DDR data rate
` [PATCH 2/2] dt-bindings: memory-controllers: Add mediatek common-dramc dt-bindings

[syzbot] [f2fs?] kernel BUG in folio_end_read
 2025-02-08  4:27 UTC 

[GIT PULL] smb3 client fixes
 2025-02-08  4:24 UTC  (2+ messages)

[PATCH v3] docs/arch: remove deprecated function name
 2025-02-08  4:19 UTC  (2+ messages)

[PATCH net-next v5 0/3] netdev-genl: Add an xsk attribute to queues
 2025-02-08  4:12 UTC  (4+ messages)
` [PATCH net-next v5 1/3] netlink: Add nla_put_empty_nest helper
` [PATCH net-next v5 2/3] netdev-genl: Add an XSK attribute to queues
` [PATCH net-next v5 3/3] selftests: drv-net: Test queue xsk attribute

[PATCH v7 0/7] drm/msm: make use of the HDMI connector infrastructure
 2025-02-08  4:14 UTC  (11+ messages)
` [PATCH v7 2/7] drm/msm/hdmi: program HDMI timings during atomic_pre_enable
` [PATCH v7 3/7] drm/msm/hdmi: make use of the drm_connector_hdmi framework
` [PATCH v7 6/7] drm/msm/hdmi: also send the SPD and HDMI Vendor Specific InfoFrames

[PATCH net-next v4 2/3] netdev-genl: Add an XSK attribute to queues
 2025-02-08  4:02 UTC  (2+ messages)

[PATCH net-next] documentation: networking: Add NAPI config
 2025-02-08  3:58 UTC  (2+ messages)

[PATCH] phy: freescale: fsl-samsung-hdmi: Use helper function devm_clk_get_enabled()
 2025-02-08  3:44 UTC 

[PATCH v3] scsi: Bypass certain SCSI commands on disks with "use_192_bytes_for_3f" attribute
 2025-02-08  3:40 UTC 

[PATCH 6.13 000/619] 6.13.2-rc2 review
 2025-02-08  3:40 UTC  (2+ messages)

[RFC PATCH bpf-next 0/8] bpf, sched_ext: Make kfunc filters support struct_ops context to reduce runtime overhead
 2025-02-08  3:37 UTC  (3+ messages)
` [RFC PATCH bpf-next 6/8] sched_ext: Add filter for scx_kfunc_ids_unlocked

[PATCH net-next v7 0/7] Enable SGMII and 2500BASEX interface mode switching for Intel platforms
 2025-02-08  3:33 UTC  (6+ messages)
` [PATCH net-next v7 2/7] net: pcs: xpcs: re-initiate clause 37 Auto-negotiation

[PATCH v2] usb: dwc3: gadget: Prevent irq storm when TH re-executes
 2025-02-08  3:31 UTC 

[PATCH 0/2] sched_ext: Add a core event and update scx schedulers
 2025-02-08  3:17 UTC  (5+ messages)

[RFC PATCH v2 0/8] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
 2025-02-08  3:12 UTC  (4+ messages)
` [RFC PATCH v2 4/8] dm: add BLK_FEAT_WRITE_ZEROES_UNMAP support

[PATCH 0/2] crypto: x86 - AES-CTR and AES-XCTR rewrite
 2025-02-08  3:12 UTC  (3+ messages)
` [PATCH 2/2] crypto: x86/aes-ctr - remove non-AVX implementation of AES-CTR

[PATCH bpf-next v2 00/26] Resilient Queued Spin Lock
 2025-02-08  3:06 UTC  (10+ messages)
` [PATCH bpf-next v2 11/26] rqspinlock: Add deadlock detection and recovery
` [PATCH bpf-next v2 17/26] rqspinlock: Hardcode cond_acquire loops to asm-generic implementation
` [PATCH bpf-next v2 19/26] bpf: Convert hashtab.c to rqspinlock

[PATCH] vgaarbiter: documentation grammar correction
 2025-02-08  3:06 UTC 

[PATCH 0/4] Small changes related to prefetch and spurious faults
 2025-02-08  3:01 UTC  (4+ messages)
` [PATCH 4/4] KVM: x86/mmu: Free obsolete roots when pre-faulting SPTEs

[PATCH v10 0/8] rust: Add IO polling
 2025-02-08  3:01 UTC  (4+ messages)
` [PATCH v10 1/8] sched/core: Add __might_sleep_precision()

[PATCH v2 0/2] Fix dwc_pcie pmu driver issues
 2025-02-08  2:59 UTC  (7+ messages)
` [PATCH v2 1/2] perf/dwc_pcie: fix the incorrect reference count
    ` [External] "
` [PATCH v2 2/2] perf/dwc_pcie: fix duplicate pci_dev devices
    ` [External] "

[RFC 0/2] refcount: attempt to avoid imbalance warnings
 2025-02-08  2:52 UTC  (3+ messages)

[PATCH 1/2] md/raid5: skip stripes with bad reads during reshape to avoid stall
 2025-02-08  2:49 UTC  (3+ messages)
` [PATCH v2 1/2] md/raid5: freeze reshape when encountering a bad read

[PATCH v2] vdpa/mlx5: Fix mlx5_vdpa_get_config() endianness on big-endian machines
 2025-02-08  2:45 UTC  (3+ messages)

[PATCH 6.12 000/583] 6.12.13-rc2 review
 2025-02-08  2:43 UTC  (2+ messages)

[RFC PATCH 3/3] drm/virtio: implement blob userptr resource object
 2025-02-08  2:43 UTC  (11+ messages)


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