All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-04-26 17:46:40 to 2021-04-26 18:11:58 UTC [more...]

[tpm2] Re: Failing to build tss tools - Ubuntu groovy
 2021-04-26 18:11 UTC 

[PATCH] drm/i9i5/gt: Fix a double free in gen8_preallocate_top_level_pdp
 2021-04-26 18:11 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH v13 00/18] arm64: MMU enabled kexec relocation
 2021-04-26 18:10 UTC  (8+ messages)
` [PATCH v13 03/18] arm64: hyp-stub: Move el1_sync into the vectors

[PATCH 00/12] Remove vfio_mdev.c, mdev_parent_ops and more
 2021-04-26 18:10 UTC  (4+ messages)
` [PATCH 06/12] vfio/ap_ops: Convert to use vfio_register_group_dev()

[PATCH v2 0/5] ASoC: clock provider clean-up
 2021-04-26 18:10 UTC  (3+ messages)
` [PATCH v2 5/5] ASoC: da7219: properly get clk from the provider

[PATCH v2 0/3] tty: serial: meson: add amlogic,uart-fifosize property
 2021-04-26 18:06 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: serial: amlogic,meson-uart: add fifo-size property

[PATCH RESEND 0/5] Handle seccomp notification preemption
 2021-04-26 18:06 UTC  (12+ messages)
` [PATCH RESEND 1/5] seccomp: Refactor notification handler to prepare for new semantics
` [PATCH RESEND 2/5] seccomp: Add wait_killable semantic to seccomp user notifier
` [PATCH RESEND 3/5] selftests/seccomp: Add test for wait killable notifier
` [PATCH RESEND 4/5] seccomp: Support atomic "addfd + send reply"
` [PATCH RESEND 5/5] selftests/seccomp: Add test for atomic addfd+send

[linux-next:master 13115/15065] arch/powerpc/include/asm/book3s/64/hash-pkey.h:10:23: error: use of undeclared identifier 'VM_PKEY_BIT0'
 2021-04-26 18:09 UTC  (2+ messages)

[PATCH v4 0/3] dax: Fix missed wakeup in put_unlocked_entry()
 2021-04-26 18:08 UTC  (12+ messages)
` [PATCH v4 1/3] dax: Add an enum for specifying dax wakup mode
      ` [Virtio-fs] "

Flowtable with ppp/bridge
 2021-04-26 18:08 UTC  (5+ messages)

[PATCH] qapi: deprecate drive-backup
 2021-04-26 18:05 UTC  (4+ messages)

[RFC PATCH 0/3] A drm_plane API to support HDR planes
 2021-04-26 18:07 UTC  (4+ messages)
