All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-04-30 12:03:45 to 2021-04-30 12:48:12 UTC [more...]

[PATCH v2 00/16] virtio-gpu: split into two devices
 2021-04-30 11:35 UTC  (13+ messages)
` [PATCH v2 01/16] virtio-gpu: rename virgl source file
` [PATCH v2 02/16] virtio-gpu: add virtio-gpu-gl-device
` [PATCH v2 03/16] virtio-gpu: move virgl realize + properties
` [PATCH v2 04/16] virtio-gpu: move virgl reset
` [PATCH v2 07/16] virtio-gpu: move virgl gl_flushed
` [PATCH v2 09/16] virtio-gpu: move update_cursor_data
` [PATCH v2 10/16] virtio-gpu: drop VIRGL() macro
` [PATCH v2 12/16] virtio-gpu: drop use_virgl_renderer
` [PATCH v2 13/16] virtio-gpu: move fields to struct VirtIOGPUGL
` [PATCH v2 14/16] virtio-gpu: add virtio-gpu-gl-pci
` [PATCH v2 15/16] modules: add have_vga
` [PATCH v2 16/16] virtio-gpu: add virtio-vga-gl

[PATCH 1/3] fs/buffer.c: add new api to allow eof writeback
 2021-04-30 12:47 UTC  (5+ messages)
` [Cluster-devel] "

[Bug 1926759] [NEW] WFI instruction results in unhandled CPU exception
 2021-04-30 11:31 UTC 

[PATCH] afs: Fix speculative status fetches
 2021-04-30 12:47 UTC 

[PATCH] io_uring: Fix memory leak in io_sqe_buffers_register()
 2021-04-30 12:44 UTC  (3+ messages)

[PATCH 0/6] Add new bayer ir formats
 2021-04-30 12:44 UTC  (12+ messages)
` [PATCH 1/6] media: uapi: Add MEDIA_BUS_FMT_SGRGB_IGIG_GBGR_IGIG media bus formats

[PATCH] musb: mediatek: rename driver
 2021-04-30 12:43 UTC  (3+ messages)

[PULL 00/25] QAPI patches patches for 2021-04-30
 2021-04-30 11:48 UTC  (7+ messages)
` [PULL 01/25] qapi/expr: Comment cleanup
` [PULL 08/25] qapi/expr.py: Add casts in a few select cases
` [PULL 11/25] qapi/expr.py: Consolidate check_if_str calls in check_if
` [PULL 15/25] qapi/expr.py: Add docstrings
` [PULL 17/25] qapi/expr: Update authorship and copyright information
` [PULL 19/25] qapi/error: Use Python3-style super()

[PATCH net-next 0/4] MT7530 interrupt support
 2021-04-30 12:44 UTC  (9+ messages)
      ` Aw: "
        `  "

[PATCH 00/21] drm/i915/gem: ioctl clean-ups
 2021-04-30 12:44 UTC  (14+ messages)
` [PATCH 16/21] drm/i915/gem: Delay context creation
  ` [Intel-gfx] "

[PATCH 1/1] NFSv4: can_open_cached needs to be called with so_lock
 2021-04-30 12:42 UTC  (2+ messages)

[PATCH] Revert "ACPI: power: Turn off unused power resources unconditionally"
 2021-04-30 12:42 UTC 

