All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-06-02 13:45:20 to 2021-06-02 14:21:33 UTC [more...]

[PATCH 0/6] sched: Cleanup task_struct::state
 2021-06-02 14:20 UTC  (25+ messages)
` [PATCH 1/6] sched: Unbreak wakeups
` [PATCH 3/6] sched,perf,kvm: Fix preemption condition
` [PATCH 4/6] sched: Add get_current_state()
` [PATCH 6/6] sched: Change task_struct::state

[RFC net-next 0/2] Introduce MDIO probe order C45 over C22
 2021-06-02 14:15 UTC  (9+ messages)

[PATCH 0/7] libdrm tests for hot-unplug feature
 2021-06-02 14:20 UTC  (4+ messages)

[syzbot] UBSAN: shift-out-of-bounds in snd_timer_user_ccallback
 2021-06-02 14:19 UTC  (2+ messages)

[sched/fair] d8fcb81f1a: netperf.Throughput_tps -16.9% regression
 2021-06-02 14:19 UTC  (6+ messages)
  ` [LKP] "

[patch 0/8] x86/fpu: Mop up XSAVES and related damage
 2021-06-02 14:15 UTC  (4+ messages)
` [patch 1/8] selftests/x86: Test signal frame XSTATE header corruption handling

[PATCH] x86: Add a test for AMD SEV-ES #VC handling
 2021-06-02 14:14 UTC  (2+ messages)
` [PATCH v3] x86: Add a test for AMD SEV-ES guest "

[PATCH] arm64: cache: Lower ARCH_DMA_MINALIGN to 64 (L1_CACHE_BYTES)
 2021-06-02 14:15 UTC  (7+ messages)

[PATCH 01/10] drm/ttm: allocate resource object instead of embedding it v2
 2021-06-02 14:17 UTC  (8+ messages)
` [PATCH 02/10] drm/ttm: flip over the range manager to self allocated nodes

[PATCH v2 0/5] Add support for the Hynix Hi-846 camera
 2021-06-02 14:12 UTC  (7+ messages)
` [PATCH v2 2/5] dt-bindings: media: document SK Hynix Hi-846 MIPI CSI-2 8M pixel sensor

[meta-oe][PATCH 0/9] libgpiod: ptest improvements
 2021-06-02 14:15 UTC  (10+ messages)
` [meta-oe][PATCH 1/9] libgpiod: coding style fixes
` [meta-oe][PATCH 2/9] libgpiod: list all packages in a single assignment
` [meta-oe][PATCH 3/9] libgpiod: fix RRECOMMENDS for python bindings
` [meta-oe][PATCH 4/9] libgpiod: correctly split output files into packages
` [meta-oe][PATCH 5/9] libgpiod: add RDEPENDS for tests
` [meta-oe][PATCH 6/9] libgpiod: redirect stdout from the ptest executable to a file
` [meta-oe][PATCH 7/9] libgpiod: ptest: run all test-suites if possible
` [meta-oe][PATCH 8/9] libgpiod: ptest: warn if the gpio-mockup kernel module is not selected
` [meta-oe][PATCH 9/9] libgpiod: ptest: add kernel-modules to RRECOMMENDS

[PATCH -next] ASoC: atmel: sam9x5_wm8731: use devm_snd_soc_register_card()
 2021-06-02 14:16 UTC 

[PATCH][next] ASoC: rk817: remove redundant assignment to pointer node
 2021-06-02 14:11 UTC  (3+ messages)

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

[Intel-gfx] [PATCH] drm/i915: Only set bind_async_flags when concurrent access wa is not active, v3
 2021-06-02 14:12 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Only set bind_async_flags when concurrent access wa is not active, v3. (rev3)

[PATCH] drm/amdgpu: switch kzalloc to kvmalloc in amdgpu_bo_create
 2021-06-02 14:11 UTC  (2+ messages)

[RFC PATCH 0/6] powerpc: Stack tracer fixes
 2021-06-02 14:09 UTC  (6+ messages)
` [RFC PATCH 1/6] trace/stack: Move code to save the stack trace into a separate function

[PATCH] docs: ref-manual: migration-3.0: remove reference to non-existing BB_SETSCENE_VERIFY_FUNCTION2
 2021-06-02 14:10 UTC  (2+ messages)
` [docs] "

[PULL 00/23] Vga 20210527 patches
 2021-06-02 14:08 UTC  (3+ messages)
` [PULL 15/23] virtio-gpu: Refactor virtio_gpu_set_scanout

[PATCH v1 1/2] gpio: dwapb: Drop redundant check in dwapb_irq_set_type()
 2021-06-02 14:07 UTC  (4+ messages)
` [PATCH v1 2/2] gpio: dwapb: Switch to use fwnode_irq_get()

[PATCH 2/3] PCI: dwc: Add Qualcomm PCIe Endpoint controller driver
 2021-06-02 14:05 UTC  (3+ messages)

[PATCH 0/1] tests/acceptance: change armbian archive to a faster host
 2021-06-02 14:08 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH] Revert "usb: typec: mux: Remove requirement for the "orientation-switch" device property"
 2021-06-02 14:06 UTC  (2+ messages)

