public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-11-21 13:40:30 to 2022-11-21 14:50:00 UTC [more...]

[patch V2 00/40] genirq, irqchip: Convert ARM MSI handling to per device MSI domains
 2022-11-21 14:39 UTC  (19+ messages)
` [patch V2 01/40] irqchip/irq-mvebu-icu: Fix works by chance pointer assignment
` [patch V2 02/40] ACPI/IORT: Make prototype of iort_pmsi_get_dev_id() always available
` [patch V2 03/40] irqchip/gic-v2m: Include arm-gic-common.h
` [patch V2 04/40] irqchip/gic-v2m: Mark a few functions __init
` [patch V2 05/40] irqchip/ti-sci-inta: Fix kernel doc
` [patch V2 06/40] PCI/MSI: Provide static key for parent mask/unmask
` [patch V2 07/40] irqchip/gic-v3: Make gic_irq_domain_select() robust for zero parameter count
` [patch V2 08/40] genirq/irqdomain: Remove the param count restriction from select()
` [patch V2 10/40] irqchip: Provide irq-gic-lib
` [patch V2 13/40] irqchip/gic-v3-its: Provide MSI parent for PCI/MSI[-X]
` [patch V2 14/40] genirq/irqdomain: Add BUS_DOMAIN_DEVICE_MSI
` [patch V2 15/40] irqchip/gic-msi-lib: Prepare for DEVICE MSI to replace platform MSI
` [patch V2 16/40] platform-msi: Prepare for real per device domains
` [patch V2 18/40] genirq/msi: Provide optional translation op
` [patch V2 19/40] genirq/msi: Split msi_domain_alloc_irq_at()
` [patch V2 20/40] genirq/msi: Provide BUS DEVICE_MSI_WIRED
` [patch V2 21/40] genirq/msi: Optionally use dev->fwnode for device domain
` [patch V2 22/40] genirq/msi: Provide allocation/free functions for "wired" MSI interrupts

[RFC 0/1] BPF tracing for arm64 using fprobe
 2022-11-21 14:40 UTC  (15+ messages)

[PATCH 1/2] dt-bindings: timer: add a binding for LiteX Timer
 2022-11-21 14:39 UTC  (3+ messages)

[Patch v3 00/14] Add PCI pass-thru support to Hyper-V Confidential VMs
 2022-11-21 14:40 UTC  (8+ messages)
` [Patch v3 02/14] x86/ioapic: Gate decrypted mapping on cc_platform_has() attribute
` [Patch v3 05/14] x86/mm: Handle decryption/re-encryption of bss_decrypted consistently

[patch V2 00/33] genirq, PCI/MSI: Support for per device MSI and PCI/IMS - Part 3 implementation
 2022-11-21 14:38 UTC  (34+ messages)
