linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-11 11:57:30 to 2022-11-11 14:06:54 UTC [more...]

[patch 00/33] genirq, PCI/MSI: Support for per device MSI and PCI/IMS - Part 3 implementation
 2022-11-11 13:58 UTC  (13+ messages)
` [patch 01/33] genirq/msi: Rearrange MSI domain flags
` [patch 02/33] genirq/msi: Provide struct msi_parent_ops
` [patch 03/33] genirq/msi: Provide data structs for per device domains
` [patch 04/33] genirq/msi: Add size info to struct msi_domain_info
` [patch 06/33] genirq/irqdomain: Add irq_domain::dev for per device MSI domains
` [patch 07/33] genirq/msi: Provide msi_create/free_device_irq_domain()
` [patch 08/33] genirq/msi: Provide msi_match_device_domain()
` [patch 09/33] genirq/msi: Add range checking to msi_insert_desc()
` [patch 11/33] genirq/msi: Provide BUS_DEVICE_PCI_MSI[X]
` [patch 12/33] PCI/MSI: Add support for per device MSI[X] domains
` [patch 13/33] x86/apic/vector: Provide MSI parent domain
` [patch 16/33] iommu/amd: Switch to MSI base domains

[PATCH v2 0/6] pinctrl: intel: Enable PWM optional feature
 2022-11-11 13:57 UTC  (10+ messages)
` [PATCH v2 4/6] pwm: lpss: Allow other drivers to enable PWM LPSS
` [PATCH v2 5/6] pwm: lpss: Add pwm_lpss_probe() stub

[patch 01/20] genirq/msi: Move IRQ_DOMAIN_MSI_NOMASK_QUIRK to MSI flags
 2022-11-11 13:57 UTC  (20+ messages)
` [patch 02/20] genirq/irqdomain: Rename irq_domain::dev to irq_domain::pm_dev
` [patch 03/20] genirq/msi: Create msi_api.h
` [patch 04/20] genirq/irqdomain: Provide IRQ_DOMAIN_FLAG_MSI_PARENT
` [patch 05/20] genirq/irqdomain: Provide IRQ_DOMAIN_FLAG_MSI_DEVICE
` [patch 06/20] genirq/msi: Check for invalid MSI parent domain usage
` [patch 07/20] genirq/msi: Add pointers for per device irq domains
` [patch 08/20] genirq/msi: Make MSI descriptor iterators device domain aware
` [patch 09/20] genirq/msi: Make msi_get_virq() "
` [patch 10/20] genirq/msi: Rename msi_add_msi_desc() to msi_insert_msi_desc()
` [patch 11/20] genirq/msi: Make descriptor allocation device domain aware
` [patch 12/20] genirq/msi: Make descriptor freeing "
` [patch 13/20] genirq/msi: Make msi_add_simple_msi_descs() device "
` [patch 14/20] genirq/msi: Provide new domain id based interfaces for freeing interrupts
` [patch 15/20] genirq/msi: Provide new domain id allocation functions
` [patch 16/20] PCI/MSI: Use msi_domain_alloc/free_irqs_all_locked()
` [patch 17/20] platform-msi: Switch to the domain id aware MSI interfaces
` [patch 18/20] bus: fsl-mc-msi: Switch to domain id aware interfaces
` [patch 19/20] oc: ti: ti_sci_inta_msi: Switch to domain id aware MSI functions
` [patch 20/20] genirq/msi: Remove unused alloc/free interfaces

[v1] drm/msm/disp/dpu1: populate disp_info with connector type
 2022-11-11 13:56 UTC 

[RFC PATCH v3 00/11] virtio/vsock: experimental zerocopy receive
 2022-11-11 13:55 UTC  (4+ messages)
` [RFC PATCH v3 03/11] af_vsock: add zerocopy receive logic

[patch 00/20] genirq, PCI/MSI: Support for per device MSI and PCI/IMS - Part 2 API rework
 2022-11-11 13:56 UTC 

