All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-23 17:49:03 to 2020-09-23 18:34:45 UTC [more...]

[PATCH 0/2] KVM: VMX: Super early file refactor for TDX
 2020-09-23 18:31 UTC  (2+ messages)
` [PATCH 2/2] KVM: VMX: Rename ops.h to vmx_ops.h

post-receive: pub/scm/linux/kernel/git/broonie/sound
 2020-09-23 18:34 UTC 

[PATCH 1/3] drm/amd/amdgpu: Prepare implementation to support reporting of CU usage
 2020-09-23 18:34 UTC  (2+ messages)

[MPTCP] Weekly meeting - 24 September 2020 15:00 UTC (8am PDT, 5pm CEST)
 2020-09-23 18:34 UTC 

[PATCH v2 0/4] [RFC] Implement Trampoline File Descriptor
 2020-09-23 18:32 UTC  (17+ messages)

[PATCH v4 00/14] hw/block/nvme: Support Namespace Types and Zoned Namespace Command Set
 2020-09-23 18:20 UTC  (10+ messages)
` [PATCH v4 01/14] hw/block/nvme: Report actual LBA data shift in LBAF
` [PATCH v4 02/14] hw/block/nvme: Add Commands Supported and Effects log
` [PATCH v4 04/14] hw/block/nvme: Define trace events related to NS Types
` [PATCH v4 05/14] hw/block/nvme: Add support for Namespace Types
` [PATCH v4 07/14] hw/block/nvme: Make Zoned NS Command Set definitions
` [PATCH v4 08/14] hw/block/nvme: Define Zoned NS Command Set trace events
` [PATCH v4 09/14] hw/block/nvme: Support Zoned Namespace Command Set
` [PATCH v4 10/14] hw/block/nvme: Introduce max active and open zone limits
` [PATCH v4 13/14] hw/block/nvme: Use zone metadata file for persistence

[PATCH] pull: do not warn when opt_ff is explicitly specified
 2020-09-23 18:33 UTC  (3+ messages)

[RFC PATCH] selinux: runtime disable is deprecated, add some ssleep() discomfort
 2020-09-23 18:32 UTC  (14+ messages)

next/master baseline: 361 runs, 8 regressions (next-20200923)
 2020-09-23 18:32 UTC 