` [patch V2 01/33] genirq/msi: Rearrange MSI domain flags
` [patch V2 02/33] genirq/msi: Provide struct msi_parent_ops
` [patch V2 03/33] genirq/msi: Provide data structs for per device domains
` [patch V2 04/33] genirq/msi: Add size info to struct msi_domain_info
` [patch V2 05/33] genirq/msi: Split msi_create_irq_domain()
` [patch V2 06/33] genirq/irqdomain: Add irq_domain::dev for per device MSI domains
` [patch V2 07/33] genirq/msi: Provide msi_create/free_device_irq_domain()
` [patch V2 08/33] genirq/msi: Provide msi_match_device_domain()
` [patch V2 09/33] genirq/msi: Add range checking to msi_insert_desc()
` [patch V2 10/33] PCI/MSI: Split __pci_write_msi_msg()
` [patch V2 11/33] genirq/msi: Provide BUS_DEVICE_PCI_MSI[X]
` [patch V2 12/33] PCI/MSI: Add support for per device MSI[X] domains
` [patch V2 13/33] x86/apic/vector: Provide MSI parent domain
` [patch V2 14/33] PCI/MSI: Remove unused pci_dev_has_special_msi_domain()
` [patch V2 15/33] iommu/vt-d: Switch to MSI parent domains
` [patch V2 16/33] iommu/amd: Switch to MSI base domains
` [patch V2 17/33] x86/apic/msi: Remove arch_create_remap_msi_irq_domain()
` [patch V2 18/33] genirq/msi: Provide struct msi_map
` [patch V2 19/33] genirq/msi: Provide msi_desc::msi_data
` [patch V2 20/33] genirq/msi: Provide msi_domain_ops::prepare_desc()
` [patch V2 21/33] genirq/msi: Provide msi_domain_alloc_irq_at()
` [patch V2 22/33] genirq/msi: Provide MSI_FLAG_MSIX_ALLOC_DYN
` [patch V2 23/33] PCI/MSI: Split MSI-X descriptor setup
` [patch V2 24/33] PCI/MSI: Provide prepare_desc() MSI domain op
` [patch V2 25/33] PCI/MSI: Provide post-enable dynamic allocation interfaces for MSI-X
` [patch V2 26/33] x86/apic/msi: Enable MSI_FLAG_PCI_MSIX_ALLOC_DYN
` [patch V2 27/33] genirq/msi: Provide constants for PCI/IMS support
` [patch V2 28/33] PCI/MSI: Provide IMS (Interrupt Message Store) support
` [patch V2 29/33] PCI/MSI: Provide pci_ims_alloc/free_irq()
` [patch V2 30/33] x86/apic/msi: Enable PCI/IMS
` [patch V2 31/33] iommu/vt-d: "
` [patch V2 32/33] iommu/amd: "
` [patch V2 33/33] irqchip: Add IDXD Interrupt Message Store driver

[PATCH v2] mm: add new syscall pidfd_set_mempolicy()
 2022-11-21 14:38 UTC  (11+ messages)
  ` [External] "

[PATCH v2 0/2] Fix scsi device's iodone_cnt mismatch with iorequest_cnt
 2022-11-21 14:38 UTC  (2+ messages)

[PATCH net v2] net: mdio-ipq4019: fix possible invalid pointer dereference
 2022-11-21 14:36 UTC  (6+ messages)

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

[PATCH v1 0/3] Stop corrupting socket's task_frag
 2022-11-21 14:34 UTC  (4+ messages)
` [PATCH v1 2/3] Treewide: "

[PATCH v4 1/9] iio: adis: add '__adis_enable_irq()' implementation
 2022-11-21 14:35 UTC  (2+ messages)

[PATCH] mtd: spi-nor: gigadevice: gd25q256: replace gd25q256_default_init with gd25q256_post_bfpt
 2022-11-21 14:32 UTC  (3+ messages)
` [PATCH v2 0/1] "

[PATCH v5] PCI/ACPI: PCI/ACPI: Validate devices with power resources support D3
 2022-11-21 14:33 UTC  (4+ messages)

[PATCH v1 1/4] media: ipu3-cio2: Don't dereference fwnode handle
 2022-11-21 14:32 UTC  (6+ messages)
` [PATCH v1 2/4] media: ipu3-cio2: Convert to use software_node_register_node_group()

[PATCH bpf] selftests/bpf: Fix "missing ENDBR" BUG for destructor kfunc
 2022-11-21 14:32 UTC  (2+ messages)

[PATCH 0/3] xen: ACPI processor related fixes
 2022-11-21 14:29 UTC  (8+ messages)
` [PATCH 1/3] acpi/processor: fix evaluating _PDC method when running as Xen dom0
` [PATCH 2/3] acpi/processor: sanitize _PDC buffer bits "

[PATCH 0/2] scsi: Some minor scan improvements
 2022-11-21 14:31 UTC  (7+ messages)
` [PATCH 1/2] scsi: core: Use SCSI_SCAN_RESCAN in __scsi_add_device()
` [PATCH 2/2] scsi: core: Use SCSI_SCAN_INITIAL in do_scsi_scan_host()
    ` [External] : "

[PATCH] ASoC: soc-pcm.c: Add NULL check in BE reparenting
 2022-11-21 14:30 UTC  (2+ messages)

(no subject)
 2022-11-21 14:28 UTC  (2+ messages)
