All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-03-30 10:12:09 to 2020-03-30 10:33:26 UTC [more...]

[Xen-devel] [PATCH] automation: update openSUSE Tumbleweed building dependencies
 2020-03-30 10:32 UTC  (3+ messages)

[PATCH] ASoC: snd_soc_dai_set_fmt add substream independence
 2020-03-30 10:32 UTC  (2+ messages)

[PATCH] board: ls1028ardb: add BOARD_LATE_INIT config
 2020-03-30 10:32 UTC  (2+ messages)

patch "amba: Initialize dma_parms for amba devices" added to char-misc-next
 2020-03-30 10:32 UTC 

patch "driver core: platform: Initialize dma_parms for platform devices" added to char-misc-next
 2020-03-30 10:32 UTC 

patch "misc: rtsx: set correct pcr_ops for rts522A" added to char-misc-next
 2020-03-30 10:32 UTC 

patch "coresight: do not use the BIT() macro in the UAPI header" added to char-misc-next
 2020-03-30 10:32 UTC 

patch "mei: me: add cedar fork device ids" added to char-misc-next
 2020-03-30 10:32 UTC 

[PATCH] lx2160a : Remove default VID setting
 2020-03-30 10:31 UTC  (2+ messages)

[PULL 0/1] Linux user for 5.0 patches
 2020-03-30 10:29 UTC  (2+ messages)
` [PULL 1/1] linux-user: Support futex_time64

[PATCH 1/1] armv8: ls1028a: Update secure boot headers offset
 2020-03-30 10:30 UTC  (2+ messages)

[PATCH] drm/managed: Fix off-by-one in warning
 2020-03-30 10:29 UTC  (4+ messages)

[igt-dev] [PATCH i-g-t v2] tests/kms_concurrent: Move bandwidth calculation to igt_fixture
 2020-03-30 10:29 UTC  (3+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_concurrent: Move bandwidth calculation to igt_fixture (rev3)

[PATCH v3 0/5] mm: Enable CONFIG_NODES_SPAN_OTHER_NODES by default for NUMA
 2020-03-30 10:26 UTC  (8+ messages)

[dpdk-dev] [PATCH] net/sfc: add Xilinx copyright
 2020-03-30 10:27 UTC 

[dpdk-dev] [PATCH 0/6] net/sfc: improve Rx mode handling on VF
 2020-03-30 10:25 UTC  (7+ messages)
` [dpdk-dev] [PATCH 1/6] net/sfc/base: refactor filters cleanup in reconfigure
` [dpdk-dev] [PATCH 2/6] net/sfc/base: refactor filters mark "
` [dpdk-dev] [PATCH 3/6] net/sfc/base: refactor unicast filters reconfiguration
` [dpdk-dev] [PATCH 4/6] net/sfc/base: refactor mcast "
` [dpdk-dev] [PATCH 5/6] net/sfc/base: add API to get currently operating filters
` [dpdk-dev] [PATCH 6/6] net/sfc: check actual all multicast unknown unicast filters

[PATCH] lx2160a : Add emmc in boot_targets environment variable
 2020-03-30 10:26 UTC  (2+ messages)

[PATCH net] veth: xdp: use head instead of hard_start
 2020-03-30 10:26 UTC  (2+ messages)

[PATCH 1/2] arm64: ls1028a: remove fdt_high environment variable
 2020-03-30 10:25 UTC  (2+ messages)

snd_hda_intel/sst-acpi sound breakage on suspend/resume since 5.6-rc1
 2020-03-30 10:23 UTC  (12+ messages)

[kvm-unit-tests PATCH v7 00/13] arm/arm64: Add ITS tests
 2020-03-30 10:24 UTC  (10+ messages)
` [kvm-unit-tests PATCH v7 06/13] arm/arm64: ITS: Introspection tests

[PATCH] nfsd: memory corruption in nfsd4_lock()
 2020-03-30 10:22 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v8 00/81] VM introspection
 2020-03-30 10:13 UTC  (130+ messages)
