All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-11-25 09:47:24 to 2020-11-25 10:16:19 UTC [more...]

[PATCH] PCI: Mark AMD Raven iGPU ATS as broken
 2020-11-25 10:03 UTC  (11+ messages)
        ` [EXTERNAL] "

No subject
 2020-11-25 10:16 UTC 

[PATCH] e1000e: Assign DPM_FLAG_SMART_SUSPEND and DPM_FLAG_MAY_SKIP_RESUME to speed up s2ram
 2020-11-25 10:15 UTC  (4+ messages)
` [Intel-wired-lan] "

[PATCH v5 00/10] migration: bring improved savevm/loadvm/delvm to QMP
 2020-11-25 10:13 UTC  (2+ messages)

[PATCH] Revert "usb: cdns3: core: quit if it uses role switch class"
 2020-11-25 10:14 UTC  (10+ messages)

[PATCH v2 0/2] PCI: keembay: Add support for Intel Keem Bay
 2020-11-25 10:11 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: PCI: Add Intel Keem Bay PCIe controller
` [PATCH v2 2/2] PCI: keembay: Add support for Intel Keem Bay

[PATCH 4/7] drm/radeon: Pin buffers while they are vmap'ed
 2020-11-25 10:13 UTC  (14+ messages)

[igt-dev] [i g t] tests/kms_setmode: basic Fix the testcase failure on 4K monitors
 2020-11-25 10:12 UTC  (2+ messages)

[PATCH 1/2] powerpc: sstep: Fix load and update instructions
 2020-11-25 10:09 UTC  (2+ messages)

[PATCH RESEND v2 0/5] iommu/tegra-smmu: Some pending reviewed changes
 2020-11-25 10:10 UTC  (12+ messages)
` [PATCH RESEND v2 1/5] iommu/tegra-smmu: Unwrap tegra_smmu_group_get
` [PATCH RESEND v2 2/5] iommu/tegra-smmu: Expand mutex protection range
` [PATCH RESEND v2 3/5] iommu/tegra-smmu: Use fwspec in tegra_smmu_(de)attach_dev
` [PATCH RESEND v2 4/5] iommu/tegra-smmu: Rework tegra_smmu_probe_device()
` [PATCH RESEND v2 5/5] iommu/tegra-smmu: Add PCI support

[PATCH v10 00/81] VM introspection
 2020-11-25  9:36 UTC  (42+ messages)
