All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-02-07 17:34:39 to 2020-02-07 18:18:17 UTC [more...]

[RFC PATCH v7 00/78] VM introspection
 2020-02-07 18:16 UTC  (59+ messages)
` [RFC PATCH v7 03/78] KVM: add new error codes for "
` [RFC PATCH v7 04/78] KVM: add kvm_vcpu_kick_and_wait()
` [RFC PATCH v7 06/78] KVM: doc: fix the hypercall numbering
` [RFC PATCH v7 09/78] KVM: x86: avoid injecting #PF when emulate the VMCALL instruction
` [RFC PATCH v7 10/78] KVM: x86: add .bp_intercepted() to struct kvm_x86_ops
` [RFC PATCH v7 11/78] KVM: x86: add .control_cr3_intercept() "
` [RFC PATCH v7 13/78] KVM: x86: add .control_desc_intercept()
` [RFC PATCH v7 14/78] KVM: x86: add .desc_intercepted()
` [RFC PATCH v7 17/78] KVM: svm: pass struct kvm_vcpu to set_msr_interception()
` [RFC PATCH v7 18/78] KVM: vmx: pass struct kvm_vcpu to the intercept msr related functions
` [RFC PATCH v7 22/78] KVM: x86: add .fault_gla()
` [RFC PATCH v7 32/78] KVM: x86: page_track: add support for preread, prewrite and preexec
` [RFC PATCH v7 33/78] KVM: x86: wire in the preread/prewrite/preexec page trackers
` [RFC PATCH v7 34/78] KVM: x86: intercept the write access on sidt and other emulated instructions
` [RFC PATCH v7 35/78] KVM: x86: disable gpa_available optimization for fetch and page-walk NPF/EPT violations
` [RFC PATCH v7 36/78] KVM: introduce VM introspection
` [RFC PATCH v7 37/78] KVM: introspection: add hook/unhook ioctls
` [RFC PATCH v7 38/78] KVM: introspection: add permission access ioctls
` [RFC PATCH v7 39/78] KVM: introspection: add the read/dispatch message function
` [RFC PATCH v7 40/78] KVM: introspection: add KVMI_GET_VERSION
` [RFC PATCH v7 41/78] KVM: introspection: add KVMI_VM_CHECK_COMMAND and KVMI_VM_CHECK_EVENT
` [RFC PATCH v7 42/78] KVM: introspection: add KVMI_VM_GET_INFO
` [RFC PATCH v7 43/78] KVM: introspection: add KVMI_EVENT_UNHOOK
` [RFC PATCH v7 44/78] KVM: introspection: add KVMI_VM_CONTROL_EVENTS
` [RFC PATCH v7 45/78] KVM: introspection: add KVMI_VM_READ_PHYSICAL/KVMI_VM_WRITE_PHYSICAL
` [RFC PATCH v7 46/78] KVM: introspection: add vCPU related data
` [RFC PATCH v7 47/78] KVM: introspection: add a jobs list to every introspected vCPU
` [RFC PATCH v7 48/78] KVM: introspection: handle vCPU introspection requests
` [RFC PATCH v7 49/78] KVM: introspection: handle vCPU commands
` [RFC PATCH v7 50/78] KVM: introspection: add KVMI_VCPU_GET_INFO
` [RFC PATCH v7 51/78] KVM: introspection: add KVMI_VCPU_PAUSE
` [RFC PATCH v7 52/78] KVM: introspection: add KVMI_EVENT_PAUSE_VCPU
` [RFC PATCH v7 53/78] KVM: introspection: add KVMI_VCPU_CONTROL_EVENTS
` [RFC PATCH v7 54/78] KVM: introspection: add KVMI_VCPU_GET_REGISTERS
` [RFC PATCH v7 55/78] KVM: introspection: add KVMI_VCPU_SET_REGISTERS
` [RFC PATCH v7 56/78] KVM: introspection: add KVMI_VCPU_GET_CPUID
` [RFC PATCH v7 57/78] KVM: introspection: add KVMI_EVENT_HYPERCALL
` [RFC PATCH v7 58/78] KVM: introspection: add KVMI_EVENT_BREAKPOINT
` [RFC PATCH v7 59/78] KVM: introspection: restore the state of #BP interception on unhook
` [RFC PATCH v7 60/78] KVM: introspection: add KVMI_VCPU_CONTROL_CR and KVMI_EVENT_CR
` [RFC PATCH v7 61/78] KVM: introspection: restore the state of CR3 interception on unhook
` [RFC PATCH v7 62/78] KVM: introspection: add KVMI_VCPU_INJECT_EXCEPTION + KVMI_EVENT_TRAP
` [RFC PATCH v7 63/78] KVM: introspection: add KVMI_VM_GET_MAX_GFN
` [RFC PATCH v7 64/78] KVM: introspection: add KVMI_EVENT_XSETBV
` [RFC PATCH v7 65/78] KVM: introspection: add KVMI_VCPU_GET_XSAVE
` [RFC PATCH v7 66/78] KVM: introspection: add KVMI_VCPU_GET_MTRR_TYPE
` [RFC PATCH v7 67/78] KVM: introspection: add KVMI_EVENT_DESCRIPTOR
` [RFC PATCH v7 68/78] KVM: introspection: restore the state of descriptor interception on unhook
` [RFC PATCH v7 69/78] KVM: introspection: add KVMI_VCPU_CONTROL_MSR and KVMI_EVENT_MSR
` [RFC PATCH v7 70/78] KVM: introspection: restore the state of MSR interception on unhook
` [RFC PATCH v7 71/78] KVM: introspection: add KVMI_VM_SET_PAGE_ACCESS
` [RFC PATCH v7 72/78] KVM: introspection: add KVMI_EVENT_PF
` [RFC PATCH v7 73/78] KVM: introspection: extend KVMI_GET_VERSION with struct kvmi_features
` [RFC PATCH v7 74/78] KVM: introspection: add KVMI_VCPU_CONTROL_SINGLESTEP
` [RFC PATCH v7 75/78] KVM: introspection: add KVMI_EVENT_SINGLESTEP
` [RFC PATCH v7 76/78] KVM: introspection: add KVMI_VCPU_TRANSLATE_GVA
` [RFC PATCH v7 77/78] KVM: introspection: emulate a guest page table walk on SPT violations due to A/D bit updates
` [RFC PATCH v7 78/78] KVM: x86: call the page tracking code on emulation failure

