All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-22 21:00:59 to 2020-09-22 21:46:50 UTC [more...]

[PATCH 00/14] qapi: static typing conversion, pt3
 2020-09-22 21:18 UTC  (7+ messages)
` [PATCH 01/14] qapi/doc.py: stash long temporary locals in named locals
` [PATCH 02/14] qapi/doc.py: avoid unnecessary keyword arguments
` [PATCH 04/14] qapi/doc.py: assert correct types in member_func callbacks
` [PATCH 07/14] qapi/doc.py: enable mypy checks
` [PATCH 09/14] qapi/doc.py: Remove one-letter variables
` [PATCH 12/14] qapi/doc.py: Assert tag member is Enum type

master - tests: check vdopool policy extension
 2020-09-22 21:46 UTC 

master - vdo: enhance vdo pool extension
 2020-09-22 21:46 UTC 

master - vdo: extend vdo segment validation
 2020-09-22 21:46 UTC 

master - vdo: correct message about policy extend support
 2020-09-22 21:46 UTC 

master - vdo: drop unnecessary tabulator from metadata output
 2020-09-22 21:46 UTC 

master - activation: use revert_lv on tree suspend failure
 2020-09-22 21:46 UTC 

[PATCH v6 00/10] Add RCEC handling to PCI/AER
 2020-09-22 21:38 UTC  (10+ messages)
` [PATCH v6 01/10] PCI/RCEC: Add RCEC class code and extended capability
` [PATCH v6 02/10] PCI/RCEC: Bind RCEC devices to the Root Port driver
` [PATCH v6 03/10] PCI/RCEC: Cache RCEC capabilities in pci_init_capabilities()
` [PATCH v6 04/10] PCI/AER: Extend AER error handling to RCECs
` [PATCH v6 05/10] PCI/AER: Apply function level reset to RCiEP on fatal error
` [PATCH v6 07/10] PCI/RCEC: Add RCiEP's linked RCEC to AER/ERR
` [PATCH v6 08/10] PCI/AER: Add pcie_walk_rcec() to RCEC AER handling
` [PATCH v6 09/10] PCI/PME: Add pcie_walk_rcec() to RCEC PME handling
` [PATCH v6 10/10] PCI/AER: Add RCEC AER error injection support

[PATCH 00/16] qapi: static typing conversion, pt2
 2020-09-22 21:13 UTC  (9+ messages)
` [PATCH 01/16] qapi/expr.py: Remove 'info' argument from nested check_if_str
` [PATCH 02/16] qapi/expr.py: Check for dict instead of OrderedDict
` [PATCH 05/16] qapi/expr.py: move string check upwards in check_type
` [PATCH 06/16] qapi/expr.py: Check type of 'data' member
` [PATCH 07/16] qapi/expr.py: Add casts in a few select cases
` [PATCH 12/16] qapi/expr.py: Add docstrings
` [PATCH 13/16] qapi/expr.py: Modify check_keys to accept any Iterable
` [PATCH 15/16] qapi/expr.py: move related checks inside check_xxx functions

[PATCHv3 0/4] zoned block device specific errors
 2020-09-22 21:45 UTC  (4+ messages)
` [PATCHv3 4/4] scsi: handle zone resources errors

[PATCH 0/4] clk: qcom : add sm8250 LPASS GFM drivers
 2020-09-22 21:45 UTC  (4+ messages)
` [PATCH 3/4] clk: qcom: Add support to LPASS AUDIO_CC Glitch Free Mux clocks

[PATCH v11 00/24] coresight: allow to build coresight as modules
 2020-09-22 21:42 UTC  (5+ messages)
` [PATCH v11 09/24] coresight: etm3x: allow etm3x to be built as a module

[tip:x86/pti] BUILD SUCCESS e9c142f6f54db85c212ca64aefd4f2c232dac4ae
 2020-09-22 21:42 UTC 

[PATCH] RCU: export rcu_idle_enter/_exit for loadable modules
 2020-09-22 21:43 UTC  (2+ messages)

[PATCH] dt-bindings: iio: sx9310: Add various settings as DT properties
 2020-09-22 21:43 UTC  (3+ messages)

[RFC PATCH 00/12] rcu/nocb: De-offload and re-offload support v2
 2020-09-22 21:43 UTC  (4+ messages)