` [PATCH v10 02/81] KVM: add kvm_vcpu_kick_and_wait()
` [PATCH v10 03/81] KVM: add kvm_get_max_gfn()
` [PATCH v10 04/81] KVM: doc: fix the hypercalls numbering
` [PATCH v10 06/81] KVM: x86: add kvm_arch_vcpu_set_regs()
` [PATCH v10 09/81] KVM: x86: add kvm_x86_ops.control_cr3_intercept()
` [PATCH v10 10/81] KVM: x86: add kvm_x86_ops.cr3_write_intercepted()
` [PATCH v10 11/81] KVM: x86: add kvm_x86_ops.desc_ctrl_supported()
` [PATCH v10 15/81] KVM: x86: add kvm_x86_ops.msr_write_intercepted()
` [PATCH v10 16/81] KVM: x86: svm: use the vmx convention to control the MSR interception
` [PATCH v10 18/81] KVM: x86: vmx: use a symbolic constant when checking the exit qualifications
` [PATCH v10 20/81] KVM: x86: add kvm_x86_ops.fault_gla()
` [PATCH v10 23/81] KVM: x86: extend kvm_mmu_gva_to_gpa_system() with the 'access' parameter
` [PATCH v10 25/81] KVM: x86: export kvm_vcpu_ioctl_x86_get_xsave()
` [PATCH v10 26/81] KVM: x86: export kvm_vcpu_ioctl_x86_set_xsave()
` [PATCH v10 27/81] KVM: x86: page track: provide all callbacks with the guest virtual address
` [PATCH v10 30/81] KVM: x86: wire in the preread/prewrite/preexec page trackers
` [PATCH v10 31/81] KVM: x86: disable gpa_available optimization for fetch and page-walk SPT violations
` [PATCH v10 33/81] KVM: introspection: add hook/unhook ioctls
` [PATCH v10 35/81] KVM: introspection: add the read/dispatch message function
` [PATCH v10 36/81] KVM: introspection: add KVMI_GET_VERSION
` [PATCH v10 37/81] KVM: introspection: add KVMI_VM_CHECK_COMMAND and KVMI_VM_CHECK_EVENT
` [PATCH v10 40/81] KVM: introspection: add KVMI_VM_EVENT_UNHOOK
` [PATCH v10 45/81] KVM: introspection: handle vCPU introspection requests
` [PATCH v10 46/81] KVM: introspection: handle vCPU commands
` [PATCH v10 47/81] KVM: introspection: add KVMI_VCPU_GET_INFO
` [PATCH v10 48/81] KVM: introspection: add KVMI_VM_PAUSE_VCPU
` [PATCH v10 51/81] KVM: introspection: add the crash action handling on the event reply
` [PATCH v10 55/81] KVM: introspection: add KVMI_VCPU_GET_CPUID
` [PATCH v10 56/81] KVM: introspection: add KVMI_VCPU_EVENT_HYPERCALL
` [PATCH v10 57/81] KVM: introspection: add KVMI_VCPU_EVENT_BREAKPOINT
` [PATCH v10 58/81] KVM: introspection: add cleanup support for vCPUs
` [PATCH v10 63/81] KVM: introspection: add KVMI_VCPU_INJECT_EXCEPTION + KVMI_VCPU_EVENT_TRAP
` [PATCH v10 64/81] KVM: introspection: add KVMI_VM_GET_MAX_GFN
` [PATCH v10 66/81] KVM: introspection: add KVMI_VCPU_GET_XCR
` [PATCH v10 67/81] KVM: introspection: add KVMI_VCPU_GET_XSAVE
` [PATCH v10 69/81] KVM: introspection: add KVMI_VCPU_GET_MTRR_TYPE
` [PATCH v10 70/81] KVM: introspection: add KVMI_VCPU_EVENT_DESCRIPTOR
` [PATCH v10 73/81] KVM: introspection: restore the state of MSR interception on unhook
` [PATCH v10 75/81] KVM: introspection: add KVMI_VCPU_EVENT_PF
` [PATCH v10 79/81] KVM: introspection: add KVMI_VCPU_TRANSLATE_GVA
` [PATCH v10 81/81] KVM: x86: call the page tracking code on emulation failure

Asus Zephyrus G14 GA401IH-HE003 problem with sound and fan
 2020-11-25 10:11 UTC  (4+ messages)

[PATCH] MIPS: No need to check CPU 0 in {loongson3,bmips,octeon}_cpu_disable()
 2020-11-25 10:11 UTC 

[PATCH v2 0/8] libvhost-user: make it a subproject (was: "lower dependency on QEMU headers")
 2020-11-25 10:06 UTC  (8+ messages)
` [PATCH v2 1/8] libvhost-user: replace qemu/bswap.h with glibc endian.h
` [PATCH v2 2/8] libvhost-user: replace qemu/memfd.h usage
` [PATCH v2 3/8] libvhost-user: remove qemu/compiler.h usage
` [PATCH v2 4/8] libvhost-user: drop qemu/osdep.h dependency
` [PATCH v2 5/8] libvhost-user: make it a meson subproject
` [PATCH v2 6/8] libvhost-user: check memfd API
` [PATCH v2 8/8] .gitlab-ci: add build-libvhost-user

[PATCH platform 0/2] platform/x86: mlx-platform: Remove PSU EEPROM configuration
 2020-11-25 10:10 UTC  (3+ messages)
` [PATCH platform 1/2] platform/x86: mlx-platform: Remove PSU EEPROM from default platform configuration
` [PATCH platform 2/2] platform/x86: mlx-platform: Remove PSU EEPROM from MSN274x "

[PATCH] MIPS: Loongson64: Fix up reserving kernel memory range
 2020-11-25 10:11 UTC 