[v1] drm/msm/disp/dpu1: pin 1 crtc to 1 encoder
 2022-11-11 13:56 UTC 

[PATCH 0/7] Add support for Qualcomm's legacy IOMMU v2
 2022-11-11 13:55 UTC  (8+ messages)
` [PATCH 1/7] dt-bindings: iommu: qcom,iommu: Document qcom,ctx-num property
` [PATCH 2/7] iommu/qcom: Use the asid read from device-tree if specified
` [PATCH 3/7] iommu/qcom: Properly reset the IOMMU context
` [PATCH 4/7] iommu/qcom: Index contexts by asid number to allow asid 0
` [PATCH 5/7] dt-bindings: iommu: qcom,iommu: Document QSMMU v2 compatibles
` [PATCH 6/7] iommu/qcom: Add support for QSMMUv2 and QSMMU-500 secured contexts
` [PATCH 7/7] dt-bindings: iommu: qcom,iommu: Document MSM8976 compatible

[v9] drm/msm/disp/dpu1: add support for dspp sub block flush in sc7280
 2022-11-11 13:55 UTC 

[patch 00/39] genirq, PCI/MSI: Support for per device MSI and PCI/IMS - Part 1 cleanups
 2022-11-11 13:55 UTC  (40+ messages)
` [patch 01/39] PCI/MSI: Check for MSI enabled in __pci_msix_enable()
` [patch 02/39] iommu/vt-d: Remove bogus check for multi MSI-X
` [patch 03/39] iommu/amd: "
` [patch 04/39] genirq/msi: Use MSI_DESC_ALL in msi_add_simple_msi_descs()
` [patch 05/39] genirq/msi: Remove filter from msi_free_descs_free_range()
` [patch 06/39] genirq/msi: Add missing kernel doc to msi_next_desc()
` [patch 07/39] genirq/msi: Make __msi_domain_alloc_irqs() static
` [patch 08/39] genirq/msi: Provide msi_domain_ops::post_free()
` [patch 09/39] powerpc/pseries/msi: Use msi_domain_ops::msi_post_free()
` [patch 10/39] genirq/msi: Make __msi_domain_free_irqs() static
` [patch 11/39] genirq/irqdomain: Move bus token enum into a seperate header
` [patch 12/39] genirq/msi: Add bus token to struct msi_domain_info
` [patch 13/39] PCI/MSI: Use msi_domain_info::bus_token
` [patch 14/39] PCI/MSI: Let the MSI core free descriptors
` [patch 15/39] PCI/MSI: Get rid of PCI_MSI_IRQ_DOMAIN
` [patch 16/39] genirq: Get rid of GENERIC_MSI_IRQ_DOMAIN
` [patch 17/39] PCI/MSI: Get rid of externs in msi.h
` [patch 18/39] PCI/MSI: Move mask and unmask helpers to msi.h
` [patch 19/39] PCI/MSI: Move pci_disable_msi() to api.c
` [patch 20/39] PCI/MSI: Move pci_enable_msi() API "
` [patch 21/39] PCI/MSI: Move pci_enable_msix_range() "
` [patch 22/39] PCI/MSI: Move pci_alloc_irq_vectors() "
` [patch 23/39] PCI/MSI: Move pci_alloc_irq_vectors_affinity() "
` [patch 24/39] PCI/MSI: Move pci_irq_vector() "
` [patch 25/39] PCI/MSI: Move pci_free_irq_vectors() "
` [patch 26/39] PCI/MSI: Move pci_msix_vec_count() "
` [patch 27/39] PCI/MSI: Move pci_disable_msix() "
` [patch 28/39] PCI/MSI: Move pci_irq_get_affinity() "
` [patch 29/39] PCI/MSI: Move pci_msi_enabled() "
` [patch 30/39] PCI/MSI: Move pci_msi_restore_state() "
` [patch 31/39] Documentation: PCI: Add reference to PCI/MSI device driver APIs
` [patch 32/39] PCI/MSI: Reorder functions in msi.c
` [patch 33/39] PCI/MSI: Sanitize MSI-X checks
` [patch 34/39] PCI/MSI: Reject multi-MSI early
` [patch 35/39] PCI/MSI: Reject MSI-X early
` [patch 36/39] PCI/MSI: Validate MSIX contiguous restriction early
` [patch 37/39] PCI/MSI: Remove redundant msi_check() callback
` [patch 38/39] genirq/msi: Remove msi_domain_ops::msi_check()
` [patch 39/39] x86/apic: Remove X86_IRQ_ALLOC_CONTIGUOUS_VECTORS