[PATCH Part2 RFC v2 00/37] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-04-30 12:38 UTC  (38+ messages)
` [PATCH Part2 RFC v2 01/37] KVM: SVM: Add support to handle AP reset MSR protocol
` [PATCH Part2 RFC v2 02/37] KVM: SVM: Provide the Hypervisor Feature support VMGEXIT
` [PATCH Part2 RFC v2 03/37] KVM: SVM: Increase the GHCB protocol version
` [PATCH Part2 RFC v2 04/37] x86/cpufeatures: Add SEV-SNP CPU feature
` [PATCH Part2 RFC v2 05/37] x86/sev: Add the host SEV-SNP initialization support
` [PATCH Part2 RFC v2 06/37] x86/sev: Add RMP entry lookup helpers
` [PATCH Part2 RFC v2 07/37] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH Part2 RFC v2 08/37] x86/sev: Split the physmap when adding the page in RMP table
` [PATCH Part2 RFC v2 09/37] x86/traps: Define RMP violation #PF error code
` [PATCH Part2 RFC v2 10/37] x86/fault: Add support to handle the RMP fault for kernel address
` [PATCH Part2 RFC v2 11/37] x86/fault: Add support to handle the RMP fault for user address
` [PATCH Part2 RFC v2 12/37] crypto:ccp: Define the SEV-SNP commands
` [PATCH Part2 RFC v2 13/37] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH Part2 RFC v2 14/37] crypto: ccp: Shutdown SNP firmware on kexec
` [PATCH Part2 RFC v2 15/37] crypto:ccp: Provide APIs to issue SEV-SNP commands
` [PATCH Part2 RFC v2 16/37] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH Part2 RFC v2 17/37] crypto: ccp: Handle the legacy SEV command "
` [PATCH Part2 RFC v2 18/37] KVM: SVM: make AVIC backing, VMSA and VMCB memory allocation SNP safe
` [PATCH Part2 RFC v2 19/37] KVM: SVM: Add initial SEV-SNP support
` [PATCH Part2 RFC v2 20/37] KVM: SVM: define new SEV_FEATURES field in the VMCB Save State Area
` [PATCH Part2 RFC v2 21/37] KVM: SVM: Add KVM_SNP_INIT command
` [PATCH Part2 RFC v2 22/37] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH Part2 RFC v2 23/37] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH Part2 RFC v2 24/37] KVM: SVM: Reclaim the guest pages when SEV-SNP VM terminates
` [PATCH Part2 RFC v2 25/37] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command
` [PATCH Part2 RFC v2 26/37] KVM: X86: Add kvm_x86_ops to get the max page level for the TDP
` [PATCH Part2 RFC v2 27/37] KVM: X86: Introduce kvm_mmu_map_tdp_page() for use by SEV
` [PATCH Part2 RFC v2 28/37] KVM: X86: Introduce kvm_mmu_get_tdp_walk() for SEV-SNP use
` [PATCH Part2 RFC v2 29/37] KVM: X86: Define new RMP check related #NPF error bits
` [PATCH Part2 RFC v2 30/37] KVM: X86: update page-fault trace to log the 64-bit error code
` [PATCH Part2 RFC v2 31/37] KVM: SVM: Add support to handle GHCB GPA register VMGEXIT
` [PATCH Part2 RFC v2 32/37] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH Part2 RFC v2 33/37] KVM: SVM: Add support to handle "
` [PATCH Part2 RFC v2 34/37] KVM: X86: Export the kvm_zap_gfn_range() for the SNP use
` [PATCH Part2 RFC v2 35/37] KVM: SVM: Add support to handle the RMP nested page fault
` [PATCH Part2 RFC v2 36/37] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH Part2 RFC v2 37/37] KVM: SVM: Advertise the SEV-SNP feature support

[PATCH v3 00/15] qemu_iotests: improve debugging options
 2021-04-30 11:38 UTC  (9+ messages)
` [PATCH v3 01/15] python: qemu: add timer parameter for qmp.accept socket
` [PATCH v3 02/15] python: qemu: pass the wrapper field from QEMUQtestmachine to QEMUMachine
` [PATCH v3 03/15] docs/devel/testing: add debug section to the QEMU iotests chapter
` [PATCH v3 04/15] qemu-iotests: add option to attach gdbserver

[PATCH 1/1] travis: Fix Fedora
 2021-04-30 12:40 UTC  (2+ messages)

[Intel-wired-lan] [PATCH net-next v2] igb: Add counter to i21x doublecheck
 2021-04-30 12:41 UTC 

[PATCH testsuite] policy: only define anon_inode class if not defined in system policy
 2021-04-30 12:39 UTC  (3+ messages)

[RFC 0/2] [RFC] Honor PCI prefetchable attributes for a virtual machine on ARM64
 2021-04-30 12:38 UTC  (5+ messages)