[PATCH v4] drm/scheduler: Avoid accessing freed bad job
 2020-11-25 10:10 UTC  (16+ messages)
` [PATCH 0/6] Allow to extend the timeout without jobs disappearing
  ` [PATCH 2/6] gpu/drm: ring_mirror_list --> pending_list
  ` [PATCH 3/6] drm/scheduler: Job timeout handler returns status
  ` [PATCH 4/6] drm/scheduler: Essentialize the job done callback
  ` [PATCH 5/6] drm/amdgpu: Don't hardcode thread name length
  ` [PATCH 6/6] drm/sched: Make use of a "done" thread

Oops (probably) unmounting /oldroot/firmware/efi/efivars
 2020-11-25 10:10 UTC  (5+ messages)

[PATCH][V2] libbpf: add support for canceling cached_cons advance
 2020-11-25 10:09 UTC  (8+ messages)

[PATCH RESEND 0/5] iommu/tegra-smmu: Some pending reviewed changes
 2020-11-25 10:08 UTC  (8+ messages)

[LTP] [PATCH] Annotate tst_brk with noreturn
 2020-11-25 10:09 UTC 

[PATCH] option: added support for Thales Cinterion EXS82 option port
 2020-11-25 10:08 UTC  (4+ messages)

[PATCH v10 00/41] btrfs: zoned block device support
 2020-11-25  9:59 UTC  (5+ messages)
` [PATCH v10 12/41] btrfs: implement zoned chunk allocator

[PATCH v2 2/2] MIPS: Loongson64: Add KASLR support
 2020-11-25 10:07 UTC 

perf: Apply e9a6882f267a to v4.9 stable (fix for null-pointer dereference)
 2020-11-25 10:01 UTC 

[PATCH v2 1/2] MIPS: KASLR: Correcte valid bits in apply_r_mips_26_rel()
 2020-11-25 10:07 UTC 

[PATCH v2] Add fdtfile for Marvell Armada 37xx default environment
 2020-11-25 10:07 UTC  (2+ messages)

[PATCH v2 0/2] IPS: Fix up apply_r_mips_26_rel and add KASLR support for Loongson64
 2020-11-25 10:06 UTC 

Vtpm in Windows 10
 2020-11-25 10:02 UTC 

[MPTCP] Re: [MPTCP][PATCH v6 mptcp-next 5/9] mptcp: add port number announced check
 2020-11-25 10:06 UTC 

[PATCH] fpga: dfl: add missing platform_device_put in build_info_create_dev
 2020-11-25 10:06 UTC  (2+ messages)

linux-next: manual merge of the akpm-current tree with the kspp tree
 2020-11-25 10:05 UTC 

[PATCH 0/1] net: Fix handling of id in netdev_add and netdev_del
 2020-11-25 10:02 UTC  (2+ messages)
` [PATCH 1/1] "

[Intel-gfx] [PATCH i-g-t 2/2] tools/intel_gpu_top: Consolidate imc to use pmu_counter
 2020-11-25 10:04 UTC  (3+ messages)
` [Intel-gfx] [PATCH i-g-t] "
  ` [igt-dev] "

[PATCH] mmc: sdhci-pci-gli: Disable slow mode in HS400 mode for GL9763E
 2020-11-25 10:03 UTC  (2+ messages)

[v1] drm/msm/dpu: consider vertical front porch in the prefill bw calculation
 2020-11-25 10:02 UTC 

[MPTCP] Re: [MPTCP][PATCH v6 mptcp-next 8/9] mptcp: add the mibs for ADD_ADDR with port
 2020-11-25 10:03 UTC 

[PATCH v4 00/13] Stateless H.264 de-staging
 2020-11-25 10:02 UTC  (5+ messages)
` [PATCH v4 07/13] media: controls: Validate H264 stateless controls
` [PATCH v4 12/13] media: uapi: move H264 stateless controls out of staging

[dpdk-dev] [PATCH 0/2] Fix shared lib detection on Fedora/CentOS/RHEL
 2020-11-25 10:01 UTC  (3+ messages)
