linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-10 19:51:14 to 2021-11-10 22:48:33 UTC [more...]

[PATCH v4 0/2] PCI: hv: Hyper-V vPCI for arm64
 2021-11-10 22:48 UTC  (6+ messages)
` [PATCH v4 2/2] arm64: PCI: hv: Add support for Hyper-V vPCI
      ` [EXTERNAL] "

[PATCH v3 0/6] RZ/G2L: pinctrl: Support to get/set drive-strength and output-impedance-ohms
 2021-11-10 22:46 UTC  (7+ messages)
` [PATCH v3 1/6] dt-bindings: pinctrl: renesas,rzg2l-pinctrl: Add output-impedance-ohms property
` [PATCH v3 2/6] pinctrl: renesas: pinctrl-rzg2l: Rename RZG2L_SINGLE_PIN_GET_PORT macro
` [PATCH v3 3/6] pinctrl: renesas: pinctrl-rzg2l: Add helper functions to read/write pin config
` [PATCH v3 4/6] pinctrl: renesas: pinctrl-rzg2l: Add support to get/set pin config for GPIO port pins
` [PATCH v3 5/6] pinctrl: renesas: pinctrl-rzg2l: Rename PIN_CFG_* macros to match HW manual
` [PATCH v3 6/6] pinctrl: renesas: pinctrl-rzg2l: Add support to get/set drive-strength and output-impedance-ohms

[GIT PULL] ext4 changes for 5.16-rc1
 2021-11-10 22:45 UTC 

[RFC 00/19] KVM: x86/mmu: Optimize disabling dirty logging
 2021-11-10 22:44 UTC  (21+ messages)
` [RFC 01/19] KVM: x86/mmu: Fix TLB flush range when handling disconnected pt
` [RFC 02/19] KVM: x86/mmu: Batch TLB flushes for a single zap
` [RFC 03/19] KVM: x86/mmu: Factor flush and free up when zapping under MMU write lock
` [RFC 04/19] KVM: x86/mmu: Yield while processing disconnected_sps
` [RFC 05/19] KVM: x86/mmu: Remove redundant flushes when disabling dirty logging
` [RFC 06/19] KVM: x86/mmu: Introduce vcpu_make_spte
` [RFC 07/19] KVM: x86/mmu: Factor wrprot for nested PML out of make_spte
` [RFC 08/19] KVM: x86/mmu: Factor mt_mask "
` [RFC 09/19] KVM: x86/mmu: Remove need for a vcpu from kvm_slot_page_track_is_active
` [RFC 10/19] KVM: x86/mmu: Remove need for a vcpu from mmu_try_to_unsync_pages
` [RFC 11/19] KVM: x86/mmu: Factor shadow_zero_check out of make_spte
` [RFC 12/19] KVM: x86/mmu: Replace vcpu argument with kvm pointer in make_spte
` [RFC 13/19] KVM: x86/mmu: Factor out the meat of reset_tdp_shadow_zero_bits_mask
` [RFC 14/19] KVM: x86/mmu: Propagate memslot const qualifier
` [RFC 15/19] KVM: x86/MMU: Refactor vmx_get_mt_mask
` [RFC 16/19] KVM: x86/mmu: Factor out part of vmx_get_mt_mask which does not depend on vcpu
` [RFC 17/19] KVM: x86/mmu: Add try_get_mt_mask to x86_ops
` [RFC 18/19] KVM: x86/mmu: Make kvm_is_mmio_pfn usable outside of spte.c
` [RFC 19/19] KVM: x86/mmu: Promote pages in-place when disabling dirty logging

[PATCH v6 1/5] x86/kvm: Add AMD SEV specific Hypercall3
 2021-11-10 22:42 UTC  (14+ messages)

[PATCH 0/2] perf tools: Fix perf build with dynamic libbpf
 2021-11-10 22:37 UTC  (6+ messages)
` [PATCH 1/2] perf tools: Add more weak libbpf functions

[hare-scsi-devel:scsi-private.v2 2/21] drivers/scsi/scsi_lib.c:1969:27: error: 'REQ_INTERNAL' undeclared; did you mean 'MNT_INTERNAL'?
 2021-11-10 22:33 UTC 

[PATCH 0/2] clocksource: Avoid incorrect hpet fallback
 2021-11-10 22:32 UTC  (4+ messages)