` [RFC 1/2] vfio/pci: keep the prefetchable attribute of a BAR region in VMA

[PATCH v2] virtiofs: propagate sync() to file server
 2021-04-30 12:32 UTC  (9+ messages)
    ` [Virtio-fs] "

[cip-dev][isar-cip-core][PATCH] swupdate-config: add prefix to variables
 2021-04-30 12:32 UTC  (2+ messages)

[Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/2] drm/i915/fbc: Don't nuke manually around flips (rev3)
 2021-04-30 12:39 UTC 

Support for AMDI0022 UART
 2021-04-30 12:37 UTC  (3+ messages)

[ANNOUNCE] Git Rev News edition 74
 2021-04-30 12:36 UTC 

[PATCH 0/3] add three core api docs
 2021-04-30 12:34 UTC  (5+ messages)
` [PATCH 1/3] docs/zh_CN: add core-api kernel-api.rst translation

[PATCH] arm_pmu: Fix write counter incorrect in ARMv7 big-endian mode
 2021-04-30 12:34 UTC  (3+ messages)

[PATCH 1/6] mfd: Add Delta TN48M CPLD driver
 2021-04-30 12:35 UTC  (6+ messages)
` [PATCH 2/6] dt-bindings: gpio: Add Delta TN48M CPLD GPIO bindings
` [PATCH 3/6] gpio: Add Delta TN48M CPLD GPIO driver
` [PATCH 4/6] hwmon: Add Delta TN48M CPLD HWMON driver
` [PATCH 5/6] dt-bindings: mfd: Add Delta TN48M CPLD drivers bindings
` [PATCH 6/6] MAINTAINERS: Add Delta Networks TN48M CPLD drivers

[linux-next:pending-fixes] BUILD SUCCESS 660c9aba2ae7bf0085f7f8d821a2fb253d19f926
 2021-04-30 12:34 UTC 

[LTP] [PATCH 4/4] syscalls/fcntl: Replace TINFO with TPASS or TFAIL
 2021-04-30 12:35 UTC  (2+ messages)

any compelling reason to use SDK rather than eSDK?
 2021-04-30 12:34 UTC  (2+ messages)
` [yocto] "

[PATCH net-next v3 0/6] provide generic net selftest support
 2021-04-30 12:31 UTC  (5+ messages)
` [PATCH net-next v3 3/6] net: add generic "

[cip-dev][isar-cip-core][PATCH] README.secureboot: Corrections
 2021-04-30 12:28 UTC  (2+ messages)

[PATCH v2 00/13] Remove vfio_mdev.c, mdev_parent_ops and more
 2021-04-30 12:31 UTC  (7+ messages)
` [PATCH v2 07/13] vfio/ccw: Convert to use vfio_register_group_dev()

[libgpiod][PATCH 0/3] tests: add support for the gpio-sim kernel module
 2021-04-30 12:31 UTC  (6+ messages)
` [libgpiod][PATCH 2/3] libgpiosim: new library for controlling the gpio-sim module

[PATCH 00/12] pinctrl: renesas: Add more bias pinconf support
 2021-04-30 12:31 UTC  (14+ messages)
` [PATCH 01/12] pinctrl: renesas: r8a7796: Add missing bias for PRESET# pin
` [PATCH 02/12] pinctrl: renesas: r8a77990: JTAG pins do not have pull-down capabilities
` [PATCH 03/12] pinctrl: renesas: r8a77990: Drop bogus PUEN_ prefixes in comments
` [PATCH 04/12] pinctrl: renesas: r8a7778: Remove unused PORT_GP_PUP_1() macro
` [PATCH 05/12] pinctrl: renesas: r8a779{51,6,65}: Reduce non-functional differences
` [PATCH 06/12] pinctrl: renesas: r8a77470: Add bias pinconf support
` [PATCH 07/12] pinctrl: renesas: r8a7790: "
` [PATCH 08/12] pinctrl: renesas: r8a7792: "
` [PATCH 09/12] pinctrl: renesas: r8a7794: "
` [PATCH 10/12] pinctrl: renesas: r8a77970: "
` [PATCH 11/12] pinctrl: renesas: r8a77980: "
` [PATCH 12/12] pinctrl: renesas: r8a77995: "

