All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-12-06 22:33:11 to 2021-12-06 22:55:53 UTC [more...]

[PATCH v3 0/4] docs: add better support for Sphinx themes and CSS
 2021-12-06 22:55 UTC  (5+ messages)
` [PATCH v3 1/4] docs: allow selecting a Sphinx theme

[patch V2 00/36] genirq/msi, PCI/MSI: Spring cleaning - Part 2
 2021-12-06 22:39 UTC  (95+ messages)
` [patch V2 01/36] device: Move MSI related data into a struct
` [patch V2 02/36] device: Add device::msi_data pointer and struct msi_device_data
` [patch V2 03/36] PCI/MSI: Allocate MSI device data on first use
` [patch V2 04/36] platform-msi: "
` [patch V2 05/36] bus: fsl-mc-msi: "
` [patch V2 06/36] soc: ti: ti_sci_inta_msi: "
` [patch V2 07/36] genirq/msi: Provide msi_device_populate/destroy_sysfs()
` [patch V2 08/36] PCI/MSI: Let the irq code handle sysfs groups
` [patch V2 09/36] platform-msi: Let the core "
` [patch V2 10/36] genirq/msi: Remove the original sysfs interfaces
` [patch V2 11/36] platform-msi: Rename functions and clarify comments
` [patch V2 12/36] platform-msi: Store platform private data pointer in msi_device_data
` [patch V2 13/36] genirq/msi: Consolidate MSI descriptor data
` [patch V2 14/36] platform-msi: Use msi_desc::msi_index
` [patch V2 15/36] bus: fsl-mc-msi: "
` [patch V2 16/36] soc: ti: ti_sci_inta_msi: "
` [patch V2 17/36] PCI/MSI: "
` [patch V2 18/36] genirq/msi: Add msi_device_data::properties
` [patch V2 19/36] PCI/MSI: Store properties in device::msi::data
` [patch V2 20/36] x86/pci/XEN: Use device MSI properties
` [patch V2 21/36] x86/apic/msi: "
` [patch V2 22/36] genirq/msi: "
` [patch V2 23/36] powerpc/cell/axon_msi: Use MSI device properties
` [patch V2 24/36] powerpc/pseries/msi: "
` [patch V2 25/36] PCI/MSI: Provide MSI_FLAG_MSIX_CONTIGUOUS
` [patch V2 26/36] powerpc/pseries/msi: Let core code check for contiguous entries
` [patch V2 27/36] genirq/msi: Provide interface to retrieve Linux interrupt number
` [patch V2 28/36] PCI/MSI: Use __msi_get_virq() in pci_get_vector()
` [patch V2 29/36] PCI/MSI: Simplify pci_irq_get_affinity()
` [patch V2 30/36] dmaengine: mv_xor_v2: Get rid of msi_desc abuse
` [patch V2 31/36] perf/smmuv3: Use msi_get_virq()
` [patch V2 32/36] iommu/arm-smmu-v3: "
` [patch V2 33/36] mailbox: bcm-flexrm-mailbox: Rework MSI interrupt handling
` [patch V2 34/36] bus: fsl-mc: fsl-mc-allocator: Rework MSI handling
` [patch V2 35/36] soc: ti: ti_sci_inta_msi: Get rid of ti_sci_inta_msi_get_virq()
` [patch V2 36/36] dmaengine: qcom_hidma: Cleanup MSI handling

[PATCH linux dev-5.15 1/2] ARM: dts: Aspeed: Rainier: Add GPIO hog for USB power control
 2021-12-06 22:54 UTC  (2+ messages)

Makefile: CC_IMPLICIT_FALLTHROUGH passed quoted as argument to gcc
 2021-12-06 22:54 UTC  (6+ messages)

[PATCH] selftests/sgx: Fix corrupted cpuid macro invocation
 2021-12-06 22:54 UTC  (3+ messages)

[PATCH] clk: si5341: Add sysfs property to check selected input
 2021-12-06 22:53 UTC  (2+ messages)

[PATCH RFC v6 0/2] nfsd: Initial implementation of NFSv4 Courteous Server
 2021-12-06 22:52 UTC  (6+ messages)
` [PATCH RFC v6 2/2] "

[PATCH v6] ARM: dts: aspeed: Adding Facebook Bletchley BMC
 2021-12-06 22:51 UTC  (3+ messages)

[patch V2 00/31] genirq/msi, PCI/MSI: Spring cleaning - Part 3
 2021-12-06 22:51 UTC  (32+ messages)