` [RFC PATCH 01/12] rcu: Implement rcu_segcblist_is_offloaded() config dependent

[RFC] [PATCH v1 0/3] isolation: limit msix vectors based on housekeeping CPUs
 2020-09-22 21:26 UTC  (22+ messages)
` [RFC][Patch v1 1/3] sched/isolation: API to get num of hosekeeping CPUs
` [RFC][Patch v1 2/3] i40e: limit msix vectors based on housekeeping CPUs
` [RFC][Patch v1 3/3] PCI: Limit pci_alloc_irq_vectors as per "

[PATCH v2] net: lantiq: Add locking for TX DMA channel
 2020-09-22 21:41 UTC 

[PATCH] ibmvfc: Protect vhost->task_set increment by the host lock
 2020-09-22 21:39 UTC  (3+ messages)

[PATCH] net: lantiq: Add locking for TX DMA channel
 2020-09-22 21:40 UTC  (3+ messages)

[PATCHSET v3 0/5] perf stat: Expand events for each cgroup
 2020-09-22 21:40 UTC  (5+ messages)
` [PATCH 2/5] perf stat: Add --for-each-cgroup option
` [PATCH 3/5] perf tools: Copy metric events properly when expand cgroups

[PATCH v2 00/38] qapi: static typing conversion, pt1
 2020-09-22 21:01 UTC  (39+ messages)
` [PATCH v2 01/38] [DO-NOT-MERGE] qapi: add debugging tools
` [PATCH v2 02/38] qapi-gen: Separate arg-parsing from generation
` [PATCH v2 03/38] qapi: move generator entrypoint into module
` [PATCH v2 04/38] qapi: Prefer explicit relative imports
` [PATCH v2 05/38] qapi: Remove wildcard includes
` [PATCH v2 06/38] qapi: delint using flake8
` [PATCH v2 07/38] qapi: add pylintrc
` [PATCH v2 08/38] qapi/common.py: Remove python compatibility workaround
` [PATCH v2 09/38] qapi/common.py: Add indent manager
` [PATCH v2 10/38] qapi/common.py: delint with pylint
` [PATCH v2 11/38] qapi/common.py: Replace one-letter 'c' variable
` [PATCH v2 12/38] qapi/common.py: check with pylint
` [PATCH v2 13/38] qapi/common.py: add type hint annotations
` [PATCH v2 14/38] qapi/common.py: Convert comments into docstrings, and elaborate
` [PATCH v2 15/38] qapi/common.py: move build_params into gen.py
` [PATCH v2 16/38] qapi: establish mypy type-checking baseline
` [PATCH v2 17/38] qapi/events.py: add type hint annotations
` [PATCH v2 18/38] qapi/events.py: Move comments into docstrings
` [PATCH v2 19/38] qapi/commands.py: Don't re-bind to variable of different type
` [PATCH v2 20/38] qapi/commands.py: add notational type hints
` [PATCH v2 21/38] qapi/commands.py: enable checking with mypy
` [PATCH v2 22/38] qapi/source.py: add type hint annotations
` [PATCH v2 23/38] qapi/source.py: delint with pylint
` [PATCH v2 24/38] qapi/gen.py: Fix edge-case of _is_user_module
` [PATCH v2 25/38] qapi/gen.py: add type hint annotations
` [PATCH v2 26/38] qapi/gen.py: Enable checking with mypy
` [PATCH v2 27/38] qapi/gen.py: Remove unused parameter
` [PATCH v2 28/38] qapi/gen.py: update write() to be more idiomatic
` [PATCH v2 29/38] qapi/gen.py: delint with pylint
` [PATCH v2 30/38] qapi/introspect.py: Add a typed 'extra' structure
` [PATCH v2 31/38] qapi/introspect.py: add _gen_features helper
` [PATCH v2 32/38] qapi/introspect.py: create a typed 'Node' data structure
` [PATCH v2 33/38] qapi/introspect.py: add type hint annotations
` [PATCH v2 34/38] qapi/types.py: "
` [PATCH v2 35/38] qapi/types.py: remove one-letter variables
` [PATCH v2 36/38] qapi/visit.py: assert tag_member contains a QAPISchemaEnumType
` [PATCH v2 37/38] qapi/visit.py: remove unused parameters from gen_visit_object
` [PATCH v2 38/38] qapi/visit.py: add type hint annotations

[dpdk-dev] [PATCH v3] windows/netuio: add Windows NetUIO kernel driver
 2020-09-22 21:36 UTC  (4+ messages)
` [dpdk-dev] [PATCH v4] "

[kvm-unit-tests PATCH v2 00/10] Add support for generic ELF cross-compiler
 2020-09-22 21:25 UTC  (8+ messages)
` [kvm-unit-tests PATCH v2 10/10] travis.yml: Add x86 build with clang 10