` [PATCH 1/2] clocksource: Avoid accidental unstable marking of clocksources
` [PATCH 2/2] clocksource: Add a Kconfig option for WATCHDOG_MAX_SKEW

[RFC PATCH v3 0/8] Adds support for PHY LEDs with offload triggers
 2021-11-10 22:32 UTC  (16+ messages)
` [RFC PATCH v3 2/8] leds: add function to configure hardware controlled LED
` [RFC PATCH v3 4/8] leds: trigger: netdev: rename and expose NETDEV trigger enum modes
` [RFC PATCH v3 6/8] leds: trigger: add hardware-phy-activity trigger

linux-next: build failure after merge of the cifs tree
 2021-11-10 22:32 UTC  (2+ messages)

[PATCH] platform/mellanox: mlxreg-lc: fix error code in mlxreg_lc_create_static_devices()
 2021-11-10 22:31 UTC  (2+ messages)

[PATCH v7 00/45] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-11-10 22:27 UTC  (47+ messages)
` [PATCH v7 01/45] x86/compressed/64: detect/setup SEV/SME features earlier in boot
` [PATCH v7 02/45] x86/sev: "
` [PATCH v7 03/45] x86/mm: Extend cc_attr to include AMD SEV-SNP
` [PATCH v7 04/45] x86/sev: Shorten GHCB terminate macro names
` [PATCH v7 05/45] x86/sev: Get rid of excessive use of defines
` [PATCH v7 06/45] x86/head64: Carve out the guest encryption postprocessing into a helper
` [PATCH v7 07/45] x86/sev: Remove do_early_exception() forward declarations
` [PATCH v7 08/45] x86/sev: Define the Linux specific guest termination reasons
` [PATCH v7 09/45] x86/sev: Save the negotiated GHCB version
` [PATCH v7 10/45] x86/sev: Add support for hypervisor feature VMGEXIT
` [PATCH v7 11/45] x86/sev: Check SEV-SNP features support
` [PATCH v7 12/45] x86/sev: Add a helper for the PVALIDATE instruction
` [PATCH v7 13/45] x86/sev: Check the vmpl level
` [PATCH v7 14/45] x86/compressed: Add helper for validating pages in the decompression stage
` [PATCH v7 15/45] x86/compressed: Register GHCB memory when SEV-SNP is active
` [PATCH v7 16/45] x86/sev: "
` [PATCH v7 17/45] x86/sev: Add helper for validating pages in early enc attribute changes
` [PATCH v7 18/45] x86/kernel: Make the bss.decrypted section shared in RMP table
` [PATCH v7 19/45] x86/kernel: Validate rom memory before accessing when SEV-SNP is active
` [PATCH v7 20/45] x86/mm: Add support to validate memory when changing C-bit
` [PATCH v7 21/45] KVM: SVM: Define sev_features and vmpl field in the VMSA
` [PATCH v7 22/45] KVM: SVM: Create a separate mapping for the SEV-ES save area
` [PATCH v7 23/45] KVM: SVM: Create a separate mapping for the GHCB "
` [PATCH v7 24/45] KVM: SVM: Update the SEV-ES save area mapping
` [PATCH v7 25/45] x86/sev: Use SEV-SNP AP creation to start secondary CPUs
` [PATCH v7 26/45] x86/head: re-enable stack protection for 32/64-bit builds
` [PATCH v7 27/45] x86/sev: move MSR-based VMGEXITs for CPUID to helper
` [PATCH v7 28/45] KVM: x86: move lookup of indexed CPUID leafs "
` [PATCH v7 29/45] x86/compressed/acpi: move EFI system table lookup "
` [PATCH v7 30/45] x86/compressed/acpi: move EFI config "
` [PATCH v7 31/45] x86/compressed/acpi: move EFI vendor "
` [PATCH v7 32/45] x86/boot: Add Confidential Computing type to setup_data
` [PATCH v7 33/45] KVM: SEV: Add documentation for SEV-SNP CPUID Enforcement
` [PATCH v7 34/45] x86/compressed/64: add support for SEV-SNP CPUID table in #VC handlers
` [PATCH v7 35/45] x86/boot: add a pointer to Confidential Computing blob in bootparams
` [PATCH v7 36/45] x86/compressed: add SEV-SNP feature detection/setup
` [PATCH v7 37/45] x86/compressed: use firmware-validated CPUID for SEV-SNP guests
` [PATCH v7 38/45] x86/compressed/64: add identity mapping for Confidential Computing blob
` [PATCH v7 39/45] x86/sev: add SEV-SNP feature detection/setup
` [PATCH v7 40/45] x86/sev: use firmware-validated CPUID for SEV-SNP guests
` [PATCH v7 41/45] x86/sev: Provide support for SNP guest request NAEs
` [PATCH v7 42/45] x86/sev: Register SNP guest request platform device
` [PATCH v7 43/45] virt: Add SEV-SNP guest driver
` [PATCH v7 44/45] virt: sevguest: Add support to derive key
` [PATCH v7 45/45] virt: sevguest: Add support to get extended report