[PATCH 1/4] drm/msm/disp/dpu1: pin 1 crtc to 1 encoder
 2022-11-11 13:55 UTC  (4+ messages)
` [PATCH 4/4] drm/msm/disp/dpu1: add color management support for the crtc

[PATCH v2] perf list: Add PMU pai_ext event description for IBM z16
 2022-11-11 13:54 UTC 

[PATCH PING v9] kallsyms: reliable symbol->address lookup with /proc/kallmodsyms
 2022-11-11 13:47 UTC  (4+ messages)
` [PATCH v9 2/8] kbuild: add modules_thick.builtin

[PATCH v1 0/9] Enable Display for SM8350
 2022-11-11 13:52 UTC  (7+ messages)
` [PATCH v1 3/9] drm/msm/dpu: Add SM8350 to hw catalog
` [PATCH v1 6/9] arm64: dts: qcom: sm8350: Use 2 interconnect cells

[PATCH v2] arm64: defconfig: Enable missing configs for mt8183-jacuzzi-juniper
 2022-11-11 13:51 UTC  (3+ messages)

[PATCH 00/12] Add support for the Cirrus Logic CS48L32 audio codecs
 2022-11-11 13:50 UTC  (3+ messages)

[PATCH v3 00/15] magic-number.rst funeral rites
 2022-11-11 13:02 UTC  (3+ messages)
` [PATCH v3 08/15] MIPS: IP27: remove KV_MAGIC

[PATCH 00/14] IFS multi test image support and misc changes
 2022-11-11 13:46 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 04/14] x86/microcode/intel: Expose find_matching_signature() for IFS
  ` [PATCH v2 05/14] x86/microcode/intel: Use appropriate type in microcode_sanity_check()

[PATCH] iio: light: apds9960: Fix iio_event_spec structures
 2022-11-11 13:44 UTC  (6+ messages)

drivers/video/fbdev/omap/lcd_mipid.c:451:23: sparse: sparse: cast to restricted __be32
 2022-11-11 13:40 UTC 

[PATCH] net: ethernet: ti: cpsw_ale: optimize cpsw_ale_restore()
 2022-11-11 13:35 UTC  (6+ messages)

[PATCH 00/12] intel-m10-bmc: Split BMC to core and SPI parts & add PMCI+N6000 support
 2022-11-11 13:32 UTC  (7+ messages)
` [PATCH 06/12] fpga: intel-m10-bmc: Add flash ops for sec update
` [PATCH 10/12] mfd: intel-m10-bmc: Add PMCI driver

[PATCH printk v3 00/40] reduce console_lock scope
 2022-11-11 13:32 UTC  (7+ messages)
` [PATCH printk v3 07/40] console: introduce console_is_enabled() wrapper
` [PATCH printk v3 39/40] printk: relieve console_lock of list synchronization duties

[PATCH v11 1/2] thermal: loongson-2: add thermal management support
 2022-11-11 13:31 UTC  (2+ messages)

[PATCH v12 1/2] drivers/coresight: Add UltraSoc System Memory Buffer driver
 2022-11-11 13:30 UTC  (2+ messages)