[PATCH v5 00/19] KVM: Dynamically size memslot arrays
 2020-02-07 18:17 UTC  (17+ messages)
` [PATCH v5 12/19] KVM: Move memslot deletion to helper function

[PATCH] clone: use submodules.recurse option for automatically clone submodules
 2020-02-07 18:17 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v11 1/9] hugetlb_cgroup: Add hugetlb_cgroup reservation counter
 2020-02-07 18:16 UTC  (4+ messages)
` [PATCH v11 6/9] hugetlb_cgroup: support noreserve mappings

[PATCH v1 0/2] scsi: ufs: introduce common function to disable host TX LCC
 2020-02-07 18:14 UTC  (5+ messages)
` [PATCH v1 2/2] "

[PATCH -next 0/5] rbtree: optimize frequent tree walks
 2020-02-07 18:03 UTC  (6+ messages)
` [PATCH 1/5] lib/rbtree: introduce linked-list rbtree interface
` [PATCH 2/5] proc/sysctl: optimize proc_sys_readdir
` [PATCH 3/5] regmap: optimize sync() and drop() regcache callbacks
` [PATCH 4/5] vfio/type1: optimize dma_list tree iterations
` [PATCH 5/5] uprobes: optimize build_probe_list()

[Xen-devel] [ovmf test] 146785: regressions - FAIL
 2020-02-07 18:13 UTC 

[PATCH v3] security: selinux: allow per-file labeling for bpffs
 2020-02-07 18:12 UTC  (2+ messages)

[PATCH v4 0/3] Make MachineClass::is_default boolean, refuse multiple default machines
 2020-02-07 18:05 UTC  (12+ messages)
