All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-07-27 05:21:12 to 2023-07-27 05:51:13 UTC [more...]

[PATCH v2 00/12] iommu: Prepare to deliver page faults to user space
 2023-07-27  5:48 UTC  (8+ messages)
` [PATCH v2 01/12] iommu: Move iommu fault data to linux/iommu.h
` [PATCH v2 02/12] iommu/arm-smmu-v3: Remove unrecoverable faults reporting
` [PATCH v2 03/12] iommu: Remove unrecoverable fault data
` [PATCH v2 04/12] iommu: Replace device fault handler with iommu_queue_iopf()
` [PATCH v2 05/12] iommu: Change the return value of dev_iommu_get()
` [PATCH v2 06/12] iommu: Make dev->fault_param static
` [PATCH v2 07/12] iommu: Remove iommu_[un]register_device_fault_handler()

[PATCH 00/42] clk: at91: add support for parent_data and parent_hw (take #2)
 2023-07-27  5:31 UTC  (86+ messages)
` [PATCH 01/42] clk: at91: sama7g5: check __clk_get_hw() argument for errors
` [PATCH 02/42] clk: at91: clk-usb: add support for parent_hw
` [PATCH 03/42] clk: at91: sam9x60: switch to parent_hw and parent_data
` [PATCH 04/42] clk: at91: sam9x60: make checkpatch.pl happy
` [PATCH 05/42] clk: at91: clk-pll: add support for parent_hw
` [PATCH 06/42] clk: at91: clk-audio-pll: "
` [PATCH 07/42] clk: at91: clk-plldiv: "
` [PATCH 08/42] clk: at91: clk-h32mx: "
` [PATCH 09/42] clk: at91: clk-i2s-mux: "
` [PATCH 10/42] clk: at91: sama5d2: switch to parent_hw and parent_data
` [PATCH 11/42] clk: at91: clk-smd: add support for parent_hw
` [PATCH 12/42] clk: at91: sama5d3: switch to parent_hw and parent_data
` [PATCH 13/42] clk: at91: sama5d3: make checkpatch.pl happy
` [PATCH 14/42] clk: at91: sama5d4: switch to parent_hw and parent_data
` [PATCH 15/42] clk: at91: at91sam9x5: "
` [PATCH 16/42] clk: at91: at91rm9200: "
` [PATCH 17/42] clk: at91: at91rm9200: fix checkpatch.pl check
` [PATCH 18/42] "
` [PATCH 19/42] clk: at91: clk-slow: add support for parent_hw
` [PATCH 20/42] clk: at91: at91sam9260: switch to parent_hw and parent_data
` [PATCH 21/42] clk: at91: at91sam9g45: "
` [PATCH 22/42] clk: at91: at91sam9g45: fix checkpatch.pl check
` [PATCH 23/42] clk: at91: at91sam9n12: switch to parent_hw and parent_data
` [PATCH 24/42] clk: at91: at91sam9n12: remove checkpatch.pl checks
` [PATCH 25/42] clk: at91: at91sam9rl: switch to parent_hw
` [PATCH 26/42] clk: at91: dt-compat: switch to parent_hw and parent_data
` [PATCH 27/42] clk: at91: clk-audio-pll: remove parent_names support
` [PATCH 28/42] clk: at91: clk-generated: "
` [PATCH 29/42] clk: at91: clk-h32mx: "
` [PATCH 30/42] clk: at91: clk-i2s-mux: "
` [PATCH 31/42] clk: at91: clk-main: "
` [PATCH 32/42] clk: at91: clk-master: "
` [PATCH 33/42] clk: at91: clk-peripheral: "
` [PATCH 34/42] clk: at91: clk-pll: "
` [PATCH 35/42] clk: at91: clk-plldiv: "
` [PATCH 36/42] clk: at91: clk-programmable: "
` [PATCH 37/42] clk: at91: clk-sam9x60-pll: "
` [PATCH 38/42] clk: at91: clk-slow: "
` [PATCH 39/42] clk: at91: clk-smd: "
` [PATCH 40/42] clk: at91: clk-system: "
` [PATCH 41/42] clk: at91: clk-usb: "
` [PATCH 42/42] clk: at91: clk-utmi: "

[GIT PULL FOR 6.6] Separate sub-device and link creation in V4L2 async
 2023-07-27  5:50 UTC 

[PATCH 0/3] arm64: renesas: r8a779f0: Add INTC-EX support
 2023-07-27  5:48 UTC  (4+ messages)
` [PATCH/RFT 3/3] arm64: dts: renesas: spider: Add keyboard to test IRQ[0145]