` [patch V2 01/31] genirq/msi: Move descriptor list to struct msi_device_data
` [patch V2 02/31] genirq/msi: Add mutex for MSI list protection
` [patch V2 03/31] genirq/msi: Provide msi_domain_alloc/free_irqs_descs_locked()
` [patch V2 04/31] genirq/msi: Provide a set of advanced MSI accessors and iterators
` [patch V2 05/31] genirq/msi: Provide msi_alloc_msi_desc() and a simple allocator
` [patch V2 06/31] genirq/msi: Provide domain flags to allocate/free MSI descriptors automatically
` [patch V2 07/31] PCI/MSI: Protect MSI operations
` [patch V2 08/31] PCI/MSI: Use msi_add_msi_desc()
` [patch V2 09/31] PCI/MSI: Let core code free MSI descriptors
` [patch V2 10/31] PCI/MSI: Use msi_on_each_desc()
` [patch V2 11/31] x86/pci/xen: Use msi_for_each_desc()
` [patch V2 12/31] xen/pcifront: Rework MSI handling
` [patch V2 13/31] s390/pci: Rework MSI descriptor walk
` [patch V2 14/31] powerpc/4xx/hsta: Rework MSI handling
` [patch V2 15/31] powerpc/cell/axon_msi: Convert to msi_on_each_desc()
` [patch V2 16/31] powerpc/pasemi/msi: Convert to msi_on_each_dec()
` [patch V2 17/31] powerpc/fsl_msi: Use msi_for_each_desc()
` [patch V2 18/31] powerpc/mpic_u3msi: Use msi_for_each-desc()
` [patch V2 19/31] PCI: hv: Rework MSI handling
` [patch V2 20/31] NTB/msi: Convert to msi_on_each_desc()
` [patch V2 21/31] soc: ti: ti_sci_inta_msi: Rework MSI descriptor allocation
` [patch V2 22/31] soc: ti: ti_sci_inta_msi: Remove ti_sci_inta_msi_domain_free_irqs()
` [patch V2 23/31] bus: fsl-mc-msi: Simplify MSI descriptor handling
` [patch V2 24/31] platform-msi: Let core code handle MSI descriptors
` [patch V2 25/31] platform-msi: Simplify platform device MSI code
` [patch V2 26/31] genirq/msi: Make interrupt allocation less convoluted
` [patch V2 27/31] genirq/msi: Convert to new functions
` [patch V2 28/31] genirq/msi: Mop up old interfaces
` [patch V2 29/31] genirq/msi: Add abuse prevention comment to msi header
` [patch V2 30/31] genirq/msi: Simplify sysfs handling
` [patch V2 31/31] genirq/msi: Convert storage to xarray

[PATCH 1/2] glibc: Drop fsqrt implementation patches for fsl ppc
 2021-12-06 22:51 UTC  (2+ messages)
` [OE-core] "

[PATCH v2 0/4] hw/display: QOM'ify vga_mmio_init() as TYPE_VGA_MMIO
 2021-12-06 22:45 UTC  (5+ messages)
` [PATCH v2 1/4] hw/display: Rename VGA_ISA_MM -> VGA_MMIO
` [PATCH v2 2/4] hw/display/vga-mmio: Inline vga_mm_init()
` [PATCH v2 3/4] hw/display/vga-mmio: QOM'ify vga_mmio_init() as TYPE_VGA_MMIO
` [PATCH v2 4/4] hw/mips/jazz: Inline vga_mmio_init() and remove it

[PATCH REBASE] dt-bindings: pinctrl: use pinctrl.yaml
 2021-12-06 22:50 UTC  (2+ messages)

[PATCH v3 net 1/1] net: mvpp2: fix XDP rx queues registering
 2021-12-06 22:50 UTC  (5+ messages)

[PATCH 0/4] implement branch --recurse-submodules
 2021-12-06 22:48 UTC  (4+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] branch: move --set-upstream-to behavior to setup_tracking()

[PATCH 0/2] hwmon: Add driver for Delta AHE-50DC fan control module
 2021-12-06 22:44 UTC  (6+ messages)
` [PATCH 1/2] hwmon: add Delta AHE-50DC fan control module driver
` [PATCH 2/2] dt-bindings: add Delta AHE-50DC fan control module

[PATCH 1/2] drm/msm/hdmi: use bulk regulator API
 2021-12-06 22:47 UTC  (9+ messages)
` [PATCH 2/2] drm/msm/hdmi: switch to drm_bridge_connector
  ` [Freedreno] "

[PATCH] fetch2/wget: do not hardcode tarball compressors in version check
 2021-12-06 22:47 UTC  (2+ messages)
` [bitbake-devel] "

rockchip_i2s_tdm.c:undefined reference to `clk_set_parent'
 2021-12-06 22:46 UTC  (2+ messages)

stable-rc/linux-5.15.y baseline: 211 runs, 1 regressions (v5.15.6-208-g47c02c404f4a)
 2021-12-06 22:46 UTC 

[PATCH v2 0/2] ARM: dts: device tree for YADRO VEGMAN BMC
 2021-12-06 22:39 UTC  (6+ messages)