INFO: trying to register non-static key in ath9k_htc_rxep
 2020-09-23 18:32 UTC  (10+ messages)
          ` [Linux-kernel-mentees] "

[PATCH v8 00/14] ASoC: Intel: Catpt - Lynx and Wildcat point
 2020-09-23 18:31 UTC  (7+ messages)
` [PATCH v8 06/14] ASoC: Intel: catpt: PCM operations
` [PATCH v8 09/14] ASoC: Intel: catpt: Simple sysfs attributes

[dpdk-dev] [PATCH v4 01/41] pipeline: add new SWX pipeline type
 2020-09-23 18:30 UTC  (46+ messages)
` [dpdk-dev] [PATCH v5 00/41] Pipeline alignment with the P4 language
  ` [dpdk-dev] [PATCH v5 01/41] pipeline: add new SWX pipeline type
  ` [dpdk-dev] [PATCH v5 02/41] pipeline: add SWX pipeline input port
  ` [dpdk-dev] [PATCH v5 03/41] pipeline: add SWX pipeline output port
  ` [dpdk-dev] [PATCH v5 04/41] pipeline: add SWX headers and meta-data
  ` [dpdk-dev] [PATCH v5 05/41] pipeline: add SWX extern objects and funcs
  ` [dpdk-dev] [PATCH v5 06/41] pipeline: add SWX pipeline action
  ` [dpdk-dev] [PATCH v5 07/41] pipeline: add SWX pipeline tables
  ` [dpdk-dev] [PATCH v5 08/41] pipeline: add SWX pipeline instructions
  ` [dpdk-dev] [PATCH v5 09/41] pipeline: add SWX Rx and extract instructions
  ` [dpdk-dev] [PATCH v5 10/41] pipeline: add SWX Tx and emit instructions
  ` [dpdk-dev] [PATCH v5 11/41] pipeline: add header validate and invalidate SWX instructions
  ` [dpdk-dev] [PATCH v5 12/41] pipeline: add SWX move instruction
  ` [dpdk-dev] [PATCH v5 13/41] pipeline: add SWX DMA instruction
  ` [dpdk-dev] [PATCH v5 14/41] pipeline: introduce SWX add instruction
  ` [dpdk-dev] [PATCH v5 15/41] pipeline: introduce SWX subtract instruction
  ` [dpdk-dev] [PATCH v5 16/41] pipeline: introduce SWX ckadd instruction
  ` [dpdk-dev] [PATCH v5 17/41] pipeline: introduce SWX cksub instruction
  ` [dpdk-dev] [PATCH v5 18/41] pipeline: introduce SWX and instruction
  ` [dpdk-dev] [PATCH v5 19/41] pipeline: introduce SWX or instruction
  ` [dpdk-dev] [PATCH v5 20/41] pipeline: introduce SWX XOR instruction
  ` [dpdk-dev] [PATCH v5 21/41] pipeline: introduce SWX SHL instruction
  ` [dpdk-dev] [PATCH v5 22/41] pipeline: introduce SWX SHR instruction
  ` [dpdk-dev] [PATCH v5 23/41] pipeline: introduce SWX table instruction
  ` [dpdk-dev] [PATCH v5 24/41] pipeline: introduce SWX extern instruction
  ` [dpdk-dev] [PATCH v5 25/41] pipeline: introduce SWX jump and return instructions
  ` [dpdk-dev] [PATCH v5 26/41] pipeline: add SWX instruction description
  ` [dpdk-dev] [PATCH v5 27/41] pipeline: add SWX instruction verifier
  ` [dpdk-dev] [PATCH v5 28/41] pipeline: add SWX instruction optimizer
  ` [dpdk-dev] [PATCH v5 29/41] pipeline: add SWX pipeline query API
  ` [dpdk-dev] [PATCH v5 30/41] pipeline: add SWX pipeline flush
  ` [dpdk-dev] [PATCH v5 31/41] pipeline: add SWX table update high level API
  ` [dpdk-dev] [PATCH v5 32/41] pipeline: add SWX pipeline specification file
  ` [dpdk-dev] [PATCH v5 33/41] port: add ethernet device SWX port
  ` [dpdk-dev] [PATCH v5 34/41] port: add source and sink SWX ports
  ` [dpdk-dev] [PATCH v5 35/41] table: add exact match SWX table
  ` [dpdk-dev] [PATCH v5 36/41] examples/pipeline: add new example application
  ` [dpdk-dev] [PATCH v5 37/41] examples/pipeline: add message passing mechanism
  ` [dpdk-dev] [PATCH v5 38/41] examples/pipeline: add configuration commands
  ` [dpdk-dev] [PATCH v5 39/41] examples/pipeline: add l2fwd example
  ` [dpdk-dev] [PATCH v5 40/41] examples/pipeline: add l2fwd with MAC swap example
  ` [dpdk-dev] [PATCH v5 41/41] examples/pipeline: add VXLAN encapsulation example

[PATCH] lib/crc32.c: fix trivial typo in preprocessor condition
 2020-09-23 18:21 UTC 

[PATCH v2] i2c: cpm: Fix i2c_ram structure
 2020-09-23 18:27 UTC  (3+ messages)

[PATCH v2 0/3] dma-buf: Flag vmap'ed memory as system or I/O memory
 2020-09-23 18:30 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for dma-buf: Flag vmap'ed memory as system or I/O memory (rev2)

[RFC PATCH 0/9] Add support for Microsoft Surface System Aggregator Module
 2020-09-23 18:29 UTC  (7+ messages)
` [RFC PATCH 8/9] surface_aggregator: Add DebugFS interface

[PATCH V1 00/16] IOREQ feature (+ virtio-mmio) on Arm
 2020-09-23 18:28 UTC  (20+ messages)