[PATCH/RFT] arm64: dts: renesas: spider-cpu: Add GP LEDs
 2023-07-27  5:48 UTC  (2+ messages)

[PATCH v5 00/11] wifi: ath12k: (v5) EHT support
 2023-07-27  5:48 UTC  (6+ messages)
` [PATCH v5 06/11] wifi: ath12k: prepare EHT peer assoc parameters

[PATCH v6 00/38] Separate links and async sub-devices
 2023-07-27  5:42 UTC  (39+ messages)
` [PATCH v6 01/38] media: v4l: async: Drop v4l2_async_nf_parse_fwnode_endpoints()
` [PATCH v6 02/38] media: v4l: fwnode: Remove unneeded forward declaration
` [PATCH v6 03/38] media: atmel-isi: Remote unneeeded "
` [PATCH v6 04/38] media: xilinx-vipp: Clean up bound async notifier callback
` [PATCH v6 05/38] media: omap3isp: Move link creation to bound callback
` [PATCH v6 06/38] media: Documentation: v4l: Fix async notifier registration example
` [PATCH v6 07/38] media: Documentation: v4l: Add section titles for async
` [PATCH v6 08/38] media: Documentation: v4l: Fix async sensor subdev helper documentation
` [PATCH v6 09/38] media: Documentation: v4l: Document missing async subdev function
` [PATCH v6 10/38] media: Documentation: v4l: Document v4l2_async_nf_cleanup
` [PATCH v6 11/38] media: v4l: async: Add some debug prints
` [PATCH v6 12/38] media: v4l: async: Clean up testing for duplicate async subdevs
` [PATCH v6 13/38] media: v4l: async: Don't check whether asd is NULL in validity check
` [PATCH v6 14/38] media: v4l: async: Make V4L2 async match information a struct
` [PATCH v6 15/38] media: v4l: async: Rename V4L2_ASYNC_MATCH_ macros, add TYPE_
` [PATCH v6 16/38] media: v4l: async: Only pass match information for async subdev validation
` [PATCH v6 17/38] media: v4l: async: Clean up list heads and entries
` [PATCH v6 18/38] media: v4l: async: Simplify async sub-device fwnode matching
` [PATCH v6 19/38] media: v4l: async: Rename v4l2_async_subdev as v4l2_async_connection
` [PATCH v6 20/38] media: v4l: async: Clean up error handling in v4l2_async_match_notify
` [PATCH v6 21/38] media: v4l: async: Drop duplicate handling when adding connections
` [PATCH v6 22/38] media: v4l: async: Rework internal lists
` [PATCH v6 23/38] media: v4l: async: Obtain async connection based on sub-device
` [PATCH v6 24/38] media: v4l: async: Allow multiple connections between entities
` [PATCH v6 25/38] media: v4l: async: Drop unneeded list entry initialisation
` [PATCH v6 26/38] media: v4l: async: Try more connections
` [PATCH v6 27/38] media: v4l: async: Support fwnode endpoint list matching for subdevs
` [PATCH v6 28/38] media: adv748x: Return to endpoint matching
` [PATCH v6 29/38] media: pxa_camera: Fix probe error handling
` [PATCH v6 30/38] media: pxa_camera: Register V4L2 device early
` [PATCH v6 31/38] media: marvell: cafe: Register V4L2 device earlier
` [PATCH v6 32/38] media: am437x-vpfe: Register V4L2 device early
` [PATCH v6 33/38] media: omap3isp: Initialise V4L2 async notifier later
` [PATCH v6 34/38] media: xilinx-vipp: Init async notifier after registering V4L2 device
` [PATCH v6 35/38] media: davinci: "
` [PATCH v6 36/38] media: qcom: Initialise V4L2 async notifier later
` [PATCH v6 37/38] media: v4l: async: Set v4l2_device and subdev in async notifier init
` [PATCH v6 38/38] media: Documentation: v4l: Document sub-device notifiers

[PATCH v11 0/8] Re-enable IDXD kernel workqueue under DMA API
 2023-07-27  5:48 UTC  (7+ messages)
` [PATCH v11 5/8] iommu/vt-d: Make prq draining code generic
` [PATCH v11 6/8] iommu/vt-d: Prepare for set_dev_pasid callback
` [PATCH v11 7/8] iommu/vt-d: Add set_dev_pasid callback for dma domain