` [RFC PATCH 1/3] drm/color: Add RGB Color encodings

[PATCH] staging: media/meson: remove redundant dev_err call
 2021-04-26 18:03 UTC  (5+ messages)

[Buildroot] [PATCH 1/1] package/samba4: bump version to 4.14.3
 2021-04-26 18:06 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/samba4: add required python deps for AD DC support
 2021-04-26 18:06 UTC  (2+ messages)

[PATCH 3/5] ap: Drop struct ap_config in favor of l_settings
 2021-04-26 18:06 UTC  (2+ messages)

[PATCH -next] soc: amlogic: meson-clk-measure: remove redundant dev_err call in meson_msr_probe()
 2021-04-26 18:02 UTC  (4+ messages)

[Buildroot] [PATCH 1/1] package/python-dnspython: enable host build
 2021-04-26 18:06 UTC  (3+ messages)

[PATCH] gnutls: Point to staging area for finding seccomp libs and includes
 2021-04-26 18:06 UTC 

[Buildroot] [git commit branch/2021.02.x] package/samba4: bump version to 4.14.3
 2021-04-26 18:06 UTC 

[Buildroot] [git commit branch/2021.02.x] package/samba4: add required python deps for AD DC support
 2021-04-26 18:06 UTC 

[Buildroot] [git commit branch/2021.02.x] package/python-dnspython: enable host build
 2021-04-26 18:05 UTC 

[RFC v2 00/32] Add TDX Guest Support
 2021-04-26 18:01 UTC  (33+ messages)
` [RFC v2 01/32] x86/paravirt: Introduce CONFIG_PARAVIRT_XL
` [RFC v2 02/32] x86/tdx: Introduce INTEL_TDX_GUEST config option
` [RFC v2 03/32] x86/cpufeatures: Add TDX Guest CPU feature
` [RFC v2 04/32] x86/x86: Add is_tdx_guest() interface
` [RFC v2 05/32] x86/tdx: Add __tdcall() and __tdvmcall() helper functions
` [RFC v2 06/32] x86/tdx: Get TD execution environment information via TDINFO
` [RFC v2 07/32] x86/traps: Add do_general_protection() helper function
` [RFC v2 08/32] x86/traps: Add #VE support for TDX guest
` [RFC v2 09/32] x86/tdx: Add HLT "
` [RFC v2 10/32] x86/tdx: Wire up KVM hypercalls
` [RFC v2 11/32] x86/tdx: Add MSR support for TDX guest
` [RFC v2 12/32] x86/tdx: Handle CPUID via #VE
` [RFC v2 13/32] x86/io: Allow to override inX() and outX() implementation
` [RFC v2 14/32] x86/tdx: Handle port I/O
` [RFC v2 15/32] x86/tdx: Handle in-kernel MMIO
` [RFC v2 16/32] x86/tdx: Handle MWAIT, MONITOR and WBINVD
` [RFC v2 17/32] ACPICA: ACPI 6.4: MADT: add Multiprocessor Wakeup Structure
` [RFC v2 18/32] ACPICA: ACPI 6.4: MADT: add Multiprocessor Wakeup Mailbox Structure
` [RFC v2 19/32] ACPI/table: Print MADT Wake table information
` [RFC v2 20/32] x86/acpi, x86/boot: Add multiprocessor wake-up support
` [RFC v2 21/32] x86/boot: Add a trampoline for APs booting in 64-bit mode
` [RFC v2 22/32] x86/boot: Avoid #VE during compressed boot for TDX platforms
` [RFC v2 23/32] x86/boot: Avoid unnecessary #VE during boot process
` [RFC v2 24/32] x86/topology: Disable CPU online/offline control for TDX guest
` [RFC v2 25/32] x86/tdx: Forcefully disable legacy PIC for TDX guests
` [RFC v2 26/32] x86/mm: Move force_dma_unencrypted() to common code
` [RFC v2 27/32] x86/tdx: Exclude Shared bit from __PHYSICAL_MASK
` [RFC v2 28/32] x86/tdx: Make pages shared in ioremap()
` [RFC v2 29/32] x86/tdx: Add helper to do MapGPA TDVMALL
` [RFC v2 30/32] x86/tdx: Make DMA pages shared
` [RFC v2 31/32] x86/kvm: Use bounce buffers for TD guest
` [RFC v2 32/32] x86/tdx: ioapic: Add shared bit for IOAPIC base address

[meta-security] [dunfell] [PATCH 0/3] Backport several IMA fixes to LTS dunfell
 2021-04-26 18:04 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/dp_mst: Use the correct DPCD space in Synaptics quirk
 2021-04-26 18:04 UTC  (3+ messages)
  `  "

[PATCH] fix green/pink color distortion from HDR set during vendor Uboot
 2021-04-26 18:01 UTC  (4+ messages)

[PATCH 00/18] Prepare tests for reftable backend
 2021-04-26 18:02 UTC  (14+ messages)
` [PATCH 04/18] t1401-symbolic-ref: avoid direct filesystem access
` [PATCH 17/18] t4202: mark bogus head hash test with REFFILES

[PATCH 00/22] qapi: static typing conversion, pt5a
 2021-04-26 18:00 UTC  (16+ messages)
` [PATCH 05/22] qapi/parser: Assert lexer value is a string
` [PATCH 07/22] qapi/parser: assert object keys are strings
` [PATCH 09/22] qapi: add match_nofail helper
` [PATCH 10/22] qapi/parser: Fix typing of token membership tests
` [PATCH 12/22] qapi/parser: add type hint annotations

[PATCH 00/13] [RFC] Rust support
 2021-04-26 18:01 UTC  (7+ messages)

[PATCH] drm/ast: Fix missing conversions to managed API
 2021-04-26 18:01 UTC  (2+ messages)

[PATCH v5.10 0/8] preserve DMA offsets when using swiotlb
 2021-04-26 18:00 UTC  (7+ messages)

[PATCH v25 00/30] Control-flow Enforcement: Shadow Stack
 2021-04-26 18:00 UTC  (8+ messages)
` [PATCH v25 29/30] mm: Update arch_validate_flags() to include vma anonymous
` [PATCH v25 30/30] mm: Introduce PROT_SHSTK for shadow stack

[tpm2] Re: Failing to build tss tools - Ubuntu groovy
 2021-04-26 18:00 UTC 

[dunfell][PATCH] docker-moby: update to v19.03.15
 2021-04-26 17:59 UTC 

[Virtio-fs] [RFC] [PATCH] virtiofsd: Auto switch between inline and thread-pool processing
 2021-04-26 17:59 UTC  (6+ messages)
` [Virtio-fs] [External] "