` [PATCH v4 1/3] hw: Do not initialize MachineClass::is_default to 0
` [PATCH v4 2/3] hw: Make MachineClass::is_default a boolean type
` [PATCH v4 3/3] vl: Abort if multiple machines are registered as default

[PATCH 1/2] oeqa: Use cpio 2.13 as testcase
 2020-02-07 18:09 UTC  (3+ messages)
` [PATCH 2/2] oeqa: autoreconf cpio before building

[Buildroot] [PATCH v3 00/10] Merge rust and cargo
 2020-02-07 18:08 UTC  (11+ messages)
` [Buildroot] [PATCH v3 01/10] package/rustc: install cargo config as toolchain post-install hook
` [Buildroot] [PATCH v3 02/10] package/rust: build and install cargo
` [Buildroot] [PATCH v3 03/10] package/cargo-bin: install if rust-bin selected
` [Buildroot] [PATCH v3 04/10] package/rust-bin: host variant depends on host-cargo-bin
` [Buildroot] [PATCH v3 05/10] package/rust: drop dependency "
` [Buildroot] [PATCH v3 06/10] package/ripgrep: depends on host-rustc
` [Buildroot] [PATCH v3 07/10] package/cargo: drop package
` [Buildroot] [PATCH v3 08/10] docs/manual: cargo packages depend on host-rustc
` [Buildroot] [PATCH v3 09/10] package/rust: bump to 1.40
` [Buildroot] [PATCH v3 10/10] package/cargo-bin: remove and use cargo-bin from rust-bin package

[dpdk-dev] [PATCH] netvsc: update link info when getting device info
 2020-02-07 18:08 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] net/netvsc: initialize link state

[PATCH 1/3] sched: Remove __rcu annotation from cred pointer
 2020-02-07 18:05 UTC  (9+ messages)
` [Linux-kernel-mentees] "
` [Linux-kernel-mentees] [PATCH 2/3] cred: Do not use RCU primitives to access "
  `  "
` [Linux-kernel-mentees] [PATCH 3/3] auditsc: Do not use RCU primitive to read from "
  `  "

[PATCH v3 0/3] kbuild: allow symbol whitelisting with TRIM_UNUSED_KSYM
 2020-02-07 18:07 UTC  (4+ messages)
` [PATCH v3 1/3] kbuild: allow symbol whitelisting with TRIM_UNUSED_KSYMS
` [PATCH v3 2/3] kbuild: split adjust_autoksyms.sh in two parts
` [PATCH v3 3/3] kbuild: generate autoksyms.h early

[PATCH bpf] bpf: Improve bucket_log calculation logic
 2020-02-07 18:07 UTC  (2+ messages)

[PATCH v2 for-5.0 0/7] block-copy improvements: part I
 2020-02-07 18:05 UTC  (12+ messages)
` [PATCH v2 2/7] block/block-copy: use block_status
` [PATCH v2 3/7] block/block-copy: factor out block_copy_find_inflight_req
` [PATCH v2 4/7] block/block-copy: refactor interfaces to use bytes instead of end
` [PATCH v2 5/7] block/block-copy: rename start to offset in interfaces

[Xen-devel] [XEN PATCH v2 1/2] Check zone before merging adjacent blocks in heap
 2020-02-07 18:04 UTC  (7+ messages)
` [Xen-devel] [PATCH 2/2] xen/mm: Introduce PG_state_uninitialised

[PATCH] dm-bufio: implement discard
 2020-02-07 18:04 UTC  (3+ messages)

[PULL 0/3] Misc patches
 2020-02-07 18:02 UTC  (2+ messages)

[PATCH v6 00/22] tracing: bootconfig: Boot-time tracing and Extra boot config
 2020-02-07 18:03 UTC  (3+ messages)
` [PATCH v6 08/22] bootconfig: init: Allow admin to use bootconfig for init command line

[PATCH v3 00/20] target/arm: Implement PAN, ATS1E1, UAO
 2020-02-07 18:01 UTC  (13+ messages)
