All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-11-06 18:55:43 to 2019-11-06 19:25:34 UTC [more...]

[PATCH v2 00/11] ASoC: Add support to WCD9340/WCD9341 codec
 2019-11-06 19:20 UTC  (11+ messages)
` [PATCH v2 01/11] ASoC: dt-bindings: add dt bindings for WCD9340/WCD9341 audio codec
                ` [alsa-devel] "

[PATCH V8 0/6] mdev based hardware virtio offloading support
 2019-11-06 19:25 UTC  (11+ messages)
        ` [Intel-gfx] "

[alsa-devel] [PATCH v2 00/14] soundwire: intel: implement new ASoC interfaces
 2019-11-06 19:13 UTC  (30+ messages)
`  "
` [alsa-devel] [PATCH v2 01/14] soundwire: renames to prepare support for master drivers/devices
  `  "
` [alsa-devel] [PATCH v2 02/14] soundwire: rename dev_to_sdw_dev macro
  `  "
` [alsa-devel] [PATCH v2 03/14] soundwire: rename drv_to_sdw_slave_driver macro
  `  "
` [alsa-devel] [PATCH v2 04/14] soundwire: bus_type: rename sdw_drv_ to sdw_slave_drv
  `  "
` [alsa-devel] [PATCH v2 05/14] soundwire: intel: rename res field as link_res
  `  "
` [alsa-devel] [PATCH v2 06/14] soundwire: add support for sdw_slave_type
  `  "
` [alsa-devel] [PATCH v2 07/14] soundwire: add initial definitions for sdw_master_device
  `  "
` [alsa-devel] [PATCH v2 08/14] soundwire: intel: remove platform devices and provide new interface
  `  "
` [alsa-devel] [PATCH v2 09/14] soundwire: add device driver to sdw_md_driver
  `  "
` [alsa-devel] [PATCH v2 10/14] soundwire: intel: add prepare support in sdw dai driver
  `  "
` [alsa-devel] [PATCH v2 11/14] soundwire: intel: add trigger "
  `  "
` [alsa-devel] [PATCH v2 12/14] soundwire: intel: add sdw_stream_setup helper for .startup callback
  `  "
` [alsa-devel] [PATCH v2 13/14] soundwire: intel: free all resources on hw_free()
  `  "
` [alsa-devel] [PATCH v2 14/14] soundwire: intel_init: add implementation of sdw_intel_enable_irq()
  `  "

[PATCH v2 00/19] soundwire: code hardening and suspend-resume support
 2019-11-06 19:22 UTC  (20+ messages)
` [PATCH v2 01/19] soundwire: intel/cadence: fix timeouts in MSI mode
` [PATCH v2 02/19] soundwire: fix race between driver probe and update_status callback
` [PATCH v2 03/19] soundwire: bus: add PM/no-PM versions of read/write functions
` [PATCH v2 04/19] soundwire: bus: write Slave Device Number without runtime_pm
` [PATCH v2 05/19] soundwire: intel: add helpers for link power down and shim wake
` [PATCH v2 06/19] soundwire: intel: Add basic power management support
` [PATCH v2 07/19] soundwire: intel: add pm_runtime support
` [PATCH v2 08/19] soundwire: intel: reset pm_runtime status during system resume
` [PATCH v2 09/19] soundwire: bus: add helper to reset Slave status to UNATTACHED
` [PATCH v2 10/19] soundwire: intel: call helper to reset Slave states on resume
` [PATCH v2 11/19] soundwire: bus: check first if Slaves become UNATTACHED
` [PATCH v2 12/19] soundwire: add enumeration_complete signaling
` [PATCH v2 13/19] soundwire: bus: add initialization_complete signaling
` [PATCH v2 14/19] soundwire: intel: disable pm_runtime when removing a master
` [PATCH v2 15/19] soundwire: bus: disable pm_runtime in sdw_slave_delete
` [PATCH v2 16/19] soundwire: stream: update state machine and add state checks
` [PATCH v2 17/19] soundwire: stream: only prepare stream when it is configured
` [PATCH v2 18/19] soundwire: stream: do not update parameters during DISABLED-PREPARED transition
` [PATCH v2 19/19] soundwire: intel: reinitialize IP+DSP in .prepare()

[PATCH v5 0/2] dmaengine: avalon: Intel Avalon-MM DMA Interface forPCIe
 2019-11-06 19:22 UTC  (3+ messages)
` [PATCH v5 1/2] dmaengine: avalon-dma: Intel Avalon-MM DMA Interface for PCIe
` [PATCH RFC v5 2/2] dmaengine: avalon-test: Intel Avalon-MM DMA Interface for PCIe test

[PATCH 0/5] V3: Clarify/standardize memory barriers for ipc
 2019-11-06 19:23 UTC  (4+ messages)
` [PATCH 1/5] smp_mb__{before,after}_atomic(): Update Documentation