` 

[PATCH] x86: suppress KMSAN reports in arch_within_stack_frames()
 2022-11-21 14:27 UTC  (5+ messages)

[RFC PATCH 0/5] scsi:scsi_debug:Add error injection for single lun
 2022-11-21 14:26 UTC  (3+ messages)

[PATCH v2 00/16] KVM: x86: gfn_to_pfn_cache fixes and cleanups
 2022-11-21 14:26 UTC  (3+ messages)
` [PATCH v2 07/16] KVM: Store gfn_to_pfn_cache length as an immutable property

[PATCH v4 0/2] Add vcodec lat and core nodes for mt8192
 2022-11-21 14:23 UTC  (5+ messages)
` [PATCH v4 2/2] arm64: dts: mt8192: Add vcodec lat and core nodes

[PATCH] spi: spi-geni-qcom: Add support for SE DMA mode
 2022-11-21 14:23 UTC  (3+ messages)

[PATCH v2 0/4] net: ethernet: ti: am65-cpsw: Fix set channel operation
 2022-11-21 14:23 UTC  (5+ messages)
` [PATCH v2 1/4] "
` [PATCH v2 2/4] net: ethernet: ti: am65-cpsw-nuss: Remove redundant ALE_CLEAR
` [PATCH v2 3/4] net: ethernet: ti: am65-cpsw: Restore ALE only if any interface was up
` [PATCH v2 4/4] net: ethernet: ti: cpsw_ale: optimize cpsw_ale_restore()

[PATCH v4 0/3] Add MT8195 HDMI phy support
 2022-11-21 14:19 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: phy: mediatek: hdmi-phy: Add mt8195 compatible
` [PATCH v4 2/3] phy: phy-mtk-hdmi: Add generic phy configure callback
` [PATCH v4 3/3] phy: mediatek: add support for phy-mtk-hdmi-mt8195

[PATCH next] kbuild: add ability to make source rpm buildable using koji
 2022-11-21 14:21 UTC  (3+ messages)

[PATCH v3 0/3] arm64: dts: qcom: sc8280xp: add audio support
 2022-11-21 14:22 UTC  (6+ messages)
` [PATCH v3 1/3] arm64: dts: qcom: sc8280xp/sa8540p: add gpr node
` [PATCH v3 3/3] arm64: dts: qcom: sc8280xp-x13s: Add soundcard support

BUG: unable to handle kernel NULL pointer dereference in alloc_buddy_hugetlb_folio
 2022-11-21 14:21 UTC 

[RFC PATCH 0/3] usb: Add generic repeater framework and SM8550 driver
 2022-11-21 14:21 UTC  (4+ messages)
` [RFC PATCH 1/3] usb: Add USB repeater generic framework

[PATCH bpf-next v3] bpf/verifier: Use kmalloc_size_roundup() to match ksize() usage
 2022-11-21 14:20 UTC  (2+ messages)

[V2] spi: spi-geni-qcom: Add support for SE DMA mode
 2022-11-21 14:19 UTC 

[PATCH v3] crypto: caam: blob_gen.c: warn if key is insecure
 2022-11-21 14:12 UTC 

[PATCH] MAINTAINERS: Update HiSilicon PMU maintainers
 2022-11-21 14:17 UTC  (3+ messages)

[PATCH] PCI/DOE: Remove asynchronous task support
 2022-11-21 14:17 UTC  (4+ messages)

[PATCH v6] scsi:iscsi: Fix multiple iscsi session unbind event sent to userspace
 2022-11-21 14:17 UTC  (3+ messages)

drivers/net/wwan/iosm/iosm_ipc_protocol.c:244:36: error: passing argument 3 of 'dma_alloc_coherent' from incompatible pointer type [-Werror=incompatible-pointer-types]
 2022-11-21 14:16 UTC  (4+ messages)

[PATCH -next 1/2] mm/slab: add is_kmalloc_cache() helper macro
 2022-11-21 14:13 UTC  (3+ messages)
