All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-11-06 16:56:26 to 2020-11-06 17:32:58 UTC [more...]

[PATCH net-next v3 0/4] remove compat_alloc_user_space()
 2020-11-06 17:32 UTC  (4+ messages)
` [PATCH net-next v3 1/4] ethtool: improve compat ioctl handling
` [PATCH net-next v3 2/4] net: socket: rework SIOC?IFMAP ioctls
` [PATCH net-next v3 3/4] net: socket: simplify dev_ifconf handling

[RFC PATCH 00/15] Userspace P2PDMA with O_DIRECT NVMe devices
 2020-11-06 17:28 UTC  (42+ messages)
` [RFC PATCH 01/15] PCI/P2PDMA: Don't sleep in upstream_bridge_distance_warn()
` [RFC PATCH 02/15] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [RFC PATCH 03/15] PCI/P2PDMA: Introduce pci_p2pdma_should_map_bus() and pci_p2pdma_bus_offset()
` [RFC PATCH 04/15] lib/scatterlist: Add flag for indicating P2PDMA segments in an SGL
` [RFC PATCH 05/15] dma-direct: Support PCI P2PDMA pages in dma-direct map_sg
` [RFC PATCH 06/15] dma-mapping: Add flags to dma_map_ops to indicate PCI P2PDMA support
` [RFC PATCH 07/15] iommu/dma: Support PCI P2PDMA pages in dma-iommu map_sg
` [RFC PATCH 08/15] nvme-pci: Check DMA ops when indicating support for PCI P2PDMA
` [RFC PATCH 09/15] nvme-pci: Convert to using dma_map_sg for p2pdma pages
` [RFC PATCH 10/15] mm: Introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
` [RFC PATCH 11/15] iov_iter: Introduce iov_iter_get_pages_[alloc_]flags()
` [RFC PATCH 12/15] block: Set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()
` [RFC PATCH 13/15] block: Set FOLL_PCI_P2PDMA in bio_map_user_iov()
` [RFC PATCH 14/15] PCI/P2PDMA: Introduce pci_mmap_p2pmem()
` [RFC PATCH 15/15] nvme-pci: Allow mmaping the CMB in userspace

Regression: QCA6390 fails with "mm/page_alloc: place pages to tail in __free_pages_core()"
 2020-11-06 17:32 UTC  (3+ messages)

[PATCH 00/17] Add support for CPC-USB/FD CAN FD interface
 2020-11-06 17:32 UTC  (25+ messages)
` [PATCH 01/17] can: ems_usb: Fixed warnings given by checkpatch.pl and fixed some outdated comments
` [PATCH 02/17] can: ems_usb: Added defines and product id needed for CPC-USB/FD
` [PATCH 03/17] can: ems_usb: Added CAN FD message representation
` [PATCH 04/17] can: ems_usb: Added struct used for CAN FD initialization
` [PATCH 05/17] can: ems_usb: Replace constant define RX_BUFFER_SIZE by variable bulk_rd_buf_size, because this will have different values for CPC-USB/ARM7 and CPC-USB/FD. For the same reason added a function pointer ems_usb_write_mode. In device probe function added a switch statement to select between CPC-USB/ARM7 and CPC-USB/FD and rearranged initialization sequence accordingly
` [PATCH 06/17] can: ems_usb: Added listen only mode for CPC-USB/ARM7 and moved evaluation of can.ctrlmode from set_bittiming routine to ems_usb_write_mode_arm7 routine. Wrapped a long line
` [PATCH 07/17] can: ems_usb: Added CPC_ClearCmdQueue routine to get access to the interface even it is flooded with messages which cannot successfully be sent. Set timestamp to 0 in ems_usb_control_cmd
` [PATCH 08/17] can: ems_usb: Modified ems_usb_read_bulk_callback to be able to handle also CPC-USB/FD
` [PATCH 09/17] can: ems_usb: For CPC-USB/FD added clock definitions, bittiming constants, set_bittiming functions, bittiming init function and add all that to probe function
` [PATCH 10/17] can: ems_usb: Added receive routine for CAN FD messages and its call in ems_usb_read_bulk_callback
` [PATCH 11/17] can: ems_usb: Added ems_usb_write_mode_fd and its call in device probe routine. Fixed indentation
` [PATCH 12/17] can: ems_usb: In ems_usb_start_xmit send only bytes with valid content to interface and not the complete buffer. Set first four bytes of buffer to 0. Wrapped long lines
` [PATCH 13/17] can: ems_usb: Rearrange code in ems_usb_start_xmit to check with can_is_canfd_skb for CAN FD frames
` [PATCH 14/17] can: ems_usb: Added code to handle CAN FD frames in ems_usb_start_xmit
` [PATCH 15/17] can: ems_usb: In CAN error handling routine checking which CAN controller type is issuing the error
` [PATCH 16/17] can: ems_usb: Added error handling part for CPC-USB/FD. Get some structures packed
` [PATCH 17/17] can: ems_usb: Made another struct packed. Enable CPC-USB/FD by adding it to the drivers device table