[Intel-wired-lan] [PATCH net] i40e: Remove lldp frame filters
 2021-04-30 12:29 UTC  (2+ messages)

[PATCH v4 5/9] staging: media: atomisp: reformat code comment blocks
 2021-04-30 12:29 UTC  (7+ messages)

trying to keep the variable glossary up to date
 2021-04-30 12:29 UTC  (2+ messages)
` [docs] "

[Buildroot] [PATCH 1/1] package/php: security bump version to 7.4.18
 2021-04-30 12:29 UTC 

[PATCH] staging: rtl8192e: remove unnecesasry ftrace-like logging
 2021-04-30 12:28 UTC 

[PATCH v3 00/30] Base for adding PowerPC 64-bit instructions
 2021-04-30 11:23 UTC  (3+ messages)
` [PATCH v3 25/30] target/ppc: Move ADDI, ADDIS to decodetree, implement PADDI

[PATCH] afs: Fix speculative status fetches
 2021-04-30 12:26 UTC 

[PATCH] tasklets: simplify code in tasklet_action_common()
 2021-04-30 12:25 UTC 

[PATCH v2 1/1] net: phy: marvell: enable downshift by default
 2021-04-30 12:24 UTC  (2+ messages)

[meta-oe][PATCH v3] proftpd: Update to 1.3.7a release
 2021-04-30 12:23 UTC 

[PATCH] thermal: intel: Initialize RW trip to THERMAL_TEMP_INVALID
 2021-04-30 12:23 UTC 

[PATCH v2 00/30] subtree: clean up, improve UX
 2021-04-30 12:22 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 10/30] subtree: t7900: add a test for the -h flag

[PATCH] docs/zh_CN: Adjust order and content of zh_CN/index.rst
 2021-04-30 12:22 UTC  (2+ messages)
` [PATCH v2] "

[Intel-wired-lan] [tnguy-net-queue:dev-queue] BUILD SUCCESS 6ed7f4675db5cc59206e9ec09801609c22c7d6e3
 2021-04-30 12:22 UTC 

[Intel-wired-lan] [tnguy-next-queue:dev-queue] BUILD SUCCESS WITH WARNING 94aa53f0c7a1a823b7f579e3f9f1cb5d12dabce5
 2021-04-30 12:22 UTC 

[PATCH v5 0/6] Add Unisoc's drm kms module
 2021-04-30 12:20 UTC  (5+ messages)
` [PATCH v5 4/6] drm/sprd: add Unisoc's drm display controller driver

[syzbot] memory leak in io_sqe_buffers_register
 2021-04-30 12:19 UTC  (2+ messages)

[PATCH Part1 RFC v2 00/20] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-04-30 12:16 UTC  (21+ messages)
` [PATCH Part1 RFC v2 01/20] x86/sev: Define the GHCB MSR protocol for AP reset hold
` [PATCH Part1 RFC v2 02/20] x86/sev: Save the negotiated GHCB version
` [PATCH Part1 RFC v2 03/20] x86/sev: Add support for hypervisor feature VMGEXIT
` [PATCH Part1 RFC v2 04/20] x86/sev: Increase the GHCB protocol version
` [PATCH Part1 RFC v2 05/20] x86/sev: Define SNP Page State Change VMGEXIT structure
` [PATCH Part1 RFC v2 06/20] x86/sev: Define SNP guest request NAE events
` [PATCH Part1 RFC v2 07/20] x86/sev: Define error codes for reason set 1
` [PATCH Part1 RFC v2 08/20] x86/mm: Add sev_snp_active() helper
` [PATCH Part1 RFC v2 09/20] x86/sev: check SEV-SNP features support
` [PATCH Part1 RFC v2 10/20] x86/sev: Add a helper for the PVALIDATE instruction
` [PATCH Part1 RFC v2 11/20] x86/compressed: Add helper for validating pages in the decompression stage
` [PATCH Part1 RFC v2 12/20] x86/compressed: Register GHCB memory when SEV-SNP is active
` [PATCH Part1 RFC v2 13/20] x86/sev: "
` [PATCH Part1 RFC v2 14/20] x86/sev: Add helper for validating pages in early enc attribute changes
` [PATCH Part1 RFC v2 15/20] x86/kernel: Make the bss.decrypted section shared in RMP table
` [PATCH Part1 RFC v2 16/20] x86/kernel: Validate rom memory before accessing when SEV-SNP is active
` [PATCH Part1 RFC v2 17/20] x86/mm: Add support to validate memory when changing C-bit
` [PATCH Part1 RFC v2 18/20] x86/boot: Add Confidential Computing address to setup_header
` [PATCH Part1 RFC v2 19/20] x86/sev: Register SNP guest request platform device
` [PATCH Part1 RFC v2 20/20] virt: Add SEV-SNP guest driver