` [dpdk-dev] [PATCH 2/2] eal: fix loading of shared libs from driver plugin directories
  ` [dpdk-dev] [dpdk-stable] "

[Intel-gfx] [PATCH] drm/i915/dp: No need to poll FEC Enable Live bit
 2020-11-25 10:01 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[PATCH] Add fdtfile for Marvell Armada 37xx default environment
 2020-11-25 10:00 UTC  (2+ messages)

[PATCH] slimbus: qcom-ngd-ctrl: Avoid sending power requests without QMI
 2020-11-25  9:58 UTC  (3+ messages)

[PATCH] board: stm32mp1: no MTD partitions fixup for serial boot
 2020-11-25  9:58 UTC  (2+ messages)

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-11-25  9:01 UTC  (48+ messages)
` [PATCH 088/141] i3c: master: cdns: "
                  ` [Intel-wired-lan] [PATCH 000/141] "

[PATCH] i3c: Resign from my maintainer role
 2020-11-25  9:55 UTC  (4+ messages)

[PATCH][next] i3c/master: Fix uninitialized variable next_addr
 2020-11-24 15:48 UTC  (2+ messages)

[PATCH 0/8] eMMC inline encryption support
 2020-11-25  9:56 UTC  (3+ messages)

[PATCH v4 0/2] MIPI I3c HCI (Host Controller Interface) driver
 2020-11-16 23:32 UTC  (3+ messages)
` [PATCH v4 2/2] i3c/master: introduce the mipi-i3c-hci driver

[PATCH v3 2/2] i3c/master: introduce the mipi-i3c-hci driver
 2020-11-10 11:09 UTC  (2+ messages)

[PATCH] SPL: stm32mp1: fix spl_mmc_boot_partition not defined
 2020-11-25  9:56 UTC  (2+ messages)

[RFC PATCH] clk: imx8qxp: Unbreak auto module building for MXC_CLK_SCU
 2020-11-25  9:53 UTC  (5+ messages)

[MPTCP] Re: [MPTCP][PATCH v6 mptcp-next 5/9] mptcp: add port number announced check
 2020-11-25  9:54 UTC 

[PATCH v6] block: disable iopoll for split bio
 2020-11-25  9:52 UTC  (4+ messages)

[PATCH for-6.0 0/9] spapr: Perform hotplug sanity checks at pre-plug
 2020-11-25  9:51 UTC  (6+ messages)
` [PATCH for-6.0 4/9] spapr: Set compat mode in spapr_reset_vcpu()

[PATCH] ARM: dts: stm32: Drop QSPI CS2 on DHCOM
 2020-11-25  9:51 UTC  (2+ messages)

[PATCH] mpt3sas: Fix timeout issue in ioctl commands
 2020-11-25  9:48 UTC  (2+ messages)

[PATCH] dma-buf/dma-resv: Respect num_fences when initializing the shared fence list
 2020-11-25  9:50 UTC  (5+ messages)
` [Intel-gfx] "

[PATCH 3/3] drm/virtio: consider dma-fence context when signaling
 2020-11-25  9:50 UTC  (3+ messages)

[PATCH 1/3] drm/virtio: virtio_{blah} --> virtio_gpu_{blah}
 2020-11-25  9:48 UTC  (3+ messages)
` [PATCH 2/3] drm/virtio: rework virtio_fence_signaled

[net-next v2] can: pcan_usb_core: fix fall-through warnings for Clang
 2020-11-25  9:47 UTC 

kernel/bpf/ringbuf.c:166 ringbuf_map_alloc() warn: impossible condition '(attr->max_entries > (((1 << 24) - 2 - ($expr_0x7f1f90b15400(30) >> (12))) COPYING CREDITS Documentation Kbuild Kconfig LICENSES MAINTAINERS Makefile README arch block certs crypto drivers fs include init ipc kernel lib mm net samples scripts security sound tools usr virt ((1) << (12)))) => (0-u32max > 68719464448)'
 2020-11-25  9:47 UTC 


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.