[PATCH 1/3] drm/i915: Handle i915_active_fence_set() with the same fence
 2019-11-06 19:22 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/3] "
    `  "

[PATCH v2] selinux: cache the SID -> context string translation
 2019-11-06 19:22 UTC  (3+ messages)

Proposal to report GPU private memory allocations with sysfs nodes [plain text version]
 2019-11-06 19:21 UTC  (12+ messages)

[PATCH v8 0/3] qcow2: add zstd cluster compression
 2019-11-06 19:19 UTC  (5+ messages)
` [PATCH v8 1/3] docs: improve qcow2 spec about extending image header

[dpdk-dev] [PATCH v15 0/7] ethdev: add new Rx offload flags
 2019-11-06 19:18 UTC  (10+ messages)
` [dpdk-dev] [PATCH v16 0/8] "
  ` [dpdk-dev] [PATCH v16 1/8] ethdev: add set ptype function
  ` [dpdk-dev] [PATCH v16 2/8] ethdev: add mbuf RSS update as an offload
  ` [dpdk-dev] [PATCH v16 3/8] ethdev: add validation to offloads set by PMD
  ` [dpdk-dev] [PATCH v16 4/8] drivers/net: update Rx RSS hash offload capabilities
  ` [dpdk-dev] [PATCH v16 5/8] examples/eventdev_pipeline: split port init sequence
  ` [dpdk-dev] [PATCH v16 6/8] examples/eventdev_pipeline: add new Rx RSS hash offload
  ` [dpdk-dev] [PATCH v16 7/8] examples/l2fwd: disable ptype parsing
  ` [dpdk-dev] [PATCH v16 8/8] app/testpmd: add command to set supported ptype mask

[Buildroot] [PATCH 1/1] package/{mesa3d, mesa3d-headers}: bump version to 19.2.3
 2019-11-06 19:18 UTC 

[PATCH 0/5] arm64: dts: meson: new fixes following YAML bindings schemas conversion
 2019-11-06 19:18 UTC  (5+ messages)

[PATCH] s390/pkey: Use memdup_user() rather than duplicating its implementation
 2019-11-06 19:18 UTC  (9+ messages)
  `  "

[PATCH] iomap: Fix overflow in iomap_page_mkwrite
 2019-11-06 19:16 UTC  (2+ messages)

[net-next 1/2] tipc: update cluster capabilities if node deleted
 2019-11-06 19:16 UTC  (2+ messages)

stable/linux-4.19.y boot: 61 boots: 1 failed, 60 passed (v4.19.82)
 2019-11-06 19:16 UTC 

SIOCSIFDSTADDR for IPv6 removed ?
 2019-11-06 19:16 UTC  (3+ messages)

[PATCH 0/3] arm64: dts: qcom: sdm845: Add PCIe nodes
 2019-11-06 19:15 UTC  (4+ messages)
` [PATCH 2/3] arm64: dts: qcom: sdm845: Add second PCIe PHY and controller

[PATCH] hrtimer: Annotate lockless access to timer->state
 2019-11-06 19:15 UTC  (4+ messages)

[PATCH] btrfs: disable zstd support for i386-pc
 2019-11-06 19:15 UTC  (2+ messages)

[PATCH v2] soc: amlogic: meson-gx-socinfo: Fix S905D3 ID for VIM3L
 2019-11-06 19:13 UTC  (5+ messages)

[PATCH V1 net 0/2] fixes of interrupt moderation bugs
 2019-11-06 19:13 UTC  (4+ messages)
` [PATCH V1 net 2/2] net: ena: fix too long default tx interrupt moderation interval

[PATCH net-next 1/1] tc-testing: updated pedit TDC tests
 2019-11-06 19:12 UTC  (2+ messages)

[PATCH] staging: gasket: gasket_ioctl: Remove unnecessary line-breaks in funtion signature
 2019-11-06 19:12 UTC  (3+ messages)

[PULL v2 00/13] Linux user for 4.2 patches
 2019-11-06 19:10 UTC  (2+ messages)

[RFC] io_uring CQ ring backpressure
 2019-11-06 19:12 UTC  (2+ messages)

[PATCH v3 0/9] Add Kernel Concurrency Sanitizer (KCSAN)
 2019-11-06 19:11 UTC  (5+ messages)
