All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-06-15 15:51:21 to 2022-06-15 16:19:13 UTC [more...]

[PATCH v6 0/7] cutils: Introduce bundle mechanism
 2022-06-15 15:56 UTC  (2+ messages)
` [PATCH v6 1/7] datadir: Simplify firmware directory search

[PATCH 0/8 v2] block: Fix IO priority mess
 2022-06-15 16:16 UTC  (5+ messages)
` [PATCH 3/8] block: fix default IO priority handling again
` [PATCH 4/8] block: Return effective IO priority from get_current_ioprio()
` [PATCH 5/8] blk-ioprio: Remove unneeded field
` [PATCH 7/8] block: Initialize bio priority earlier

[Buildroot] [PATCH 1/5] package/open62541: bump to version 1.3.1
 2022-06-15 16:17 UTC  (5+ messages)
` [Buildroot] [PATCH 2/5] package/open62541: more options
` [Buildroot] [PATCH 3/5] package/open62541: more PubSub options
` [Buildroot] [PATCH 4/5] package/open62541: add encryption support
` [Buildroot] [PATCH 5/5] package/open62541: refactor choice UA_NAMESPACE with a proper default

RTT-PROBE: lore-subspace-rtt
 2022-06-15 16:18 UTC 

[PATCH] powerpc: Merge hardirq stack and softirq stack
 2022-06-15 16:15 UTC  (2+ messages)

[PATCH v2] kbuild: remove sed command from cmd_ar_builtin
 2022-06-15 16:15 UTC  (4+ messages)

[PULL 00/18] Block patches
 2022-06-15 15:51 UTC  (24+ messages)
` [PULL 01/18] MAINTAINERS: update Vladimir's address and repositories
` [PULL 02/18] Use io_uring_register_ring_fd() to skip fd operations
` [PULL 03/18] qdev: unplug blocker for devices
` [PULL 04/18] remote/machine: add HotplugHandler for remote machine
` [PULL 05/18] remote/machine: add vfio-user property
` [PULL 06/18] vfio-user: build library
` [PULL 07/18] vfio-user: define vfio-user-server object
` [PULL 08/18] vfio-user: instantiate vfio-user context
` [PULL 09/18] vfio-user: find and init PCI device
` [PULL 10/18] vfio-user: run vfio-user context
  ` [Virtio-fs] "
` [PULL 11/18] vfio-user: handle PCI config space accesses
  ` [Virtio-fs] "
` [PULL 12/18] vfio-user: IOMMU support for remote device
  ` [Virtio-fs] "
` [Virtio-fs] [PULL 13/18] vfio-user: handle DMA mappings
` [PULL 14/18] vfio-user: handle PCI BAR accesses
  ` [Virtio-fs] "
` [Virtio-fs] [PULL 15/18] vfio-user: handle device interrupts
` [Virtio-fs] [PULL 16/18] vfio-user: handle reset of remote device
` [PULL 17/18] linux-aio: fix unbalanced plugged counter in laio_io_unplug()
  ` [Virtio-fs] "
` [Virtio-fs] [PULL 18/18] linux-aio: explain why max batch is checked "

[PATCH v2 0/3] Expand CRC to support interface blocks
 2022-06-15 16:17 UTC  (10+ messages)
` [PATCH v2 1/3] drm/msm/dpu: Move LM CRC code into separate method
` [PATCH v2 3/3] drm/msm/dpu: Add interface support for CRC debugfs

[PATCH v3 bpf-next 00/11] AF_XDP ZC selftests
 2022-06-15 16:10 UTC  (12+ messages)