` [PATCH V1 01/16] x86/ioreq: Prepare IOREQ feature for making it common
` [PATCH V1 04/16] xen/ioreq: Provide alias for the handle_mmio()
` [PATCH V1 07/16] xen/dm: Make x86's DM feature common
` [PATCH V1 09/16] arm/ioreq: Introduce arch specific bits for IOREQ/DM features
` [PATCH V1 14/16] xen/ioreq: Use guest_cmpxchg64() instead of cmpxchg()

[PATCH v2 1/2] drm/msm: Fix premature purging of BO
 2020-09-23 18:28 UTC  (4+ messages)

Hello, Excuse me? Did you receive my previous mail I sent to you earlier This week ?
 2020-09-23 18:27 UTC 

[PATCH 0/3] Patches to allow running u-boot on vocore2 board
 2020-09-23 18:27 UTC  (5+ messages)
` [PATCH 3/3] Fix missing __udivdi3 in SquashFS implementation

[PATCH] ath11k: removing the ath11k debugfs dir properly
 2020-09-23 18:25 UTC  (2+ messages)

[PATCH net-next RFC v5 00/15] Add devlink reload action and limit level options
 2020-09-23 18:25 UTC  (3+ messages)
` [PATCH net-next RFC v5 01/15] devlink: Add reload action option to devlink reload command

[PATCH v4] cper, apei, mce: Pass x86 CPER through the MCA handling chain
 2020-09-23 18:24 UTC  (6+ messages)

[pull request][net-next 00/15] mlx5 Connection Tracking in NIC mode
 2020-09-23 18:24 UTC  (6+ messages)
` [net-next 05/15] net/mlx5: Refactor tc flow attributes structure

[PATCH] xfs_repair: coordinate parallel updates to the rt bitmap
 2020-09-23 18:24 UTC 

[PATCH v10 00/12] *** A Method for evaluating dirty page rate ***
 2020-09-23 18:18 UTC  (5+ messages)
` [PATCH v10 11/12] migration/dirtyrate: Implement qmp_cal_dirty_rate()/qmp_get_dirty_rate() function

[PATCH] xfs: avoid shared rmap operations for attr fork extents
 2020-09-23 18:23 UTC 

[PATCH] Convert CONFIG_WATCHDOG et al to Kconfig
 2020-09-23 18:23 UTC 

[PATCH v2 00/38] qapi: static typing conversion, pt1
 2020-09-23 18:19 UTC  (5+ messages)
` [PATCH v2 13/38] qapi/common.py: add type hint annotations

[PATCH 0/3] commit: add an option to reword the last commit
 2020-09-23 18:23 UTC  (4+ messages)
` [PATCH 3/3] commit: add an option the reword HEAD

[Buildroot] [PATCH] package/qt5/qt5declarative: remove optional quick module option
 2020-09-23 18:23 UTC 

[PATCH 0/2] crypto: xor - defer and optimize boot time benchmark
 2020-09-23 18:22 UTC  (3+ messages)
` [PATCH 1/2] crypto: xor - defer load time benchmark to a later time
` [PATCH 2/2] crypto: xor - use ktime for template benchmarking

[dpdk-dev] Questions on DPDK pkg-config
 2020-09-23 18:21 UTC 

Linux RAID with btrfs stuck and consume 100 % CPU
 2020-09-23 18:14 UTC  (10+ messages)

[PATCH] iotests: Remove 030 from the auto group
 2020-09-23 18:18 UTC  (3+ messages)

[PATCH 4.19 00/78] 4.19.146-rc1 review
 2020-09-23 18:19 UTC  (8+ messages)
` [PATCH 4.19 66/78] fbcon: remove soft scrollback code

[PATCH v2 0/7] CTU CAN FD core support
 2020-09-23 18:13 UTC  (6+ messages)
` [PATCH v2 7/7] hw/net/can: Correct Kconfig dependencies after switch to meson build

[PATCH net v2] drivers/net/wan/x25_asy: Correct the ndo_open and ndo_stop functions
 2020-09-23 18:18 UTC 

[PATCH v2 0/4] isolation: limit msix vectors based on housekeeping CPUs
 2020-09-23 18:11 UTC  (10+ messages)
` [Intel-wired-lan] "
` [PATCH v2 1/4] sched/isolation: API to get housekeeping online CPUs
  ` [Intel-wired-lan] "
