All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-10-24 13:01:45 to 2019-10-24 13:28:53 UTC [more...]

[PATCH 00/18] add support for Clang's Shadow Call Stack
 2019-10-24 13:28 UTC  (5+ messages)
` [PATCH 06/18] add support for Clang's Shadow Call Stack (SCS)

[GSoC][PATCHl 0/6] rebase -i: support more options
 2019-10-24 13:28 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 3/6] rebase -i: support --committer-date-is-author-date

[PATCH v2 00/27] crypto: convert h/w accelerator drivers to skcipher API
 2019-10-24 13:23 UTC  (46+ messages)
` [PATCH v2 01/27] crypto: virtio - implement missing support for output IVs
` [PATCH v2 02/27] crypto: virtio - deal with unsupported input sizes
` [PATCH v2 03/27] crypto: virtio - switch to skcipher API
` [PATCH v2 04/27] crypto: ccp - switch from ablkcipher to skcipher
` [PATCH v2 05/27] crypto: omap - switch to skcipher API
` [PATCH v2 06/27] crypto: ux500 "
` [PATCH v2 07/27] crypto: s5p "
` [PATCH v2 08/27] crypto: atmel-aes "
` [PATCH v2 09/27] crypto: atmel-tdes "
` [PATCH v2 10/27] crypto: bcm-spu "
` [PATCH v2 11/27] crypto: nitrox - remove cra_type reference to ablkcipher
` [PATCH v2 12/27] crypto: cavium/cpt - switch to skcipher API
` [PATCH v2 13/27] crypto: chelsio "
` [PATCH v2 14/27] crypto: hifn "
` [PATCH v2 15/27] crypto: ixp4xx "
` [PATCH v2 16/27] crypto: mxs "
` [PATCH v2 17/27] crypto: mediatek "
` [PATCH v2 18/27] crypto: sahara "
` [PATCH v2 19/27] crypto: picoxcell "
` [PATCH v2 20/27] crypto: qce "
` [PATCH v2 21/27] crypto: stm32 "
` [PATCH v2 22/27] crypto: niagara2 "
` [PATCH v2 23/27] crypto: rockchip "
` [PATCH v2 24/27] crypto: talitos "
` [PATCH v2 25/27] crypto: qat "
` [PATCH v2 26/27] crypto: marvell/cesa - rename blkcipher to skcipher
` [PATCH v2 27/27] crypto: nx - remove stale comment referring to the blkcipher walk API

[PATCH v1 1/3] gpu: host1x: Remove implicit IOMMU backing on client's registration
 2019-10-24 13:28 UTC  (4+ messages)
` [PATCH v1 2/3] drm/tegra: Fix 2d and 3d clients detaching from IOMMU domain

[RFC PATCH 00/19] Configurable policy for handling deprecated interfaces
 2019-10-24 12:34 UTC  (10+ messages)
` [RFC PATCH 03/19] tests/test-qmp-cmds: Simplify test data setup
` [RFC PATCH 07/19] qapi: Add feature flags to remaining definitions
` [RFC PATCH 09/19] qapi: Inline do_qmp_dispatch() into qmp_dispatch()
` [RFC PATCH 10/19] qapi: Simplify how qmp_dispatch() deals with QCO_NO_SUCCESS_RESP
` [RFC PATCH 13/19] qapi: New special feature flag "deprecated"
` [RFC PATCH 14/19] qemu-options: New -compat to set policy for "funny" interfaces
` [RFC PATCH 15/19] qapi: Mark deprecated QMP commands with feature 'deprecated'
` [RFC PATCH 18/19] qapi: Include a warning in the response to a deprecated command
` [RFC PATCH 19/19] qapi: Implement -compat deprecated-output=hide for events

[RFC 00/37] KVM: s390: Add support for protected VMs
 2019-10-24 13:27 UTC  (4+ messages)