[PATCH v2 0/2] block: deprecate the sheepdog driver
 2020-09-22 21:10 UTC  (2+ messages)

[PATCH 1/5] resolve: Exit methods if resolve is NULL
 2020-09-22 21:34 UTC  (2+ messages)

linux-next: Fixes tag needs some work in the amdgpu tree
 2020-09-22 21:33 UTC 

git diff --name-only --submodule=diff combination does not work
 2020-09-22 21:32 UTC  (3+ messages)

[PATCH 0/3] target: scsi: tcmu: code rework and speed up of read data handling
 2020-09-22 21:32 UTC  (3+ messages)

[PATCH 0/8] drivers/mfd: Constify static struct resource
 2020-09-22 21:31 UTC  (3+ messages)
` [PATCH 2/8] mfd: intel: "

[Virtio-fs] [PATCH v2 0/6] fuse: Implement FUSE_HANDLE_KILLPRIV_V2 and enable SB_NOSEC
 2020-09-22 21:31 UTC  (8+ messages)
` [Virtio-fs] [PATCH v2 4/6] fuse: Kill suid/sgid using ATTR_MODE if it is not truncate
      `  "

[Intel-gfx] [PATCH] i915: Introduce quirk for shifting eDP brightness
 2020-09-22 21:30 UTC  (13+ messages)

[git pull] vfs fixes
 2020-09-22 21:29 UTC 

[PULL 0/1] Input 20200921 patches
 2020-09-22 21:01 UTC  (3+ messages)

[PATCH] xfs: drop the obsolete comment on filestream locking
 2020-09-22 21:26 UTC  (4+ messages)

[Bug 14509] Interworking Problem OpenVMS Samba Server 4.6.5 with Linux Samba Client 4.7.6
 2020-09-22 21:26 UTC 

[Buildroot] [PATCH v1 1/3] package/glibc: install locale cmd independent of NLS
 2020-09-22 21:25 UTC  (9+ messages)
` [Buildroot] [PATCH v1 2/3] package/postgresql: needs locale command
` [Buildroot] [PATCH v1 3/3] package/postgresql: set locale for initdb to C

[PATCH 0/4] Audit Capability and Extended Capability among IOMMUs
 2020-09-22 21:02 UTC  (7+ messages)
` [PATCH 1/4] iommu/vt-d: Disable SVM in the platform when IOMMUs have inconsistencies
` [PATCH 2/4] iommu/vt-d: Report out when IOMMU features "
` [PATCH 3/4] iommu/vt-d: Audit IOMMUs for Interrupt Remapping features
` [PATCH 4/4] iommu/vt-d: Scale capability to the lowest supported between the IOMMUs

[tip:x86/fpu] BUILD SUCCESS 1ef5423a55c2ac6f1361811efe75b6e46d1023ed
 2020-09-22 21:24 UTC 

[PATCH] drm/nouveau/kms/nv50-: Fix clock checking algorithm in nv50_dp_mode_valid()
 2020-09-22 21:22 UTC  (10+ messages)

[PATCH 0/4] RFC: USB C extcon patchset for the tps6598x
 2020-09-22 21:15 UTC  (3+ messages)

[dpdk-dev] Unknown speed
 2020-09-22 21:18 UTC  (3+ messages)
  ` [dpdk-dev] [PATCH 1/2] net/virtio: set UNKNOWN as default speed
  ` [dpdk-dev] [PATCH 2/2] net/virtio: sync a virtio speed capa with ethdev

[PATCH v3 0/2] Fix init for device stats for seed devices
 2020-09-22 21:18 UTC  (3+ messages)
` [PATCH v3 1/2] btrfs: init "
` [PATCH v3 2/2] btrfs: return error if we're unable to read device stats

[PATCH 0/1] nvmet: add ZNS passthru support
 2020-09-22 21:17 UTC  (2+ messages)
` [PATCH 1/1] nvmet: add passthru ZNS support

[PATCH] mkfs.ubifs: Fix build with SELinux
 2020-09-22 21:14 UTC 

[PATCH 0/2 v2] a stateid race and a cleanup
 2020-09-22 21:15 UTC  (5+ messages)