` [PATCH v2 2/4] sched/isolation: Extend nohz_full to isolate managed IRQs
  ` [Intel-wired-lan] "
` [PATCH v2 3/4] i40e: limit msix vectors based on housekeeping CPUs
  ` [Intel-wired-lan] "
` [PATCH v2 4/4] PCI: Limit pci_alloc_irq_vectors as per "
  ` [Intel-wired-lan] "

[PATCH v6 0/4] user space client interface driver
 2020-09-23 18:17 UTC  (4+ messages)
` [PATCH v6 4/4] bus: mhi: Add userspace "

Help testing llvm patch to generate verifier friendly code
 2020-09-23 18:16 UTC  (4+ messages)

[PATCH] linux-ti-staging: Update linux-staging to 5.4.66
 2020-09-23 18:16 UTC 

[PATCH] systemd: Upgrade v246.2 -> v246.6
 2020-09-23 18:14 UTC 

[PATCH bpf-next] selftests/bpf: Skip some verifier tests on BTFless kernels
 2020-09-23 18:13 UTC  (2+ messages)

[linux-lvm] thin: pool target too small
 2020-09-23 18:13 UTC  (5+ messages)

[meta-browser] [PATCH] chromium: change to python3
 2020-09-23 18:11 UTC 

[PATCH] KVM: SEV: shorten comments around sev_clflush_pages
 2020-09-23 18:08 UTC  (2+ messages)

[PATCH] block: fix potential double free during probe failure
 2020-09-23 18:08 UTC 

[Buildroot] [PATCH 1/1] package/libvpx: vp9 encoder needs c++
 2020-09-23 18:08 UTC 

[PATCH] virtio: vdpa: omit check return of g_malloc
 2020-09-23 18:06 UTC  (5+ messages)

[PATCH v2 0/7] crypto: sun4i-ss: prevent always fallback for ciphers
 2020-09-23 18:06 UTC  (5+ messages)
` [PATCH v2 4/7] crypto: sun4i-ss: handle BigEndian for cipher

[RESEND PATCH can-next 1/2] can: tcan4x5x: Rename parse_config function
 2020-09-23 18:06 UTC  (3+ messages)

[PATCH v2 00/15] KVM: x86: VMX: Fix MSR namespacing
 2020-09-23 18:04 UTC  (16+ messages)
` [PATCH v2 01/15] KVM: x86: Rename "shared_msrs" to "user_return_msrs"
` [PATCH v2 02/15] KVM: VMX: Prepend "MAX_" to MSR array size defines
` [PATCH v2 03/15] KVM: VMX: Rename "vmx_find_msr_index" to "vmx_find_loadstore_msr_slot"
` [PATCH v2 04/15] KVM: VMX: Rename the "shared_msr_entry" struct to "vmx_uret_msr"
` [PATCH v2 05/15] KVM: VMX: Rename vcpu_vmx's "nmsrs" to "nr_uret_msrs"
` [PATCH v2 06/15] KVM: VMX: Rename vcpu_vmx's "save_nmsrs" to "nr_active_uret_msrs"
` [PATCH v2 07/15] KVM: VMX: Rename vcpu_vmx's "guest_msrs_ready" to "guest_uret_msrs_loaded"
` [PATCH v2 08/15] KVM: VMX: Rename "__find_msr_index" to "__vmx_find_uret_msr"
` [PATCH v2 09/15] KVM: VMX: Check guest support for RDTSCP before processing MSR_TSC_AUX
` [PATCH v2 10/15] KVM: VMX: Move uret MSR lookup into update_transition_efer()
` [PATCH v2 11/15] KVM: VMX: Add vmx_setup_uret_msr() to handle lookup and swap
` [PATCH v2 12/15] KVM: VMX: Rename "find_msr_entry" to "vmx_find_uret_msr"
` [PATCH v2 13/15] KVM: VMX: Rename "vmx_set_guest_msr" to "vmx_set_guest_uret_msr"
` [PATCH v2 14/15] KVM: VMX: Rename "vmx_msr_index" to "vmx_uret_msrs_list"
` [PATCH v2 15/15] KVM: VMX: Rename vmx_uret_msr's "index" to "slot"

post-receive: pub/scm/linux/kernel/git/saeed/linux
 2020-09-23 18:03 UTC 

[PATCH v8 0/7] Make hcd-xhci independent of pci hooks
 2020-09-23 17:45 UTC  (4+ messages)
` [PATCH v8 3/7] usb/hcd-xhci: Split pci wrapper for xhci base model