linux-next: build failure after merge of the hwmon-staging tree
 2023-07-27  5:41 UTC 

[PATCH 1/2] crypto: drivers - avoid memcpy size warning
 2023-07-27  5:46 UTC  (3+ messages)

Add overall result to subject line
 2023-07-27  5:45 UTC 

[PATCH RESEND 0/4] memory tiering: calculate abstract distance based on ACPI HMAT
 2023-07-27  5:41 UTC  (10+ messages)
` [PATCH RESEND 1/4] memory tiering: add abstract distance calculation algorithms management

[Intel-xe] [RFC PATCH v2 00/23] Xe frontbuffer tracking
 2023-07-27  5:44 UTC  (4+ messages)
` [Intel-xe] [RFC PATCH v2 22/23] drm/i915: Handle dma fences in dirtyfb callback

[PATCH v2 01/61] mmc: sunxi: Convert to platform remove callback returning void
 2023-07-27  5:41 UTC  (7+ messages)
` [PATCH v2 12/61] mmc: sdhci-of-at91: "
` [PATCH v2 46/61] mmc: atmel-mci: "

[PATCH 0/2] Intel: sof_rt5682: remove quirk flag
 2023-07-27  5:41 UTC  (6+ messages)
` [PATCH 1/2] ASoC: Intel: maxim-common: get codec number from ACPI

[PATCH] scsi: lpfc: Fix potential deadlock on &phba->hbalock
 2023-07-27  5:40 UTC  (3+ messages)

[dtor-input:next] BUILD SUCCESS 92e24e0e57f72e06c2df87116557331fd2d4dda2
 2023-07-27  5:38 UTC 

[PATCH v2 0/8] machine: Unified CPU type check
 2023-07-27  5:16 UTC  (4+ messages)
` [PATCH v2 3/8] machine: Print supported CPU models instead of typenames

[syzbot] [bpf?] WARNING: ODEBUG bug in tcx_uninstall
 2023-07-27  5:41 UTC  (8+ messages)

[PATCH] ARM: dts: at91: ksz9477_evb: Add missing timer nodes
 2023-07-27  5:37 UTC  (5+ messages)

[PATCH v2] driver core: Call dma_cleanup() on the test_remove path
 2023-07-27  5:35 UTC  (2+ messages)

[PATCH] dt-bindings: qcom: Update RPMHPD entries for some SoCs
 2023-07-27  5:36 UTC  (2+ messages)

[PATCH 0/2] kernfs: remove i_lock usage that isn't needed
 2023-07-27  5:35 UTC  (14+ messages)
` [PATCH 1/2] kernfs: dont take i_lock on inode attr read

[PATCH v6 00/13] Add support for DAX vmemmap optimization for ppc64
 2023-07-27  5:37 UTC  (6+ messages)

[PATCH v13 1/2] Bluetooth: hci_qca: adjust qca btsoc type print expression
 2023-07-27  5:36 UTC  (2+ messages)
` Bluetooth: hci_qca: Add support for Qualcomm Bluetooth SoC QCA2066

[PATCH 01/30] usb: ehci-npcm7xx: fix typo in npcm7xx_ehci_hcd_drv_probe()
 2023-07-27  5:35 UTC  (10+ messages)