` [PATCH -next 2/2] mm/kasan: simplify is_kmalloc check

[PATCH 1/2] 9p/xen: check logical size for buffer size
 2022-11-21 14:16 UTC  (4+ messages)

[PATCH v3 0/4] Minor SoundWire clean ups
 2022-11-21 14:14 UTC  (5+ messages)
` [PATCH v3 1/4] soundwire: bus: export sdw_nwrite_no_pm and sdw_nread_no_pm functions
` [PATCH v3 2/4] soundwire: Provide build stubs for common functions
` [PATCH v3 3/4] soundwire: debugfs: Switch to sdw_read_no_pm
` [PATCH v3 4/4] soundwire: stream: Move remaining register accesses over to no_pm

[PATCH] dt-bindings: pinctrl: semtech,sx150xq: fix match patterns for 16 GPIOs matching
 2022-11-21 14:11 UTC 

[PATCH] ethtool: avoiding integer overflow in ethtool_phys_id()
 2022-11-21 14:10 UTC  (2+ messages)

BUG: unable to handle kernel NULL pointer dereference in udpv6_sendmsg
 2022-11-21 14:11 UTC 

[PATCH v1 0/2] kexec: Add new toogle to disable kexec_reboot
 2022-11-21 14:09 UTC  (5+ messages)
` [PATCH v1 2/2] kexec: Introduce kexec_reboot_disabled

[PATCH] ARM: sunplus: use %pap to print resource_size_t
 2022-11-21 14:10 UTC  (2+ messages)

[PATCH v2 0/2] add ti tmag5273 driver
 2022-11-21 14:08 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: iio: magnetometer: add ti tmag5273 documentation file
` [PATCH v2 2/2] iio: magnetometer: add ti tmag5273 driver

[PATCH v5 00/14] serial: liteuart: add IRQ support
 2022-11-21 14:07 UTC  (8+ messages)
` [PATCH v5 09/14] serial: liteuart: fix rx loop variable types
` [PATCH v5 13/14] serial: liteuart: add IRQ support for the TX path

[PATCH v7 00/20] Drivers for gunyah hypervisor
 2022-11-21 14:00 UTC  (21+ messages)
` [PATCH v7 01/20] docs: gunyah: Introduce Gunyah Hypervisor
` [PATCH v7 02/20] dt-bindings: Add binding for gunyah hypervisor
` [PATCH v7 03/20] gunyah: Common types and error codes for Gunyah hypercalls
` [PATCH v7 04/20] arm64: smccc: Include alternative-macros.h
` [PATCH v7 05/20] virt: gunyah: Add hypercalls to identify Gunyah
` [PATCH v7 06/20] virt: gunyah: Identify hypervisor version
` [PATCH v7 07/20] mailbox: Allow direct registration to a channel
` [PATCH v7 08/20] virt: gunyah: msgq: Add hypercalls to send and receive messages
` [PATCH v7 09/20] mailbox: Add Gunyah message queue mailbox
` [PATCH v7 10/20] gunyah: rsc_mgr: Add resource manager RPC core
` [PATCH v7 11/20] gunyah: rsc_mgr: Add VM lifecycle RPC
` [PATCH v7 12/20] gunyah: vm_mgr: Introduce basic VM Manager
` [PATCH v7 13/20] gunyah: rsc_mgr: Add RPC for sharing memory
` [PATCH v7 14/20] gunyah: vm_mgr: Add/remove user memory regions
` [PATCH v7 15/20] gunyah: vm_mgr: Add ioctls to support basic non-proxy VM boot
` [PATCH v7 16/20] samples: Add sample userspace Gunyah VM Manager
` [PATCH v7 17/20] gunyah: rsc_mgr: Add platform ops on mem_lend/mem_reclaim
` [PATCH v7 18/20] firmware: qcom_scm: Use fixed width src vm bitmap
` [PATCH v7 19/20] firmware: qcom_scm: Register Gunyah platform ops
` [PATCH v7 20/20] docs: gunyah: Document Gunyah VM Manager

[PATCH 0/4] powerpc/pseries: expose firmware security variables via filesystem
 2022-11-21 14:03 UTC  (12+ messages)
` [PATCH 2/4] fs: define a firmware security filesystem named fwsecurityfs

[PATCH bpf-next v3] docs/bpf: Update btf selftests program and add link
 2022-11-21 14:02 UTC 

[PATCH v3] dt-bindings: bluetooth: broadcom: add BCM43430A0 & BCM43430A1
 2022-11-21 14:00 UTC  (3+ messages)

[PATCH] sched: consider WF_SYNC to find idle siblings
 2022-11-21 13:59 UTC  (2+ messages)