` [PATCH v3 bpf-next 01/11] ice: compress branches in ice_set_features()
` [PATCH v3 bpf-next 02/11] ice: allow toggling loopback mode via ndo_set_features callback
` [PATCH v3 bpf-next 03/11] ice: check DD bit on Rx descriptor rather than (EOP | RS)
` [PATCH v3 bpf-next 04/11] ice: do not setup vlan for loopback VSI
` [PATCH v3 bpf-next 05/11] selftests: xsk: query for native XDP support
` [PATCH v3 bpf-next 06/11] selftests: xsk: add missing close() on netns fd
` [PATCH v3 bpf-next 07/11] selftests: xsk: introduce default Rx pkt stream
` [PATCH v3 bpf-next 08/11] selftests: xsk: add support for executing tests on physical device
` [PATCH v3 bpf-next 09/11] selftests: xsk: rely on pkts_in_flight in wait_for_tx_completion()
` [PATCH v3 bpf-next 10/11] selftests: xsk: remove struct xsk_socket_info::outstanding_tx
` [PATCH v3 bpf-next 11/11] selftests: xsk: add support for zero copy testing

[Intel-gfx] [PATCH 00/15] HuC loading for DG2
 2022-06-15 16:14 UTC  (14+ messages)

[PATCH 1/4] clk: imx: imx8mp: Add audiomix block control
 2022-06-15 15:56 UTC  (5+ messages)

[PATCH] drm/radeon: fix incorrrect SPDX-License-Identifiers
 2022-06-15 16:13 UTC  (2+ messages)

[PATCH v7 00/21] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-06-15 16:12 UTC  (44+ messages)
` [PATCH v7 01/21] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
` [PATCH v7 02/21] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [PATCH v7 03/21] PCI/P2PDMA: Expose pci_p2pdma_map_type()
` [PATCH v7 04/21] PCI/P2PDMA: Introduce helpers for dma_map_sg implementations
` [PATCH v7 05/21] dma-mapping: allow EREMOTEIO return code for P2PDMA transfers
` [PATCH v7 06/21] dma-direct: support PCI P2PDMA pages in dma-direct map_sg
` [PATCH v7 07/21] dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA support
` [PATCH v7 08/21] iommu/dma: support PCI P2PDMA pages in dma-iommu map_sg
` [PATCH v7 09/21] nvme-pci: check DMA ops when indicating support for PCI P2PDMA
` [PATCH v7 10/21] nvme-pci: convert to using dma_map_sgtable()
` [PATCH v7 11/21] RDMA/core: introduce ib_dma_pci_p2p_dma_supported()
` [PATCH v7 12/21] RDMA/rw: drop pci_p2pdma_[un]map_sg()
` [PATCH v7 13/21] PCI/P2PDMA: Remove pci_p2pdma_[un]map_sg()
` [PATCH v7 14/21] mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
` [PATCH v7 15/21] iov_iter: introduce iov_iter_get_pages_[alloc_]flags()
` [PATCH v7 16/21] block: add check when merging zone device pages
` [PATCH v7 17/21] lib/scatterlist: "
` [PATCH v7 18/21] block: set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()
` [PATCH v7 19/21] block: set FOLL_PCI_P2PDMA in bio_map_user_iov()
` [PATCH v7 20/21] PCI/P2PDMA: Introduce pci_mmap_p2pmem()
` [PATCH v7 21/21] nvme-pci: allow mmaping the CMB in userspace

[PATCH] drm/arm/hdlcd: Simplify IRQ install/uninstall
 2022-06-15 16:11 UTC  (2+ messages)

[PATCH v1 0/5] power: domain: Add driver for a PM domain provider which controls
 2022-06-15 16:10 UTC  (5+ messages)

[xenomai-images][PATCH] Update Isar revision
 2022-06-15 16:12 UTC  (2+ messages)

[PATCH][kirkstone] local.conf.sample: Update sstate url to new 'all' path
 2022-06-15 16:11 UTC 

[PATCH v1 1/1] phy: ti: tusb1210: Don't check for write errors when powering on
 2022-06-15 16:11 UTC  (7+ messages)

[PATCH v2 bpf-next 00/10] AF_XDP ZC selftests
 2022-06-15 16:09 UTC  (5+ messages)
` [PATCH v2 bpf-next 01/10] ice: allow toggling loopback mode via ndo_set_features callback

[PATCH][dunfell] local.conf.sample: Update sstate url to new 'all' path
 2022-06-15 16:11 UTC 

[PATCH 00/22] SCMIv3.1 Miscellaneous changes
 2022-06-15 16:10 UTC  (7+ messages)
