linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-08 01:53:05 to 2023-12-08 05:55:17 UTC [more...]

[RFC PATCH 00/12] Unified cross-architecture kernel-mode FPU API
 2023-12-08  5:54 UTC  (3+ messages)
` [RFC PATCH 01/12] arch: Add ARCH_HAS_KERNEL_FPU_SUPPORT
` [RFC PATCH 02/12] ARM: Implement ARCH_HAS_KERNEL_FPU_SUPPORT

[PATCH] virtio_blk: set the default scheduler to none
 2023-12-08  5:55 UTC  (6+ messages)

[RFC KERNEL PATCH v2 0/3] Support device passthrough when dom0 is PVH on Xen
 2023-12-08  5:53 UTC  (15+ messages)
` [RFC KERNEL PATCH v2 2/3] xen/pvh: Unmask irq for passthrough device in PVH dom0

[PATCH v2 0/6] IOMMUFD: Deliver IO page faults to user space
 2023-12-08  5:47 UTC  (7+ messages)
` [PATCH v2 4/6] iommufd: Deliver fault messages "

[syzbot] [dri?] WARNING in drm_gem_prime_fd_to_handle
 2023-12-08  5:49 UTC 

[PATCH RFC v2 00/27] Add support for arm64 MTE dynamic tag storage reuse
 2023-12-08  5:29 UTC  (13+ messages)
  ` [PATCH RFC v2 11/27] arm64: mte: Reserve tag storage memory
  ` [PATCH RFC v2 15/27] arm64: mte: Check that tag storage blocks are in the same zone
  ` [PATCH RFC v2 16/27] arm64: mte: Manage tag storage on page allocation

[PATCH V3 00/10] coresight: Move remaining AMBA ACPI devices into platform driver
 2023-12-08  5:39 UTC  (11+ messages)
` [PATCH V3 01/10] coresight: stm: Extract device name from AMBA pid based table lookup
` [PATCH V3 02/10] coresight: tmc: Extract device properties "
` [PATCH V3 03/10] coresight: Add helpers registering/removing both AMBA and platform drivers
` [PATCH V3 04/10] coresight: replicator: Move ACPI support from AMBA driver to platform driver
` [PATCH V3 05/10] coresight: funnel: "
` [PATCH V3 06/10] coresight: catu: "
` [PATCH V3 07/10] coresight: tpiu: "
` [PATCH V3 08/10] coresight: tmc: "
` [PATCH V3 09/10] coresight: stm: "
` [PATCH V3 10/10] coresight: debug: "

[PATCH v3 0/6] Initial support for the Realtek DHC SoCs
 2023-12-08  5:40 UTC  (4+ messages)
` [PATCH v3 1/6] dt-bindings: interrupt-controller: Add support for "

[PATCH v9 0/7] Add TPS6594 PMIC support on several boards
 2023-12-08  5:39 UTC  (7+ messages)
` [PATCH v9 6/7] arm64: dts: ti: k3-j721e-sk: Add TPS6594 family PMICs

[PATCH] drivers: base: Introduce a new kernel parameter driver_sync_probe=
 2023-12-08  5:36 UTC  (8+ messages)

[PATCH] md/md-multipath: Convert "struct mpconf" to flexible array
 2023-12-08  5:33 UTC  (3+ messages)

[PATCH 0/1] Make gb-beagleplay driver Greybus compliant
 2023-12-08  5:33 UTC  (5+ messages)
` [PATCH 1/1] greybus: gb-beagleplay: Remove use of pad bytes

[PATCH V3 2/5] misc: mlx5ctl: Add mlx5ctl misc driver
 2023-12-08  5:29 UTC  (13+ messages)

[PATCH 0/7] File abstractions needed by Rust Binder
 2023-12-08  5:28 UTC  (6+ messages)