` [PATCH v3 08/20] target/arm: Remove CPSR_RESERVED
` [PATCH v3 09/20] target/arm: Tidy msr_mask
` [PATCH v3 10/20] target/arm: Introduce aarch64_pstate_valid_mask
` [PATCH v3 11/20] target/arm: Update MSR access for PAN
` [PATCH v3 14/20] target/arm: Set PAN bit as required on exception entry
` [PATCH v3 18/20] target/arm: Update MSR access to UAO

Question
 2020-02-07 18:00 UTC  (5+ messages)

[nft PATCH 1/2] doc: nft.8: Mention wildcard interface matching
 2020-02-07 17:59 UTC  (4+ messages)
` [nft PATCH 2/2] scanner: Extend asteriskstring definition

[PATCH] random: add rng-seed= command line option
 2020-02-07 17:58 UTC  (6+ messages)

[jkirsher-next-queue:dev-queue 75/75] drivers/net/ethernet/intel/gwdpa/gswip/gswip_dev.c:32:30: sparse: sparse: incorrect type in initializer (different address spaces)
 2020-02-07 17:58 UTC  (4+ messages)
` [Intel-wired-lan] "
` [RFC PATCH jkirsher-next-queue] gwdpa: gswip: mac_get_speed() can be static
  ` [Intel-wired-lan] "

Community support - where do want to be in a year?
 2020-02-07 17:58 UTC  (3+ messages)

[Bug 206271] New: Trackpoint stops working after updating from Kernel 5.4.11 to 5.4.12
 2020-02-07 17:56 UTC  (2+ messages)
  ` [Regression] "

[PATCH v2] mac80211: Fix setting txpower to zero
 2020-02-07 17:55 UTC  (3+ messages)

[BUG?] 'git rebase --abort' couldn't abort aborted rebase
 2020-02-07 17:52 UTC  (4+ messages)

[dpdk-dev] [PATCH v2] devtools: add new SPDX license compliance checker
 2020-02-07 17:52 UTC  (3+ messages)
` [dpdk-dev] [PATCH v3] "

btrfs root fs started remounting ro
 2020-02-07 17:52 UTC 

[PATCH] libselinux: drop error return from is_selinux_enabled.3
 2020-02-07 17:51 UTC  (3+ messages)

[dpdk-dev] SPDX license nag
 2020-02-07 17:50 UTC  (3+ messages)

[RFC PATCH 0/2] ima: uncompressed module appraisal support
 2020-02-07 17:49 UTC  (7+ messages)

[PATCH net] drop_monitor: Do not cancel uninitialized work item
 2020-02-07 17:49 UTC  (2+ messages)

[PATCH net 0/5] mlxsw: Various fixes
 2020-02-07 17:48 UTC  (2+ messages)

[dpdk-dev] [PATCH v2 0/7] MinGW-w64 support
 2020-02-07 17:47 UTC  (4+ messages)

[PATCH v2] hw/arm: ast2600: Wire up EHCI controllers
 2020-02-07 17:45 UTC 

Need help to add smbios-mdr to CI build
 2020-02-07 17:45 UTC 

[PATCH v3] net: dsa: microchip: enable module autoprobe
 2020-02-07 17:46 UTC  (2+ messages)

[alsa-devel] USB Audio Interface / Denon MC7000 and MC8000 controller
 2020-02-07 17:45 UTC  (12+ messages)

[PATCH v2 0/6] drm: Try to fix encoder possible_clones/crtc
 2020-02-07 17:45 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm: Try to fix encoder possible_clones/crtc (rev2)

[LSF/MM/BPF TOPIC] Page table manipulation primitives
 2020-02-07 17:45 UTC  (3+ messages)

[PATCH v2 net] ipv6/addrconf: fix potential NULL deref in inet6_set_link_af()
 2020-02-07 17:44 UTC  (2+ messages)

BUG: sleeping function called from invalid context in __kmalloc
 2020-02-07 17:44 UTC  (2+ messages)