` [PATCH 11/22] firmware: arm_scmi: Add SCMIv3.1 extended names protocols support

[PATCH v2] iio: accel: mma8452: ignore the return value of reset operation
 2022-06-15 16:10 UTC  (2+ messages)

[PATCH v2] drm/arm/hdlcd: Take over EFI framebuffer properly
 2022-06-15 16:09 UTC  (2+ messages)

[PATCH] cyclictest: Delay setting of main_affinity_mask after creating threads
 2022-06-15 16:08 UTC  (2+ messages)

[PATCH] local.conf.sample: Update sstate url to new 'all' path
 2022-06-15 16:09 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-06-15 16:08 UTC 

[PATCH v2 0/2] Introduce CABA helper process tree
 2022-06-15 16:08 UTC  (6+ messages)
` [PATCH v2 1/2] Add CABA tree to task_struct
` [PATCH v2 2/2] tests: Add CABA selftest

[PATCH v8 0/3] Add SSIF BMC driver
 2022-06-15 16:06 UTC  (5+ messages)
` [PATCH v8 1/3] ipmi: ssif_bmc: "

[PATCH v2 0/3] mm/kmemleak: Avoid soft lockup in kmemleak_scan()
 2022-06-15 16:07 UTC  (4+ messages)
` [PATCH v2 3/3] mm/kmemleak: Prevent soft lockup in first object iteration loop of kmemleak_scan()

[Buildroot] Article for the German Linux magazine
 2022-06-15 16:06 UTC  (2+ messages)

[PATCH 0/4] Add a multicolor LED driver for groups of monochromatic LEDs
 2022-06-15 16:05 UTC  (7+ messages)
` [PATCH 1/4] leds: class: simplify the implementation of devm_of_led_get()
` [PATCH 2/4] led: class: Add devm_fwnode_led_get() to get a LED from a firmware node
` [PATCH 4/4] leds: Add a multicolor LED driver to group monochromatic LEDs

[PATCH 01/13] Convert CONFIG_DW_ALTDESCRIPTOR to Kconfig
 2022-06-15 16:03 UTC  (13+ messages)
` [PATCH 02/13] net: designware: Rename CONFIG_DW_GMAC_DEFAULT_DMA_PBL to GMAC_DEFAULT_DMA_PBL
` [PATCH 03/13] Convert CONFIG_ENABLE_36BIT_PHYS to Kconfig
` [PATCH 04/13] watchdog: designware: Make this depend on WDT
` [PATCH 05/13] nxp: Cleanup some emulator related options
` [PATCH 06/13] smdkc100: Remove some unused options
` [PATCH 07/13] Rename CONFIG_PWM to CONFIG_PWM_S5P and move to Kconfig
` [PATCH 08/13] Convert CONFIG_SAMSUNG_ONENAND "
` [PATCH 09/13] Convert CONFIG_USE_ONENAND_BOARD_INIT "
` [PATCH 10/13] Convert CONFIG_USB_GADGET_DWC2_OTG_PHY "
` [PATCH 11/13] Convert CONFIG_DP_DDR_DIMM_SLOTS_PER_CTLR "
` [PATCH 12/13] Convert CONFIG_SYS_SPD_BUS_NUM "
` [PATCH 13/13] Convert CONFIG_SYS_DDR_RAW_TIMING "

[PATCH v3 1/7] app/test-crypto-perf: support SDAP for PDCP operations
 2022-06-15 16:06 UTC  (3+ messages)
` [PATCH v4] "
  ` [EXT] "

[dm-devel] [PATCH] dm: fix possible race in dm_start_io_acct
 2022-06-15 15:57 UTC  (2+ messages)
` [dm-devel] "

[PATCH bpf-next 0/2] bpftool: Restore memlock rlimit bump
 2022-06-15 16:05 UTC  (12+ messages)
` [PATCH bpf-next 1/2] Revert "bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK"

[PATCH] ext4: fix extent status tree race in writeback error recovery path
 2022-06-15 16:05 UTC 

[PATCH] drm/bridge: anx7625: Zero error variable when panel bridge not present
 2022-06-15 16:04 UTC  (4+ messages)

[RFC PATCH v2 0/7] objtool: Enable and implement --mcount option on powerpc
 2022-06-15 16:03 UTC  (6+ messages)