[PATCH v2 00/13] Enable USB host and device functions on Jetson
 2022-11-11 13:30 UTC  (3+ messages)
` [PATCH v2 02/13] dt-bindings: usb: Add NVIDIA Tegra234 XUSB host controller binding

[PATCH 00/10] ASoC: dt-bindings: Rework Qualcomm APR/GPR Sound nodes for SM8450
 2022-11-11 13:30 UTC  (4+ messages)
` [PATCH 02/10] ASoC: dt-bindings: qcom,apr: Split services to shared schema

[PATCH 00/14] phy: qcom-qmp-combo: fix sc8280xp binding (set 3/3)
 2022-11-11 13:30 UTC  (4+ messages)
` [PATCH 02/14] dt-bindings: phy: qcom,qmp-usb3-dp: fix sc8280xp bindings

[PATCH v2 0/6] iommu/exynos: Convert to a module
 2022-11-11 13:29 UTC  (4+ messages)

[PATCH] arm64: ftrace: Define ftrace_stub_graph only with FUNCTION_GRAPH_TRACER
 2022-11-11 13:29 UTC  (2+ messages)

[PATCH v4] x86/xen: Add support for HVMOP_set_evtchn_upcall_vector
 2022-11-11 13:17 UTC  (7+ messages)

[PATCH] tee: optee: Populate child nodes in probe function
 2022-11-11 13:16 UTC  (5+ messages)

[GIT PULL] SPI fixes for v6.1-rc4
 2022-11-11 13:16 UTC 

[PATCH v7 0/6] rcu: Add RCU stall diagnosis information
 2022-11-11 13:07 UTC  (7+ messages)
` [PATCH v7 1/6] genirq: Fix the return type of kstat_cpu_irqs_sum()
` [PATCH v7 2/6] sched: Add helper kstat_cpu_softirqs_sum()
` [PATCH v7 3/6] sched: Add helper nr_context_switches_cpu()
` [PATCH v7 4/6] rcu: Add RCU stall diagnosis information
` [PATCH v7 5/6] doc: Document CONFIG_RCU_CPU_STALL_CPUTIME=y stall information
` [PATCH v7 6/6] rcu: Align the output of RCU stall

[PATCH bpf-next v5] bpf: Initialize same number of free nodes for each pcpu_freelist
 2022-11-11 13:22 UTC 

[PATCH net-next 0/6] Add support for sorted VCAP rules in Sparx5
 2022-11-11 13:05 UTC  (7+ messages)
` [PATCH net-next 1/6] net: flow_offload: add support for ARP frame matching
` [PATCH net-next 2/6] net: microchip: sparx5: Add support for TC flower ARP dissector
` [PATCH net-next 3/6] net: microchip: sparx5: Add/delete rules in sorted order
` [PATCH net-next 4/6] net: microchip: sparx5: Add support for IS2 VCAP rule counters
` [PATCH net-next 5/6] net: microchip: sparx5: Add support for TC flower filter statistics
` [PATCH net-next 6/6] net: microchip: sparx5: Add KUNIT test of counters and sorted rules

[PATCH v2] rcu: Dump memory object info if callback function is invalid
 2022-11-11 13:05 UTC  (4+ messages)

[linux-next-v1 1/3] arm64: dts: rockchip: Fix gmac phy mode to rgmii on Rock 3A sbc
 2022-11-11 13:02 UTC  (5+ messages)
` [linux-next-v1 3/3] arm64: dts: rockchip: Fix ethernet reset node "

[PATCH 09/12] irqchip: cirrus: Add driver for Cirrus Logic CS48L31/32/33 codecs
 2022-11-11 13:01 UTC  (13+ messages)

[PATCH v2 3/5] firmware: ti_sci: Allocate memory for the LPM modes
 2022-11-11 13:00 UTC  (2+ messages)

