All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-11-11 13:20:54 to 2022-11-11 14:06:00 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  (6+ 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 00/39] genirq, PCI/MSI: Support for per device MSI and PCI/IMS - Part 1 cleanups
 2022-11-11 13:55 UTC  (47+ 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/3] arm64: dts: imx8mm: Deduplicate PCIe clock-names property
 2022-11-11 14:03 UTC  (3+ messages)

should ioapic_service really be modelling cpu writes?
 2022-11-11 14:00 UTC  (6+ messages)

[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  (2+ messages)

[LTP] [PATCH] Allow graceful subtest cleanup in shell tests
 2022-11-11 14:02 UTC  (2+ messages)

[RFC PATCH v3 00/11] virtio/vsock: experimental zerocopy receive
 2022-11-11 14:00 UTC  (8+ messages)
` [RFC PATCH v3 03/11] af_vsock: add zerocopy receive logic
` [RFC PATCH v3 08/11] test/vsock: rework message bound test

[PATCH v3 00/15] gdbstub/next (MemTxAttrs, re-factoring)
 2022-11-11 13:58 UTC  (10+ messages)
` [PATCH v3 01/15] hw: encode accessing CPU index in MemTxAttrs

[nbd168-wireless:mt76 28/42] drivers/net/wireless/mediatek/mt76/mt7915/mac.c:1469:28: warning: variable 'phy2' set but not used
 2022-11-11 14:00 UTC 

[usb:usb-testing 22/36] fotg210-core.c:undefined reference to `usb_disabled'
 2022-11-11 14:00 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-11-11 14:00 UTC 

[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  (2+ messages)

[PATCH 0/7] Add support for Qualcomm's legacy IOMMU v2
 2022-11-11 13:55 UTC  (16+ 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  (2+ messages)

[PATCH 0/3] Populate entries for 4.17
 2022-11-11 13:58 UTC  (7+ messages)
` [PATCH 1/3] CHANGELOG: Update link for RELEASE-4.16.0
` [PATCH 2/3] CHANGELOG: Add missing entries for work during the 4.17 release

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

[v1] drm/msm/disp/dpu1: add color management support for the crtc
 2022-11-11 13:57 UTC 

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

[PATCH] test/crypto: reset device after asym tests
 2022-11-11 13:53 UTC 

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

[PATCH 0/3] Convert git-bisect--helper to OPT_SUBCOMMAND
 2022-11-11 13:51 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/3] bisect--helper: move all subcommands into their own functions

[XEN PATCH for-4.17 0/4] Fixing some licences issue in public headers
 2022-11-11 13:51 UTC  (3+ messages)
` [XEN PATCH for-4.17 3/4] xen: Add licence header to device_tree_defs.h

[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  (5+ messages)
` [PATCH v1 6/9] arm64: dts: qcom: sm8350: Use 2 interconnect cells

[Intel-gfx] [PATCH v2 1/9] drm/i915: Allocate power domain set wakerefs dynamically
 2022-11-11 13:52 UTC  (8+ messages)
` [Intel-gfx] [PATCH v3 "

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

RTT-PROBE: lore-subspace-rtt
 2022-11-11 13:50 UTC 

[PATCH v2] acpi/tests/avocado/bits: some misc fixes
 2022-11-11 13:43 UTC  (2+ messages)

[PATCH] btrfs: raid56: debug: verify all the pointers for generate_pq_vertical()
 2022-11-11 13:49 UTC  (4+ messages)

[PATCH 0/8] virtio-blk: remove AioContext lock
 2022-11-11 12:23 UTC  (5+ messages)
` [PATCH 5/8] virtio-blk: mark IO_CODE functions
` [PATCH 6/8] virtio-blk: remove unnecessary AioContext lock from function already safe

[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] scsi: scsi_transport_sas: fix error handling in sas_port_add()
 2022-11-11 13:46 UTC  (2+ messages)

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

[PATCH 01/19] pango: replace a recipe fix with an upstream submitted patch
 2022-11-11 13:42 UTC  (3+ messages)
` [PATCH 10/19] libxext: update 1.3.4 -> 1.3.5
  ` [OE-core] "

How about increasing max_cpus for q35 ?
 2022-11-11 13:40 UTC  (3+ messages)

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

RTT-PROBE: lore-subspace-rtt
 2022-11-11 13:40 UTC 

[BUG] hw/i386/pc.c: CXL Fixed Memory Window should not reserve e820 in bios
 2022-11-11 13:36 UTC  (9+ messages)

[RFC] [PATCH] Allow fitimage + initramfs rebuild to be accelerated
 2022-11-11 13:35 UTC  (5+ messages)
` [OE-core] "

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

[Buildroot] [git commit] configs/rock_pi_n10: remove defconfig
 2022-11-11 13:34 UTC 

[Buildroot] [git commit] configs/rock_pi_4: remove defconfig
 2022-11-11 13:34 UTC 

[PATCH] hw/intc: sifive_plic: Renumber the S irqs for numa support
 2022-11-11 12:19 UTC 

[Buildroot] [git commit] configs/roc_pc_rk3399: remove defconfig
 2022-11-11 13:34 UTC 

[PATCH mptcp-next v19 0/6] BPF redundant scheduler, part 2
 2022-11-11 13:32 UTC  (7+ messages)
` [PATCH mptcp-next v19 1/6] mptcp: use get_send wrapper
` [PATCH mptcp-next v19 2/6] mptcp: use get_retrans wrapper
` [PATCH mptcp-next v19 3/6] mptcp: delay updating first_pending
` [PATCH mptcp-next v19 4/6] mptcp: delay updating already_sent
` [PATCH mptcp-next v19 5/6] selftests/bpf: Add bpf_red scheduler
` [PATCH mptcp-next v19 6/6] selftests/bpf: Add bpf_red test

[Buildroot] [PATCH 1/1] package/sscep: new package
 2022-11-11 13:32 UTC 

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

[PATCH printk v3 00/40] reduce console_lock scope
 2022-11-11 13:32 UTC  (5+ messages)
` [PATCH printk v3 07/40] console: introduce console_is_enabled() wrapper

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

[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 v12 1/2] drivers/coresight: Add UltraSoc System Memory Buffer driver
 2022-11-11 13:30 UTC  (2+ messages)

[tglx-devel:devmsi-arm 110/127] kernel/irq/irqdomain.c:29:13: warning: 'irq_domain_free_one_irq' used but never defined
 2022-11-11 13:30 UTC 

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

RTT-PROBE: lore-subspace-rtt
 2022-11-11 13:30 UTC 

[PATCH v2 0/2] video/fbdev: Support 'nomodeset' in PCI drivers
 2022-11-11 13:30 UTC  (6+ messages)
` [PATCH v2 1/2] drm: Move nomodeset kernel parameter to drivers/video
` [PATCH v2 2/2] fbdev: Add support for the nomodeset kernel parameter

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

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

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

[PATCH v4 0/5] Add the cat24c208 EDID EEPROM driver + new EDID capability
 2022-11-11 13:29 UTC  (6+ messages)
` [PATCH v4 1/5] media: videodev2.h: add V4L2_CAP_EDID
` [PATCH v4 2/5] media: docs: Add V4L2_CAP_EDID
` [PATCH v4 3/5] dt-bindings: media: add cat24c208 bindings
` [PATCH v4 4/5] media: i2c: cat24c208: driver for the cat24c208 EDID EEPROM
` [PATCH v4 5/5] media: v4l2-dev: handle V4L2_CAP_EDID

[PATCH 0/2] video/fbdev: Support 'nomodeset' in PCI drivers
 2022-11-11 13:27 UTC  (10+ messages)
` [PATCH 2/2] fbdev: Add support for the nomodeset kernel parameter

stable-rc/linux-4.14.y build: 196 builds: 3 failed, 193 passed, 2 errors, 38 warnings (v4.14.299)
 2022-11-11 13:27 UTC 

[RFC v2 README 00/13] DRM scheduling cgroup controller
 2022-11-11 13:25 UTC  (3+ messages)
` [RFC 02/13] drm: Track clients by tgid and not tid

[PATCH] media: v4l2-dev: fix possible name leak in __video_register_device()
 2022-11-11 13:23 UTC  (3+ messages)

reencrypt: how to specify old and new key-files?
 2022-11-11 13:22 UTC  (5+ messages)

[Intel-gfx] [PATCH 0/4] drm/i915: Per-device display tracepoints
 2022-11-11 13:21 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

RTT-PROBE: lore-subspace-rtt
 2022-11-11 13:20 UTC 


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.