` [RFC 02/37] s390/protvirt: introduce host side setup

[RFC v2 00/22] intel_iommu: expose Shared Virtual Addressing to VM
 2019-10-24 12:34 UTC  (22+ messages)
` [RFC v2 01/22] update-linux-headers: Import iommu.h
` [RFC v2 04/22] hw/iommu: introduce IOMMUContext
` [RFC v2 06/22] hw/pci: modify pci_setup_iommu() to set PCIIOMMUOps
` [RFC v2 07/22] hw/pci: introduce pci_device_iommu_context()
` [RFC v2 08/22] intel_iommu: provide get_iommu_context() callback
` [RFC v2 09/22] vfio/pci: add iommu_context notifier for pasid alloc/free
` [RFC v2 10/22] intel_iommu: add virtual command capability support
` [RFC v2 11/22] intel_iommu: process pasid cache invalidation
` [RFC v2 12/22] intel_iommu: add present bit check for pasid table entries
` [RFC v2 13/22] intel_iommu: add PASID cache management infrastructure
` [RFC v2 14/22] vfio/pci: add iommu_context notifier for pasid bind/unbind
` [RFC v2 15/22] intel_iommu: bind/unbind guest page table to host
` [RFC v2 16/22] intel_iommu: replay guest pasid bindings "
` [RFC v2 17/22] intel_iommu: replay pasid binds after context cache invalidation
` [RFC v2 18/22] intel_iommu: do not passdown pasid bind for PASID #0
` [RFC v2 19/22] vfio/pci: add iommu_context notifier for PASID-based iotlb flush
` [RFC v2 20/22] intel_iommu: process PASID-based iotlb invalidation
` [RFC v2 21/22] intel_iommu: propagate PASID-based iotlb invalidation to host
` [RFC v2 22/22] intel_iommu: process PASID-based Device-TLB invalidation

[PATCH rdma-next] IB/core: Avoid deadlock during netlink message handling
 2019-10-24 13:26 UTC  (3+ messages)

[PATCH bpf-next v2 0/4] libbpf: Support automatic pinning of maps using 'pinning' BTF attribute
 2019-10-24 13:25 UTC  (6+ messages)
` [PATCH bpf-next v2 1/4] libbpf: Fix error handling in bpf_map__reuse_fd()
` [PATCH bpf-next v2 2/4] libbpf: Store map pin path and status in struct bpf_map
` [PATCH bpf-next v2 3/4] libbpf: Support configurable pinning of maps from BTF annotations
` [PATCH bpf-next v2 4/4] libbpf: Add option to auto-pin maps when opening BPF object

[Bug 111481] AMD Navi GPU frequent freezes on both Manjaro/Ubuntu with kernel 5.3 and mesa 19.2 -git/llvm9
 2019-10-24 13:25 UTC  (2+ messages)

[PATCH 0/3] soundwire: use UniqueID only when relevant
 2019-10-24 12:59 UTC  (4+ messages)
` [PATCH 3/3] soundwire: ignore uniqueID when irrelevant
    ` [alsa-devel] "

[PATCH] virtio: fix IO request length in virtio SCSI/block #PSBM-78839
 2019-10-24 11:34 UTC  (3+ messages)

[PATCH] drm/amd/powerplay: correct current clock level label for Arcturus
 2019-10-24 13:24 UTC  (4+ messages)

[PATCH v4 1/2] i386: Add Intel Processor Trace feature support
 2019-10-24 13:24 UTC  (9+ messages)
` [PATCH v4 2/2] i386: Add support to get/set/migrate Intel Processor Trace feature

[PATCHv2] bpftool: Try to read btf as raw data if elf read fails
 2019-10-24 13:23 UTC 

1024TB Ext4 partition
 2019-10-24 13:23 UTC 

[PATCH v2 0/8] Fix cdrom autoclose
 2019-10-24 13:23 UTC  (13+ messages)
` [PATCH v2 2/8] cdrom: factor out common open_for_* code
` [PATCH v2 6/8] bdev: add open_finish
` [PATCH v2 8/8] scsi: sr: wait for the medium to become ready

[PATCH 1/2] crypto: hisilicon - select NEED_SG_DMA_LENGTH in qm Kconfig
 2019-10-24 13:22 UTC  (2+ messages)

[PATCH v3 00/21] drm: Add support for bus-format negotiation
 2019-10-24 13:22 UTC  (4+ messages)

ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
 2019-10-24 13:22 UTC 

[PATCH v5] taskstats: fix data-race
 2019-10-24 13:21 UTC  (9+ messages)