[PATCH v6 00/20] reftable library
 2021-04-26 17:59 UTC  (6+ messages)
` [PATCH v7 00/28] "

[PATCH 1/2] mmc: meson-gx: make replace WARN_ONCE with dev_warn_once about scatterlist offset alignment
 2021-04-26 17:55 UTC  (6+ messages)
` [PATCH 2/2] mmc: meson-gx: also check SD_IO_RW_EXTENDED for scatterlist size alignment

[PATCH] drm/ttm: cleanup ttm_agp_backend
 2021-04-26 17:58 UTC 

[PATCH 0/4] coresight: Add ETR-PERF polling
 2021-04-26 17:54 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/uboot-tools: security bump to version 2021.04
 2021-04-26 17:57 UTC  (5+ messages)

[PATCH v10 clocksource 0/7] Do not mark clocks unstable due to delays for v5.13
 2021-04-26 17:56 UTC  (7+ messages)
` [PATCH v10 clocksource 1/7] clocksource: Provide module parameters to inject delays in watchdog

[PATCH v3] libceph: add osd op counter metric support
 2021-04-26 17:56 UTC  (4+ messages)

[PATCH v3 0/2] VMX: apic access page handling adjustments
 2021-04-26 17:55 UTC  (7+ messages)
` [PATCH v4 0/3] VMX APIC access page and shadow adjustments
  ` [PATCH v4 1/3] VMX: use a single, global APIC access page

[PATCH 0/3] x86: Initial pieces for guest CET support
 2021-04-26 17:54 UTC  (4+ messages)
` [PATCH 1/3] x86/hvm: Introduce experimental "
` [PATCH 2/3] x86/svm: Enumeration for CET
` [PATCH 3/3] x86/VT-x: "

[Buildroot] [git commit] package/python-dnspython: enable host build
 2021-04-26 17:54 UTC 

[PATCH] drivers: pnp: proc.c: Removed unnecessary varibles
 2021-04-26 17:52 UTC  (7+ messages)

[PATCH net-next v2 00/10] bnxt_en: Updates for net-next
 2021-04-26 17:52 UTC  (9+ messages)
` [PATCH net-next v2 10/10] bnxt_en: Implement .ndo_features_check()

[RFC] tcg plugin: Additional plugin interface
 2021-04-26 17:42 UTC  (4+ messages)

[PATCH 0/9] iio: Move more things from iio_dev to iio_dev_opaque
 2021-04-26 17:49 UTC  (10+ messages)
` [PATCH 1/9] iio: core: move @id from struct iio_dev to struct iio_dev_opaque
` [PATCH 2/9] iio: avoid shadowing of variable name in to_iio_dev_opaque()
` [PATCH 3/9] iio: core: move @driver_module from struct iio_dev to struct iio_dev_opaque
` [PATCH 4/9] iio: core: move @trig_readonly "
` [PATCH 5/9] iio: core: move @scan_index_timestamp "
` [PATCH 6/9] iio: core: move @info_exist_lock "
` [PATCH 7/9] iio: core: move @chrdev from struct iio_dev "
` [PATCH 8/9] iio: core: move @flags "
` [PATCH 9/9] iio: core: move @clock_id "

[PATCH] drivers: pnp: proc.c: Handle errors while attaching devices
 2021-04-26 17:50 UTC  (3+ messages)

[dpdk-dev] L3fwd mode in testpmd
 2021-04-26 17:47 UTC  (12+ messages)

[dpdk-dev] [PATCH 00/36] Marvell CNXK Event device Driver
 2021-04-26 17:44 UTC  (23+ messages)