[PATCH 00/11] lx216x DTS updates
 2021-11-10 22:22 UTC  (12+ messages)
` [PATCH 01/11] dt-bindings: qoriq-clock: add missing compatible for lx2160a
` [PATCH 02/11] dt-bindings: fsl,layerscape-dcfg: "
` [PATCH 03/11] arm64: dts: lx2160a: fix scl-gpios property name
` [PATCH 04/11] arm64: dts: lx2160a-rdb: Add Inphi PHY node
` [PATCH 05/11] arm64: dts: lx2160a: add optee-tz node
` [PATCH 06/11] arm64: dts: lx2160a-qds: enable sata nodes
` [PATCH 07/11] arm64: dts: lx2160aqds: Add mdio mux nodes
` [PATCH 08/11] arm64: dts: lx2160a: update PCIe nodes to match rev2 silicon
` [PATCH 09/11] arm64: dts: lx2160a: add pcie EP mode nodes
` [PATCH 10/11] arm64: dts: lx2160a: enable usb3-lpm-capable for usb3 nodes
` [PATCH 11/11] arm64: dts: lx2162aqds: support SD UHS-I and eMMC HS400 modes

[PATCH v8 0/8] PCI: brcmstb: have portdrv turn on sub-device power
 2021-11-10 22:14 UTC  (9+ messages)
` [PATCH v8 1/8] PCI: brcmstb: Change brcm_phy_stop() to return void
` [PATCH v8 2/8] dt-bindings: PCI: Correct brcmstb interrupts, interrupt-map
` [PATCH v8 3/8] dt-bindings: PCI: Add bindings for Brcmstb EP voltage regulators
` [PATCH v8 4/8] PCI/portdrv: Create pcie_is_port_dev() func from existing code
` [PATCH v8 5/8] PCI/portdrv: add mechanism to turn on subdev regulators
` [PATCH v8 6/8] PCI/portdrv: Do not turn off subdev regulators if EP can wake up
` [PATCH v8 7/8] PCI: brcmstb: Split brcm_pcie_setup() into two funcs
` [PATCH v8 8/8] PCI: brcmstb: Add control of subdevice voltage regulators

[PATCH V2 0/4] xen: Add support of extended regions (safe ranges) on Arm
 2021-11-10 22:14 UTC  (7+ messages)
` [PATCH V2 2/4] arm/xen: Switch to use gnttab_setup_auto_xlat_frames() for DT
` [PATCH V2 4/4] arm/xen: Read extended regions from DT and init Xen resource

[PATCH v5] mm: Add PM_HUGE_THP_MAPPING to /proc/pid/pagemap
 2021-11-10 22:11 UTC 

arch/mips/boot/compressed/uart-prom.c:4:6: warning: no previous prototype for 'putc'
 2021-11-10 22:13 UTC 

[PATCH 0/5] drivers/net: add NXP FEC-UIO driver
 2021-11-10 22:11 UTC  (5+ messages)
` [PATCH 2/5] net: fec: fec-uio driver
` [PATCH 5/5] arm64: dts: imx8mm-evk-dpdk: dts for "

[PATCH] pci: Don't call resume callback for nearly bound devices
 2021-11-10 22:01 UTC  (3+ messages)

[PATCH] drm/bridge/tc358775: Fix for dual-link LVDS
 2021-11-10 22:00 UTC 

[PATCH] arm64: dts: qcom: sm8250: Add CPU opp tables
 2021-11-10 21:53 UTC 

[PATCH v4] configs: Introduce debug.config for CI-like setup
 2021-11-10 21:52 UTC  (2+ messages)

[PATCH] x86/smp: Factor out parts of native_smp_prepare_cpus()
 2021-11-10 21:52 UTC  (2+ messages)

[PATCH v5 1/2] x86/PCI: Ignore E820 reservations for bridge windows on newer systems
 2021-11-10 21:51 UTC  (4+ messages)

[GIT PULL] nfsd changes for 5.16
 2021-11-10 21:50 UTC 

WARNING: modpost: vmlinux.o(.text.unlikely+0x47a4): Section mismatch in reference from the function init_tracefs.isra.0() to the variable .init.data:initcall_level_names
 2021-11-10 21:48 UTC 

[RFC] hypercall-vsock: add a new vsock transport
 2021-11-10 21:45 UTC  (2+ messages)

[GIT PULL] apparmor changes for 5.16
 2021-11-10 21:45 UTC 

[PATCH 0/3] drivers/net: split FEC driver
 2021-11-10 21:43 UTC  (3+ messages)
` [PATCH 1/3] fec_phy: add new PHY file