[PATCH 0/7] riscv: add Bouffalolab bl808 support
 2022-11-21 13:59 UTC  (3+ messages)
` [PATCH 2/7] serial: bflb_uart: add Bouffalolab UART Driver

[syzbot] WARNING in reiserfs_dir_fsync
 2022-11-21 13:58 UTC 

[PATCH] mtd: spi-nor: winbond: add support for w25q01jv-im
 2022-11-21 13:58 UTC  (2+ messages)

[PATCH] arm64/mm: Drop redundant BUG_ON(!pgtable_alloc)
 2022-11-21 13:56 UTC  (5+ messages)

[PATCH v2] brcmfmac: Add support for BCM43596 PCIe Wi-Fi
 2022-11-21 13:56 UTC  (10+ messages)

[PATCH] mtd: spi-nor: Fix formatting in spi_nor_read_raw() kerneldoc comment
 2022-11-21 13:54 UTC  (2+ messages)

[PATCH] Input: stmpe-ts - drop obsolete dependency on COMPILE_TEST
 2022-11-21 13:52 UTC 

[PATCH v3] dt-bindings: pinctrl: convert semtech,sx150xq bindings to dt-schema
 2022-11-21 13:51 UTC  (4+ messages)

[PATCH] ceph: make sure directories aren't complete after setting crypt context
 2022-11-21 13:52 UTC  (8+ messages)

[PATCH v3 00/14] media: rkisp1: Add support for i.MX8MP
 2022-11-21 13:50 UTC  (10+ messages)
` [PATCH v3 02/14] dt-bindings: media: rkisp1: Add i.MX8MP ISP example

[RESEND PATCH v4 1/1] mtd: spi-nor: winbond: Add support for w25q01jvq
 2022-11-21 13:50 UTC  (2+ messages)

[PATCH 00/10] Add base device tree files for SM8550
 2022-11-21 13:50 UTC  (7+ messages)
` [PATCH 03/10] arm64: dts: qcom: Add pm8010 pmic dtsi

[PATCH v5 0/7] MediaTek pinctrl DT binding cleanup and MT6735 pinctrl support
 2022-11-21 13:48 UTC  (5+ messages)
` [PATCH v5 5/7] dt-bindings: pinctrl: mediatek,mt6779-pinctrl: Document MT6765 pin controller
` [PATCH v5 6/7] dt-bindings: pinctrl: mediatek,mt6779-pinctrl: Document MT6735 "

[PATCH -next v2 0/6] landlock: add chmod and chown support
 2022-11-21 13:48 UTC  (12+ messages)
` [PATCH -next v2 3/6] "

[syzbot] linux-next test error: general protection fault in xfrm_policy_lookup_bytype
 2022-11-21 13:47 UTC 

[PATCH] pinctrl: single: Fix potential division by zero
 2022-11-21 13:42 UTC  (2+ messages)

linux-next: build failure after merge of the printk tree
 2022-11-21 13:42 UTC  (2+ messages)

[paulmck-rcu:dev.2022.11.16a] BUILD SUCCESS bc5b4c8070cc9f937197bc66d87e29dcbd5eabec
 2022-11-21 13:41 UTC 

[PATCH v2] mtd: spi-nor: Check for zero erase size in spi_nor_find_best_erase_type()
 2022-11-21 13:41 UTC  (2+ messages)

[PATCH v2 0/7] mtd: spi-nor: generic flash driver
 2022-11-21 13:41 UTC  (2+ messages)

[PATCH 00/13] SVM: vNMI (with my fixes)
 2022-11-21 13:40 UTC  (4+ messages)
` [PATCH 09/13] KVM: SVM: allow NMI window with vNMI

[PATCH v4 0/3] arm64: dts: qcom: msm8916-acer-a1-724: Add initial device tree
 2022-11-21 13:40 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: qcom: Document msm8916-acer-a1-724
` [PATCH v4 2/3] arm64: dts: qcom: msm8916-acer-a1-724: Add initial device tree
` [PATCH v4 3/3] arm64: dts: qcom: msm8916-acer-a1-724: Add accelerometer/magnetometer

[PATCH] ima: Make a copy of sig and digest in asymmetric_verify()
 2022-11-21 13:39 UTC  (2+ messages)


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