All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-12-07 20:29:14 to 2020-12-07 20:51:02 UTC [more...]

[patch 0/8] ntp/rtc: Fixes and cleanups
 2020-12-07 20:50 UTC  (3+ messages)
` [patch 3/8] rtc: cmos: Make rtc_cmos sync offset correct

[PATCH] drm/amdgpu: make DRM_AMD_DC x86-only again
 2020-12-07 20:50 UTC  (6+ messages)

[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 

[PATCH] [RFC] xfs: initialise attr fork on inode create
 2020-12-07 20:49 UTC  (9+ messages)

[PATCH v11 00/81] VM introspection
 2020-12-07 20:46 UTC  (122+ messages)
` [PATCH v11 01/81] KVM: UAPI: add error codes used by the VM introspection code
` [PATCH v11 02/81] KVM: add kvm_vcpu_kick_and_wait()
` [PATCH v11 03/81] KVM: add kvm_get_max_gfn()
` [PATCH v11 04/81] KVM: doc: fix the hypercalls numbering
` [PATCH v11 05/81] KVM: x86: add kvm_arch_vcpu_get_regs() and kvm_arch_vcpu_get_sregs()
` [PATCH v11 06/81] KVM: x86: add kvm_arch_vcpu_set_regs()
` [PATCH v11 07/81] KVM: x86: avoid injecting #PF when emulate the VMCALL instruction
` [PATCH v11 08/81] KVM: x86: add kvm_x86_ops.bp_intercepted()
` [PATCH v11 09/81] KVM: x86: add kvm_x86_ops.control_cr3_intercept()
` [PATCH v11 10/81] KVM: x86: add kvm_x86_ops.cr3_write_intercepted()
` [PATCH v11 11/81] KVM: x86: add kvm_x86_ops.desc_ctrl_supported()
` [PATCH v11 12/81] KVM: svm: add support for descriptor-table VM-exits
` [PATCH v11 13/81] KVM: x86: add kvm_x86_ops.control_desc_intercept()
` [PATCH v11 14/81] KVM: x86: add kvm_x86_ops.desc_intercepted()
` [PATCH v11 15/81] KVM: x86: add kvm_x86_ops.msr_write_intercepted()
` [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 18/81] KVM: x86: vmx: use a symbolic constant when checking the exit qualifications
` [PATCH v11 19/81] KVM: x86: save the error code during EPT/NPF exits handling
` [PATCH v11 20/81] KVM: x86: add kvm_x86_ops.fault_gla()
` [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 23/81] KVM: x86: extend kvm_mmu_gva_to_gpa_system() with the 'access' parameter
` [PATCH v11 24/81] KVM: x86: export kvm_inject_pending_exception()
` [PATCH v11 25/81] KVM: x86: export kvm_vcpu_ioctl_x86_get_xsave()
` [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 28/81] KVM: x86: page track: add track_create_slot() callback
` [PATCH v11 29/81] KVM: x86: page_track: add support for preread, prewrite and preexec
` [PATCH v11 30/81] KVM: x86: wire in the preread/prewrite/preexec page trackers
` [PATCH v11 31/81] KVM: x86: disable gpa_available optimization for fetch and page-walk SPT violations
` [PATCH v11 32/81] KVM: introduce VM introspection
` [PATCH v11 33/81] KVM: introspection: add hook/unhook ioctls
` [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 0/2] xen: fix using ZONE_DEVICE memory for foreign mappings
 2020-12-07 20:48 UTC  (4+ messages)
` [PATCH 2/2] xen: don't use page->lru for ZONE_DEVICE memory

[PATCH v3] drivers: gpio: add virtio-gpio guest driver
 2020-12-07 20:48 UTC 

[Buildroot] [git commit branch/2020.08.x] package/musl: add upstream security fix for CVE-2020-28928
 2020-12-07 20:49 UTC 