[dm-devel] [RFC PATCH] libmultipath: prevent DSO unloading with astray checker threads
 2020-11-06 17:32 UTC  (3+ messages)

[PATCH v4 00/13] Add struct strmap and associated utility functions
 2020-11-06 17:32 UTC  (6+ messages)
` [PATCH v5 00/15] "

[PATCH v2 00/14] remoteproc: Add support for detaching from rproc
 2020-11-06 17:31 UTC  (6+ messages)
` [PATCH v2 06/14] remoteproc: Add new detach() remoteproc operation
` [RFC v2 13/14] remoteproc: Add automation flags

[Intel-gfx] [PATCH 0/6] drm/i915: Eliminate intel_atomic_crtc_state_for_each_plane_state() from skl+ wm code
 2020-11-06 17:30 UTC  (7+ messages)
` [Intel-gfx] [PATCH 1/6] drm/i915: Pass intel_atomic_state around
` [Intel-gfx] [PATCH 2/6] drm/i915: Nuke intel_atomic_crtc_state_for_each_plane_state() from skl+ wm code
` [Intel-gfx] [PATCH 3/6] drm/i915: Pimp the watermark documentation a bit
` [Intel-gfx] [PATCH 4/6] drm/i915: Precompute can_sagv for each wm level
` [Intel-gfx] [PATCH 5/6] drm/i915: Store plane relative data rate in crtc_state
` [Intel-gfx] [PATCH 6/6] drm/i915: Remove skl_adjusted_plane_pixel_rate()

"warning: context imbalance" in kernel/bpf/hashtab.c
 2020-11-06 17:30 UTC  (5+ messages)

[dpdk-dev] [PATCH] test-meson-builds: add a 32-bit build
 2020-11-06 17:30 UTC  (5+ messages)
` [dpdk-dev] [PATCH v3 1/1] devtools: test "

[PATCH 00/32] btrfs: preparation patches for subpage support
 2020-11-06 17:28 UTC  (5+ messages)
` [PATCH 15/32] btrfs: introduce a helper to determine if the sectorsize is smaller than PAGE_SIZE

[dpdk-dev] [PATCH 1/1] devtools: reduce build test verbosity
 2020-11-06 17:28 UTC 

[meta-virtualization][PATCH] xvisor: skip QA checks ldflags and textrel
 2020-11-06 17:26 UTC  (2+ messages)

[PATCH v2 0/5] net: qrtr: Add distant node support
 2020-11-06 17:33 UTC  (6+ messages)
` [PATCH v2 1/5] net: qrtr: Fix port ID for control messages
` [PATCH v2 2/5] net: qrtr: Allow forwarded services
` [PATCH v2 3/5] net: qrtr: Allow non-immediate node routing
` [PATCH v2 4/5] net: qrtr: Add GFP flags parameter to qrtr_alloc_ctrl_packet
` [PATCH v2 5/5] net: qrtr: Release distant nodes along the bridge node

