All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-02-20 17:45:04 to 2023-02-20 18:48:10 UTC [more...]

[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-02-20 18:38 UTC  (15+ messages)
` [PATCH RFC v8 01/56] KVM: x86: Add 'fault_is_private' x86 op
` [PATCH RFC v8 09/56] KVM: SEV: Handle memory backed by restricted memfd
` [PATCH RFC v8 10/56] x86/cpufeatures: Add SEV-SNP CPU feature
` [PATCH RFC v8 11/56] x86/sev: Add the host SEV-SNP initialization support
` [PATCH RFC v8 12/56] x86/sev: Add RMP entry lookup helpers
` [PATCH RFC v8 13/56] x86/fault: Add helper for dumping RMP entries
` [PATCH RFC v8 14/56] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH RFC v8 15/56] x86/sev: Invalidate pages from the direct map when adding them to the RMP table
` [PATCH RFC v8 16/56] x86/traps: Define RMP violation #PF error code
` [PATCH RFC v8 17/56] x86/fault: Add support to handle the RMP fault for user address
` [PATCH RFC v8 18/56] x86/fault: fix handle_split_page_fault() to work with memfd backed pages
` [PATCH RFC v8 19/56] x86/fault: Return pfn from dump_pagetable() for SEV-specific fault handling
` [PATCH RFC v8 20/56] crypto:ccp: Define the SEV-SNP commands
` [PATCH RFC v8 21/56] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP

[PATCH v3 1/2] clk: Add generic sync_state callback for disabling unused clocks
 2023-02-20 18:47 UTC  (6+ messages)

[PATCH v4 00/27] target/s390x: pc-relative translation blocks
 2023-02-20 18:40 UTC  (23+ messages)
` [PATCH v4 01/27] target/s390x: Use tcg_constant_* in local contexts
` [PATCH v4 02/27] target/s390x: Use tcg_constant_* for DisasCompare
` [PATCH v4 04/27] target/s390x: Use tcg_constant_* in translate_vx.c.inc
` [PATCH v4 05/27] tests/tcg/s390x: Add bal.S
` [PATCH v4 06/27] tests/tcg/s390x: Add sam.S
` [PATCH v4 07/27] target/s390x: Change help_goto_direct to work on displacements
` [PATCH v4 08/27] target/s390x: Introduce gen_psw_addr_disp
` [PATCH v4 10/27] target/s390x: Use gen_psw_addr_disp in pc_to_link_info
` [PATCH v4 11/27] target/s390x: Use gen_psw_addr_disp in save_link_info
` [PATCH v4 12/27] target/s390x: Use gen_psw_addr_disp in op_sam
` [PATCH v4 13/27] target/s390x: Use ilen instead in branches
` [PATCH v4 14/27] target/s390x: Assert masking of psw.addr in cpu_get_tb_cpu_state
` [PATCH v4 15/27] target/s390x: Add disp argument to update_psw_addr
` [PATCH v4 16/27] target/s390x: Don't set gbea for user-only
` [PATCH v4 17/27] target/s390x: Introduce per_enabled
` [PATCH v4 19/27] target/s390x: Introduce help_goto_indirect
` [PATCH v4 20/27] target/s390x: Split per_branch
` [PATCH v4 21/27] target/s390x: Simplify help_branch
` [PATCH v4 22/27] target/s390x: Split per_breaking_event from per_branch_*
` [PATCH v4 23/27] target/s390x: Remove PER check from use_goto_tb
` [PATCH v4 25/27] tests/tcg/s390x: Add per.S
` [PATCH v4 27/27] target/s390x: Enable TARGET_TB_PCREL

[PATCH 0/6] Testpmd code cleanup
 2023-02-20 18:45 UTC  (12+ messages)
` [PATCH v3 0/9] "
  ` [PATCH v3 1/9] app/testpmd: fix Tx preparation in checksum engine
  ` [PATCH v3 2/9] app/testpmd: fix packet count in ieee15888 engine
  ` [PATCH v3 3/9] app/testpmd: rework ieee1588 engine fwd configuration
  ` [PATCH v3 4/9] app/testpmd: fix packet transmission in noisy VNF engine
  ` [PATCH v3 5/9] app/testpmd: bulk free mbufs
  ` [PATCH v3 6/9] app/testpmd: factorize core cycles record
  ` [PATCH v3 7/9] app/testpmd: factorize fwd engine init
  ` [PATCH v3 8/9] app/testpmd: factorize fwd engine Rx
  ` [PATCH v3 9/9] app/testpmd: factorize fwd engine Tx

[PATCH V3 0/8] Add basic ACPI support for risc-v virt
 2023-02-20 18:45 UTC  (4+ messages)
` [PATCH V3 4/8] hw/riscv/virt: Enable basic ACPI infrastructure

[PATCH v2 00/29] Add KVM LoongArch support
 2023-02-20 18:45 UTC  (14+ messages)
` [PATCH v2 01/29] LoongArch: KVM: Add kvm related header files
` [PATCH v2 02/29] LoongArch: KVM: Implement kvm module related interface
` [PATCH v2 06/29] LoongArch: KVM: Implement vcpu create and destroy interface
` [PATCH v2 07/29] LoongArch: KVM: Implement vcpu run interface
` [PATCH v2 08/29] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v2 22/29] LoongArch: KVM: Implement handle idle exception

[PATCH RESEND] x86/speculation: Fix user-mode spectre-v2 protection with KERNEL_IBRS
 2023-02-20 18:44 UTC  (14+ messages)
              ` [PATCH] x86/bugs: Allow STIBP with IBRS

[PATCH v4 0/8] RISC-V: Apply Zicboz to clear_page
 2023-02-20 18:43 UTC  (8+ messages)
` [PATCH v4 6/8] RISC-V: Use Zicboz in clear_page when available

[patch V3 00/33] genirq, PCI/MSI: Support for per device MSI and PCI/IMS - Part 3 implementation
 2023-02-20 18:43 UTC  (6+ messages)
` [patch V3 09/33] genirq/msi: Add range checking to msi_insert_desc()
  ` [REGRESSION] "

[Intel-gfx] [PATCH] drm/i915/sseu: fix max_subslices array-index-out-of-bounds access
 2023-02-20 18:41 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "

[PATCH] Fix strange behavior of touchpad on Clevo NS70PU
 2023-02-20 18:30 UTC 

next/master bisection: baseline.bootrr.intel-igb-probed on kontron-pitx-imx8m
 2023-02-20 18:38 UTC  (4+ messages)

[Intel-gfx] [PATCH] drm/i915: Get HDR DPCD refresh timeout from VBT
 2023-02-20 18:38 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[PATCH V2] meson: fix dependency on qemu-keymap
 2023-02-20 18:35 UTC  (2+ messages)

[GIT PULL] dlm updates for 6.3
 2023-02-20 18:36 UTC  (2+ messages)
` [Cluster-devel] "

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-02-20 18:36 UTC  (12+ messages)
` [PATCH RFC v7 10/64] KVM: SEV: Populate private memory fd during LAUNCH_UPDATE_DATA
` [PATCH RFC v7 13/64] x86/cpufeatures: Add SEV-SNP CPU feature

stable-rc/queue/4.14 baseline: 127 runs, 20 regressions (v4.14.305-53-gb938e827e2f7)
 2023-02-20 18:36 UTC 

[PATCH RFC 0/5] arm64: rockchip: enable PCIE3 controller and its phy for Rock5B boards
 2023-02-20 18:33 UTC  (4+ messages)

[PATCH] dev-manual: sbom.rst: add link to FOSDEM 2023 video
 2023-02-20 18:34 UTC 

[PATCH] pull: conflict hint pull.rebase suggestion should offer "merges" vs "true"
 2023-02-20 18:33 UTC  (8+ messages)

stable-rc/queue/4.19 baseline: 131 runs, 12 regressions (v4.19.272-89-gffd5d7f695f9)
 2023-02-20 18:32 UTC 

[PATCH] devtool: ignore patch-fuzz errors when extracting source
 2023-02-20 18:28 UTC 

KASAN: slab-out-of-bounds Read in hdr_find_e
 2023-02-20 18:27 UTC 

[PATCH] arm64: fix .idmap.text assertion for large kernels
 2023-02-20 18:25 UTC  (3+ messages)

[GIT PULL] x86/vdso for v6.3-rc1
 2023-02-20 18:26 UTC 

[PATCH] hw/acpi: Set memory regions to native endian as a work around
 2023-02-20 18:24 UTC  (8+ messages)

stable-rc/queue/5.15 baseline: 167 runs, 14 regressions (v5.15.94-83-g5b24653d95b2)
 2023-02-20 18:25 UTC 

[PATCH v4 2/2] trigger: ledtrig-tty: add additional modes
 2023-02-20 18:22 UTC  (2+ messages)

main - lvmdbustest: Check and remove lvm debug collection files
 2023-02-20 18:22 UTC 

main - lvmdbusd: Disable collecting lvm debug data by default
 2023-02-20 18:22 UTC 

main - lvmdbusd: Fix grammar
 2023-02-20 18:22 UTC 

rtmutex, pi_blocked_on, and blk_flush_plug()
 2023-02-20 18:21 UTC  (6+ messages)

[PATCH v2 RESEND 0/7] OHCI changes
 2023-02-20 18:19 UTC  (24+ messages)
  ` [PATCH v2 "
  ` [PATCH v2 1/7] usb/ohci: Code style fix comments
  ` [PATCH v2 2/7] usb/ohci: Code style fix white space errors
  ` [PATCH v2 3/7] usb/ohci: Code style fix missing braces and extra parenthesis
  ` [PATCH v2 4/7] usb/ohci: Move a function next to where it is used
  ` [PATCH v2 5/7] usb/ohci: Add trace points for register access
  ` [PATCH v2 6/7] usb/ohci: Implement resume on connection status change
  ` [PATCH v2 7/7] hw/usb/hcd-ohci: Fix typo

[PATCH v2] hash: add XOR32 hash function
 2023-02-20 18:19 UTC  (7+ messages)
` [PATCH v3] "

uvcvideo
 2023-02-20 18:18 UTC  (8+ messages)

[PATCH 0/2] media: i2c: ov5647: Add test pattern support
 2023-02-20 18:18 UTC  (5+ messages)
` [PATCH 1/2] media: i2c: ov5647: Add test pattern control
` [PATCH 2/2] media: i2c: ov5647: Use bus-locked i2c_transfer()

[PATCH] libtraceevent: fix some missing commas in big endian blocks
 2023-02-20 18:17 UTC  (2+ messages)

[PATCH] drm/amd: Fix initialization for nbio 7.5.1
 2023-02-20 18:17 UTC  (2+ messages)

[PATCH V1] rcu-tasks: Fix build error
 2023-02-20 18:13 UTC 

[PATCH 1/2] fetch-pack: remove fetch_if_missing=0
 2023-02-20 18:13 UTC  (2+ messages)

[BlueZ PATCH v2] configure: Check ell path
 2023-02-20 18:12 UTC 

[PATCH v10 00/26] Drivers for Gunyah hypervisor
 2023-02-20 18:10 UTC  (4+ messages)
` [PATCH v10 08/26] gunyah: rsc_mgr: Add resource manager RPC core

[RFC][PATCH 1/2] time: alarmtimer: Fix erroneous case of using 0 as an "invalid" initialization value
 2023-02-20 18:11 UTC  (8+ messages)
` [RFC][PATCH 2/2] time: alarmtimer: Use TASK_FREEZABLE to cleanup freezer handling

[PATCH v2] uio:uio_pci_generic:Don't clear master bit when the process does not exit
 2023-02-20 18:11 UTC  (2+ messages)

FAILED: patch "[PATCH] nvme-apple: reset controller during shutdown" failed to apply to 6.1-stable tree
 2023-02-20 18:09 UTC  (3+ messages)

[PATCH 5.10 2/4] nbd: fix max value for 'first_minor'
 2023-02-20 18:04 UTC  (3+ messages)
` [PATCH 5.10 3/4] nbd: fix possible overflow for 'first_minor' in nbd_dev_add()
` [PATCH 5.10 4/4] nbd: fix possible overflow on "

[PATCH v2] tpm: disable hwrng for fTPM on some AMD designs
 2023-02-20 18:07 UTC 

[PATCH] usb: dwc2: drd: fix inconsistent mode if role-switch-default-mode="host"
 2023-02-20 18:05 UTC 

next/master bisection: baseline.bootrr.mscc_felix-probed on kontron-kbox-a-230-ls
 2023-02-20 18:05 UTC  (2+ messages)

stable-rc/linux-5.15.y baseline: 170 runs, 17 regressions (v5.15.94-84-g7543b98de799)
 2023-02-20 18:05 UTC 

[PATCH 5.10 1/4] Revert "Revert "block: nbd: add sanity check for first_minor""
 2023-02-20 18:04 UTC 

[f2fs-dev] KASAN: null-ptr-deref Write in f2fs_stop_discard_thread
 2023-02-20 18:03 UTC  (2+ messages)
`  "

[igt-dev] [PATCH i-g-t] tools/intel_vbt_decode: Dump mode backlight data
 2023-02-20 18:02 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for "

[PATCH v2 00/13] tools/xenstore: rework internal accounting
 2023-02-20 18:01 UTC  (9+ messages)
` [PATCH v2 01/13] tools/xenstore: don't allow creating too many nodes in a transaction

[PATCH] net: ipv6: IPv6 environment variable cleanup
 2023-02-20 17:50 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH wpan v2 0/6] ieee802154: Scan/Beacon fixes
 2023-02-20 17:59 UTC  (4+ messages)

[PATCH 0/6] clk: uclass fixes and improvements
 2023-02-20 17:58 UTC  (6+ messages)
` [PATCH 2/6] clk: Fix error handling in clk_get_rate()

[PATCH] ui/gtk: fix passing y0_top parameter to scanout
 2023-02-20 17:58 UTC  (2+ messages)

null-ptr-deref in nvmet_execute_disc_get_log_page
 2023-02-20 17:58 UTC 

[GIT PULL] x86/microcode for v6.3-rc1
 2023-02-20 17:57 UTC 

[Intel-gfx] [PATCH] drm/i915/display: Communicate display configuration to pcode
 2023-02-20 17:56 UTC  (5+ messages)

[PATCH V2 00/21] Add basic ACPI support for RISC-V
 2023-02-20 17:54 UTC  (7+ messages)
` [PATCH V2 12/21] RISC-V: cpufeature: Add ACPI support in riscv_fill_hwcap()
` [PATCH V2 13/21] RISC-V: cpu: Enable cpuinfo for ACPI systems

[PATCH 0/7] target/s390x: mem_helper.c cleanups
 2023-02-20 17:53 UTC  (2+ messages)

[PATCH V3 0/2] nvmem: add and use generic MMIO NVMEM
 2023-02-20 17:49 UTC  (6+ messages)
` [PATCH V3 1/2] dt-bindings: nvmem: mmio: new binding for MMIO accessible NVMEM devices
` [PATCH V3 2/2] nvmem: add generic driver for devices with MMIO access

[PATCH v9 00/12] net: ethernet: mtk_eth_soc: various enhancements
 2023-02-20 17:49 UTC  (5+ messages)
` [PATCH v9 03/12] dt-bindings: arm: mediatek: sgmiisys: Convert to DT schema

[PATCH v2 0/4] Adds support for running QEMU natively on windows-arm64
 2023-02-20 17:50 UTC  (5+ messages)
` [PATCH v2 2/4] sysemu/os-win32: fix setjmp/longjmp "

[PATCH v3 00/27] target/s390x: pc-relative translation blocks
 2023-02-20 17:49 UTC  (3+ messages)
` [PATCH v3 01/27] target/s390x: Use tcg_constant_* in local contexts

Running bootstrap script fails on Debian unstable
 2023-02-20 17:50 UTC  (5+ messages)

[PATCH drm-next v2 00/16] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
 2023-02-20 17:06 UTC  (8+ messages)
` [PATCH drm-next v2 04/16] maple_tree: add flag MT_FLAGS_LOCK_NONE
          ` [Nouveau] "

[PATCH] ref-manual: Fix invalid feature name
 2023-02-20 17:45 UTC  (3+ messages)
` [OE-core] "

[Intel-gfx] [PATCH 00/17] drm/i915: Init DDI ports in VBT order
 2023-02-20 17:44 UTC  (16+ messages)
` [Intel-gfx] [PATCH 03/17] drm/i915: Introduce <platoform>_hotplug_mask()
` [Intel-gfx] [PATCH 04/17] drm/i915: Introduce intel_hpd_detection()
` [Intel-gfx] [PATCH 05/17] drm/i915: Check HPD live state during eDP probe
` [Intel-gfx] [PATCH 06/17] drm/i915: Sanitize child devices later
` [Intel-gfx] [PATCH 07/17] drm/i915: Split map_aux_ch() into per-platform arrays
` [Intel-gfx] [PATCH 08/17] drm/i915: Flip VBT DDC pin maps around
` [Intel-gfx] [PATCH 09/17] drm/i915: Nuke intel_bios_is_port_dp_dual_mode()
` [Intel-gfx] [PATCH 10/17] drm/i915: Remove bogus DDI-F from hsw/bdw output init
` [Intel-gfx] [PATCH 11/17] drm/i915: Introduce device info port_mask
` [Intel-gfx] [PATCH 12/17] drm/i915: Assert that device info bitmasks have enough bits
` [Intel-gfx] [PATCH 13/17] drm/i915: Assert that the port being initialized is valid
` [Intel-gfx] [PATCH 14/17] drm/i915: Beef up SDVO/HDMI port checks
` [Intel-gfx] [PATCH 15/17] drm/i915: Init DDI outputs based on port_mask on skl+
` [Intel-gfx] [PATCH 16/17] drm/i915: Try to initialize DDI/ICL+ DSI ports for every VBT child device
` [Intel-gfx] [PATCH 17/17] drm/i915: Convert HSW/BDW to use VBT driven DDI probe


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.