VLAN retagging for packets switched between 2 certain ports
 2020-02-07 17:43 UTC  (3+ messages)

[PATCH 0/1] Fix vardeps issue with SDK generation
 2020-02-07 17:43 UTC  (2+ messages)
` [PATCH 1/1] populate_sdk_base: if the SDKIMAGE_FEATURES changes, refresh the SDK

[kvm-unit-tests PATCH 0/4] nVMX: 5-level nested EPT support
 2020-02-07 17:42 UTC  (5+ messages)
` [kvm-unit-tests PATCH 1/4] nVMX: Extend EPTP test to allow 5-level EPT
` [kvm-unit-tests PATCH 2/4] nVMX: Refactor the EPT/VPID MSR cap check to make it readable
` [kvm-unit-tests PATCH 3/4] nVMX: Mark bit 39 of MSR_IA32_VMX_EPT_VPID_CAP as reserved
` [kvm-unit-tests PATCH 4/4] nVMX: Extend EPT cap MSR test to allow 5-level EPT

[PATCH v2 0/2] New mount API syscalls
 2020-02-07 17:42 UTC  (3+ messages)
` [PATCH v2 1/2] Add manpages for move_mount(2) and open_tree(2)
` [PATCH v2 2/2] Add manpage for fsopen(2), fspick(2) and fsmount(2)

[virtio-dev] May a device use buffers after putting them into the used ring?
 2020-02-07 17:42 UTC 

mmc0 on Nokia N900 on Linux 5.4.18
 2020-02-07 17:41 UTC 

[PATCH] powerpc: Fix CONFIG_TRACE_IRQFLAGS with CONFIG_VMAP_STACK
 2020-02-07 17:38 UTC  (3+ messages)

[PATCH] drm/panfrost: perfcnt: Reserve/use the AS attached to the perfcnt MMU context
 2020-02-07 17:39 UTC  (3+ messages)

[PATCH] hw/arm: ast2600: Wire up EHCI controllers
 2020-02-07 17:38 UTC  (4+ messages)

[LSF/MM/BPF TOPIC] Restricted kernel address spaces
 2020-02-07 17:39 UTC  (2+ messages)

[PATCH v2 kvmtool 00/30] Add reassignable BARs and PCIE 1.1 support
 2020-02-07 17:38 UTC  (3+ messages)
` [PATCH v2 kvmtool 28/30] arm/fdt: Remove 'linux,pci-probe-only' property

[PATCH v2 0/7] KVM: x86/mmu: nVMX: 5-level paging fixes and enabling
 2020-02-07 17:37 UTC  (8+ messages)
` [PATCH v2 1/7] KVM: nVMX: Use correct root level for nested EPT shadow page tables
` [PATCH v2 2/7] KVM: x86/mmu: Fix struct guest_walker arrays for 5-level paging
` [PATCH v2 3/7] KVM: nVMX: Allow L1 to use 5-level page walks for nested EPT
` [PATCH v2 4/7] KVM: nVMX: Rename nested_ept_get_cr3() to nested_ept_get_eptp()
` [PATCH v2 5/7] KVM: nVMX: Rename EPTP validity helper and associated variables
` [PATCH v2 6/7] KVM: x86/mmu: Rename kvm_mmu->get_cr3() to ->get_guest_cr3_or_eptp()
` [PATCH v2 7/7] KVM: nVMX: Drop unnecessary check on ept caps for execute-only

[PATCH] net: convert NET_MAXDEFRAG to Kconfig
 2020-02-07 17:37 UTC  (2+ messages)

dm, serial: problem with using ns16550 driver before relocation on mpc83xx
 2020-02-07 17:37 UTC  (6+ messages)

FYI: Please pull u-boot-dm
 2020-02-07 17:36 UTC  (3+ messages)

[PATCH v3] drm/msm: Add syncobj support
 2020-02-07 17:36 UTC  (4+ messages)

[PATCH kvmtool v2] Add emulation for CFI compatible flash memory
 2020-02-07 17:34 UTC  (2+ messages)


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.