messages from 2020-12-07 20:48:11 to 2020-12-07 21:14:09 UTC [more...]
[Intel-wired-lan] [PATCH v7] i40e: add support for PTP external synchronization clock
2020-12-07 21:47 UTC (2+ messages)
[PATCH] [RFC] xfs: initialise attr fork on inode create
2020-12-07 20:49 UTC (9+ messages)
[PATCH v2] audit: report audit wait metric in audit status reply
2020-12-07 21:13 UTC (6+ messages)
[PATCH v2 0/4] arm64: rockchip: Fix PCIe ep-gpios requirement and Add Nanopi M4B
2020-12-07 21:13 UTC (3+ messages)
` [PATCH v2 2/4] dt-bindings: arm: rockchip: Add FriendlyARM NanoPi M4B
[PATCH 1/4] dt-bindings: hwmon: convert TI INA2xx bindings to dt-schema
2020-12-07 21:12 UTC (8+ messages)
` [PATCH 2/4] dt-bindings: hwmon: convert AD AD741x "
` [PATCH 3/4] dt-bindings: hwmon: convert TI ADS7828 "
` [PATCH 4/4] dt-bindings: hwmon: convert AD ADM1275 "
[PATCH v11 00/81] VM introspection
2020-12-07 20:46 UTC (100+ messages)
` [PATCH v11 16/81] KVM: x86: svm: use the vmx convention to control the MSR interception
` [PATCH v11 17/81] KVM: x86: add kvm_x86_ops.control_msr_intercept()
` [PATCH v11 21/81] KVM: x86: add kvm_x86_ops.control_singlestep()
` [PATCH v11 22/81] KVM: x86: export kvm_arch_vcpu_set_guest_debug()
` [PATCH v11 24/81] KVM: x86: export kvm_inject_pending_exception()
` [PATCH v11 26/81] KVM: x86: export kvm_vcpu_ioctl_x86_set_xsave()
` [PATCH v11 27/81] KVM: x86: page track: provide all callbacks with the guest virtual address
` [PATCH v11 30/81] KVM: x86: wire in the preread/prewrite/preexec page trackers
` [PATCH v11 32/81] KVM: introduce VM introspection
` [PATCH v11 34/81] KVM: introspection: add permission access ioctls
` [PATCH v11 35/81] KVM: introspection: add the read/dispatch message function
` [PATCH v11 36/81] KVM: introspection: add KVMI_GET_VERSION
` [PATCH v11 37/81] KVM: introspection: add KVMI_VM_CHECK_COMMAND and KVMI_VM_CHECK_EVENT
` [PATCH v11 38/81] KVM: introspection: add KVMI_VM_GET_INFO
` [PATCH v11 39/81] KVM: introspection: add KVM_INTROSPECTION_PREUNHOOK
` [PATCH v11 40/81] KVM: introspection: add KVMI_VM_EVENT_UNHOOK
` [PATCH v11 41/81] KVM: introspection: add KVMI_VM_CONTROL_EVENTS
` [PATCH v11 42/81] KVM: introspection: add KVMI_VM_READ_PHYSICAL/KVMI_VM_WRITE_PHYSICAL
` [PATCH v11 43/81] KVM: introspection: add vCPU related data
` [PATCH v11 44/81] KVM: introspection: add a jobs list to every introspected vCPU
` [PATCH v11 45/81] KVM: introspection: handle vCPU introspection requests
` [PATCH v11 46/81] KVM: introspection: handle vCPU commands
` [PATCH v11 47/81] KVM: introspection: add KVMI_VCPU_GET_INFO
` [PATCH v11 48/81] KVM: introspection: add KVMI_VM_PAUSE_VCPU
` [PATCH v11 49/81] KVM: introspection: add support for vCPU events
` [PATCH v11 50/81] KVM: introspection: add KVMI_VCPU_EVENT_PAUSE
` [PATCH v11 51/81] KVM: introspection: add the crash action handling on the event reply
` [PATCH v11 52/81] KVM: introspection: add KVMI_VCPU_CONTROL_EVENTS
` [PATCH v11 53/81] KVM: introspection: add KVMI_VCPU_GET_REGISTERS
` [PATCH v11 54/81] KVM: introspection: add KVMI_VCPU_SET_REGISTERS
` [PATCH v11 55/81] KVM: introspection: add KVMI_VCPU_GET_CPUID
` [PATCH v11 56/81] KVM: introspection: add KVMI_VCPU_EVENT_HYPERCALL
` [PATCH v11 57/81] KVM: introspection: add KVMI_VCPU_EVENT_BREAKPOINT
` [PATCH v11 58/81] KVM: introspection: add cleanup support for vCPUs
` [PATCH v11 59/81] KVM: introspection: restore the state of #BP interception on unhook
` [PATCH v11 60/81] KVM: introspection: add KVMI_VM_CONTROL_CLEANUP
` [PATCH v11 61/81] KVM: introspection: add KVMI_VCPU_CONTROL_CR and KVMI_VCPU_EVENT_CR
` [PATCH v11 62/81] KVM: introspection: restore the state of CR3 interception on unhook
` [PATCH v11 63/81] KVM: introspection: add KVMI_VCPU_INJECT_EXCEPTION + KVMI_VCPU_EVENT_TRAP
` [PATCH v11 64/81] KVM: introspection: add KVMI_VM_GET_MAX_GFN
` [PATCH v11 65/81] KVM: introspection: add KVMI_VCPU_EVENT_XSETBV
` [PATCH v11 66/81] KVM: introspection: add KVMI_VCPU_GET_XCR
` [PATCH v11 67/81] KVM: introspection: add KVMI_VCPU_GET_XSAVE
` [PATCH v11 68/81] KVM: introspection: add KVMI_VCPU_SET_XSAVE
` [PATCH v11 69/81] KVM: introspection: add KVMI_VCPU_GET_MTRR_TYPE
` [PATCH v11 70/81] KVM: introspection: add KVMI_VCPU_EVENT_DESCRIPTOR
` [PATCH v11 71/81] KVM: introspection: restore the state of descriptor-table register interception on unhook
` [PATCH v11 72/81] KVM: introspection: add KVMI_VCPU_CONTROL_MSR and KVMI_VCPU_EVENT_MSR
` [PATCH v11 73/81] KVM: introspection: restore the state of MSR interception on unhook
` [PATCH v11 74/81] KVM: introspection: add KVMI_VM_SET_PAGE_ACCESS
` [PATCH v11 75/81] KVM: introspection: add KVMI_VCPU_EVENT_PF
` [PATCH v11 76/81] KVM: introspection: extend KVMI_GET_VERSION with struct kvmi_features
` [PATCH v11 77/81] KVM: introspection: add KVMI_VCPU_CONTROL_SINGLESTEP
` [PATCH v11 78/81] KVM: introspection: add KVMI_VCPU_EVENT_SINGLESTEP
` [PATCH v11 79/81] KVM: introspection: add KVMI_VCPU_TRANSLATE_GVA
` [PATCH v11 80/81] KVM: introspection: emulate a guest page table walk on SPT violations due to A/D bit updates
` [PATCH v11 81/81] KVM: x86: call the page tracking code on emulation failure
[PATCH] submodules: fix of regression on fetching of non-init subsub-repo
2020-12-07 21:10 UTC (6+ messages)
` [PATCH v2] "
Which package provides full featured passwd, adduser, etc?
2020-12-07 21:11 UTC
[PATCH v24 0/5] Provide basic driver to control Arm R5 co-processor found on Xilinx ZynqMP
2020-12-07 21:08 UTC (8+ messages)
` [PATCH v24 4/5] dt-bindings: remoteproc: Add documentation for ZynqMP R5 rproc bindings
` [PATCH v24 5/5] remoteproc: Add initial zynqmp R5 remoteproc driver
Dell XPS 13 9310 2-in-1: psmouse serio1: synaptics: Unable to query device: -5
2020-12-07 21:09 UTC (3+ messages)
[PATCH] dt-bindings: arm: vt8500: remove redundant white-spaces
2020-12-07 21:08 UTC (2+ messages)
[PATCH bpf-next v4 00/11] Atomics for eBPF
2020-12-07 21:08 UTC (7+ messages)
` [PATCH bpf-next v4 01/11] bpf: x86: Factor out emission of ModR/M for *(reg + off)
` [PATCH bpf-next v4 02/11] bpf: x86: Factor out emission of REX byte
` [PATCH bpf-next v4 03/11] bpf: x86: Factor out a lookup table for some ALU opcodes
Is there a working cache for path record and lids etc for librdmacm?
2020-12-07 21:08 UTC (17+ messages)
[PATCH] target/arm: do not use cc->do_interrupt for KVM directly
2020-12-07 21:06 UTC (7+ messages)
[PATCH v1 net-next 00/15] nvme-tcp receive offloads
2020-12-07 21:06 UTC (31+ messages)
` [PATCH v1 net-next 01/15] iov_iter: Skip copy in memcpy_to_page if src==dst
` [PATCH v1 net-next 02/15] net: Introduce direct data placement tcp offload
` [PATCH v1 net-next 03/15] net: Introduce crc offload for tcp ddp ulp
` [PATCH v1 net-next 04/15] net/tls: expose get_netdev_for_sock
` [PATCH v1 net-next 05/15] nvme-tcp: Add DDP offload control path
` [PATCH v1 net-next 06/15] nvme-tcp: Add DDP data-path
` [PATCH v1 net-next 07/15] nvme-tcp : Recalculate crc in the end of the capsule
` [PATCH v1 net-next 08/15] nvme-tcp: Deal with netdevice DOWN events
` [PATCH v1 net-next 09/15] net/mlx5: Header file changes for nvme-tcp offload
` [PATCH v1 net-next 10/15] net/mlx5: Add 128B CQE for NVMEoTCP offload
` [PATCH v1 net-next 11/15] net/mlx5e: TCP flow steering for nvme-tcp
` [PATCH v1 net-next 12/15] net/mlx5e: NVMEoTCP DDP offload control path
` [PATCH v1 net-next 13/15] net/mlx5e: NVMEoTCP, data-path for DDP offload
` [PATCH v1 net-next 14/15] net/mlx5e: NVMEoTCP statistics
` [PATCH v1 net-next 15/15] net/mlx5e: NVMEoTCP workaround CRC after resync
The MHI interrupt handling issue
2020-12-07 21:07 UTC (4+ messages)
[PATCH] rseq/selftests: Fix MEMBARRIER_CMD_PRIVATE_EXPEDITED_RSEQ build error under other arch
2020-12-07 21:06 UTC (3+ messages)
(no subject)
2020-12-07 21:06 UTC (11+ messages)
` [PATCH V3 10/23] xen/mm: Make x86's XENMEM_resource_ioreq_server handling common
` [PATCH V3 11/23] xen/ioreq: Move x86's io_completion/io_req fields to struct vcpu
` [PATCH V3 00/23] IOREQ feature (+ virtio-mmio) on Arm
virtiofs and its optional xattr support vs. fs_use_xattr
2020-12-07 21:06 UTC (5+ messages)
` [Virtio-fs] "
[patch 0/8] ntp/rtc: Fixes and cleanups
2020-12-07 21:05 UTC (11+ messages)
` [patch 3/8] rtc: cmos: Make rtc_cmos sync offset correct
` [patch 4/8] rtc: core: Make the sync offset default more realistic
` [patch 5/8] ntp: Make the RTC synchronization more reliable
` [patch 6/8] ntp, rtc: Move rtc_set_ntp_time() to ntp code
` [patch 8/8] ntp: Consolidate the RTC update implementation
[RFC PATCH] python: add __repr__ to ConsoleSocket to aid debugging
2020-12-07 21:02 UTC (2+ messages)
[PATCH] kernel-doc: Fix example in Nested structs/unions
2020-12-07 21:00 UTC
linux-next: build warning after merge of the jc_docs tree
2020-12-07 21:00 UTC (3+ messages)
` [PATCH] docs: nios2: add missing ReST file
[PATCH v4] self_tests/kvm: sync_regs test for diag318
2020-12-07 20:59 UTC (7+ messages)
[dpdk-dev] [PATCH] maintainers: update for testpmd
2020-12-07 20:59 UTC (3+ messages)
` [dpdk-dev] [PATCH v2] "
[PATCH v3 00/16] pull: default warning improvements
2020-12-07 20:55 UTC (4+ messages)
` [PATCH v3 02/16] pull: improve default warning
[PATCH] mesa: Update 20.2.1 -> 20.2.4
2020-12-07 20:56 UTC
[PATCH bpf-next] bpf: avoid overflows involving hash elem_size
2020-12-07 20:52 UTC (2+ messages)
[PATCH v2 bpf 0/5] New netdev feature flags for XDP
2020-12-07 20:52 UTC (8+ messages)
` [PATCH v2 bpf 1/5] net: ethtool: add xdp properties flag set
` [Intel-wired-lan] "
[Bug 1907137] [NEW] LDTR not properly emulated when MTE tag checks enabled at EL0
2020-12-07 20:44 UTC
New Invoice is Ready to View
2020-12-07 20:52 UTC
[Buildroot] [PATCH 1/1] package/cdrkit: fix static build with libmagic
2020-12-07 20:51 UTC (2+ messages)
[PATCH] drm/amdgpu: make DRM_AMD_DC x86-only again
2020-12-07 20:50 UTC (5+ messages)
[Buildroot] [git commit branch/2020.02.x] package/cdrkit: fix static build with libmagic
2020-12-07 20:51 UTC
[PATCH v3] drivers: gpio: add virtio-gpio guest driver
2020-12-07 20:48 UTC (2+ messages)
[Buildroot] [git commit branch/2020.08.x] package/cdrkit: fix static build with libmagic
2020-12-07 20:51 UTC
[Buildroot] [PATCH] package/musl: add upstream security fix for CVE-2020-28928
2020-12-07 20:50 UTC (2+ messages)
[Buildroot] [git commit branch/2020.02.x] package/musl: add upstream security fix for CVE-2020-28928
2020-12-07 20:50 UTC
[Buildroot] [git commit branch/2020.08.x] package/musl: add upstream security fix for CVE-2020-28928
2020-12-07 20:49 UTC
[PATCH 0/2] xen: fix using ZONE_DEVICE memory for foreign mappings
2020-12-07 20:48 UTC (3+ messages)
` [PATCH 2/2] xen: don't use page->lru for ZONE_DEVICE memory
[Buildroot] [PATCH 1/5] package/ogre: bump to version 1.12.9
2020-12-07 20:48 UTC (5+ messages)
` [Buildroot] [PATCH 2/5] support/scripts/gen-bootlin-toolchains: riscv32 use a pre-2.33 glibc version without RPC support
` [Buildroot] [PATCH 3/5] toolchain/toolchain-external/toolchain-external-bootlin: regenerate for riscv32 toolchain
` [Buildroot] [PATCH 4/5] support/{config-fragments, testing}: select INET_RPC option for custom glibc external toolchains
` [Buildroot] [PATCH 5/5] package/glibc: bump to version 2.32-23-g050022910be1d1f5c11cd5168f1685ad4f9580d2
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.