[PATCH 5.10 00/21] 5.10.79-rc1 review
 2021-11-10 21:42 UTC  (3+ messages)

[PATCH] iwlwifi: pcie: fix constant-conversion warning
 2021-11-10 21:39 UTC  (3+ messages)

[BUG]locking/rwsem: only clean RWSEM_FLAG_HANDOFF when already set
 2021-11-10 21:38 UTC  (3+ messages)

[PATCH] psi: fix PSI_MEM_FULL state when tasks are in memstall and doing reclaim
 2021-11-10 21:33 UTC 

[PATCH] drm: bridge: dw-hdmi: Fix RGB to YUV color space conversion
 2021-11-10 21:26 UTC  (3+ messages)

net/ipv4/tcp_cong.c:238:22: sparse: sparse: incorrect type in assignment (different address spaces)
 2021-11-10 21:23 UTC 

[PATCH v4 linux-next] scsi: scsi_debug: fix type in min_t to avoid stack OOB
 2021-11-10 21:23 UTC  (2+ messages)

drivers/bluetooth/btqca.c:493:24: sparse: sparse: restricted __le32 degrades to integer
 2021-11-10 21:22 UTC 

[PATCH] pci: Don't call resume callback for nearly bound devices
 2021-11-10 21:19 UTC  (2+ messages)

[PATCH] scsi: qla2xxx: Fix memory leaks in the error handling path of 'qla2x00_mem_alloc()'
 2021-11-10 21:11 UTC 

drivers/scsi/ufs/ufshpb.c:335:27: sparse: sparse: cast from restricted __be64
 2021-11-10 21:08 UTC 

[PATCH v5 0/4] netfs, 9p, afs, ceph: Support folios, at least partially
 2021-11-10 21:09 UTC  (5+ messages)
` [PATCH v5 1/4] folio: Add a function to change the private data attached to a folio
` [PATCH v5 2/4] folio: Add a function to get the host inode for "
` [PATCH v5 3/4] netfs, 9p, afs, ceph: Use folios
` [PATCH v5 4/4] afs: Use folios in directory handling

drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:858:6: error: no previous prototype for 'amdgpu_ras_mca_query_error_status'
 2021-11-10 21:04 UTC 

arch/arm/mach-s3c/gpio-samsung.c:1309:14: warning: no previous prototype for 's3c2410_modify_misccr'
 2021-11-10 20:56 UTC 

drivers/gpu/drm/kmb/kmb_plane.c:21:11: sparse: sparse: symbol 'layer_irqs' was not declared. Should it be static?
 2021-11-10 20:53 UTC 

[PATCH 1/2] Documentation: power: Add description about new callback for EM registration
 2021-11-10 20:50 UTC  (4+ messages)

arch/mips/boot/compressed/../../../../lib/lz4/lz4_decompress.c:506:5: warning: no previous prototype for 'LZ4_decompress_safe_forceExtDict'
 2021-11-10 20:45 UTC 

[PATCH v2 0/5] preempt: PREEMPT vs PREEMPT_DYNAMIC configs fixup
 2021-11-10 20:36 UTC  (7+ messages)