[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

runaway avocado
 2020-12-07 20:45 UTC  (4+ messages)

[Bug 210467] New: Vega 3 lock MCLK on 1200mhz
 2020-12-07 20:46 UTC  (3+ messages)
` [Bug 210467] amdgpu "

[PATCH v3 00/16] pull: default warning improvements
 2020-12-07 20:45 UTC  (3+ messages)
` [PATCH v3 01/16] doc: pull: explain what is a fast-forward

[RFC, v1 0/3] msi support for platform devices
 2020-12-07 20:43 UTC  (6+ messages)
` [RFC, v2 0/1] "
  ` [RFC v2 1/1] vfio/platform: add support for msi

[PATCH] submodules: fix of regression on fetching of non-init subsub-repo
 2020-12-07 20:44 UTC  (4+ messages)
` [PATCH v2] "

[PATCH][next] seg6: fix unintentional integer overflow on left shift
 2020-12-07 20:44 UTC  (4+ messages)

[PATCH -tip v1 0/3] seqlock: assorted cleanups
 2020-12-07 20:43 UTC  (5+ messages)
` [PATCH -tip v1 2/3] seqlock: Prefix internal seqcount_t-only macros with a "do_"
` [PATCH -tip v1 3/3] seqlock: kernel-doc: Specify when preemption is automatically altered

[dpdk-dev] [PATCH] eal/windows: add stub for rte_intr_callback_register
 2020-12-07 20:43 UTC  (3+ messages)

[pull request][net-next V2 00/15] mlx5 updates 2020-12-01
 2020-12-07 20:42 UTC  (16+ messages)
` [net-next V2 08/15] net/mlx5e: Add TX PTP port object support

[PATCH v2 0/9] Add AMD SEV page encryption bitmap support
 2020-12-07 20:41 UTC  (5+ messages)
` [PATCH v2 1/9] KVM: x86: Add AMD SEV specific Hypercall3

[PATCH 0/2] Subdev link validation and format documentation improvements
 2020-12-07 20:39 UTC  (6+ messages)
` [PATCH 2/2] Documentation: v4l: Document that link_validate op is valid for sink only

[PATCH v3] drivers: gpio: put virtual gpio device into their own submenu
 2020-12-07 20:38 UTC 

[PATCH v3] drivers: gpio: put virtual gpio device into their own submenu
 2020-12-07 20:38 UTC 

discard feature, mkfs.ext4 and mmc default fallback to normal erase op
 2020-12-07 20:39 UTC  (3+ messages)

Are read-only static labels incompatible with kernel modules?
 2020-12-07 20:37 UTC 

[Buildroot] [PATCH] support/dependencies: clarify intended use of host bison/flex
 2020-12-07 20:38 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/monkey: drop wrong comment
 2020-12-07 20:38 UTC  (2+ messages)

[PATCH V5 5/5] PCI: tegra: Disable LTSSM during L2 entry
 2020-12-07 20:37 UTC  (2+ messages)

[PATCH 2/2] regulator: pf8x00: add support of nxp pf8x00 regulator
 2020-12-07 20:36 UTC  (3+ messages)

[PATCH v2 00/17] Refactor fw_devlink to significantly improve boot time
 2020-12-07 20:36 UTC  (6+ messages)
` [PATCH v2 07/17] driver core: Add fwnode_init()

[Buildroot] [git commit branch/2020.02.x] package/monkey: drop wrong comment
 2020-12-07 20:38 UTC 

[Buildroot] [git commit branch/2020.08.x] package/monkey: drop wrong comment
 2020-12-07 20:38 UTC 

[PATCH v3] f2fs: compress: support chksum
 2020-12-07 20:37 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH v2 1/2] drivers: gpio: put virtual gpio device into their own submenu
 2020-12-07 20:34 UTC  (9+ messages)
` [PATCH v2 2/2] drivers: gpio: add virtio-gpio guest driver

[xen-unstable-smoke test] 157262: tolerable all pass - PUSHED
 2020-12-07 20:37 UTC 

[PATCH for-rc] RDMA/core: Fix empty gid table for non IB/RoCE devices
 2020-12-07 20:36 UTC  (2+ messages)

[PATCH 4.4 17/70] crypto: arm64/sha - avoid non-standard inline asm tricks
 2020-12-07 20:35 UTC  (6+ messages)
` [PATCH 4.4] Revert "crypto: arm64/sha - avoid non-standard inline asm tricks"

[Buildroot] [git commit branch/2020.02.x] support/dependencies: clarify intended use of host bison/flex
 2020-12-07 20:36 UTC 

[Buildroot] [git commit branch/2020.08.x] support/dependencies: clarify intended use of host bison/flex
 2020-12-07 20:36 UTC 

fs/overlayfs/util.c:466:2-5: WARNING: Use BUG_ON instead of if condition followed by BUG
 2020-12-07 20:35 UTC  (2+ messages)
` [PATCH] ovl: fix bugon.cocci warnings

[Intel-gfx] [PATCH 1/2] drm/i915: Fix ICL MG PHY vswing handling
 2020-12-07 20:35 UTC  (2+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915: Unify the sanity checks for the buf trans tables

[dpdk-dev] [PATCH] windows: build warnings with clang
 2020-12-07 20:34 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH v1 bpf-next 03/11] tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues
 2020-12-07 20:33 UTC  (3+ messages)

[RESEND PATCH v2 00/12] Convert all vmstat counters to pages or bytes
 2020-12-07 20:33 UTC  (8+ messages)
  ` [External] "

[PATCH][next] arm64: fix the mm build error in mm/kfence/core.c
 2020-12-07 20:32 UTC  (6+ messages)

[PATCH] IB/iser: Remove in_interrupt() usage
 2020-12-07 20:32 UTC  (10+ messages)
              ` [PATCH v2] "

[PATCH] PCI: dwc: Set 32-bit DMA mask for MSI target address allocation
 2020-12-07 20:32 UTC  (2+ messages)

[PATCH 00/22] Intel Vision Processing Unit base enabling part 1
 2020-12-07 20:31 UTC  (5+ messages)
` [PATCH 02/22] dt-bindings: Add bindings for Keem Bay IPC driver

[PATCH v3] f2fs: fix race of pending_pages in decompression
 2020-12-07 20:31 UTC  (3+ messages)
` [f2fs-dev] "

stable-rc/linux-4.4.y build: 190 builds: 0 failed, 190 passed, 13 warnings (v4.4.247-13-g8f96dadc6cc2)
 2020-12-07 20:31 UTC 

stable-rc/queue/4.9 build: 196 builds: 0 failed, 196 passed, 4 warnings (v4.9.247-4-g50539cf53250b)
 2020-12-07 20:31 UTC 

[PATCH v6 0/5] PCI: Unify ECAM constants in native PCI Express drivers
 2020-12-07 20:29 UTC  (7+ messages)
` [PATCH v6 1/5] "

[PATCH] nvme-fcloop: Fix sscanf type and list_first_entry_or_null warnings
 2020-12-07 20:29 UTC 

[PATCH 0/1] x86/kprobes: Classify opcode while preparing kprobe
 2020-12-07 20:28 UTC  (3+ messages)
` [PATCH 1/1] x86/kprobes: Do not decode opcode in resume_execution()


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.