` [PATCH v6] "

[PATCH bpf-next] libbpf: Add libbpf_set_log_level() function to adjust logging
 2019-10-24 13:21 UTC 

[RFC PATCH 00/18] Add qemu-storage-daemon
 2019-10-24 11:33 UTC  (2+ messages)

[dpdk-dev] [PATCH] doc: fix description of links to EAL options pages
 2019-10-24 13:17 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH] drm/syncobj: extend syncobj query ability v3
 2019-10-24 13:19 UTC  (5+ messages)

[PATCH] KVM: arm64: Select SCHED_INFO before SCHEDSTATS
 2019-10-24 13:19 UTC  (7+ messages)

[PATCH] Allowing Xilinx's AXI Quad widths different than 8 bits on userspace
 2019-10-24 13:18 UTC  (6+ messages)
` [PATCH] spi: set bits_per_word based on controller's bits_per_word_mask

[PATCH] srp_daemon: Use maximum initiator to target IU size
 2019-10-24 13:18 UTC  (10+ messages)

[PATCH 00/30] virtiofs daemon (base)
 2019-10-24 12:54 UTC  (8+ messages)

[PATCH v3 0/3] mc146818rtc: fix timer interrupt reinjection
 2019-10-24 12:24 UTC  (2+ messages)
` [PATCH v3 1/3] mc146818rtc: Simplify by reordering if() statement

[PATCH 00/25] virtiofs daemon (security)
 2019-10-24 11:27 UTC  (3+ messages)
` [PATCH 06/25] virtiofsd: passthrough_ll: add fallback for racy ops
` [PATCH 15/25] virtiofsd: use /proc/self/fd/ O_PATH file descriptor

[PATCH v4 00/16] Rewrite x86/ftrace to use text_poke (and more)
 2019-10-24 13:16 UTC  (7+ messages)
` [PATCH v4 15/16] module: Move where we mark modules RO,X

[PATCH 1/2] Bluetooth: Fix using advertising instance duration as timeout
 2019-10-24 13:15 UTC  (2+ messages)
` [PATCH 2/2] Bluetooth: Fix not using LE_ADV_NONCONN_IND for instance 0

RFE: use patchwork to submit a patch
 2019-10-24 13:15 UTC  (10+ messages)

[RFC PATCH 00/10] pipe: Notification queue preparation [ver #2]
 2019-10-24 13:14 UTC  (3+ messages)

[PATCH] media: dt-bindings: rcar_vin: Document RZ/G1 per-board settings
 2019-10-24 13:14 UTC 

[Intel-gfx] [RFC 1/5] drm/i915: Drop GEM context as a direct link from i915_request
 2019-10-24 13:13 UTC  (15+ messages)
  `  "
  ` [Intel-gfx] [RFC 2/5] drm/i915: Push the use-semaphore marker onto the intel_context
      `  "
  ` [Intel-gfx] [RFC 3/5] drm/i915: Remove i915->kernel_context
      `  "
  ` [Intel-gfx] [RFC 4/5] drm/i915: Drop GEM context reference while pinned
      `  "
  ` [Intel-gfx] [RFC 5/5] drm/i915: No ce->gem_context for kernel_context
      `  "

[PATCH] pinctrl: sh-pfc: sh7734: Fix duplicate TCLK1_B
 2019-10-24 13:13 UTC  (2+ messages)

v5.4-rcX: qemu-system-mips64 userspace segfault
 2019-10-24 13:12 UTC 

[dpdk-dev] [PATCH] app/test: decrease iterations in reciprocal division test
 2019-10-24 13:12 UTC  (2+ messages)

[PATCHv7 00/33] kernel: Introduce Time Namespace
 2019-10-24 13:14 UTC  (6+ messages)
` [PATCHv7 18/33] lib/vdso: Add unlikely() hint into vdso_read_begin()

[dpdk-dev] [PATCH v2] ethdev: add flow tag
 2019-10-24 13:12 UTC  (2+ messages)
` [dpdk-dev] [PATCH v3] "

[Xen-devel] [PATCH v4 0/3] Optionally call EFI SetVirtualAddressMap()
 2019-10-24 13:11 UTC  (3+ messages)
` [Xen-devel] [PATCH v4 3/3] xen/efi: use directmap to access runtime services table

[PATCH v7 0/9] target/arm/kvm: enable SVE in guests
 2019-10-24 12:18 UTC  (4+ messages)
` [PATCH v7 6/9] target/arm/kvm64: max cpu: Enable SVE when available
` [PATCH v7 7/9] target/arm/kvm: scratch vcpu: Preserve input kvm_vcpu_init features
` [PATCH v7 8/9] target/arm/cpu64: max cpu: Support sve properties with KVM

[PATCH for_v23 0/3] x86/sgx: More cleanup for v23
 2019-10-24 13:11 UTC  (4+ messages)