` [PATCH 1/2 v2] NFSv4: Fix a livelock when CLOSE pre-emptively bumps state sequence

[PATCH v5 00/38] DRM: fix struct sg_table nents vs. orig_nents misuse
 2020-09-22 21:12 UTC  (9+ messages)
` [PATCH v5 01/38] dma-mapping: add generic helpers for mapping sgtable objects
    ` [PATCH v5 05/38] drm: prime: use sgtable iterators in drm_prime_sg_to_page_addr_arrays()

[RFC Patch 0/2] KVM: SVM: Cgroup support for SVM SEV ASIDs
 2020-09-22 21:14 UTC  (4+ messages)

[GIT PULL FOR v5.10] R-Car display drivers miscellaneous changes
 2020-09-22 21:13 UTC  (5+ messages)
  ` [GIT PULL FOR v5.10 - v2] "
    ` [GIT PULL FOR v5.10 - v3] "

INVESTMENT OFFER / OFFRE D’INVESTISSEMENT
 2020-09-22 20:45 UTC 

[PATCH v6 0/4] KVM: nSVM: ondemand nested state allocation
 2020-09-22 21:10 UTC  (5+ messages)
` [PATCH v6 1/4] KVM: x86: xen_hvm_config: cleanup return values
` [PATCH v6 2/4] KVM: x86: report negative values from wrmsr emulation to userspace
` [PATCH v6 3/4] KVM: x86: allow kvm_x86_ops.set_efer to return an error value
` [PATCH v6 4/4] KVM: nSVM: implement on demand allocation of the nested state

RDEPENDS problem
 2020-09-22 21:11 UTC  (3+ messages)
` [yocto] "

[PATCH] Solves Bug 1388 - Combining --terse with --json has no effect (with test)
 2020-09-22 21:10 UTC  (2+ messages)

[Intel-wired-lan] [linux-firmware] ice: update package file to 1.3.16.0
 2020-09-22 21:09 UTC  (2+ messages)

SEV guest debugging support for Qemu
 2020-09-22 19:45 UTC 

[f2fs-dev] [PATCH v2 0/9] Update to zstd-1.4.6
 2020-09-22 21:09 UTC  (20+ messages)
`  "
` [f2fs-dev] [PATCH v2 1/9] lib: zstd: Add zstd compatibility wrapper
  `  "
` [f2fs-dev] [PATCH v2 2/9] lib: zstd: Add decompress_sources.h for decompress_unzstd
  `  "
` [f2fs-dev] [PATCH v2 3/9] lib: zstd: Upgrade to latest upstream zstd version 1.4.6
  `  "
` [f2fs-dev] [PATCH v2 4/9] crypto: zstd: Switch to zstd-1.4.6 API
  `  "
` [f2fs-dev] [PATCH v2 5/9] btrfs: zstd: Switch to the "
  `  "
` [f2fs-dev] [PATCH v2 6/9] f2fs: "
  `  "
` [f2fs-dev] [PATCH v2 7/9] squashfs: "
  `  "
` [f2fs-dev] [PATCH v2 8/9] lib: unzstd: "
  `  "
` [f2fs-dev] [PATCH v2 9/9] lib: zstd: Remove zstd compatibility wrapper
  `  "

[RFT PATCH v3 0/5] Unify NUMA implementation between ARM64 & RISC-V
 2020-09-22 21:04 UTC  (7+ messages)

[PATCH] nvme-core: use xarray for cel storing
 2020-09-22 21:05 UTC 

[PATCH] leds: lp50xx: Fix an error handling path in 'lp50xx_probe_dt()'
 2020-09-22 21:05 UTC  (2+ messages)

[PATCH v2 00/14] Support more HDMI modes on RK3228/RK3328
 2020-09-22 20:59 UTC  (8+ messages)
` [PATCH v3 0/6] "
  ` [PATCH v3 2/6] phy/rockchip: inno-hdmi: round fractal pixclock in rk3328 recalc_rate
  ` [PATCH v3 1/6] phy/rockchip: inno-hdmi: use correct vco_div_5 macro on rk3328
  ` [PATCH v3 3/6] phy/rockchip: inno-hdmi: remove unused no_c from rk3328 recalc_rate
  ` [PATCH v3 4/6] phy/rockchip: inno-hdmi: do not power on rk3328 post pll on reg write
  ` [PATCH v3 5/6] phy/rockchip: inno-hdmi: force set_rate on power_on
  ` [PATCH v3 6/6] phy/rockchip: inno-hdmi: Support more pre-pll configuration

[PATCH] nvme-core: don't use NVME_NSID_ALL for cmd-effect
 2020-09-22 21:04 UTC 

[PATCH 00/24] qom: Convert some properties to class properties
 2020-09-22 21:00 UTC  (4+ messages)

[PATCH] Use maximum latency when determining L1/L0s ASPM v2
 2020-09-22 21:02 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.