[meta-virtualization][PATCH] xvisor: fix build with gcc-10
 2020-11-06 17:25 UTC  (2+ messages)

[PATCH v2 0/4] linux/sparc: more get/set_context fixes
 2020-11-06 17:22 UTC  (10+ messages)
` [PATCH v2 1/4] linux-user/sparc: Correct sparc64_get/set_context() FPU handling
` [PATCH v2 2/4] linux-user/sparc: Remove unneeded checks of 'err' from sparc64_get_context()
` [PATCH v2 3/4] linux-user/sparc: Don't restore %g7 in sparc64_set_context()
` [PATCH v2 4/4] linux-user/sparc: Handle tstate in sparc64_get/set_context()

nbd: bitmap_to_extents() calls nbd_extent_array_add() without checking return value: coverity false positive?
 2020-11-06 17:22 UTC 

linux-next: Tree for Nov 6
 2020-11-06 17:22 UTC  (2+ messages)
` linux-next: Tree for Nov 6 (sound/soc/sof/sof-pci-dev.o)

Secure boot/signed images and GPL code
 2020-11-06 17:19 UTC  (3+ messages)

[PATCH v4 0/5] Unify NUMA implementation between ARM64 & RISC-V
 2020-11-06 17:18 UTC  (9+ messages)
` [PATCH v4 2/5] arm64, numa: Change the numa init functions name to be generic

[Virtio-fs] [PATCH v3 0/6] fuse: Implement FUSE_HANDLE_KILLPRIV_V2 and enable SB_NOSEC
 2020-11-06 17:18 UTC  (5+ messages)
` [Virtio-fs] [PATCH v3 3/6] fuse: setattr should set FATTR_KILL_PRIV upon size change
    `  "

[PATCH v1 0/4] Add AHCI support for Tegra186
 2020-11-06 17:18 UTC  (5+ messages)
` [PATCH v1 1/4] dt-bindings: ata: tegra: Convert binding documentation to YAML

[PATCH] nvme: revert commit 1293477f4f32 as it is breaking BLKROSET
 2020-11-06 17:18 UTC 

Trying to provision flowtable returns error
 2020-11-06 17:18 UTC  (11+ messages)

[RFC PATCH 1/2] sched/wait: Add add_wait_queue_priority()
 2020-11-06 17:18 UTC  (8+ messages)
` [PATCH v2 0/2] Allow KVM IRQFD to consistently intercept events
  ` [PATCH v2 1/2] sched/wait: Add add_wait_queue_priority()

[PATCH 0/2] Increase the size of LRU pagevecs
 2020-11-06 17:17 UTC  (3+ messages)
` [PATCH 1/2] pagevec: Allow pagevecs to be different sizes

[PATCH v2 net-next 0/8] ionic updates
 2020-11-06 17:17 UTC  (4+ messages)
` [PATCH v2 net-next 6/8] ionic: flatten calls to ionic_lif_rx_mode

[PATCH v3 0/2] Add a seqcount between gup_fast and copy_page_range()
 2020-11-06 17:17 UTC  (3+ messages)
` [PATCH v3 2/2] mm: prevent gup_fast from racing with COW during fork

[LTP] [PATCH] Add tst_secureboot_enabled() helper function
 2020-11-06 17:17 UTC 

[PATCH v4 0/6] Intel MAX10 BMC Secure Update Driver
 2020-11-06 17:16 UTC  (5+ messages)
` [PATCH v4 2/6] fpga: m10bmc-sec: create max10 bmc secure update driver
` [PATCH v4 4/6] fpga: m10bmc-sec: expose max10 canceled keys in sysfs

Counter device Interface for reading out input capture
 2020-11-06 17:16 UTC  (3+ messages)