` [PATCH v3 1/9] kcsan: Add Kernel Concurrency Sanitizer infrastructure

[PATCH net-next] selftests: devlink: undo changes at the end of resource_test
 2019-11-06 19:11 UTC  (2+ messages)

[PATCH v4 00/14] Add device tree support for sc7180
 2019-11-06 19:11 UTC  (7+ messages)
` [PATCH v4 07/14] drivers: irqchip: qcom-pdc: Move to an SoC independent compatible
` [PATCH v4 08/14] dt-bindings: qcom,pdc: Add compatible for sc7180
` [PATCH v4 09/14] arm64: dts: qcom: sc7180: Add pdc interrupt controller

[GIT PULL] perf/urgent fixes
 2019-11-06 19:10 UTC  (3+ messages)

[PATCH] linux-ti-staging: update to ti2019.05-rc2
 2019-11-06 19:09 UTC 

[PATCH] arm64: dts: meson: khadas-vim3: move audio nodes to common dtsi
 2019-11-06 19:09 UTC  (4+ messages)

[U-Boot] [PATCH] Makefile: fix dependency for imx targets
 2019-11-06 19:10 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-usb/master
 2019-11-06 19:10 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-mmc mmc-2019-11-5
 2019-11-06 19:09 UTC  (2+ messages)

[PATCH v2] soc: qcom: Introduce subsystem sleep stats driver
 2019-11-06 19:08 UTC  (4+ messages)

Mail to David Howells @ redhat bounced
 2019-11-06 19:07 UTC 

[PATCH] xfs_io/lsattr: expose FS_XFLAG_HASATTR flag
 2019-11-06 19:07 UTC  (7+ messages)

[PATCH] net: hns: Ensure that interface teardown cannot race with TX interrupt
 2019-11-06 19:05 UTC  (6+ messages)

[Virtio-fs] [PATCH 0/2] Add ID and timestamp to the log with FUSE_LOG_DEBUG level
 2019-11-06 19:06 UTC  (3+ messages)
` [Virtio-fs] [PATCH 1/2] virtiofsd: Add ID "
` [Virtio-fs] [PATCH 2/2] virtiofsd: Add timestamp "

[igt-dev] [PATCH v2 1/3] lib/rendercopy: Add AUX page table support
 2019-11-06 19:04 UTC  (8+ messages)
` [igt-dev] [PATCH v3 "

[PATCH net 0/3] net: bcmgenet: restore internal EPHY support (part 2)
 2019-11-06 19:05 UTC  (2+ messages)

[alsa-devel] [PATCH v2 0/5] soundwire: update ASoC interfaces
 2019-11-06 19:00 UTC  (12+ messages)
`  "
` [alsa-devel] [PATCH v2 1/5] soundwire: sdw_slave: add new fields to track probe status
  `  "
` [alsa-devel] [PATCH v2 2/5] soundwire: add enumeration_complete structure
  `  "
` [alsa-devel] [PATCH v2 3/5] soundwire: add initialization_complete definition
  `  "
` [alsa-devel] [PATCH v2 4/5] soundwire: intel: update interfaces between ASoC and SoundWire
  `  "
` [alsa-devel] [PATCH v2 5/5] soundwire: intel: update stream callbacks for hwparams/free stream operations
  `  "

[dpdk-dev] [PATCH 0/9] Coverity fixes and other cleanups
 2019-11-06 19:03 UTC  (15+ messages)
` [dpdk-dev] [PATCH 1/9] net/pcap: fix argument checks
` [dpdk-dev] [v2 PATCH 0/8] Coverity fixes and other cleanups
  ` [dpdk-dev] [v2 PATCH 1/8] net/pcap: fix argument checks
  ` [dpdk-dev] [v2 PATCH 2/8] common/cpt: fix possible NULL deference
  ` [dpdk-dev] [v2 PATCH 3/8] net/ipn3ke: fix incorrect commit check logic
  ` [dpdk-dev] [v2 PATCH 4/8] net/ipn3ke: remove useless if statement
  ` [dpdk-dev] [v2 PATCH 5/8] net/ipn3ke: remove commented out code
  ` [dpdk-dev] [v2 PATCH 6/8] compress/octeontx: "
  ` [dpdk-dev] [v2 PATCH 7/8] event/opdl: "
  ` [dpdk-dev] [v2 PATCH 8/8] net/bnxt: "

[RFC][PATCH 0/9] Cleanup of packagegroups/images #1
 2019-11-06 19:02 UTC  (10+ messages)