` [PATCH 5/7] rust: file: add `Kuid` wrapper

[PATCH 0/6] Generate address range data for built-in modules
 2023-12-08  5:07 UTC  (7+ messages)
` [PATCH 1/6] kbuild: add modules.builtin.objs
` [PATCH 2/6] module: add CONFIG_BUILTIN_RANGES option
` [PATCH 3/6] kbuild: generate a linker map for vmlinux.o
` [PATCH 4/6] module: script to generate offset ranges for builtin modules
` [PATCH 5/6] kbuild: generate modules.builtin.ranges when linking the kernel
` [PATCH 6/6] module: add install target for modules.builtin.ranges

[PATCH 0/5] erofs: basic sub-page compressed data support
 2023-12-08  5:20 UTC  (3+ messages)
` [PATCH 4/5] erofs: refine z_erofs_transform_plain() for sub-page block support

[syzbot] [arm-msm?] [net?] memory leak in radix_tree_insert (2)
 2023-12-08  5:17 UTC 

[PATCH v2 01/16] drm/msm/dpu: add formats check for writeback encoder
 2023-12-08  5:06 UTC  (16+ messages)
` [PATCH v2 02/16] drm/msm/dpu: rename dpu_encoder_phys_wb_setup_cdp to match its functionality
` [PATCH v2 03/16] drm/msm/dpu: fix writeback programming for YUV cases
` [PATCH v2 04/16] drm/msm/dpu: move csc matrices to dpu_hw_util
` [PATCH v2 05/16] drm/msm/dpu: add cdm blocks to sc7280 dpu_hw_catalog
` [PATCH v2 06/16] drm/msm/dpu: add cdm blocks to sm8250 dpu_hw_catalog
` [PATCH v2 07/16] drm/msm/dpu: add dpu_hw_cdm abstraction for CDM block
` [PATCH v2 08/16] drm/msm/dpu: add cdm blocks to RM
` [PATCH v2 09/16] drm/msm/dpu: add support to allocate CDM from RM
` [PATCH v2 10/16] drm/msm/dpu: add CDM related logic to dpu_hw_ctl layer
` [PATCH v2 11/16] drm/msm/dpu: add support to disable CDM block during encoder cleanup
` [PATCH v2 12/16] drm/msm/dpu: add an API to setup the CDM block for writeback
` [PATCH v2 13/16] drm/msm/dpu: plug-in the cdm related bits to writeback setup
` [PATCH v2 14/16] drm/msm/dpu: reserve cdm blocks for writeback in case of YUV output
` [PATCH v2 15/16] drm/msm/dpu: introduce separate wb2_format arrays for rgb and yuv
` [PATCH v2 16/16] drm/msm/dpu: add cdm blocks to dpu snapshot

[PATCH v1] KVM: selftests: Fix Assertion on non-x86_64 platforms
 2023-12-08  5:07 UTC  (2+ messages)

[PATCH 0/3] riscv: Add kernel-mode FPU support for amdgpu
 2023-12-08  5:04 UTC  (10+ messages)
` [PATCH 1/3] riscv: Add support for kernel-mode FPU
` [PATCH 3/3] drm/amd/display: Support DRM_AMD_DC_FP on RISC-V

[PATCH] init/Kconfig: move more items into the EXPERT menu
 2023-12-08  4:58 UTC 

[PATCH v5] net: usb: ax88179_178a: avoid failed operations when device is disconnected
 2023-12-08  4:56 UTC  (5+ messages)
` [PATCH v6] "

[PATCH RFC 00/13] Coalesced Interrupt Delivery with posted MSI
 2023-12-08  4:54 UTC  (8+ messages)
` [PATCH RFC 01/13] x86: Move posted interrupt descriptor out of vmx code
` [PATCH RFC 09/13] x86/irq: Install posted MSI notification handler

[PATCH v4] docs: dt-bindings: add DTS Coding Style document
 2023-12-08  4:49 UTC  (2+ messages)

[git pull] drm fixes for 6.7-rc5
 2023-12-08  4:54 UTC 

[PATCH bpf-next 0/2] Add new bpf_cpumask_weight() kfunc
 2023-12-08  4:39 UTC  (5+ messages)
` [PATCH bpf-next 1/2] bpf: Add "
` [PATCH bpf-next 2/2] selftests/bpf: Add test for "

[PATCH 0/3] Add AM64x ICSSG Ethernet support
 2023-12-08  4:35 UTC  (9+ messages)