` [dpdk-dev] [PATCH v2 00/33] "
  ` [dpdk-dev] [PATCH v2 13/33] event/cnxk: add SSO HW device operations
  ` [dpdk-dev] [PATCH v2 14/33] event/cnxk: add SSO GWS fastpath enqueue functions
  ` [dpdk-dev] [PATCH v2 15/33] event/cnxk: add SSO GWS dequeue fastpath functions
  ` [dpdk-dev] [PATCH v2 16/33] event/cnxk: add device start function
  ` [dpdk-dev] [PATCH v2 17/33] event/cnxk: add device stop and close functions
  ` [dpdk-dev] [PATCH v2 18/33] event/cnxk: add SSO selftest and dump
  ` [dpdk-dev] [PATCH v2 19/33] event/cnxk: add event port and queue xstats
  ` [dpdk-dev] [PATCH v2 20/33] event/cnxk: support event timer
  ` [dpdk-dev] [PATCH v2 21/33] event/cnxk: add timer adapter capabilities
  ` [dpdk-dev] [PATCH v2 22/33] event/cnxk: create and free timer adapter
  ` [dpdk-dev] [PATCH v2 23/33] event/cnxk: add devargs to disable NPA
  ` [dpdk-dev] [PATCH v2 24/33] event/cnxk: allow adapters to resize inflights
  ` [dpdk-dev] [PATCH v2 25/33] event/cnxk: add timer adapter info function
  ` [dpdk-dev] [PATCH v2 26/33] event/cnxk: add devargs for chunk size and rings
  ` [dpdk-dev] [PATCH v2 27/33] event/cnxk: add TIM bucket operations
  ` [dpdk-dev] [PATCH v2 28/33] event/cnxk: add timer arm routine
  ` [dpdk-dev] [PATCH v2 29/33] event/cnxk: add timer arm timeout burst
  ` [dpdk-dev] [PATCH v2 30/33] event/cnxk: add timer cancel function
  ` [dpdk-dev] [PATCH v2 31/33] event/cnxk: add timer stats get and reset
  ` [dpdk-dev] [PATCH v2 32/33] event/cnxk: add timer adapter start and stop
  ` [dpdk-dev] [PATCH v2 33/33] event/cnxk: add devargs to control timer adapters

[PATCH 00/30] subtree: clean up, improve UX
 2021-04-26 17:45 UTC  (32+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/30] .gitignore: Ignore /git-subtree
  ` [PATCH v2 02/30] subtree: t7900: update for having the default branch name be 'main'
  ` [PATCH v2 03/30] subtree: t7900: use test-lib.sh's test_count
  ` [PATCH v2 04/30] subtree: t7900: use consistent formatting
  ` [PATCH v2 05/30] subtree: t7900: comment subtree_test_create_repo
  ` [PATCH v2 06/30] subtree: t7900: use 'test' for string equality
  ` [PATCH v2 07/30] subtree: t7900: delete some dead code
  ` [PATCH v2 08/30] subtree: t7900: fix 'verify one file change per commit'
  ` [PATCH v2 09/30] subtree: t7900: rename last_commit_message to last_commit_subject
  ` [PATCH v2 10/30] subtree: t7900: add a test for the -h flag
  ` [PATCH v2 11/30] subtree: t7900: add porcelain tests for 'pull' and 'push'
  ` [PATCH v2 12/30] subtree: don't have loose code outside of a function
  ` [PATCH v2 13/30] subtree: more consistent error propagation
  ` [PATCH v2 14/30] subtree: drop support for git < 1.7
  ` [PATCH v2 15/30] subtree: use `git merge-base --is-ancestor`
  ` [PATCH v2 16/30] subtree: use git-sh-setup's `say`
  ` [PATCH v2 17/30] subtree: use more explicit variable names for cmdline args
  ` [PATCH v2 18/30] subtree: use "$*" instead of "$@" as appropriate
  ` [PATCH v2 19/30] subtree: Don't fuss with PATH
  ` [PATCH v2 20/30] subtree: use "^{commit}" instead of "^0"
  ` [PATCH v2 21/30] subtree: parse revs in individual cmd_ functions
  ` [PATCH v2 22/30] subtree: remove duplicate check
  ` [PATCH v2 23/30] subtree: add comments and sanity checks
  ` [PATCH v2 24/30] subtree: don't let debug and progress output clash
  ` [PATCH v2 25/30] subtree: have $indent actually affect indentation
  ` [PATCH v2 26/30] subtree: give the docs a once-over
  ` [PATCH v2 27/30] subtree: allow --squash to be used with --rejoin
  ` [PATCH v2 28/30] subtree: allow 'split' flags to be passed to 'push'
  ` [PATCH v2 29/30] subtree: push: allow specifying a local rev other than HEAD
  ` [PATCH v2 30/30] subtree: be stricter about validating flags

[GIT PULL] Hyper-V commits for 5.13
 2021-04-26 17:47 UTC  (2+ messages)

[GIT PULL] xen: branch for v5.13-rc1
 2021-04-26 17:47 UTC  (2+ messages)

[RFC] bpf.2: Use standard types and attributes
 2021-04-26 17:46 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.