[PATCH 01/11] drm/amdgpu: Comply with implicit fencing rules
 2021-06-02 14:06 UTC  (5+ messages)
` [PATCH 03/11] drm/panfrost: Use xarray and helpers for depedency tracking
    ` [Intel-gfx] "

[PATCH -next] ASoC: rk817: Constify static struct snd_soc_dai_ops
 2021-06-02 14:05 UTC  (2+ messages)

[PATCH] trace-cmd: Add option to poll trace buffers
 2021-06-02 14:05 UTC  (2+ messages)

[PATCH net-next] net/x25: Return the correct errno code
 2021-06-02 14:06 UTC  (2+ messages)

[PATCH Part1 RFC v3 00/22] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-06-02 14:04 UTC  (23+ messages)
` [PATCH Part1 RFC v3 01/22] x86/sev: shorten GHCB terminate macro names
` [PATCH Part1 RFC v3 02/22] x86/sev: Define the Linux specific guest termination reasons
` [PATCH Part1 RFC v3 03/22] x86/sev: Save the negotiated GHCB version
` [PATCH Part1 RFC v3 04/22] x86/mm: Add sev_feature_enabled() helper
` [PATCH Part1 RFC v3 05/22] x86/sev: Add support for hypervisor feature VMGEXIT
` [PATCH Part1 RFC v3 06/22] x86/sev: check SEV-SNP features support
` [PATCH Part1 RFC v3 07/22] x86/sev: Add a helper for the PVALIDATE instruction
` [PATCH Part1 RFC v3 08/22] x86/compressed: Add helper for validating pages in the decompression stage
` [PATCH Part1 RFC v3 09/22] x86/compressed: Register GHCB memory when SEV-SNP is active
` [PATCH Part1 RFC v3 10/22] x86/sev: "
` [PATCH Part1 RFC v3 11/22] x86/sev: Add helper for validating pages in early enc attribute changes
` [PATCH Part1 RFC v3 12/22] x86/kernel: Make the bss.decrypted section shared in RMP table
` [PATCH Part1 RFC v3 13/22] x86/kernel: Validate rom memory before accessing when SEV-SNP is active
` [PATCH Part1 RFC v3 14/22] x86/mm: Add support to validate memory when changing C-bit
` [PATCH Part1 RFC v3 15/22] KVM: SVM: define new SEV_FEATURES field in the VMCB Save State Area
` [PATCH Part1 RFC v3 16/22] KVM: SVM: Create a separate mapping for the SEV-ES save area
` [PATCH Part1 RFC v3 17/22] KVM: SVM: Create a separate mapping for the GHCB "
` [PATCH Part1 RFC v3 18/22] KVM: SVM: Update the SEV-ES save area mapping
` [PATCH Part1 RFC v3 19/22] x86/sev-snp: SEV-SNP AP creation support
` [PATCH Part1 RFC v3 20/22] x86/boot: Add Confidential Computing address to setup_header
` [PATCH Part1 RFC v3 21/22] x86/sev: Register SNP guest request platform device
` [PATCH Part1 RFC v3 22/22] virt: Add SEV-SNP guest driver

[PATCH 0/9] Remove DISCINTIGMEM memory model
 2021-06-02 14:03 UTC  (12+ messages)
` [PATCH 4/9] m68k: remove support for DISCONTIGMEM

[PATCH for-rc] RDMA/rxe: Fix failure during driver load
 2021-06-02 14:04 UTC  (8+ messages)

[PATCH 1/2] dma-buf: fix inconsistent debug print v2
 2021-06-02 14:03 UTC  (2+ messages)
` [PATCH 2/2] dma-buf: add SPDX header and fix style in dma-resv.c

[PATCH u-boot-dm + u-boot-spi v4 00/10] Support SPI NORs and OF partitions in `mtd list`
 2021-06-02 14:03 UTC  (5+ messages)

[PATCH v2] kbuild: remove trailing slashes from $(KBUILD_EXTMOD)
 2021-06-02 14:02 UTC 

[RFC PATCH v2 net-next 0/9] Convert xpcs to phylink_pcs_ops
 2021-06-02 14:02 UTC  (6+ messages)