` [PATCH 2/3] arm64: dts: ti: k3-am642-evm: add ICSSG1 "
` [PATCH 3/3] arm64: dts: ti: k3-am642-evm: add overlay for icssg1 2nd port

[RFC PATCH 47/86] rcu: select PREEMPT_RCU if PREEMPT
 2023-12-08  4:28 UTC  (9+ messages)

[PATCH net-next 00/15] MT7530 DSA subdriver improvements
 2023-12-08  4:23 UTC  (7+ messages)
` [PATCH net-next 07/15] net: dsa: mt7530: do not run mt7530_setup_port5() if port 5 is disabled

[PATCH 0/4] Improvement around mtk_vcodec_mem_free() logging and usage
 2023-12-08  4:22 UTC  (6+ messages)
` [PATCH 3/4] media: mediatek: vcodec: Fix mtk_vcodec_mem_free() error log criteria

[PATCH v2 00/13] RISC-V: provide some accelerated cryptography implementations using vector extensions
 2023-12-08  4:18 UTC  (4+ messages)
` [PATCH v2 05/13] crypto: simd - Update `walksize` in simd skcipher

[PATCH v2 1/1] i2c: busses: i2c-mv64xxx: fix arb-loss i2c lock
 2023-12-08  4:15 UTC  (2+ messages)

[syzbot] [arm-msm?] [net?] memory leak in radix_tree_insert (2)
 2023-12-08  4:13 UTC  (2+ messages)
` [syzbot] [arm-msm?] [net?] memory leak in radix_tree_insert

[PATCH 0/5] crypto: hisilicon - fix the process to obtain capability register value
 2023-12-08  4:10 UTC  (2+ messages)

[PATCH v2] crypto: safexcel - Add error handling for dma_map_sg() calls
 2023-12-08  4:09 UTC  (2+ messages)

[PATCH] crypto/octeontx2: By default allocate one CPT LF per CPT VF
 2023-12-08  4:08 UTC  (2+ messages)

[PATCH] MAINTAINERS: update SEC2/HPRE driver maintainers list
 2023-12-08  4:05 UTC  (2+ messages)

[PATCH] [v2] crypto: ccp - fix memleak in ccp_init_dm_workarea
 2023-12-08  4:04 UTC  (2+ messages)

[PATCH v3 0/2] i2c: aspeed: Late ack Tx done irqs and handle coalesced start with stop conditions
 2023-12-08  4:00 UTC  (5+ messages)
` [PATCH v3 1/2] i2c: aspeed: Handle the coalesced stop conditions with the start conditions
` [PATCH v3 2/2] i2c: aspeed: Acknowledge Tx done with and without ACK irq late

[PATCH v4 0/2] power: supply: bq24190: Add BQ24296 compatible
 2023-12-08  3:47 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: "
` [PATCH v4 2/2] power: supply: bq24190_charger: Add support for BQ24296

[PATCH v2 0/3] Combine perf and bpf for fast eval of hw breakpoint conditions
 2023-12-08  3:46 UTC  (7+ messages)
` [PATCH v2 3/3] selftest/bpf: Test a perf bpf program that suppresses side effects

[PATCH 0/3] nfsd: fully close all files in the nfsd threads
 2023-12-08  3:27 UTC  (4+ messages)
` [PATCH 1/3] nfsd: use __fput_sync() to avoid delayed closing of files
` [PATCH 2/3] nfsd: Don't leave work of closing files to a work queue
` [PATCH 3/3] VFS: don't export flush_delayed_fput()

[PATCH 0/3] arm64: qcom: sm8650: add support for DisplayPort Controller
 2023-12-08  3:38 UTC  (3+ messages)
` [PATCH 3/3] arm64: dts: qcom: sm8650: Add DisplayPort device nodes

[PATCH v2] mfd: tps6594: Add null pointer check to tps6594_device_init
 2023-12-08  3:33 UTC 

[PATCH net-next v4 0/9] net/smc: implement SMCv2.1 virtual ISM device support
 2023-12-08  3:30 UTC  (3+ messages)

linux-next: Tree for Dec 8
 2023-12-08  3:30 UTC 

[PATCH v2 0/6] lib/group_cpus: rework grp_spread_init_one() and make it O(1)
 2023-12-08  3:28 UTC  (5+ messages)