[patch] RLIMIT_NPROC not enforced for root user, irrespective capabilities
 2022-06-15 16:04 UTC 

[PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk
 2022-06-15 16:03 UTC  (4+ messages)

[PATCH 1/2] crypto/octeontx: pass sub event type in event
 2022-06-15 16:02 UTC  (2+ messages)

[PATCH v3 kvmtool 00/13] arm64: Allow the user to set RAM base address
 2022-06-15 16:01 UTC  (5+ messages)
` [PATCH v3 kvmtool 02/13] sizes.h: Make all sizes 64bit

drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h:1174:29: error: enumerator value for 'i40e_static_assert_i40e_aqc_cloud_filters_element_data' is not an integer constant
 2022-06-15 15:56 UTC  (8+ messages)
    ` [Intel-wired-lan] "

Netlink NLM_F_DUMP_INTR flag lost
 2022-06-15 16:00 UTC 

[RFC PATCH 0/3] Cgroup accounting of memory tier usage
 2022-06-15 15:59 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-06-15 15:58 UTC 

[PATCH v2 0/2] Xen FF-A mediator
 2022-06-15 15:58 UTC  (4+ messages)
` [PATCH v2 1/2] xen/arm: smccc: add support for SMCCCv1.2 extended input/output registers

[meta-ti][dunfell][PATCH v3] conf: machine: wic: Fix HS image boot partition
 2022-06-15 15:57 UTC  (5+ messages)

[PATCH] mm: Re-allow pinning of zero pfns
 2022-06-15 15:56 UTC  (3+ messages)

[PATCH] pinctrl: sunxi: sunxi_pconf_set: use correct offset
 2022-06-15 15:56 UTC  (3+ messages)
  `  "

[igt-dev] [PATCH i-g-t] tests/kms_panel_fitting: Convert test to dynamic
 2022-06-15 15:55 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

[PATCH v3] cred: Propagate security_prepare_creds() error code
 2022-06-15 15:55 UTC  (12+ messages)

[PATCH v4 0/7] 9pfs: fix 'Twalk' protocol violation
 2022-06-15 15:52 UTC  (3+ messages)
` [PATCH v4 5/7] 9pfs: fix 'Twalk' to only send error if no component walked

[PATCH 0/7] A few cleanup patches for khugepaged
 2022-06-15 15:54 UTC  (3+ messages)
` [PATCH 4/7] mm/khugepaged: minor cleanup for collapse_file

(no subject)
 2022-06-15 15:44 UTC 

[Intel-gfx] [PATCH 0/6] Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation
 2022-06-15 15:54 UTC  (3+ messages)
` [Intel-gfx] [PATCH 5/6] drm/i915: Use error code as -E2BIG when the size of gem ttm object is too large

[PATCHv3 0/8] Linear Address Masking enabling
 2022-06-15 15:54 UTC  (4+ messages)
` [PATCHv3 4/8] x86/mm: Handle LAM on context switch

[PATCH] drm/sun4i: Fix crash during suspend after component bind failure
 2022-06-15 15:53 UTC  (4+ messages)

[PATCH] virtiofs: delete unused parameter for virtio_fs_cleanup_vqs
 2022-06-15 13:54 UTC  (3+ messages)

[virtio-comment] [PATCH] virtio-vsock: add max payload size config field
 2022-06-15 14:11 UTC  (2+ messages)

[PATCH v7] drm/msm/dp: force link training for display resolution change
 2022-06-15 15:53 UTC  (2+ messages)

[PATCH] system_data_types.7: struct stat: describe blkcnt_t and blksize_t
 2022-06-15 15:53 UTC  (3+ messages)

[PATCH v2 0/6] bitops: let optimize out non-atomic bitops on compile-time constants
 2022-06-15 15:52 UTC  (6+ messages)
` [PATCH v2 4/6] bitops: define const_*() versions of the non-atomics

[PATCH] drivers: hwmon: Add missing of_node_put() in gsc-hwmon.c
 2022-06-15 15:18 UTC 

Any reason why arp monitor keeps emitting netlink failover events?
 2022-06-15 15:51 UTC  (5+ messages)


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.