All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-07-16 19:43:30 to 2021-07-16 20:23:06 UTC [more...]

post-receive: pub/scm/linux/kernel/git/netdev/net-next
 2021-07-16 20:23 UTC 

[Cluster-devel] [PATCH v5.14-rc1 00/12] fs: dlm: combine similar functionaility
 2021-07-16 20:22 UTC  (13+ messages)
` [Cluster-devel] [PATCH v5.14-rc1 01/12] fs: dlm: use sk->sk_socket instead of con->sock
` [Cluster-devel] [PATCH v5.14-rc1 02/12] fs: dlm: use READ_ONCE for config var
` [Cluster-devel] [PATCH v5.14-rc1 03/12] fs: dlm: fix typo in tlv prefix
` [Cluster-devel] [PATCH v5.14-rc1 04/12] fs: dlm: clear CF_APP_LIMITED on close
` [Cluster-devel] [PATCH v5.14-rc1 05/12] fs: dlm: cleanup and remove _send_rcom
` [Cluster-devel] [PATCH v5.14-rc1 06/12] fs: dlm: introduce con_next_wq helper
` [Cluster-devel] [PATCH v5.14-rc1 07/12] fs: dlm: move to static proto ops
` [Cluster-devel] [PATCH v5.14-rc1 08/12] fs: dlm: introduce generic listen
` [Cluster-devel] [PATCH v5.14-rc1 09/12] fs: dlm: auto load sctp module
` [Cluster-devel] [PATCH v5.14-rc1 10/12] fs: dlm: generic connect func
` [Cluster-devel] [PATCH v5.14-rc1 11/12] fs: dlm: fix multiple empty writequeue alloc
` [Cluster-devel] [PATCH v5.14-rc1 12/12] fs: dlm: move receive loop into receive handler

[PATCH v4 0/2] PM / Domains: Add support for 'required-opps' to set default perf state
 2021-07-16 20:21 UTC  (6+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] arm64: dts: sc7180: Add required-opps for i2c

[PATCH 0/2] Normalize newlines in merge & interpret-trailer
 2021-07-16 20:20 UTC  (3+ messages)