` [PATCH v8 01/81] sched/swait: add swait_event_killable_exclusive()
` [PATCH v8 02/81] export kill_pid_info()
` [PATCH v8 03/81] KVM: add new error codes for VM introspection
` [PATCH v8 04/81] KVM: add kvm_vcpu_kick_and_wait()
` [PATCH v8 05/81] KVM: add kvm_get_max_gfn()
` [PATCH v8 06/81] KVM: doc: fix the hypercall numbering
` [PATCH v8 07/81] KVM: x86: add kvm_arch_vcpu_get_regs() and kvm_arch_vcpu_get_sregs()
` [PATCH v8 08/81] KVM: x86: add kvm_arch_vcpu_set_regs()
` [PATCH v8 09/81] KVM: x86: avoid injecting #PF when emulate the VMCALL instruction
` [PATCH v8 10/81] KVM: x86: add .bp_intercepted() to struct kvm_x86_ops
` [PATCH v8 11/81] KVM: x86: add .control_cr3_intercept() "
` [PATCH v8 12/81] KVM: x86: add .cr3_write_intercepted()
` [PATCH v8 13/81] KVM: x86: add .desc_ctrl_supported()
` [PATCH v8 14/81] KVM: svm: add support for descriptor-table exits
` [PATCH v8 15/81] KVM: x86: add .control_desc_intercept()
` [PATCH v8 16/81] KVM: x86: add .desc_intercepted()
` [PATCH v8 17/81] KVM: x86: export .msr_write_intercepted()
` [PATCH v8 18/81] KVM: x86: use MSR_TYPE_R, MSR_TYPE_W and MSR_TYPE_RW with AMD code too
` [PATCH v8 19/81] KVM: svm: pass struct kvm_vcpu to set_msr_interception()
` [PATCH v8 20/81] KVM: vmx: pass struct kvm_vcpu to the intercept msr related functions
` [PATCH v8 21/81] KVM: x86: add .control_msr_intercept()
` [PATCH v8 22/81] KVM: x86: vmx: use a symbolic constant when checking the exit qualifications
` [PATCH v8 23/81] KVM: x86: save the error code during EPT/NPF exits handling
` [PATCH v8 24/81] KVM: x86: add .fault_gla()
` [PATCH v8 25/81] KVM: x86: add .spt_fault()
` [PATCH v8 26/81] KVM: x86: add .gpt_translation_fault()
` [PATCH v8 27/81] KVM: x86: add .control_singlestep()
` [PATCH v8 28/81] KVM: x86: export kvm_arch_vcpu_set_guest_debug()
` [PATCH v8 29/81] KVM: x86: extend kvm_mmu_gva_to_gpa_system() with the 'access' parameter
` [PATCH v8 30/81] KVM: x86: export kvm_inject_pending_exception()
` [PATCH v8 31/81] KVM: x86: export kvm_vcpu_ioctl_x86_get_xsave()
` [PATCH v8 32/81] KVM: x86: page track: provide all page tracking hooks with the guest virtual address
` [PATCH v8 33/81] KVM: x86: page track: add track_create_slot() callback
` [PATCH v8 34/81] KVM: x86: page_track: add support for preread, prewrite and preexec
` [PATCH v8 35/81] KVM: x86: wire in the preread/prewrite/preexec page trackers
` [PATCH v8 36/81] KVM: x86: intercept the write access on sidt and other emulated instructions
` [PATCH v8 37/81] KVM: x86: disable gpa_available optimization for fetch and page-walk NPF/EPT violations
` [PATCH v8 38/81] KVM: introduce VM introspection
` [PATCH v8 39/81] KVM: introspection: add hook/unhook ioctls
` [PATCH v8 40/81] KVM: introspection: add permission access ioctls
` [PATCH v8 41/81] KVM: introspection: add the read/dispatch message function
` [PATCH v8 42/81] KVM: introspection: add KVMI_GET_VERSION
` [PATCH v8 43/81] KVM: introspection: add KVMI_VM_CHECK_COMMAND and KVMI_VM_CHECK_EVENT
` [PATCH v8 44/81] KVM: introspection: add KVMI_VM_GET_INFO
` [PATCH v8 45/81] KVM: introspection: add KVMI_EVENT_UNHOOK
` [PATCH v8 46/81] KVM: introspection: add KVMI_VM_CONTROL_EVENTS
` [PATCH v8 47/81] KVM: introspection: add KVMI_VM_READ_PHYSICAL/KVMI_VM_WRITE_PHYSICAL
` [PATCH v8 48/81] KVM: introspection: add vCPU related data
` [PATCH v8 49/81] KVM: introspection: add a jobs list to every introspected vCPU
` [PATCH v8 50/81] KVM: introspection: handle vCPU introspection requests
` [PATCH v8 51/81] KVM: introspection: handle vCPU commands
` [PATCH v8 52/81] KVM: introspection: add KVMI_VCPU_GET_INFO
` [PATCH v8 53/81] KVM: introspection: add KVMI_VCPU_PAUSE
` [PATCH v8 54/81] KVM: introspection: add KVMI_EVENT_PAUSE_VCPU
` [PATCH v8 55/81] KVM: introspection: add crash action handling on event reply
` [PATCH v8 56/81] KVM: introspection: add KVMI_VCPU_CONTROL_EVENTS
` [PATCH v8 57/81] KVM: introspection: add KVMI_VCPU_GET_REGISTERS
` [PATCH v8 58/81] KVM: introspection: add KVMI_VCPU_SET_REGISTERS
` [PATCH v8 59/81] KVM: introspection: add KVMI_VCPU_GET_CPUID
` [PATCH v8 60/81] KVM: introspection: add KVMI_EVENT_HYPERCALL
` [PATCH v8 61/81] KVM: introspection: add KVMI_EVENT_BREAKPOINT
` [PATCH v8 62/81] KVM: introspection: restore the state of #BP interception on unhook
` [PATCH v8 63/81] KVM: introspection: add KVMI_VCPU_CONTROL_CR and KVMI_EVENT_CR
` [PATCH v8 64/81] KVM: introspection: restore the state of CR3 interception on unhook
` [PATCH v8 65/81] KVM: introspection: add KVMI_VCPU_INJECT_EXCEPTION + KVMI_EVENT_TRAP
` [PATCH v8 66/81] KVM: introspection: add KVMI_VM_GET_MAX_GFN
` [PATCH v8 67/81] KVM: introspection: add KVMI_EVENT_XSETBV
` [PATCH v8 68/81] KVM: introspection: add KVMI_VCPU_GET_XSAVE
` [PATCH v8 69/81] KVM: introspection: add KVMI_VCPU_GET_MTRR_TYPE
` [PATCH v8 70/81] KVM: introspection: add KVMI_EVENT_DESCRIPTOR
` [PATCH v8 71/81] KVM: introspection: restore the state of descriptor-table register interception on unhook
` [PATCH v8 72/81] KVM: introspection: add KVMI_VCPU_CONTROL_MSR and KVMI_EVENT_MSR
` [PATCH v8 73/81] KVM: introspection: restore the state of MSR interception on unhook
` [PATCH v8 74/81] KVM: introspection: add KVMI_VM_SET_PAGE_ACCESS
` [PATCH v8 75/81] KVM: introspection: add KVMI_EVENT_PF
` [PATCH v8 76/81] KVM: introspection: extend KVMI_GET_VERSION with struct kvmi_features
` [PATCH v8 77/81] KVM: introspection: add KVMI_VCPU_CONTROL_SINGLESTEP
` [PATCH v8 78/81] KVM: introspection: add KVMI_EVENT_SINGLESTEP
` [PATCH v8 79/81] KVM: introspection: add KVMI_VCPU_TRANSLATE_GVA
` [PATCH v8 80/81] KVM: introspection: emulate a guest page table walk on SPT violations due to A/D bit updates
` [PATCH v8 81/81] KVM: x86: call the page tracking code on emulation failure

[PATCH V2] x86/Hyper-V: Fix hv sched clock function return wrong time unit
 2020-03-30 10:22 UTC  (4+ messages)

[PATCH v3 0/6] Add devicetree features and fixes for UniPhier SoCs
 2020-03-30 10:20 UTC  (4+ messages)
` [PATCH v3 1/6] dt-bindings: dma: uniphier-xdmac: Consolidate register region description