` [PATCH v2 2/6] lib/group_cpus: relax atomicity requirement in grp_spread_init_one()

[PATCH v2] crypto: virtio-crypto: Handle dataq logic with tasklet
 2023-12-08  3:28 UTC  (2+ messages)

linux-next: build warnings after merge of the spi tree
 2023-12-08  3:27 UTC 

[PATCH v6 0/3] Support new card reader rts5264
 2023-12-08  3:27 UTC  (4+ messages)
` [PATCH v6 1/3] misc: rtsx: add to support new card reader rts5264 new definition and function

[v3 0/6] DRM driver for verisilicon
 2023-12-08  3:23 UTC  (11+ messages)
` [v3 5/6] drm/vs: Add hdmi driver
          `  "

[PATCH] mfd: tps6594: Add null pointer check to tps6594_device_init
 2023-12-08  3:24 UTC  (3+ messages)

[PATCH v7 0/3] Support new card reader rts5264
 2023-12-08  3:21 UTC  (4+ messages)
` [PATCH v7 1/3] misc: rtsx: add to support new card reader rts5264 new definition and function
` [PATCH v7 2/3] misc: rtsx: add to support new card reader rts5264
` [PATCH v7 3/3] mmc: rtsx: add rts5264 to support sd express card

[PATCH v5 iwl-next] i40e: Use correct buffer size in i40e_dbg_command_read
 2023-12-08  3:19 UTC 

[RFC 1/3] pidfd: allow pidfd_open() on non-thread-group leaders
 2023-12-08  3:16 UTC  (7+ messages)

[PATCH v2 0/2] Add DAX ABI for memmap_on_memory
 2023-12-08  3:13 UTC  (3+ messages)
` [PATCH v2 2/2] dax: add a sysfs knob to control memmap_on_memory behavior

[PATCH v2 0/2] interconnect: qcom: Introduce support for SM8650
 2023-12-08  3:19 UTC  (3+ messages)

[PATCH v2 1/2] kunit: tool: fix parsing of test attributes
 2023-12-08  3:13 UTC  (4+ messages)
` [PATCH v2 2/2] kunit: tool: add test for parsing attributes

linux-next: build failure after merge of the devicetree tree
 2023-12-08  3:11 UTC  (5+ messages)

[PATCH v12 0/5] drivers/perf: add Synopsys DesignWare PCIe PMU driver support
 2023-12-08  2:56 UTC  (6+ messages)
` [PATCH v12 1/5] docs: perf: Add description for Synopsys DesignWare PCIe PMU driver
` [PATCH v12 2/5] PCI: Add Alibaba Vendor ID to linux/pci_ids.h
` [PATCH v12 3/5] PCI: Move pci_clear_and_set_dword() helper to PCI header
` [PATCH v12 4/5] drivers/perf: add DesignWare PCIe PMU driver
` [PATCH v12 5/5] MAINTAINERS: add maintainers for "

[RFC PATCH v2 0/5] hugetlb: parallelize hugetlb page init on boot
 2023-12-08  2:56 UTC  (7+ messages)
` [RFC PATCH v2 1/5] hugetlb: code clean for hugetlb_hstate_alloc_pages
` [RFC PATCH v2 2/5] hugetlb: split hugetlb_hstate_alloc_pages
` [RFC PATCH v2 3/5] padata: dispatch works on different nodes
` [RFC PATCH v2 4/5] hugetlb: parallelize 2M hugetlb allocation and initialization
` [RFC PATCH v2 5/5] hugetlb: parallelize 1G hugetlb initialization
` [PATCH 1/1] hugetlb: add timing to hugetlb allocations on boot

[PATCH v1 0/2] hwmon: Driver for Nuvoton NCT736X
 2023-12-08  3:05 UTC  (6+ messages)