[PATCH][next] s390/dasd: Fix spelling mistake "Ivalid" -> "Invalid"
 2022-11-11 12:59 UTC  (2+ messages)

[PATCH 0/4] soc: qcom: Introduce PMIC GLINK
 2022-11-11 12:57 UTC  (4+ messages)
` [PATCH 2/4] soc: qcom: pmic_glink: Introduce base PMIC GLINK driver

[PATCH] PCI: mvebu: Use devm_request_irq() for registering interrupt handler
 2022-11-11 12:56 UTC  (10+ messages)

[PATCH] HID: hid-lg4ff: Add check for empty lbuf
 2022-11-11 12:55 UTC 

[PATCH 0/2] PCI: mvebu: add support for orion soc
 2022-11-11 12:49 UTC  (5+ messages)
` [PATCH v3 0/7] "

[RESEND PATCH 0/6] x86/traps,VMX: implement software based NMI/IRQ dispatch for VMX NMI/IRQ reinjection
 2022-11-11 12:48 UTC  (8+ messages)
` [RESEND PATCH 5/6] KVM: x86/VMX: add kvm_vmx_reinject_nmi_irq() for "

[PATCH] tracing: Fix warning on variable 'struct trace_array'
 2022-11-11 12:48 UTC  (2+ messages)

[PATCH net-next] net: dcb: move getapptrust to separate function
 2022-11-11 12:47 UTC  (4+ messages)

[PATCH v1 0/6] Move dma_buf_mmap_internal() to dynamic locking specification
 2022-11-11 12:47 UTC  (3+ messages)
` [PATCH v1 1/6] dma-buf: "

[RFC v3 00/11] Add BananaPi R3
 2022-11-11 12:45 UTC  (7+ messages)
` [RFC v3 05/11] arm64: dts: mt7986: add mmc related device nodes
    ` Aw: "
` Aw: [RFC v3 00/11] Add BananaPi R3
    ` Aw: "

[PATCH 0/3] x86/speculation: Support Automatic IBRS
 2022-11-11 12:40 UTC  (7+ messages)
` [PATCH 2/3] "

[PATCH 0/4] mmc: Add support for F_SDH30_E51
 2022-11-11 12:39 UTC  (6+ messages)
` [PATCH 1/4] mmc: f-sdh30: Add reset control support

[PATCH bpf] bpf: Fix offset calculation error in __copy_map_value and zero_map_value
 2022-11-11 12:56 UTC 

[RFC] iommu/vt-d: set default value of INTEL_IOMMU_FLOPPY_WA to n
 2022-11-11 12:36 UTC  (9+ messages)

[PATCH] udmabuf: add vmap method to udmabuf_ops
 2022-11-11 12:31 UTC  (3+ messages)

[PATCH] ata: ep93xx: use devm_platform_get_and_ioremap_resource()
 2022-11-11 12:30 UTC  (2+ messages)

[GIT PULL] MMC fixes for v6.1-rc5
 2022-11-11 12:25 UTC 

[PATCH v3] virtio/vsock: replace virtio_vsock_pkt with sk_buff
 2022-11-11 12:24 UTC  (2+ messages)

[PATCH V3 1/1] mmc: sdhci: Fix the SD tuning issue that the SDHCI_TRANSFER_MODE is cleared incorrectly
 2022-11-11 12:23 UTC 

[PATCH v4 0/4] Add dp-intf and dp nodes
 2022-11-11 12:22 UTC  (3+ messages)
` [PATCH v4 2/4] arm64: dts: mt8195: Add edptx and dptx nodes

[PATCH] KVM: x86/mmu: Block all page faults during kvm_zap_gfn_range()
 2022-11-11 12:19 UTC  (2+ messages)

[PATCH v2 0/4] Add initial support for J784S4 SoC
 2022-11-11 12:18 UTC  (4+ messages)
` [PATCH v2 4/4] arm64: dts: ti: Add support for J784S4 EVM board