[PATCH 000/190] Revertion of all of the umn.edu commits
 2021-04-30 12:17 UTC  (8+ messages)
` [PATCH 074/190] Revert "drm/gma500: fix memory disclosures due to uninitialized bytes"
` [PATCH 075/190] Revert "gma/gma500: fix a memory disclosure bug "

[dpdk-dev] Build KNI module failed
 2021-04-30 12:17 UTC  (2+ messages)

[PATCH] PCI: pciehp: Ignore Link Down/Up caused by DPC
 2021-04-30 12:15 UTC  (7+ messages)

[PATCH] ui: Fix memory leak in qemu_xkeymap_mapping_table()
 2021-04-30 11:21 UTC  (2+ messages)

[PATCH] btrfs: fix unmountable seed device after fstrim
 2021-04-30 12:14 UTC  (3+ messages)

[TF-A] Proposal: TF-A to adopt hand-off blocks (HOBs) for information passing between boot stages
 2021-04-30 12:13 UTC  (2+ messages)

[PATCH] net: atheros: nic-devel@qualcomm.com is dead
 2021-04-30 12:11 UTC 

[PATCH 0/3] Unisolate LMBs DRC on removal error + cleanups
 2021-04-30 12:09 UTC  (4+ messages)
` [PATCH 1/3] powerpc/pseries: Set UNISOLATE on dlpar_memory_remove_by_ic() error
` [PATCH 2/3] hotplug-memory.c: enhance dlpar_memory_remove* LMB checks
` [PATCH 3/3] pseries/hotplug-memory.c: adding dlpar_memory_remove_lmbs_common()

[RFC] drm/i915: lpsp with hdmi/dp outputs
 2021-04-30 11:53 UTC  (2+ messages)
` [Intel-gfx] [RFC v2] "

[Intel-gfx] REGRESSION with 5.12: Suspend not working on Toshiba notebook
 2021-04-30 10:36 UTC  (2+ messages)

A problem with "ip=..." ipconfig and Atheros alx driver
 2021-04-30 12:08 UTC  (2+ messages)

[PATCH v4 0/4] KVM statistics data fd-based binary interface
 2021-04-30 12:07 UTC  (5+ messages)
` [PATCH v4 1/4] KVM: stats: Separate common stats from architecture specific ones

Radeon NI: GIT kernel with the nislands_smc commit doesn't boot on a Freescale P5040 board and P.A.Semi Nemo board
 2021-04-30 11:59 UTC 

[PATCH 0/4] x86: Don't invoke asm_exc_nmi() on the kernel stack
 2021-04-30 12:05 UTC  (5+ messages)
` [PATCH 1/4] x86/xen/entry: Rename xenpv_exc_nmi to noist_exc_nmi

[PATCH 01/13] drm/ttm: add ttm_sys_manager v2
 2021-04-30 12:05 UTC  (3+ messages)
` [PATCH 02/13] drm/ttm: always initialize the full ttm_resource

[PATCH 0/2] cocoa: keyboard quality of life
 2021-04-30 10:58 UTC  (6+ messages)
` [PATCH 1/2] ui/cocoa: capture all keys and combos when mouse is grabbed

[PATCH v2] sched: Fix out-of-bound access in uclamp
 2021-04-30 12:03 UTC  (6+ messages)

[PATCH] mirror: stop cancelling in-flight requests on non-force cancel in READY
 2021-04-30 10:56 UTC  (2+ 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.