` [PATCH v2 2/2] ARM: dts: aspeed: add "

[Buildroot] [PATCH 1/1] package/midori: use official tarball
 2021-12-06 22:43 UTC 

mkfs.xfs ignores data stripe on 4k devices?
 2021-12-06 22:43 UTC  (3+ messages)

[patch V2 00/23] genirq/msi, PCI/MSI: Spring cleaning - Part 1
 2021-12-06 22:28 UTC  (16+ messages)
` [patch V2 09/23] MIPS: Octeon: Use arch_setup_msi_irq()
` [patch V2 10/23] genirq/msi, treewide: Use a named struct for PCI/MSI attributes
` [patch V2 11/23] x86/hyperv: Refactor hv_msi_domain_free_irqs()
` [patch V2 12/23] PCI/MSI: Make arch_restore_msi_irqs() less horrible
` [patch V2 13/23] PCI/MSI: Cleanup include zoo
` [patch V2 14/23] PCI/MSI: Make msix_update_entries() smarter
` [patch V2 15/23] PCI/MSI: Move code into a separate directory
` [patch V2 16/23] PCI/MSI: Split out CONFIG_PCI_MSI independent part
` [patch V2 17/23] PCI/MSI: Split out !IRQDOMAIN code
` [patch V2 18/23] PCI/MSI: Split out irqdomain code
` [patch V2 19/23] PCI/MSI: Sanitize MSIX table map handling
` [patch V2 20/23] PCI/MSI: Move msi_lock to struct pci_dev
` [patch V2 21/23] PCI/MSI: Make pci_msi_domain_check_cap() static
` [patch V2 22/23] genirq/msi: Handle PCI/MSI allocation fail in core code
` [patch V2 23/23] PCI/MSI: Move descriptor counting on allocation fail to the legacy code

[PATCH 0/3] A few smd-rpm clock driver cleanups
 2021-12-06 22:42 UTC  (6+ messages)
` [PATCH 3/3] clk: qcom: smd-rpm: Drop binary value handling for buffered clock

[PATCH] imx8mq_evk: configs: add/cleanup variables for distro boot
 2021-12-06 22:42 UTC  (2+ messages)

[PATCH v4 00/17] UFS patches for kernel v5.17
 2021-12-06 22:41 UTC  (3+ messages)
` [PATCH v4 16/17] scsi: ufs: Optimize the command queueing code

[PATCH] clk: qcom: sm6125-gcc: Swap ops of ice and apps on sdcc1
 2021-12-06 22:41 UTC  (2+ messages)

[XEN v2] xen/arm64: io: Decode 32-bit ldr/str post-indexing instructions
 2021-12-06 22:41 UTC  (6+ messages)

[PATCH mptcp-next v2 0/6] mptcp: Add userspace PM mode to bypass kernel PM
 2021-12-06 22:42 UTC  (11+ messages)
` [PATCH mptcp-next v2 3/6] mptcp: Bypass kernel PM when userspace PM is enabled
` [PATCH mptcp-next v2 4/6] mptcp: Make kernel path manager check for userspace-managed sockets
` [PATCH mptcp-next v2 5/6] mptcp: Add a per-namespace sysctl to set the default path manager type

[PATCH] imx8mq_evk: switch board to use binman for images
 2021-12-06 22:41 UTC  (8+ messages)
` [PATCH v2] "

[Buildroot] [git commit branch/2021.08.x] package/python-cycler: set license to BSD-3-Clause
 2021-12-06 22:39 UTC 

[ulogd2 PATCH] build: bump libnetfilter_log dependency
 2021-12-06 22:39 UTC  (2+ messages)

[Buildroot] [git commit branch/2021.02.x] package/python-cycler: set license to BSD-3-Clause
 2021-12-06 22:40 UTC 

[Buildroot] [PATCH 1/1] package/python-cycler: set license to BSD-3-Clause
 2021-12-06 22:40 UTC  (2+ messages)

[PATCH v4 00/13] Add initial support for the i.MXRTxxxx SoC family starting from i.IMXRT1050 SoC
 2021-12-06 22:38 UTC  (4+ messages)
` [PATCH v4 06/13] dt-bindings: clock: imx: Add documentation for i.MXRT clock

[PATCH net v2] net: lantiq_xrx200: increase buffer reservation
 2021-12-06 22:39 UTC 

Various problems trying to vga-passthrough a Renoir iGPU to a xen/qubes-os hvm
 2021-12-06 22:39 UTC  (3+ messages)

[PATCH 4/4] unit: add unit test for DPP crypto operations
 2021-12-06 22:37 UTC 

stable-rc/linux-4.14.y baseline: 127 runs, 1 regressions (v4.14.256-107-gbfbeffc30386)
 2021-12-06 22:37 UTC 

[intel-tdx:guest-upstream 5/35] drivers/acpi/acpica/hwesleep.c:108:39: warning: suggest braces around empty body in an 'if' statement
 2021-12-06 22:36 UTC  (2+ messages)

[Intel-gfx] [PATCH v6 0/1] Introduce new i915 macros for checking PTEs
 2021-12-06 22:36 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for Introduce new i915 macros for checking PTEs (rev7)

Building perf with BUILD_BPF_SKEL=1 by default
 2021-12-06 22:34 UTC  (7+ messages)

[PATCH 0/5] Update to GuC version 69.0.0
 2021-12-06 22:34 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.DOCS: warning for "

[PATCH 2/4] dpp-util: add URI generation API
 2021-12-06 22:33 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.