` [PATCH v1 1/2] dt-bindings: hwmon: Add nct736x bindings

[PATCH v2] arm64: dts: qcom: sdm850-lenovo-yoga: Add wakeup-sources
 2023-12-08  2:57 UTC  (2+ messages)

[PATCH v1] arm64: dts: qcom: sa8775p-ride: enable pmm8654au_0_pon_resin
 2023-12-08  2:57 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: ipq8074: Add QUP4 SPI node
 2023-12-08  2:57 UTC  (2+ messages)

[PATCH v5 0/3] Add devicetree support of Interconnects and USB for SDX75
 2023-12-08  2:57 UTC  (2+ messages)

[PATCH v2 1/4] dt-bindings: mfd: qcom,tcsr: Add compatible for sm8250/sm8350
 2023-12-08  2:57 UTC  (2+ messages)
` (subset) "

[PATCH v2] arm64: dts: qcom: ipq9574: enable GPIO based LED
 2023-12-08  2:57 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: ipq5332: add missing properties to the GPIO LED node
 2023-12-08  2:57 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: ipq5018: add few more reserved memory regions
 2023-12-08  2:57 UTC  (2+ messages)

[PATCH V5 0/4] Add support for Qualcomm ECPRI clock controller
 2023-12-08  2:57 UTC  (2+ messages)
` (subset) "

[GIT PULL] hotfixes for 6.7-rc5
 2023-12-08  2:53 UTC 

[PATCH v4 0/3] pm8916: Add BMS and charger
 2023-12-08  2:57 UTC  (4+ messages)
` [PATCH v4 2/3] arm64: dts: qcom: "
` (subset) [PATCH v4 0/3] "

[PATCH] arm64: dts: qcom: sm8550: fix soundwire controllers node name
 2023-12-08  2:57 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sm8450: fix soundwire controllers node name
 2023-12-08  2:57 UTC  (2+ messages)

[PATCH v11 1/2] dt-bindings: arm: qcom: Add Xiaomi Pad 6 (xiaomi-pipa)
 2023-12-08  2:57 UTC  (2+ messages)
` (subset) "

[PATCH] dt-bindings: arm: qcom-soc: extend pattern for matching existing SoCs
 2023-12-08  2:57 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sc8180x: drop duplicated PCI iommus property
 2023-12-08  2:57 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sc8180x: align APSS with bindings
 2023-12-08  2:57 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: qrb5165-rb5: correct LED panic indicator
 2023-12-08  2:57 UTC  (2+ messages)

[PATCH 1/6] arm64: dts: qcom: sc8180x-flex-5g: use 'gpios' suffix for PCI GPIOs
 2023-12-08  2:57 UTC  (2+ messages)

[PATCH 1/3] arm64: dts: qcom: sc8180x-primus: drop sound-dai-cells from eDisplayPort
 2023-12-08  2:57 UTC  (2+ messages)
` (subset) "

[PATCH 1/2] ARM: dts: qcom: minor whitespace cleanup around '='
 2023-12-08  2:57 UTC  (2+ messages)
` (subset) "

[PATCH 1/2] arm64: dts: qcom: sdm845-db845c: correct LED panic indicator
 2023-12-08  2:57 UTC  (2+ messages)
` (subset) "

[PATCH 1/2] arm64: dts: qcom: sc8280xp: correct Soundwire node name
 2023-12-08  2:57 UTC  (2+ messages)
` (subset) "

[PATCH 1/2] arm64: dts: qcom: qdu1000: correct LLCC reg entries
 2023-12-08  2:57 UTC  (2+ messages)
` (subset) "

[PATCH v2 0/4] Adreno 643 + fixes
 2023-12-08  2:57 UTC  (2+ messages)

[PATCH 0/2] arm64: dts: qcom: enable IPA on sm8550
 2023-12-08  2:57 UTC  (2+ messages)

[PATCH v2 1/9] arm64: dts: qcom: sc7180: Make watchdog bark interrupt edge triggered
 2023-12-08  2:57 UTC  (2+ messages)
` (subset) "

[RESEND PATCH v4 0/4] Add sc8280xp CAMCC bindings and driver
 2023-12-08  2:57 UTC  (2+ messages)
` (subset) "

[PATCH 0/1] Switch on USB as a wakeup source on sm8250
 2023-12-08  2:57 UTC  (2+ messages)
` (subset) "

linux-next: build failure after merge of the devicetree tree
 2023-12-08  2:51 UTC 