` [RFC][PATCH 1/9] packagegroup-arago-cross-canadian: deprecate in favor of upstream packagegroup-cross-canadian
` [RFC][PATCH 2/9] nativesdk-packagegroup-arago-sdk-host: deprecate in favor of upstream nativesdk-packagegroup-sdk-host
` [RFC][PATCH 3/9] arago-console-image: drop unused image recipe
` [RFC][PATCH 4/9] "
` [RFC][PATCH 5/9] arago-test-image: "
` [RFC][PATCH 6/9] tisdk-recovery-rootfs-image: "
` [RFC][PATCH 7/9] arago-core-tisdk-bundle: add missing deployment of J7 SYSFW binary
` [RFC][PATCH 8/9] arago-tiny-image: simplify by re-using arago-image.inc
` [RFC][PATCH 9/9] arago-image.inc: unbreak populate_sdk task

[PATCH 0/5] PCI: PM: Cleanups related to power state changes
 2019-11-06 19:02 UTC  (2+ messages)

[PATCH] fs: Fix overflow in block_page_mkwrite
 2019-11-06 19:02 UTC 

[PATCH] Robust-futex wakes up the waiters will be missed
 2019-11-06 19:02 UTC  (2+ messages)

[PATCH v3] media: vimc: Implement get/set selection in sink
 2019-11-06 19:01 UTC  (4+ messages)
  ` [Lkcamp] "

[PATCH v4 0/10] KEYS: Measure keys when they are created or updated
 2019-11-06 19:01 UTC  (22+ messages)
` [PATCH v4 01/10] IMA: Defined an IMA hook to measure keys on key create or update
` [PATCH v4 02/10] IMA: Added KEYRING_CHECK func in IMA policy to measure keys
` [PATCH v4 03/10] IMA: Added keyrings= option in IMA policy to only measure keys added to the specified keyrings
  ` [PATCH v4 03/10] IMA: Added keyrings= option in IMA policy to only measure keys added to the specifi
` [PATCH v4 04/10] IMA: Read keyrings= option from the IMA policy into ima_rule_entry
` [PATCH v4 05/10] IMA: Updated IMA policy functions to return keyrings option read from the policy
` [PATCH v4 06/10] IMA: Measure key if the IMA policy allows measurement for the keyring to which the key is linked to
  ` [PATCH v4 06/10] IMA: Measure key if the IMA policy allows measurement for the keyring to which the
` [PATCH v4 07/10] IMA: Added a boolean flag to track IMA initialization status
` [PATCH v4 08/10] IMA: Defined functions to queue and dequeue keys for measurement
` [PATCH v4 09/10] IMA: Call queue and dequeue functions to measure keys
` [PATCH v4 10/10] KEYS: Call the IMA hook to measure key when a new key is created or an existing key is updated
  ` [PATCH v4 10/10] KEYS: Call the IMA hook to measure key when a new key is created or an existing key

[PATCH] perf annotate: fix heap overflow
 2019-11-06 19:01 UTC  (3+ messages)

[PATCH 4.19 000/149] 4.19.82-stable review
 2019-11-06 19:01 UTC  (3+ messages)
` [PATCH 4.19 078/149] gpio: max77620: Use correct unit for debounce times

[PATCH v2] riscv: Use PMD_SIZE to repalce PTE_PARENT_SIZE
 2019-11-06 19:00 UTC  (3+ messages)

[PATCH] mm: shmem: use proper gfp flags for shmem_writepage()
 2019-11-06 18:59 UTC  (5+ messages)

[PATCH 4.19 00/93] 4.19.81-stable review
 2019-11-06 18:59 UTC  (4+ messages)

[PATCH v5] perf record: Add support for limit perf output file size
 2019-11-06 18:58 UTC  (3+ messages)

[PATCH 1/2 v2] drm/atomic: fix self-refresh helpers crtc state dereference
 2019-11-06 18:58 UTC  (4+ messages)

stable-rc/linux-4.4.y build: 190 builds: 1 failed, 189 passed, 2 errors, 13 warnings (v4.4.199)
 2019-11-06 18:58 UTC 

✅ PASS: Stable queue: queue-5.3
 2019-11-06 18:57 UTC 

mock_drm_getfile(), take three
 2019-11-06 18:57 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [v3,1/5] drm: Move EXPORT_SYMBOL_FOR_TESTS_ONLY under a separate Kconfig
    `  "

stable-rc/linux-4.9.y build: 197 builds: 1 failed, 196 passed (v4.9.199)
 2019-11-06 18:57 UTC 

[PATCH net] net: hns: Fix the stray netpoll locks causing deadlock in NAPI path
 2019-11-06 18:54 UTC 

[PATCH] drm/i915/gem: Fix error path to unlock if the GEM context is closed
 2019-11-06 18:55 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "


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.