messages from 2022-02-07 15:14:06 to 2022-02-07 15:32:44 UTC [more...]
[PATCH v4 0/2] use confidential computing provisioned secrets for disk decryption
2022-02-07 15:29 UTC (3+ messages)
` [PATCH v4 1/2] cryptodisk: add OS provided secret support
` [PATCH v4 2/2] efi: Add API for retrieving the EFI secret for cryptodisk
[PATCH 00/30] My patch queue
2022-02-07 15:28 UTC (40+ messages)
` [Intel-gfx] "
` [PATCH 01/30] KVM: x86: SVM: don't passthrough SMAP/SMEP/PKE bits in !NPT && !gCR0.PG case
` [Intel-gfx] "
` [Intel-gfx] [PATCH 02/30] KVM: x86: nSVM: fix potential NULL derefernce on nested migration
` "
` [PATCH 03/30] KVM: x86: nSVM: mark vmcb01 as dirty when restoring SMM saved state
` [Intel-gfx] "
` [Intel-gfx] [PATCH 04/30] KVM: x86: nSVM/nVMX: set nested_run_pending on VM entry which is a result of RSM
` "
` [PATCH 05/30] KVM: x86: nSVM: expose clean bit support to the guest
` [Intel-gfx] "
` [Intel-gfx] [PATCH 06/30] KVM: x86: mark syntethic SMM vmexit as SVM_EXIT_SW
` "
` [PATCH 07/30] KVM: x86: nSVM: deal with L1 hypervisor that intercepts interrupts but lets L2 control them
` [Intel-gfx] "
` [PATCH 08/30] KVM: x86: lapic: don't touch irr_pending in kvm_apic_update_apicv when inhibiting it
` [Intel-gfx] "
` [Intel-gfx] [PATCH 09/30] KVM: x86: SVM: move avic definitions from AMD's spec to svm.h
` "
` [PATCH 10/30] KVM: x86: SVM: fix race between interrupt delivery and AVIC inhibition
` [Intel-gfx] "
` [PATCH 11/30] KVM: x86: SVM: use vmcb01 in avic_init_vmcb
` [Intel-gfx] "
` [Intel-gfx] [PATCH 12/30] KVM: x86: SVM: allow AVIC to co-exist with a nested guest running
` "
` [PATCH 13/30] KVM: x86: lapic: don't allow to change APIC ID when apic acceleration is enabled
` [Intel-gfx] "
` [Intel-gfx] [PATCH 14/30] KVM: x86: lapic: don't allow to change local apic id when using older x2apic api
` "
` [PATCH 15/30] KVM: x86: SVM: remove avic's broken code that updated APIC ID
` [Intel-gfx] "
` [Intel-gfx] [PATCH 16/30] KVM: x86: SVM: allow to force AVIC to be enabled
` "
` [Intel-gfx] [PATCH 17/30] KVM: x86: mmu: trace kvm_mmu_set_spte after the new SPTE was set
` "
` [PATCH 18/30] KVM: x86: mmu: add strict mmu mode
` [Intel-gfx] "
` [Intel-gfx] [PATCH 19/30] KVM: x86: mmu: add gfn_in_memslot helper
` "
[PATCH] i2c: bcm2835: Avoid clock stretching timeouts
2022-02-07 15:08 UTC (2+ messages)
[PATCH v7 00/17] KVM: s390: pv: implement lazy destroy for reboot
2022-02-07 15:17 UTC (4+ messages)
` [PATCH v7 15/17] KVM: s390: pv: api documentation for asynchronous destroy
[PATCH v1 0/6] i2c: npcm: Bug fixes timeout, spurious interrupts
2022-02-07 15:26 UTC (4+ messages)
` [PATCH v1 6/6] i2c: npcm: Support NPCM845
[PATCH v11 00/40] arm64/sme: Initial support for the Scalable Matrix Extension
2022-02-07 15:21 UTC (56+ messages)
` [PATCH v11 01/40] arm64: Define CPACR_EL1_FPEN similarly to other floating point controls
` [PATCH v11 02/40] arm64: Always use individual bits in CPACR floating point enables
` [PATCH v11 03/40] arm64: cpufeature: Always specify and use a field width for capabilities
` [PATCH v11 04/40] kselftest/arm64: Remove local ARRAY_SIZE() definitions
` [PATCH v11 05/40] kselftest/arm64: signal: Allow tests to be incompatible with features
` [PATCH v11 06/40] arm64/sme: Provide ABI documentation for SME
` [PATCH v11 07/40] arm64/sme: System register and exception syndrome definitions
` [PATCH v11 08/40] arm64/sme: Manually encode SME instructions
` [PATCH v11 09/40] arm64/sme: Early CPU setup for SME
` [PATCH v11 10/40] arm64/sme: Basic enumeration support
` [PATCH v11 11/40] arm64/sme: Identify supported SME vector lengths at boot
` [PATCH v11 12/40] arm64/sme: Implement sysctl to set the default vector length
` [PATCH v11 13/40] arm64/sme: Implement vector length configuration prctl()s
` [PATCH v11 14/40] arm64/sme: Implement support for TPIDR2
` [PATCH v11 15/40] arm64/sme: Implement SVCR context switching
` [PATCH v11 16/40] arm64/sme: Implement streaming SVE "
` [PATCH v11 17/40] arm64/sme: Implement ZA "
` [PATCH v11 18/40] arm64/sme: Implement traps and syscall handling for SME
` [PATCH v11 19/40] arm64/sme: Disable ZA and streaming mode when handling signals
` [PATCH v11 20/40] arm64/sme: Implement streaming SVE signal handling
` [PATCH v11 21/40] arm64/sme: Implement ZA "
` [PATCH v11 22/40] arm64/sme: Implement ptrace support for streaming mode SVE registers
` [PATCH v11 23/40] arm64/sme: Add ptrace support for ZA
` [PATCH v11 24/40] arm64/sme: Disable streaming mode and ZA when flushing CPU state
` [PATCH v11 25/40] arm64/sme: Save and restore streaming mode over EFI runtime calls
` [PATCH v11 26/40] KVM: arm64: Hide SME system registers from guests
` [PATCH v11 27/40] KVM: arm64: Trap SME usage in guest
` [PATCH v11 28/40] KVM: arm64: Handle SME host state when running guests
` [PATCH v11 29/40] arm64/sme: Provide Kconfig for SME
` [PATCH v11 30/40] kselftest/arm64: Add manual encodings for SME instructions
` [PATCH v11 31/40] kselftest/arm64: sme: Add SME support to vlset
` [PATCH v11 32/40] kselftest/arm64: Add tests for TPIDR2
` [PATCH v11 33/40] kselftest/arm64: Extend vector configuration API tests to cover SME
` [PATCH v11 34/40] kselftest/arm64: sme: Provide streaming mode SVE stress test
` [PATCH v11 35/40] kselftest/arm64: signal: Handle ZA signal context in core code
` [PATCH v11 36/40] kselftest/arm64: Add stress test for SME ZA context switching
` [PATCH v11 37/40] kselftest/arm64: signal: Add SME signal handling tests
` [PATCH v11 38/40] kselftest/arm64: Add streaming SVE to SVE ptrace tests
` [PATCH v11 39/40] kselftest/arm64: Add coverage for the ZA ptrace interface
` [PATCH v11 40/40] kselftest/arm64: Add SME support to syscall ABI test
[Virtio-fs] [PATCH v5 0/9] virtiofsd: Add support for file security context at file creation
2022-02-07 14:50 UTC (7+ messages)
` "
[PATCH v5 00/43] CXl 2.0 emulation Support
2022-02-07 15:10 UTC (5+ messages)
` [PATCH v5 16/43] tests/acpi: Add update DSDT.viot
[PATCH] i2c: bcm2835: Set clock-stretch timeout to 35ms
2022-02-07 15:15 UTC (4+ messages)
[PATCH v2 0/2] sched/fair: Wake task within the cluster when possible
2022-02-07 15:14 UTC (12+ messages)
` [PATCH v2 2/2] sched/fair: Scan cluster before scanning LLC in wake-up path
AMD XGBE "phy irq request failed" kernel v5.17-rc2 on V1500B based board
2022-02-07 15:19 UTC (5+ messages)
[PATCH] gpu: ipu-v3: Fix dev_dbg frequency output
2022-02-07 15:14 UTC (2+ messages)
[RFC] support for multi project toolchain-cmake
2022-02-07 15:30 UTC (2+ messages)
[PATCH v3] arm64: move efi_reboot to restart handler
2022-02-07 15:16 UTC
[PATCH] ceph: fail the request directly if handle_reply gets an ESTALE
2022-02-07 15:12 UTC (2+ messages)
Semantics vs. usage of mutex_is_locked()
2022-02-07 15:15 UTC
[PATCH v6 0/3] PCI: IPQ6018 platform support
2022-02-07 14:51 UTC (4+ messages)
` [PATCH v6 1/3] PCI: dwc: tegra: move GEN3_RELATED DBI register to common header
` [PATCH v6 2/3] PCI: qcom: Define slot capabilities using PCI_EXP_SLTCAP_*
` [PATCH v6 3/3] PCI: qcom: Add IPQ60xx support
[PATCH v6 00/13] PCI devices passthrough on Arm, part 3
2022-02-07 15:28 UTC (15+ messages)
` [PATCH v6 10/13] vpci/header: reset the command register when adding devices
[PATCH U-Boot v2019.04-aspeed-openbmc 0/6] Add GPIO hog support
2022-02-07 15:27 UTC (6+ messages)
` [PATCH U-Boot v2019.04-aspeed-openbmc 6/6] ast2600: Add GPIO controller and hog TPM reset pin
[PATCH v2 0/4] stk1160: allocate urb buffs with the DMA noncontiguous API
2022-02-07 15:13 UTC (5+ messages)
` [PATCH v2 3/4] media: stk1160: move transfer_buffer and urb to same struct 'stk1160_urb'
` [PATCH v2 4/4] media: stk1160: use dma_alloc_noncontiguous API
[PATCH 00/17] media: ov5640: Rework the clock tree programming for MIPI
2022-02-07 15:12 UTC (6+ messages)
` [PATCH 11/21] media: ov5640: Add VBLANK control
[linux-next:master 451/4212] drivers/gpu/drm/i915/gem/selftests/i915_gem_migrate.c:381 igt_async_migrate() error: uninitialized symbol 'err'
2022-02-07 15:28 UTC
[RFC PATCH 0/3] powerpc64/bpf: Add support for BPF Trampolines
2022-02-07 15:24 UTC (3+ messages)
` [RFC PATCH 2/3] powerpc/ftrace: Override ftrace_location_lookup() for MPROFILE_KERNEL
[RFC PATCH 1/1] virtio: fix feature negotiation for ACCESS_PLATFORM
2022-02-07 14:46 UTC (3+ messages)
[PATCH v6 03/13] vpci: move lock outside of struct vpci
2022-02-07 15:26 UTC (14+ messages)
[PATCH u-boot v2019.04-aspeed-oepnbmc v3 0/6] Add GPIO hog support
2022-02-07 15:22 UTC (7+ messages)
` [PATCH u-boot v2019.04-aspeed-oepnbmc v3 1/6] dm: Add a No-op uclass
` [PATCH u-boot v2019.04-aspeed-oepnbmc v3 2/6] gpio: add gpio-hog support
` [PATCH u-boot v2019.04-aspeed-oepnbmc v3 3/6] gpio: fixes for "
` [PATCH u-boot v2019.04-aspeed-oepnbmc v3 4/6] gpio: Enable hogging support in SPL
` [PATCH u-boot v2019.04-aspeed-oepnbmc v3 5/6] Add GPIO hogging support for AST2600 openbmc config
` [PATCH u-boot v2019.04-aspeed-oepnbmc v3 6/6] ast2600: Add GPIO controller and hog TPM reset pin
[PATCH 0/3] hw: aspeed_gpio: Model new interface for the AST2600
2022-02-07 15:04 UTC (2+ messages)
` [PATCH 1/3] hw: aspeed_gpio: Cleanup stray semicolon after switch
[BUG] ipw2100: possible deadlocks involving waiting and locking operations
2022-02-07 15:03 UTC
[PATCH v19 0/4] Add NVIDIA Tegra GPC-DMA driver
2022-02-07 15:01 UTC (5+ messages)
` [PATCH v19 1/4] dt-bindings: dmaengine: Add doc for tegra gpcdma
` [PATCH v19 2/4] dmaengine: tegra: Add tegra gpcdma driver
` [PATCH v19 3/4] arm64: defconfig: tegra: Enable GPCDMA
` [PATCH v19 4/4] arm64: tegra: Add GPCDMA node for tegra186 and tegra194
stable-rc/linux-4.19.y build: 185 builds: 6 failed, 179 passed, 2 errors, 28 warnings (v4.19.227-87-gb06b07466af8)
2022-02-07 15:13 UTC
[PATCH v3 0/2] Add Richtek RT1719 USBPD controller support
2022-02-07 15:16 UTC (3+ messages)
` [PATCH v3 1/2] dt-bindings: usb: rt1719: Add binding for Richtek RT1719
` [PATCH v3 2/2] usb: typec: rt1719: Add support "
[PATCH 0/2] Mark USB4 controllers as is_thunderbolt
2022-02-07 15:00 UTC (3+ messages)
stable-rc/queue/5.4 baseline: 113 runs, 4 regressions (v5.4.177-44-g371031e009cf)
2022-02-07 15:18 UTC
[dpdk-dev v1] crypto/openssl: openssl EVP MAC routine api update
2022-02-07 15:24 UTC (2+ messages)
` [dpdk-dev v2] crypto/openssl: openssl 3.0 support on sym MAC routine
[PATCH v4 00/11] 9p: Add support for darwin
2022-02-07 14:41 UTC (10+ messages)
` [PATCH v4 04/11] 9p: darwin: Handle struct dirent differences
` [PATCH v4 10/11] 9p: darwin: meson: Allow VirtFS on Darwin
[PATCH 00/16] x86/mm: large parts of P2M code and struct p2m_domain are HVM-only
2022-02-07 15:23 UTC (6+ messages)
` [PATCH 08/16] x86/P2M: PoD, altp2m, and nested-p2m "
[PATCH] fs/read_write.c: Fix a broken signed integer overflow check
2022-02-07 15:22 UTC (3+ messages)
[ANNOUNCE] 5.15.21-rt30
2022-02-07 15:15 UTC
[PATCH] block/vvfat: Fix memleaks in vvfat_close()
2022-02-07 15:20 UTC (2+ messages)
[ANNOUNCE] 4.19.227-rt102
2022-02-07 14:48 UTC
[Intel-gfx] [RFC 0/2] drm/i915/ttm: Evict and store of compressed object
2022-02-07 15:22 UTC (7+ messages)
` [Intel-gfx] [RFC 2/2] drm/i915/migrate: Evict and restore the ccs data
` "
[PATCH v9 00/43] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
2022-02-07 15:22 UTC (5+ messages)
` [PATCH v9 41/43] virt: Add SEV-SNP guest driver
Seeking clarification on the XRC Annex wrt. a TGT QP having a SQ
2022-02-07 14:55 UTC
[PATCH 0/6] Tegra QUAD SPI combined sequence mode
2022-02-07 15:05 UTC (5+ messages)
` [PATCH 6/6] spi: tegra210-quad: "
[BUG] net: mellanox: mlx4: possible deadlock in mlx4_xdp_set() and mlx4_en_reset_config()
2022-02-07 15:16 UTC
[PATCH nft 0/3] flowtable json fixes
2022-02-07 15:04 UTC (7+ messages)
` [PATCH nft 1/3] json: add flow statement json export + parser
[PATCH 01/21] MM: create new mm/swap.h header file
2022-02-07 15:18 UTC (3+ messages)
[PATCH] ilog2: Force inlining of __ilog2_u32() and __ilog2_u64()
2022-02-07 14:29 UTC
drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c:2376 eb_pin_timeline() warn: inconsistent returns '&tl->mutex'
2022-02-07 15:18 UTC
vmlinux.o: warning: objtool: rcu_user_enter()+0x34: call to ftrace_likely_update() leaves .noinstr.text section
2022-02-07 15:18 UTC
[PATCH 1/3] drm/amdkfd: Fix TLB flushing in KFD SVM with no HWS
2022-02-07 15:17 UTC (2+ messages)
[Intel-wired-lan] [net-queue, v2, 0/5] i40e: stat counter updates and additions
2022-02-07 15:17 UTC (3+ messages)
` [Intel-wired-lan] [net-queue, v2, 4/5] i40e: Add a stat for tracking pages waived
[PATCH v2] ARM: imx: add support for TQMa6UL SoM on MBa6ulxl
2022-02-07 15:15 UTC (3+ messages)
[PATCH] ubifs: Add zstd support
2022-02-07 15:14 UTC
[PATCH u-boot v2019.04-aspeed-openbmc v2 0/6] Add GPIO hog support
2022-02-07 15:10 UTC (3+ messages)
` [PATCH u-boot v2019.04-aspeed-openbmc v2 3/6] gpio: fixes for gpio-hog support
` [PATCH u-boot v2019.04-aspeed-openbmc v2 6/6] ast2600: Add GPIO controller and hog TPM reset pin
[PATCH wpan-next v2 00/14] ieee802154: Synchronous Tx API
2022-02-07 14:48 UTC (14+ messages)
` [PATCH wpan-next v2 01/14] net: ieee802154: Move the logic restarting the queue upon transmission
` [PATCH wpan-next v2 03/14] net: ieee802154: at86rf230: Call _xmit_error() when a transmission fails
` [PATCH wpan-next v2 04/14] net: ieee802154: atusb: "
` [PATCH wpan-next v2 05/14] net: ieee802154: ca8210: "
` [PATCH wpan-next v2 06/14] net: mac802154: Stop exporting ieee802154_wake/stop_queue()
` [PATCH wpan-next v2 07/14] net: mac802154: Rename the synchronous xmit worker
` [PATCH wpan-next v2 08/14] net: mac802154: Rename the main tx_work struct
` [PATCH wpan-next v2 09/14] net: mac802154: Follow the count of ongoing transmissions
` [PATCH wpan-next v2 10/14] net: mac802154: Hold the transmit queue when relevant
` [PATCH wpan-next v2 11/14] net: mac802154: Create a hot tx path
` [PATCH wpan-next v2 12/14] net: mac802154: Add a warning in the hot path
` [PATCH wpan-next v2 13/14] net: mac802154: Introduce a tx queue flushing mechanism
` [PATCH wpan-next v2 14/14] net: mac802154: Introduce a synchronous API for MLME commands
UDD with shared interrupts?
2022-02-07 15:14 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.