post-receive: pub/scm/linux/kernel/git/saeed/linux
 2020-09-23 18:03 UTC 

[PATCH] nvme-core: don't use NVME_NSID_ALL for cmd-effect
 2020-09-23 18:02 UTC  (3+ messages)

[PATCH v6 0/5] fix & merge block_status_above and is_allocated_above
 2020-09-23 17:49 UTC  (6+ messages)
` [PATCH v6 2/5] block/io: bdrv_common_block_status_above: support include_base

[PATCH v9 0/7] Make hcd-xhci independent of pci hooks
 2020-09-23 17:50 UTC  (8+ messages)
` [PATCH v9 1/7] usb/hcd-xhci: Make dma read/writes hooks pci free
` [PATCH v9 2/7] usb/hcd-xhci: Move qemu-xhci device to hcd-xhci-pci.c
` [PATCH v9 3/7] usb/hcd-xhci: Split pci wrapper for xhci base model
` [PATCH v9 4/7] usb: hcd-xhci-sysbus: Attach xhci to sysbus device
` [PATCH v9 5/7] misc: Add versal-usb2-ctrl-regs module
` [PATCH v9 6/7] usb: Add DWC3 model
` [PATCH v9 7/7] Versal: Connect DWC3 controller with virt-versal

Minix 1.1 with QEMU
 2020-09-23 17:00 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/device-mapper/linux-dm
 2020-09-23 17:56 UTC 

[PATCH] btrfs: fix filesystem corruption after a device replace
 2020-09-23 17:56 UTC  (2+ messages)

[PATCH] Bluetooth: btusb: Avoid unnecessary reset upon system resume
 2020-09-23 17:56 UTC 

[GIT PULL] bootconfig: A couple of bug fixes
 2020-09-23 17:54 UTC 

[Buildroot] [PATCH 1/1] package/clamav: needs dynamic library
 2020-09-23 17:54 UTC 

[PATCH 0/9] sched: Migrate disable support
 2020-09-23 17:54 UTC  (7+ messages)
` [PATCH 7/9] sched: Add migrate_disable()

post-receive: pub/scm/git/git
 2020-09-23 17:54 UTC 

[kbuild] [intel-linux-intel-lts:5.4/yocto 414/1142] drivers/misc/xlink-pcie/local_host/mxlk_epf.c:478:6: warning: Variable 'ret' is reassigned a value before the old one has been used
 2020-09-23 17:54 UTC  (2+ messages)
`  "

[PATCH] cmake: ignore generated files
 2020-09-23 17:53 UTC  (3+ messages)

[PATCH 1/2] watchdog: Hide WATCHDOG_RESET_DISABLE
 2020-09-23 17:53 UTC  (5+ messages)
` [PATCH 2/2] watchdog: add watchdog behavior configuration

[PATCH] scsi: alua: fix the race between alua_bus_detach and alua_rtpg
 2020-09-23 17:50 UTC  (5+ messages)

post-receive: pub/scm/linux/kernel/git/rostedt/linux-trace
 2020-09-23 17:52 UTC 

interest in a minimal image recipe
 2020-09-23 17:50 UTC  (2+ messages)

[PATCH v6 bpf-next 0/6] bpf: add helpers to support BTF-based kernel data display
 2020-09-23 17:46 UTC  (5+ messages)
` [PATCH v6 bpf-next 1/6] bpf: provide function to get vmlinux BTF information
` [PATCH v6 bpf-next 2/6] bpf: move to generic BTF show support, apply it to seq files/strings
` [PATCH v6 bpf-next 5/6] bpf: add bpf_seq_printf_btf helper
` [PATCH v6 bpf-next 6/6] selftests/bpf: add test for "

[PATCH v12 0/9] support reserving crashkernel above 4G on arm64 kdump
 2020-09-23 17:47 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/broonie/misc
 2020-09-23 17:49 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.