[PATCH] bitmap: Fix a typo ("identify map")
 2022-11-11 12:18 UTC  (2+ messages)

[PATCH v2 1/2] device property: Get rid of __PROPERTY_ENTRY_ARRAY_EL*SIZE*()
 2022-11-11 12:15 UTC  (2+ messages)
` [PATCH v2 2/2] device property: Move PROPERTY_ENTRY_BOOL() a bit down

[PATCH v8 0/4] tpm: Preserve TPM measurement log across kexec (ppc64)
 2022-11-11 12:12 UTC  (3+ messages)

[PATCH v1 0/7] Fix perf trace libbpf 1.0+ compatibility
 2022-11-11 12:09 UTC  (2+ messages)

[PATCH v1 1/8] media: ov2740: Remove duplicative pointer in struct nvm_data
 2022-11-11 12:08 UTC  (4+ messages)

[PATCH v3 6/9] cxl/pci: Do not ignore PCI config read errors in match_add_dports()
 2022-11-11 12:07 UTC  (4+ messages)

[PATCH] ASoC: dt-bindings: qcom,wsa883x: Add sound-name-prefix
 2022-11-11 12:06 UTC  (2+ messages)

[PATCH net-next v2 08/12] net: dsa: add support for DSA rx offloading via metadata dst
 2022-11-11 12:06 UTC  (2+ messages)

[PATCH V2 0/2] mmc: block: Support Host to control FUA
 2022-11-11 12:04 UTC  (5+ messages)

[PATCH v2 00/11] MSM8956/76 and Sony Xperia X / X Compact support
 2022-11-11 12:01 UTC  (12+ messages)
` [PATCH v2 01/11] dt-bindings: iio: qcom-spmi-vadc: Add definitions for USB DP/DM VADCs
` [PATCH v2 02/11] dt-bindings: nvmem: Fix qcom,qfprom compatibles enum ordering
` [PATCH v2 03/11] dt-bindings: nvmem: Add compatible for MSM8976
` [PATCH v2 04/11] dt-bindings: sram: qcom,imem: Document MSM8976
` [PATCH v2 05/11] dt-bindings: mailbox: qcom: Allow syscon on qcom,msm8976-apcs-kpss-global
` [PATCH v2 06/11] dt-bindings: arm: qcom,ids: Add SoC IDs for MSM8956 and MSM8976
` [PATCH v2 07/11] soc: qcom: socinfo: Add MSM8956/76 SoC IDs to the soc_id table
` [PATCH v2 08/11] dt-bindings: arm: qcom: Document msm8956 and msm8976 SoC and devices
` [PATCH v2 09/11] arm64: dts: qcom: Add configuration for PM8950 peripheral
` [PATCH v2 10/11] arm64: dts: qcom: Add DTS for MSM8976 and MSM8956 SoCs
` [PATCH v2 11/11] arm64: dts: qcom: Add support for SONY Xperia X/X Compact

[PATCH v1 1/1] pinctrl: Move for_each_maps() to namespace and hide iterator inside
 2022-11-11 12:01 UTC  (4+ messages)

[PATCH v2 1/1] pinctrl: Move for_each_maps() to namespace and hide iterator inside
 2022-11-11 12:00 UTC 

[PATCH v3 0/9] cxl: Add support for Restricted CXL hosts (RCD mode)
 2022-11-11 11:59 UTC  (3+ messages)
` [PATCH v3 8/9] cxl/pci: Extend devm_cxl_port_enumerate_dports() to support restricted hosts (RCH)

[PATCH] drm/amdgpu: Fix memory leak in amdgpu_cs_pass1
 2022-11-11 11:57 UTC  (2+ messages)

[PATCH v2 0/8] iommu/vt-d: Some cleanups
 2022-11-11 11:57 UTC  (6+ messages)
` [PATCH v2 2/8] iommu/vt-d: Improve iommu_enable_pci_caps()


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).