[PATCH linux-next] drm/amd/display: replace kzalloc and memcpy with kmemdup
 2023-12-08  2:44 UTC 

[PATCH v2 6/6] x86/vmware: Add TDX hypercall support
 2023-12-08  2:32 UTC  (5+ messages)
` [PATCH] "

[PATCH] perf lock contention: Account contending locks too
 2023-12-08  2:28 UTC 

[PATCH v5] KVM x86/xen: add an override for PVCLOCK_TSC_STABLE_BIT
 2023-12-08  2:17 UTC  (2+ messages)

[GIT PULL] KVM: selftests: Fixes and cleanups for 6.7-rcN
 2023-12-08  2:17 UTC 

[PATCH] iio: light: isl76682: remove unreachable code
 2023-12-08  2:17 UTC 

[PATCH] ath10k: Don't touch the CE interrupt registers after power up
 2023-12-08  2:10 UTC  (5+ messages)

[PATCH 0/4] kdump: crashkernel reservation from CMA
 2023-12-08  2:10 UTC  (14+ messages)

[PATCH v2 0/2] media: i2c: Add support for GC08A3 sensor
 2023-12-08  2:07 UTC  (6+ messages)
` [PATCH 1/2] media: i2c: Add GC08A3 image sensor driver

[GIT PULL] KVM: x86: Fixes for 6.7-rcN
 2023-12-08  2:07 UTC 

[PATCH v4 iwl-next] i40e: Use correct buffer size in i40e_dbg_command_read
 2023-12-08  2:05 UTC  (4+ messages)

md raid6 oops in 6.6.4 stable
 2023-12-08  2:05 UTC  (4+ messages)

[PATCH] maple_tree: Fix warning comparing pointer to 0
 2023-12-08  2:04 UTC 

[PATCH 0/6] efi/cxl-cper: Report CPER CXL component events through trace events
 2023-12-08  2:04 UTC  (3+ messages)
` [PATCH 6/6] cxl/memdev: Register for and process CPER events

[PATCH v2 0/3] supplement of slab allocator removal
 2023-12-08  2:03 UTC  (6+ messages)
` [RFC PATCH v2 2/3] mm/slub: unify all sl[au]b parameters with "slab_$param"

[PATCH] platform/x86/intel/pmc: Remove GBE LTR ignore
 2023-12-08  1:59 UTC  (4+ messages)

[PATCH 5/5] staging: rtl8192e: renamed variable IOTPeer
 2023-12-08  1:58 UTC 

[PATCH v2] iommu: Set owner token to SVA domain
 2023-12-08  1:53 UTC 

[PATCH v1 00/23] Enable FRED with KVM VMX
 2023-12-08  1:56 UTC  (8+ messages)
` [PATCH v1 13/23] KVM: VMX: Handle VMX nested exception for FRED

[PATCH 0/5] staging: rtl8192e: patch series renames (5) different variables
 2023-12-08  1:55 UTC  (5+ messages)
` [PATCH 1/5] staging: rtl8192e: renamed variable bCurShortGI40MHz
` [PATCH 2/5] staging: rtl8192e: renamed variable bCurShortGI20MHz
` [PATCH 3/5] staging: rtl8192e: renamed variable CCKOFDMRate
` [PATCH 4/5] staging: rtl8192e: renamed variable HTIOTActIsCCDFsync

[PATCH] dm: increase the io priority of the kworker-kverityd process
 2023-12-08  1:54 UTC  (3+ messages)
` [PATCH v2] dm verity: Inherit I/O priority from data I/O when read FEC and hash from disk

[PATCH] dmaengine: dmatest: fix timeout caused by kthread_stop
 2023-12-08  1:53 UTC  (2+ messages)

[PATCH 0/4] sched: cpufreq: Remove uclamp max-aggregation
 2023-12-08  1:52 UTC  (5+ messages)
` [PATCH 1/4] sched/fair: Be less aggressive in calling cpufreq_update_util()
` [PATCH 2/4] sched/uclamp: Remove rq max aggregation
` [PATCH 3/4] sched/schedutil: Ignore update requests for short running tasks
` [PATCH 4/4] sched/documentation: Remove reference to max aggregation


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).