messages from 2020-11-25 09:41:53 to 2020-11-25 09:54:02 UTC [more...]
[PATCH] i3c: Resign from my maintainer role
2020-11-25 9:53 UTC (3+ messages)
[MPTCP] Re: [MPTCP][PATCH v6 mptcp-next 5/9] mptcp: add port number announced check
2020-11-25 9:54 UTC
[RFC PATCH] clk: imx8qxp: Unbreak auto module building for MXC_CLK_SCU
2020-11-25 9:53 UTC (4+ messages)
[PATCH] Revert "usb: cdns3: core: quit if it uses role switch class"
2020-11-25 9:52 UTC (9+ messages)
[PATCH v4 00/13] Stateless H.264 de-staging
2020-11-25 9:52 UTC (3+ messages)
` [PATCH v4 07/13] media: controls: Validate H264 stateless controls
[PATCH v10 00/81] VM introspection
2020-11-25 9:36 UTC (162+ messages)
` [PATCH v10 01/81] KVM: UAPI: add error codes used by the VM introspection code
` [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 05/81] KVM: x86: add kvm_arch_vcpu_get_regs() and kvm_arch_vcpu_get_sregs()
` [PATCH v10 06/81] KVM: x86: add kvm_arch_vcpu_set_regs()
` [PATCH v10 07/81] KVM: x86: avoid injecting #PF when emulate the VMCALL instruction
` [PATCH v10 08/81] KVM: x86: add kvm_x86_ops.bp_intercepted()
` [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 12/81] KVM: svm: add support for descriptor-table VM-exits
` [PATCH v10 13/81] KVM: x86: add kvm_x86_ops.control_desc_intercept()
` [PATCH v10 14/81] KVM: x86: add kvm_x86_ops.desc_intercepted()
` [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 17/81] KVM: x86: add kvm_x86_ops.control_msr_intercept()
` [PATCH v10 18/81] KVM: x86: vmx: use a symbolic constant when checking the exit qualifications
` [PATCH v10 19/81] KVM: x86: save the error code during EPT/NPF exits handling
` [PATCH v10 20/81] KVM: x86: add kvm_x86_ops.fault_gla()
` [PATCH v10 21/81] KVM: x86: add kvm_x86_ops.control_singlestep()
` [PATCH v10 22/81] KVM: x86: export kvm_arch_vcpu_set_guest_debug()
` [PATCH v10 23/81] KVM: x86: extend kvm_mmu_gva_to_gpa_system() with the 'access' parameter
` [PATCH v10 24/81] KVM: x86: export kvm_inject_pending_exception()
` [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 28/81] KVM: x86: page track: add track_create_slot() callback
` [PATCH v10 29/81] KVM: x86: page_track: add support for preread, prewrite and preexec
` [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 32/81] KVM: introduce VM introspection
` [PATCH v10 33/81] KVM: introspection: add hook/unhook ioctls
` [PATCH v10 34/81] KVM: introspection: add permission access 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 38/81] KVM: introspection: add KVMI_VM_GET_INFO
` [PATCH v10 39/81] KVM: introspection: add KVM_INTROSPECTION_PREUNHOOK
` [PATCH v10 40/81] KVM: introspection: add KVMI_VM_EVENT_UNHOOK
` [PATCH v10 41/81] KVM: introspection: add KVMI_VM_CONTROL_EVENTS
` [PATCH v10 42/81] KVM: introspection: add KVMI_VM_READ_PHYSICAL/KVMI_VM_WRITE_PHYSICAL
` [PATCH v10 43/81] KVM: introspection: add vCPU related data
` [PATCH v10 44/81] KVM: introspection: add a jobs list to every introspected vCPU
` [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 49/81] KVM: introspection: add support for vCPU events
` [PATCH v10 50/81] KVM: introspection: add KVMI_VCPU_EVENT_PAUSE
` [PATCH v10 51/81] KVM: introspection: add the crash action handling on the event reply
` [PATCH v10 52/81] KVM: introspection: add KVMI_VCPU_CONTROL_EVENTS
` [PATCH v10 53/81] KVM: introspection: add KVMI_VCPU_GET_REGISTERS
` [PATCH v10 54/81] KVM: introspection: add KVMI_VCPU_SET_REGISTERS
` [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 59/81] KVM: introspection: restore the state of #BP interception on unhook
` [PATCH v10 60/81] KVM: introspection: add KVMI_VM_CONTROL_CLEANUP
` [PATCH v10 61/81] KVM: introspection: add KVMI_VCPU_CONTROL_CR and KVMI_VCPU_EVENT_CR
` [PATCH v10 62/81] KVM: introspection: restore the state of CR3 interception on unhook
` [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 65/81] KVM: introspection: add KVMI_VCPU_EVENT_XSETBV
` [PATCH v10 66/81] KVM: introspection: add KVMI_VCPU_GET_XCR
` [PATCH v10 67/81] KVM: introspection: add KVMI_VCPU_GET_XSAVE
` [PATCH v10 68/81] KVM: introspection: add KVMI_VCPU_SET_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 71/81] KVM: introspection: restore the state of descriptor-table register interception on unhook
` [PATCH v10 72/81] KVM: introspection: add KVMI_VCPU_CONTROL_MSR and KVMI_VCPU_EVENT_MSR
` [PATCH v10 73/81] KVM: introspection: restore the state of MSR interception on unhook
` [PATCH v10 74/81] KVM: introspection: add KVMI_VM_SET_PAGE_ACCESS
` [PATCH v10 75/81] KVM: introspection: add KVMI_VCPU_EVENT_PF
` [PATCH v10 76/81] KVM: introspection: extend KVMI_GET_VERSION with struct kvmi_features
` [PATCH v10 77/81] KVM: introspection: add KVMI_VCPU_CONTROL_SINGLESTEP
` [PATCH v10 78/81] KVM: introspection: add KVMI_VCPU_EVENT_SINGLESTEP
` [PATCH v10 79/81] KVM: introspection: add KVMI_VCPU_TRANSLATE_GVA
` [PATCH v10 80/81] KVM: introspection: emulate a guest page table walk on SPT violations due to A/D bit updates
` [PATCH v10 81/81] KVM: x86: call the page tracking code on emulation failure
[PATCH v6] block: disable iopoll for split bio
2020-11-25 9:52 UTC (4+ messages)
[PATCH v4] drm/scheduler: Avoid accessing freed bad job
2020-11-25 9:51 UTC (14+ messages)
` [PATCH 0/6] Allow to extend the timeout without jobs disappearing
` [PATCH 1/6] drm/scheduler: "node" --> "list"
` [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 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)
[Intel-gfx] [PATCH] dma-buf/dma-resv: Respect num_fences when initializing the shared fence list
2020-11-25 9:50 UTC (5+ messages)
[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 (4+ 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
[xen-unstable-coverity test] 157003: all pass - PUSHED
2020-11-25 9:46 UTC
[dpdk-dev] [PATCH] test: fix buffer overflow
2020-11-25 9:46 UTC
[PATCH] kfence: Avoid stalling work queue task without allocations
2020-11-25 9:45 UTC (12+ messages)
` linux-next: stall warnings and deadlock on Arm64 (was: [PATCH] kfence: Avoid stalling...)
[PATCH] ARM: dts: stm32: Fix uSD card-detect GPIO on DHCOM
2020-11-25 9:45 UTC (2+ messages)
[PATCH] findmnt: add option to list all statvfs f_flags
2020-11-25 9:45 UTC
[dpdk-dev] [PATCH] net/mlx5: fix memory management for released offloaded tunnels
2020-11-25 9:44 UTC (2+ messages)
` [dpdk-dev] [PATCH v2] "
[PATCH 1/2] pinctrl: stm32: display bias information for all pins
2020-11-25 9:43 UTC (4+ messages)
` [PATCH 2/2] gpio: stm32: correct the bias management
help with a build-user and build-user-plugin failure
2020-11-25 9:42 UTC (3+ messages)
[PATCH] ARM: dts: stm32: Add DHCOM based PicoITX board
2020-11-25 9:42 UTC (2+ messages)
[PATCH] linux-user/elfload: Fix handling of pure BSS segments
2020-11-25 9:39 UTC (3+ messages)
` "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.