[PATCH v3 00/10] Add a new mmap locking API wrapping mmap_sem calls
 2020-03-30 10:20 UTC  (13+ messages)
` [PATCH v3 05/10] mmap locking API: convert mmap_sem call sites missed by coccinelle
      ` [v3 "
          ` [v3 05/10] mmap locking API: Improving the Coccinelle software
            ` [Cocci] "

[PATCH bpf-next 1/4] xdp: Support specifying expected existing program when attaching XDP
 2020-03-30 10:19 UTC  (12+ messages)

[PATCH][next] virtio: fix spelling mistake "confiugration" -> "configuration"
 2020-03-30 10:19 UTC  (2+ messages)

[PATCH 0/3] Program GIC LPI configuration table
 2020-03-30 10:18 UTC  (2+ messages)

[dpdk-dev] [dpdk-dev 4/4] app/testpmd: add new types to RSS hash commands
 2020-03-30 10:18 UTC  (6+ messages)
` [dpdk-dev] [dpdk-dev v2 0/4] add RSS configuration for iavf
  ` [dpdk-dev] [dpdk-dev v2 3/4] app/testpmd: support GTP PDU type

Suspected bug in wait syscall or similar
 2020-03-30 10:18 UTC  (2+ messages)

[PATCH v11 00/26] RTRS (former IBTRS) RDMA Transport Library and RNBD (former IBNBD) RDMA Network Block Device
 2020-03-30 10:17 UTC  (7+ messages)
` [PATCH v11 25/26] block/rnbd: a bit of documentation
` [PATCH v11 26/26] MAINTAINERS: Add maintainers for RNBD/RTRS modules

[PATCH] f2fs: fix long latency due to discard during umount
 2020-03-30 10:16 UTC  (9+ messages)
            ` [f2fs-dev] "

[PATCH][next] net: ethernet: ti: fix spelling mistake "rundom" -> "random"
 2020-03-30 10:16 UTC  (2+ messages)

[PATCH] brcmfmac: fix wrong location to get firmware feature
 2020-03-30 10:16 UTC  (3+ messages)

[PATCH v2] board: lx2160a: Correct board fixup for PCIe nodes
 2020-03-30 10:16 UTC  (2+ messages)

[MPTCP] Re: Address change
 2020-03-30 10:15 UTC 

[Outreachy Kernel][PATCH 0/2] staging: wlan-ng: Resolve various warnings reported by checkpatch.pl
 2020-03-30 10:14 UTC  (5+ messages)
` [Outreachy Kernel][PATCH 1/2] staging: wlang-ng: Properly align the lines of function call
  ` [Outreachy kernel] "

[PATCH v6 0/2] ACPI / APEI: Add support to notify the vendor specific HW errors
 2020-03-30 10:14 UTC  (4+ messages)
  ` [PATCH v6 1/2] "

[PATCH V3 0/6] x86/Hyper-V: Panic code path fixes
 2020-03-30 10:13 UTC  (2+ messages)

[PATCH v2 1/3] driver core: Break infinite loop when deferred probe can't be satisfied
 2020-03-30 10:13 UTC  (6+ messages)
` [PATCH v2 3/3] driver core: Replace open-coded list_last_entry()
      `  "

[dpdk-dev] [PATCH] net/mlx5: fix link state update
 2020-03-30 10:12 UTC  (4+ messages)

[PATCH V4] ARM: dts: stm32: Add KS8851-16MLL ethernet on FMC2
 2020-03-30 10:12 UTC  (2+ messages)

[PATCH v5 3/4] irqchip: xilinx: Enable generic irq multi handler
 2020-03-30 10:12 UTC  (10+ messages)
` [tip: irq/core] irqchip/xilinx: "

[LTP] [PATCH v2 0/2] Update syscalls/fsync02 to new API
 2020-03-30 10:12 UTC  (3+ messages)
` [LTP] [PATCH v2 1/2] "
` [LTP] [PATCH v2 2/2] Fix calculations and defined constants


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.