` [PATCH v2 1/5] preempt: Restore preemption model selection configs
` [PATCH v2 2/5] preempt/dynamic: Introduce preempt mode accessors
` [PATCH v2 3/5] powerpc: Use preemption model accessors
` [PATCH v2 4/5] kscan: "
` [PATCH v2 5/5] ftrace: Use preemption model accessors for trace header printout

[PATCH] btrfs: make 1-bit bit-fields unsigned int
 2021-11-10 20:34 UTC  (2+ messages)

[PATCH] PCI/MSI: Move non-mask check back into low level accessors
 2021-11-10 20:30 UTC  (2+ messages)

[PATCH] usb: musb: sunxi: Don't print error on MUSB_ULPI_BUSCONTROL access
 2021-11-10 20:27 UTC  (2+ messages)

[PATCH v4 0/2] Fix simple-bus issues with fw_devlink
 2021-11-10 20:24 UTC  (4+ messages)
` [PATCH v4 1/2] drivers: bus: simple-pm-bus: Add support for probing simple bus only devices

fs/io_uring.c:2330:40: error: variable 'prev' set but not used
 2021-11-10 20:19 UTC 

[PATCH] powercap/drivers/dtpm_cpu: Fix suspend failure and kernel warning
 2021-11-10 20:19 UTC  (2+ messages)

[PATCH] iommu/vt-d: Remove unused dma_to_mm_pfn function
 2021-11-10 20:19 UTC  (2+ messages)

[PATCH 0/7] task comm cleanups
 2021-11-10 20:17 UTC  (4+ messages)
` [PATCH 1/7] fs/exec: make __set_task_comm always set a nul terminated string

[PATCH v2 net] net: fix premature exit from NAPI state polling in napi_disable()
 2021-11-10 20:11 UTC  (2+ messages)

[PATCH 2/2] selftests: timens: exec: use 'labs()' over 'abs()'
 2021-11-10 20:11 UTC  (4+ messages)
` [PATCHv2] "

[GIT PULL] More power management updates for v5.16-rc1
 2021-11-10 20:10 UTC  (2+ messages)

[GIT PULL] More thermal control updates for v5.16-rc1
 2021-11-10 20:10 UTC  (2+ messages)

[GIT PULL] chrome-platform changes for v5.16
 2021-11-10 20:10 UTC  (2+ messages)

[GIT PULL] More ACPI updates for v5.16-rc1
 2021-11-10 20:10 UTC  (2+ messages)

[GIT PULL] xen: branch for v5.16-rc1
 2021-11-10 20:10 UTC  (2+ messages)

[GIT PULL]: dmaengine updates for v5.16-rc1
 2021-11-10 20:10 UTC  (2+ messages)

[GIT PULL] arm64 fixes for -rc1
 2021-11-10 20:09 UTC  (2+ messages)

[GIT PULL] asm-generic: asm/syscall.h cleanup
 2021-11-10 20:09 UTC  (2+ messages)

[PATCH] ARM: vdso: remove -nostdlib compiler flag
 2021-11-10 20:06 UTC  (2+ messages)

[PATCH v3 0/3] Update VMware maintainer entries
 2021-11-10 20:09 UTC  (4+ messages)
` [PATCH v3 1/3] MAINTAINERS: Update maintainers for paravirt ops and VMware hypervisor interface
` [PATCH v3 2/3] MAINTAINERS: Add Zack as maintainer of vmmouse driver
` [PATCH v3 3/3] MAINTAINERS: Mark VMware mailing list entries as email aliases

[PATCHv3 0/3] tracing/rwmmio/arm64: Add support to trace register reads/writes
 2021-11-10 20:03 UTC  (13+ messages)
` [PATCHv3 3/3] dynamic_debug: Add a flag for dynamic event tracing

printk deadlock due to double lock attempt on current CPU's runqueue
 2021-11-10 20:03 UTC  (5+ messages)

[PATCH 1/2] x86/vdso: remove -nostdlib compiler flag
 2021-11-10 20:01 UTC  (6+ messages)
` [PATCH 2/2] x86/purgatory: "

[PATCH] rcu-tasks: Inspect stalled task's trc state in locked state
 2021-11-10 19:55 UTC  (4+ messages)

[PATCH] ACPI: PM: Avoid removing power from unused hardware too early
 2021-11-10 19:53 UTC 

[PATCH v3 0/5] Update STMicroelectronics maintainers email
 2021-11-10 19:53 UTC  (9+ messages)
` [PATCH v3 2/5] dt-bindings: mfd: timers: Update maintainers for st,stm32-timers
` [PATCH v3 3/5] dt-bindings: media: Update maintainers for st,stm32-cec.yaml
` [PATCH v3 4/5] dt-bindings: media: Update maintainers for st,stm32-hwspinlock.yaml
` [PATCH v3 5/5] dt-bindings: treewide: Update @st.com email address to @foss.st.com


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).