` [PATCH 2/2] merge: make sure to terminate message with newline

[PATCH Part2 RFC v4 00/40] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-07-16 20:18 UTC  (7+ messages)
` [PATCH Part2 RFC v4 24/40] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH Part2 RFC v4 25/40] KVM: SVM: Reclaim the guest pages when SEV-SNP VM terminates
` [PATCH Part2 RFC v4 26/40] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command

[hardknott][meta-python][PATCH 1/1] python3-django: upgrade 3.2.4 -> 3.2.5 (fix CVE-2021-35042)
 2021-07-16 20:02 UTC 

[dpdk-dev] [PATCH v7 00/16] drivers: introduce mlx5 crypto PMD
 2021-07-16 20:17 UTC  (14+ messages)
` [dpdk-dev] [PATCH v8 "
  ` [dpdk-dev] [PATCH v8 03/16] crypto/mlx5: add session operations
    ` [dpdk-dev] [EXT] "
  ` [dpdk-dev] [PATCH v8 06/16] crypto/mlx5: add dev stop and start operations
    ` [dpdk-dev] [EXT] "
  ` [dpdk-dev] [PATCH v8 14/16] test/crypto: add mlx5 crypto driver
    ` [dpdk-dev] [EXT] "
  ` [dpdk-dev] [PATCH v8 15/16] test/crypto: add data-unit and wrapped vectors
    ` [dpdk-dev] [EXT] "
  ` [dpdk-dev] [PATCH v8 16/16] test/crypto: add AES-XTS multi segment OOP tests
    ` [dpdk-dev] [EXT] "
  ` [dpdk-dev] [EXT] [PATCH v8 00/16] drivers: introduce mlx5 crypto PMD

preparations for 4.15.1 and 4.13.4
 2021-07-16 20:16 UTC  (3+ messages)

[PATCH] net: phy: Add RGMII_ID/TXID/RXID handling to the DP83822 driver
 2021-07-16 20:16 UTC  (2+ messages)

[Intel-gfx] [PATCH 00/51] GuC submission support
 2021-07-16 20:17 UTC  (106+ messages)
`  "
` [PATCH 01/51] drm/i915/guc: Add new GuC interface defines and structures
  ` [Intel-gfx] "
` [PATCH 02/51] drm/i915/guc: Remove GuC stage descriptor, add LRC descriptor
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 03/51] drm/i915/guc: Add LRC descriptor context lookup array
  `  "
` [PATCH 04/51] drm/i915/guc: Implement GuC submission tasklet
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 05/51] drm/i915/guc: Add bypass tasklet submission path to GuC
  `  "
` [PATCH 06/51] drm/i915/guc: Implement GuC context operations for new inteface
  ` [Intel-gfx] "
` [PATCH 07/51] drm/i915/guc: Insert fence on context when deregistering
  ` [Intel-gfx] "
` [PATCH 08/51] drm/i915/guc: Defer context unpin until scheduling is disabled
  ` [Intel-gfx] "
` [PATCH 09/51] drm/i915/guc: Disable engine barriers with GuC during unpin
  ` [Intel-gfx] "
` [PATCH 10/51] drm/i915/guc: Extend deregistration fence to schedule disable
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 11/51] drm/i915: Disable preempt busywait when using GuC scheduling
  `  "
` [PATCH 12/51] drm/i915/guc: Ensure request ordering via completion fences
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 13/51] drm/i915/guc: Disable semaphores when using GuC scheduling
  `  "
` [PATCH 14/51] drm/i915/guc: Ensure G2H response has space in buffer
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 15/51] drm/i915/guc: Update intel_gt_wait_for_idle to work with GuC
  `  "
` [PATCH 16/51] drm/i915/guc: Update GuC debugfs to support new GuC
  ` [Intel-gfx] "
` [PATCH 17/51] drm/i915/guc: Add several request trace points
  ` [Intel-gfx] "
` [PATCH 18/51] drm/i915: Add intel_context tracing
  ` [Intel-gfx] "
` [PATCH 19/51] drm/i915/guc: GuC virtual engines
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 20/51] drm/i915: Track 'serial' counts for "
  `  "
` [PATCH 21/51] drm/i915: Hold reference to intel_context over life of i915_request
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 22/51] drm/i915/guc: Disable bonding extension with GuC submission
  `  "
` [Intel-gfx] [PATCH 23/51] drm/i915/guc: Direct all breadcrumbs for a class to single breadcrumbs
  `  "
` [Intel-gfx] [PATCH 24/51] drm/i915: Add i915_sched_engine destroy vfunc
  `  "
` [PATCH 25/51] drm/i915: Move active request tracking to a vfunc
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 26/51] drm/i915/guc: Reset implementation for new GuC interface
  `  "
` [PATCH 27/51] drm/i915: Reset GPU immediately if submission is disabled
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 28/51] drm/i915/guc: Add disable interrupts to guc sanitize
  `  "
` [PATCH 29/51] drm/i915/guc: Suspend/resume implementation for new interface
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 30/51] drm/i915/guc: Handle context reset notification
  `  "
` [Intel-gfx] [PATCH 31/51] drm/i915/guc: Handle engine reset failure notification
  `  "
` [PATCH 32/51] drm/i915/guc: Enable the timer expired interrupt for GuC
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 33/51] drm/i915/guc: Provide mmio list to be saved/restored on engine reset
  `  "
` [PATCH 34/51] drm/i915/guc: Don't complain about reset races
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 35/51] drm/i915/guc: Enable GuC engine reset
  `  "
` [PATCH 36/51] drm/i915/guc: Capture error state on context reset
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 37/51] drm/i915/guc: Fix for error capture after full GPU reset with GuC
  `  "
` [PATCH 38/51] drm/i915/guc: Hook GuC scheduling policies up
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 39/51] drm/i915/guc: Connect reset modparam updates to GuC policy flags
  `  "
` [PATCH 40/51] drm/i915/guc: Include scheduling policies in the debugfs state dump
  ` [Intel-gfx] "
` [PATCH 41/51] drm/i915/guc: Add golden context to GuC ADS
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 42/51] drm/i915/guc: Implement banned contexts for GuC submission
  `  "
` [PATCH 43/51] drm/i915/guc: Support request cancellation
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 44/51] drm/i915/selftest: Better error reporting from hangcheck selftest
  `  "
` [PATCH 45/51] drm/i915/selftest: Fix workarounds selftest for GuC submission
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 46/51] drm/i915/selftest: Fix MOCS "
  `  "
` [PATCH 47/51] drm/i915/selftest: Increase some timeouts in live_requests
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 48/51] drm/i915/selftest: Fix hangcheck self test for GuC submission
  `  "
` [PATCH 49/51] drm/i915/selftest: Bump selftest timeouts for hangcheck
  ` [Intel-gfx] "
` [PATCH 50/51] drm/i915/guc: Implement GuC priority management
  ` [Intel-gfx] "
` [PATCH 51/51] drm/i915/guc: Unblock GuC submission on Gen11+
  ` [Intel-gfx] "

[PATCH RESEND V2 00/12] Add Vangogh ACP ASoC driver
 2021-07-17  4:34 UTC  (21+ messages)
` [PATCH RESEND 01/12] ASoC: amd: add Vangogh ACP5x IP register header
` [PATCH RESEND V2 02/12] ASoC: amd: add Vangogh ACP PCI driver
` [PATCH RESEND V2 03/12] ASoc: amd: add acp5x init/de-init functions
` [PATCH RESEND 04/12] ASoC: amd: create acp5x platform devices
` [PATCH RESEND V2 05/12] ASoC: amd: add ACP5x PCM platform driver
` [PATCH RESEND 06/12] ASoC: amd: irq handler changes for ACP5x PCM dma driver
` [PATCH RESEND V2 07/12] ASoC: amd: add ACP5x pcm dma driver ops
` [PATCH RESEND V2 08/12] ASoC: amd: add vangogh i2s controller driver
` [PATCH RESEND V2 09/12] ASoC: amd: add vangogh i2s dai driver ops
` [PATCH RESEND V2 10/12] ASoC: amd: add vangogh pci driver pm ops
` [PATCH RESEND V2 11/12] ASoC: amd: add vangogh i2s dma "
` [PATCH V3 12/12] ASoC: amd: enable vangogh acp5x driver build

[PATCH v2 0/2] extra: new concept of extra components
 2021-07-16 20:14 UTC  (10+ messages)
` [PATCH v3 0/1] "
  ` [PATCH v3 1/1] completion: graduate out of contrib
` [PATCH v4 0/1] extra: new concept of extra components
  ` [PATCH v4 1/1] completion: graduate out of contrib

[PATCH v2 bpf-nxt] Documentation/bpf: Add heading and example for extensions in filter.rst
 2021-07-16 20:12 UTC  (5+ messages)

[fsdax xfs] Regression panic at inode_switch_wbs_work_fn
 2021-07-16 20:13 UTC  (4+ messages)

incoming
 2021-07-16 20:12 UTC  (4+ messages)
` [patch 07/54] mm/slub: use stackdepot to save stack trace in objects

[igt-dev] [PATCH i-g-t v6 00/16] Introduce PXP Test
 2021-07-16 20:12 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t v6 05/16] Add PXP attribute support in batchbuffer and buffer_ops libs

[Bug 1889621] [NEW] ARM Highbank Crashes Realted to GIC
 2021-07-16 20:00 UTC  (2+ messages)
` [Bug 1889621] "

[PATCH] writeback, cgroup: remove wb from offline list before releasing refcnt
 2021-07-16 20:10 UTC 

post-receive: pub/scm/linux/kernel/git/bpf/bpf-next
 2021-07-16 20:10 UTC 

post-receive: pub/scm/linux/kernel/git/bpf/bpf-next
 2021-07-16 20:09 UTC 

[PATCH] drivers/gpu/drm/i915/display: remove boilerplate code using LOCK_ALL macros
 2021-07-16 20:08 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

Suggested changes to the admission policy of the vulnerability pre-disclosure list
 2021-07-16 20:08 UTC  (5+ messages)

[PATCH v2 0/6] cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus
 2021-07-16 20:08 UTC  (9+ messages)
` [PATCH v2 2/6] cgroup/cpuset: Clarify the use of invalid partition root

QEMU System and User targets
 2021-07-16 20:06 UTC  (11+ messages)

post-receive: pub/scm/linux/kernel/git/mingo/tip
 2021-07-16 20:07 UTC 

post-receive: pub/scm/linux/kernel/git/mingo/tip
 2021-07-16 20:07 UTC 

post-receive: pub/scm/linux/kernel/git/robh/linux
 2021-07-16 20:06 UTC 

post-receive: pub/scm/linux/kernel/git/robh/linux
 2021-07-16 20:06 UTC 

post-receive: pub/scm/linux/kernel/git/robh/linux
 2021-07-16 20:05 UTC 

Patch 'writeback, cgroup: release dying cgwbs by switching attached inodes' leads to kernel crash
 2021-07-16 20:03 UTC  (11+ messages)

[PATCH v7 0/4] use bin_attribute to break the size limitation of cpumap ABI
 2021-07-16 20:04 UTC  (4+ messages)
` [PATCH v7 2/4] topology: "

[RFC 0/6] block: enhance use of GENHD_FL_UP
 2021-07-16 20:02 UTC  (7+ messages)
` [RFC 2/6] block: add flag for add_disk() completion notation
` [RFC 3/6] md: replace GENHD_FL_UP with GENHD_FL_DISK_ADDED on is_mddev_broken()

[PATCH V4 1/3] driver core: mark device as irq affinity managed if any irq is managed
 2021-07-16 20:01 UTC  (3+ messages)

[syzbot] KASAN: use-after-free Write in sctp_auth_shkey_hold
 2021-07-16 20:01 UTC  (2+ messages)

[PATCH] tools: cpupower: fix typo in cpupower-idle-set(1) manpage
 2021-07-16 20:00 UTC 

[PATCH 1/1] firmware: fix use-after-free in _request_firmware()
 2021-07-16 19:58 UTC  (3+ messages)

[PATCH for-6.2 00/34] target/arm: Third slice of MVE implementation
 2021-07-16 19:57 UTC  (3+ messages)
` [PATCH for-6.2 12/34] target/arm: Implement MVE incrementing/decrementing dup insns

[Intel-gfx] [PATCH v2 00/50] Begin enabling Xe_HP SDV and DG2 platforms
 2021-07-16 19:52 UTC  (7+ messages)
` [Intel-gfx] [PATCH v2 32/50] drm/i915/dg2: Add fake PCH
` [Intel-gfx] [PATCH v2 37/50] drm/i915/dg2: Add dbuf programming
` [Intel-gfx] [PATCH v2 38/50] drm/i915/dg2: Don't program BW_BUDDY registers

What's cooking in git.git (Jul 2021, #03; Tue, 13)
 2021-07-16 19:50 UTC  (7+ messages)
    ` [PATCH] CodingGuidelines: recommend gender-neutral description
      ` [PATCH v2] "

post-receive: pub/scm/linux/kernel/git/axboe/linux-block
 2021-07-16 19:50 UTC 

post-receive: pub/scm/linux/kernel/git/rt/linux-rt-devel
 2021-07-16 19:49 UTC 

[Intel-gfx] [PATCH 0/7] drm/i915: Migrate memory to SMEM when imported cross-device
 2021-07-16 19:49 UTC  (10+ messages)
` [Intel-gfx] [PATCH 5/7] drm/i915/gem/ttm: Respect the objection region in placement_from_obj
              `  "

kernel BUG at include/linux/swapops.h:204!
 2021-07-16 19:45 UTC  (5+ messages)

[Buildroot] [PATCH 2/2] qemu: filter out long make options
 2021-07-16 19:43 UTC  (3+ 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.