` [PATCH for_v23 1/3] x86/sgx: Update the free page count in a single operation

[PATCH 1/3] kcov: remote coverage support
 2019-10-24 13:10 UTC  (4+ messages)

[PATCH][next] RDMA/hns: fix memory leak on 'context' on error return path
 2019-10-24 13:10 UTC  (2+ messages)

[dpdk-dev] [PATCH v12 01/19] net/i40e: i40e support ipn3ke FPGA port bonding
 2019-10-24 13:09 UTC  (4+ messages)
` [dpdk-dev] [PATCH v13 00/19] add PCIe AER disable and IRQ support for ipn3ke
  ` [dpdk-dev] [PATCH v13 05/19] raw/ifpga/base: add device tree support

[PATCH v13 00/22] Generic page walk and ptdump
 2019-10-24 13:09 UTC  (5+ messages)
` [PATCH v13 07/22] riscv: mm: Add p?d_leaf() definitions

[PATCH] media: fdp1: Fix R-Car M3-N naming in debug message
 2019-10-24 13:09 UTC 

[PATCH 0/19 v3] ext4: Fix transaction overflow due to revoke descriptors
 2019-10-24 13:09 UTC  (3+ messages)

[dpdk-dev] [PATCH v2] ethdev: extend flow metadata
 2019-10-24 13:08 UTC  (2+ messages)
` [dpdk-dev] [PATCH v3] "

[PATCH 0/6] ppc: Reparent the interrupt presenter
 2019-10-24 12:33 UTC  (4+ messages)
` [PATCH 6/6] xive: Don't use CPU_FOREACH() to perform CAM line matching

[PATCH] RDMA/srpt: Fix TPG creation
 2019-10-24 13:07 UTC  (2+ messages)

[PULL kvm-unit-tests 00/10] arm/arm64 updates
 2019-10-24 13:07 UTC  (11+ messages)
` [PULL 01/10] arm: gic: check_acked: add test description
` [PULL 02/10] arm: gic: Split variable output data from test name
` [PULL 03/10] arm: timer: "
` [PULL 04/10] arm: selftest: "
` [PULL 05/10] arm: selftest: Make MPIDR output stable
` [PULL 06/10] arm: Add missing test name prefix calls
` [PULL 07/10] lib: arm64: Add missing ISB in flush_tlb_page
` [PULL 08/10] lib: arm/arm64: Add function to clear the PTE_USER bit
` [PULL 09/10] arm64: Add cache code generation test
` [PULL 10/10] arm: Add PL031 test

bitbake -c populate_sdk atmel-qt5-demo-image : build error
 2019-10-24 13:07 UTC 

PSU Sensors - Associations
 2019-10-24 13:07 UTC  (3+ messages)

[PATCH v12 00/22] Generic page walk and ptdump
 2019-10-24 13:07 UTC  (13+ messages)
` [PATCH v12 11/22] mm: pagewalk: Add p4d_entry() and pgd_entry()
` [PATCH v12 12/22] mm: pagewalk: Allow walking without vma
` [PATCH v12 13/22] mm: pagewalk: Add test_p?d callbacks
` [PATCH v12 14/22] mm: pagewalk: Add 'depth' parameter to pte_hole

[Xen-devel] [PATCH] MAINTAINERS: Add DornerWorks maintainers email
 2019-10-24 13:06 UTC  (5+ messages)

[PATCH] libcap-ng:upgrade 0.7.9 -> 0.7.10
 2019-10-24 13:06 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t 0/4] device selection && lsgpu
 2019-10-24 13:06 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t 3/4] Introduce device selection lsgpu tool

[block:for-5.5/io_uring-wq 11/11] fs/io-wq.c:291:2-11: second lock on line 291 (fwd)
 2019-10-24 13:03 UTC 

[PATCH] nfs-utils: Improve handling when no exported fileysystems
 2019-10-24 13:03 UTC 

[RFC PATCH 0/1] RISC-V page table dumper
 2019-10-24 13:02 UTC  (4+ messages)
` [PATCH 1/1] riscv: Add support to dump the kernel page tables

[PATCH] blk-mq: Fix cpu indexing error in blk_mq_alloc_request_hctx()
 2019-10-24 13:02 UTC  (3+ messages)

[Xen-devel] [PATCH v2 for-4.13] CONTRIBUTING: drop blktap2 and add tools/libs
 2019-10-24 13:01 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.