[PATCH for-5.2 0/4] hw/net/can/ctucan: fix Coverity and other issues
 2020-11-06 17:11 UTC  (5+ messages)
` [PATCH for-5.2 1/4] hw/net/can/ctucan: Don't allow guest to write off end of tx_buffer
` [PATCH for-5.2 2/4] hw/net/can/ctucan: Avoid unused value in ctucan_send_ready_buffers()
` [PATCH for-5.2 3/4] hw/net/can/ctucan_core: Handle big-endian hosts
` [PATCH for-5.2 4/4] hw/net/ctucan_core: Use stl_le_p to write to tx_buffers

How to add the "gpio-line-names" property in a PCI gpio expander
 2020-11-06 17:17 UTC  (9+ messages)

[dpdk-dev] [PATCH] net/mlx5: fix Rx queues completion index consistency
 2020-11-06 17:16 UTC 

[PATCH] pwm: ab8500: Explicitly allocate pwm chip base dynamically
 2020-11-06 17:15 UTC 

[GIT PULL][PATCH v5 0/9] Update to zstd-1.4.6
 2020-11-06 17:15 UTC  (4+ messages)
` [PATCH v5 5/9] btrfs: zstd: Switch to the zstd-1.4.6 API

[PATCH v2] diff: handle NULL filespecs in run_external_diff
 2020-11-06 17:14 UTC  (2+ messages)
    ` [PATCH v3] diff: make diff_free_filespec_data accept NULL

[Buildroot] Enable gcc ADA support on latest LTS Buildroot
 2020-11-06 17:13 UTC  (5+ messages)

[ovmf test] 156467: all pass - PUSHED
 2020-11-06 17:09 UTC 

Question on UEFI ACPI tables setup and probing on arm64
 2020-11-06 17:09 UTC  (5+ messages)

[PATCH v40 00/24] Intel SGX foundations
 2020-11-06 17:09 UTC  (9+ messages)
` [PATCH v40 11/24] x86/sgx: Add SGX misc driver interface

[Devel] [RFC PATCH 0/4] ACPI/IORT: Support for IORT RMR node
 2020-11-06 17:09 UTC  (9+ messages)
`  "
  ` [Devel] "

[dpdk-dev] [PATCH 1/1] build: align wording of non-support reasons
 2020-11-06 17:08 UTC 

[PATCH] thermal: intel: pch: fix S0ix failure due to PCH temperature above threshold
 2020-11-06 17:06 UTC 

[PATCH-for-6.0 0/2] hw/scsi/scsi-disk: QOM style change
 2020-11-06 17:04 UTC  (6+ messages)
` [PATCH-for-6.0 1/2] hw/scsi/scsi-disk: Rename type as TYPE_SCSI_DISK
` [PATCH-for-6.0 2/2] hw/scsi/scsi-disk: Use SCSI_DISK_GET_CLASS() macro

[PATCH i2c-next v3 0/6] i2c: Incremental fixes for Mellanox BlueField I2C
 2020-11-06 17:06 UTC  (2+ messages)
` [PATCH i2c-next v3 6/6] dt-bindings: i2c: mellanox,i2c-mlxbf: convert txt to YAML schema

[PATCH v2 0/5] drm/msm: support for host-cached BOs
 2020-11-06 16:34 UTC 

[PATCH v4 0/5] STUSB1600 support on STM32MP15xx-DKx
 2020-11-06 17:01 UTC  (5+ messages)
` [PATCH v4 2/5] dt-bindings: usb: Add DT bindings for STUSB160x Type-C controller

["BUG"] builtin add-interactive does not honor 'color.diff. frag'
 2020-11-06 17:03 UTC  (2+ messages)

[PATCH] poky-tiny: use size optimization, section removal and lto
 2020-11-06 17:03 UTC 

WARNING in input_register_device
 2020-11-06 17:03 UTC  (4+ messages)

[PATCH 0/2] cpufreq: intel_pstate: Handle powersave governor correctly in the passive mode with HWP
 2020-11-06 17:02 UTC  (4+ messages)
` [PATCH 1/2] cpufreq: Introduce target min and max frequency hints