` [RFC PATCH v2 net-next 9/9] net: pcs: xpcs: convert "

[PULL 00/20] Block layer patches
 2021-06-02 13:45 UTC  (21+ messages)
` [PULL 01/20] block/quorum: Provide .bdrv_co_flush instead of .bdrv_co_flush_to_disk
` [PULL 02/20] qemu-io-cmds: assert that we don't have .perm requested in no-blk case
` [PULL 03/20] block/vvfat: child_vvfat_qcow: add .get_parent_aio_context, fix crash
` [PULL 04/20] block/vvfat: fix vvfat_child_perm crash
` [PULL 05/20] block: consistently use bdrv_is_read_only()
` [PULL 06/20] block: drop BlockDriverState::read_only
` [PULL 07/20] block: drop BlockBackendRootState::read_only
` [PULL 08/20] block/file-posix: Fix problem with fallocate(PUNCH_HOLE) on GPFS
` [PULL 09/20] block/file-posix: Try other fallbacks after invalid FALLOC_FL_ZERO_RANGE
` [PULL 10/20] block: document child argument of bdrv_attach_child_common()
` [PULL 11/20] block-backend: improve blk_root_get_parent_desc()
` [PULL 12/20] block: improve bdrv_child_get_parent_desc()
` [PULL 13/20] block/vvfat: inherit child_vvfat_qcow from child_of_bds
` [PULL 14/20] block: simplify bdrv_child_user_desc()
` [PULL 15/20] block: improve permission conflict error message
` [PULL 16/20] block-backend: add drained_poll
` [PULL 17/20] nbd/server: Use drained block ops to quiesce the server
` [PULL 18/20] block-copy: fix block_copy_task_entry() progress update
` [PULL 19/20] block-copy: refactor copy_range handling
` [PULL 20/20] docs/secure-coding-practices: Describe how to use 'null-co' block driver

[Intel-gfx] [PATCH 1/3] drm/i915/ddi: Flush encoder power domain ref puts during driver unload
 2021-06-02 14:01 UTC  (4+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915: Fix incorrect assert about pending power domain async-put work

[PATCH 0/2] Add allowed CPU capacity knowledge to EAS
 2021-06-02 13:56 UTC  (3+ messages)
` [PATCH 1/2] sched/fair: Take thermal pressure into account while estimating energy
` [PATCH 2/2] sched/cpufreq: Consider reduced CPU capacity in energy calculation

[RFC/RFT PATCH 0/5] consolidate "System RAM" resources setup
 2021-06-02 13:54 UTC  (7+ messages)
` [RFC/RFT PATCH 2/5] memblock: introduce generic memblock_setup_resources()

[PATCH 0/4] perf vendor events: Add events for Icelake Server and update for Icelake Client
 2021-06-02 13:55 UTC  (8+ messages)
` [PATCH 1/4] perf vendor events: Add core event list for Icelake Server

[RFC PATCH 0/2] Allow high order pages to be stored on PCP
 2021-06-02 13:53 UTC  (5+ messages)
` [PATCH 2/2] mm/page_alloc: Allow high-order pages to be stored on the per-cpu lists

[PATCH V3 00/22] Live Update
 2021-06-02 13:51 UTC  (12+ messages)
              ` [PATCH V3 00/22] Live Update [restart]

[PATCH net-next] fib: Return the correct errno code
 2021-06-02 14:06 UTC 

[PATCH net-next] net: Return the correct errno code
 2021-06-02 14:06 UTC 

[PATCH] doc: usage: man-page for ums command
 2021-06-02 13:52 UTC 

[BUG] I found a bug when try to enable record_ftrace
 2021-06-02 13:52 UTC  (2+ messages)

[PATCH] tools/perf: doc: Add permission and sysctl notice
 2021-06-02 13:51 UTC  (4+ messages)
` [PATCH v2] "

[qemu-mainline test] 162331: regressions - FAIL
 2021-06-02 13:51 UTC 

[PATCH] t2080: fix cp invocation to copy symlinks instead of following them
 2021-06-02 13:50 UTC  (8+ messages)

[PATCH] doc: usage: reorder commands in index.rst
 2021-06-02 13:50 UTC  (2+ messages)

[PATCH 1/2] vhost-vdpa: don't initialize backend_features
 2021-06-02  7:38 UTC  (2+ messages)

[dpdk-dev] [RFC PATCH] ethdev: add support for testpmd-compliant flow rule dumping
 2021-06-02 13:49 UTC  (5+ messages)

[PATCH v2 0/3] use bin_attribute to avoid buff overflow
 2021-06-02 13:48 UTC  (4+ messages)
` [PATCH v2 1/3] lib: bitmap: introduce bitmap_print_to_buf
` [PATCH v2 2/3] topology: use bin_attribute to avoid buff overflow
` [PATCH v2 3/3] drivers/base/node.c: "

[jirislaby:devel 91/112] drivers/media/v4l2-core/v4l2-ctrls-api.o: warning: objtool: try_set_ext_ctrls_common()+0x13e3: unreachable instruction
 2021-06-02 13:48 UTC 

[virtio-dev] [PATCH] Add virtio parameter server device specification
 2021-06-02 13:48 UTC  (6+ messages)

[PATCH 0/2] Support for isl76683 ambient light sensor
 2021-06-02 13:45 UTC  (3+ messages)
` [PATCH 1/2] iio: light: Add support for Intersil isl76683 sensor
` [PATCH 2/2] dt-bindings: iio: light: add isl76683 light bindings

[PATCH V2] qedf: Update the max_id value in host structure
 2021-06-02 13:45 UTC  (2+ messages)

[PATCH_V3] Adding ifdefs to call the respective routines only when their configs are enabled
 2021-06-02 13:44 UTC  (10+ messages)

[Cluster-devel] [PATCH dlm/next 1/6] fs: dlm: fix lowcomms_start error case
 2021-06-02 13:45 UTC  (2+ messages)
` [Cluster-devel] [PATCH dlm/next 6/6] fs: dlm: rename socket and app buffer defines


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.