` [PATCH 04/30] usb: ohci-at91: Remove redundant msg at probe time
` [PATCH 08/30] usb: gadget/atmel_usba_udc: Use devm_platform_get_and_ioremap_resource()
` [PATCH 10/30] usb: ehci-atmel: "

[PATCH 0/4] net: ti: am65-cpsw-nuss: Fix DT binding handling of pinctrl
 2023-07-27  5:36 UTC  (10+ messages)

[Intel-gfx] [PATCH v2 0/4] Handle dma fences in dirtyfb ioctl
 2023-07-27  5:35 UTC  (5+ messages)
` [Intel-gfx] [PATCH v2 1/4] drm/i915/fbc: Clear frontbuffer busy bits on flip
` [Intel-gfx] [PATCH v2 2/4] drm/i915/psr: "
` [Intel-gfx] [PATCH v2 3/4] drm/i915: Add new frontbuffer tracking interface to queue flush
` [Intel-gfx] [PATCH v2 4/4] drm/i915: Handle dma fences in dirtyfb callback

mm/kfence/kfence_test.c:287 test_alloc() warn: use 'gfp' here instead of GFP_KERNEL?
 2023-07-27  5:35 UTC  (3+ messages)

[brauner-vfs:vfs.ctime] [ext4] 979492850a: xfstests.generic.371.fail
 2023-07-27  5:32 UTC 

[syzbot] WARNING in path_openat
 2023-07-27  5:33 UTC  (2+ messages)
` [syzbot] [ntfs3?] "

[PATCH net] net: fec: tx processing does not call XDP APIs if budget is 0
 2023-07-27  5:32 UTC  (7+ messages)

[robh:for-kernelci 1/2] drivers/watchdog/stm32_iwdg.c:216:34: warning: unused variable 'stm32_iwdg_of_match'
 2023-07-27  5:30 UTC 

[robh:for-kernelci 1/2] drivers/watchdog/stm32_iwdg.c:216:34: warning: 'stm32_iwdg_of_match' defined but not used
 2023-07-27  5:30 UTC 

[PATCH v7 00/11] ceph: support idmapped mounts
 2023-07-27  5:29 UTC  (3+ messages)
` [PATCH v7 03/11] ceph: handle idmapped mounts in create_request_message()

[PATCH v3] xen: speed up grant-table reclaim
 2023-07-27  5:30 UTC  (3+ messages)
` [PATCH v4] "

[igt-dev] [PATCH 0/1] test/i915/gem_create: skip set_pat for non MTL devices
 2023-07-27  5:30 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

[PATCH v4 00/20] Enable CET Virtualization
 2023-07-27  5:26 UTC  (3+ messages)
` [PATCH v4 12/20] KVM:VMX: Introduce CET VMCS fields and control bits

[PATCH rc 0/3] Several iommufd bug fixes
 2023-07-27  5:26 UTC  (5+ messages)
` [PATCH rc 2/3] iommufd: IOMMUFD_DESTROY should not increase the refcount
` [PATCH rc 3/3] iommufd: Set end correctly when doing batch carry

[PATCH 2/2] arm64: dts: imx8mm-phyboard-polis-rdk: Remove 'fsl,spi-num-chipselects'
 2023-07-27  5:26 UTC 

[OE-core] [PATCH v4] qemu: Add qemu-common package
 2023-07-27  5:26 UTC 

[pci:for-linus] BUILD SUCCESS b607aa1edc9ca2ff16ae29c48e3e4090fae8aeab
 2023-07-27  5:22 UTC 

[PATCH] x86/paravirt: Fix tlb_remove_table function callback prototype warning
 2023-07-27  5:14 UTC  (2+ messages)

[PATCH 0/9] x86: Fixes for distro booting
 2023-07-27  5:22 UTC  (7+ messages)
` [PATCH 5/9] board_f: Fix corruption of relocaddr

[PATCH v2] scsi: lpfc: Fix potential deadlock on &ndlp->lock
 2023-07-27  5:21 UTC  (2+ messages)

[meta-oe][PATCH 1/2] libnvme: add recipe
 2023-07-27  5:21 UTC  (2+ messages)
` [oe] "

[igt-dev] [PATCH i-g-t] tests/kms_flip: Restrict the hang tests execution to first and last pipe combinations
 2023-07-27  5:21 UTC  (3+ messages)

[PATCH v2 0/4] pinctrl: pinctrl-zynqmp: Add tri-state configuration support
 2023-07-27  5:20 UTC  (3+ messages)
` [PATCH v2 2/4] firmware: xilinx: Add version check for TRISTATE configuration


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.