[PATCH 0/1] cleanup btrfs_free_extra_devids() drop arg step
 2020-11-06 17:02 UTC  (3+ messages)
` [PATCH 1/1] btrfs: "

[PATCH v1] sched/fair: update_pick_idlest() Select group with lowest group_util when idle_cpus are equal
 2020-11-06 17:02 UTC  (10+ messages)

[PATCH 0/8] linker-section array fix and clean ups
 2020-11-06 17:02 UTC  (5+ messages)

[PATCH net] tunnels: Fix off-by-one in lower MTU bounds for ICMP/ICMPv6 replies
 2020-11-06 16:59 UTC 

[RFC PATCH 0/3] Add support for the flash LED on Nexus 5
 2020-11-06 16:59 UTC  (8+ messages)
` [RFC PATCH 1/3] leds: Add driver for QPNP flash led
` [RFC PATCH 2/3] ARM: qcom_defconfig: Add QPNP flash LED support
` [RFC PATCH 3/3] ARM: dts: qcom: msm8974-hammerhead: Add support for the flash LED

[PATCH v8 0/5] RDMA: Add dma-buf support
 2020-11-06 17:01 UTC  (7+ messages)
` [PATCH v8 1/5] RDMA/umem: Support importing dma-buf as user memory region

[PATCH v5 0/5] STUSB1600 support on STM32MP15xx-DKx
 2020-11-06 16:58 UTC  (12+ messages)
` [PATCH v5 1/5] dt-bindings: connector: add typec-power-opmode property to usb-connector
` [PATCH v5 2/5] dt-bindings: usb: Add DT bindings for STUSB160x Type-C controller
` [PATCH v5 3/5] usb: typec: stusb160x: fix power-opmode property with typec-power-opmode
` [PATCH v5 4/5] ARM: dts: stm32: add STUSB1600 Type-C using I2C4 on stm32mp15xx-dkx
` [PATCH v5 5/5] ARM: multi_v7_defconfig: enable STUSB160X Type-C port controller support

[PATCH memory-model 0/8] LKMM updates for v5.11
 2020-11-06 16:59 UTC  (5+ messages)
` [PATCH memory-model 3/8] tools/memory-model: Document categories of ordering primitives
` [PATCH memory-model 5/8] tools/memory-model: Add a glossary of LKMM terms

[PATCH] iio: adc: stm32-adc: adapt clock duty cycle for proper operation
 2020-11-06 16:57 UTC  (2+ messages)

[PATCH net 0/2] net/iucv: fixes 2020-11-06
 2020-11-06 16:59 UTC  (3+ messages)
` [PATCH net 1/2] net/af_iucv: fix null pointer dereference on shutdown

[PATCH 1/1] Change the order of g_free(info) and tracepoint
 2020-11-06 16:57 UTC  (3+ messages)

[PATCH net v2] ipv6/netfilter: Discard first fragment not including all headers
 2020-11-06 16:58 UTC  (2+ messages)

[dpdk-dev] [PATCH] net/mlx5: fix Tx queue completions on stop
 2020-11-06 16:58 UTC 

[dpdk-dev] [PATCH 0/5] bugfix and cleanups for hns3
 2020-11-06 16:57 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 5/5] net/hns3: fix queue enabling status not store after FLR

[PATCH v8 -tip 00/26] Core scheduling
 2020-11-06 16:57 UTC  (5+ messages)
` [PATCH v8 -tip 13/26] kernel/entry: Add support for core-wide protection of kernel-mode

[PATCH] drm/stm: Enable RPM during fbdev registration
 2020-11-06 16:13 UTC  (4+ 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.