All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-02-28 20:34:20 to 2018-02-28 21:16:08 UTC [more...]

[PATCH 1/2] IB/qib: Remove unused variable (char *qib_sdma_event_names[])
 2018-02-28 21:16 UTC  (2+ messages)

[RFC 0/4] Add support for the Gateworks System Controller
 2018-02-28 21:16 UTC  (8+ messages)
` [RFC 2/4] mfd: add Gateworks System Controller core driver

[PATCH 1/2] infiniband: qplib_fp: fix pointer cast
 2018-02-28 21:15 UTC  (2+ messages)

[RFC] drm/i915/dp: move link rate arrays where they're used
 2018-02-28 21:17 UTC  (3+ messages)

[RFC PATCH v4 0/7] KVM: x86: Allow Qemu/KVM to use PVH entry point
 2018-02-28 21:10 UTC  (13+ messages)
` [RFC PATCH v4 1/7] xen/pvh: Split CONFIG_XEN_PVH into CONFIG_PVH and CONFIG_XEN_PVH
  ` [Xen-devel] "
` [RFC PATCH v4 2/7] xen/pvh: Move PVH entry code out of Xen specific tree
  ` [Xen-devel] "
` [RFC PATCH v4 3/7] xen/pvh: Create a new file for Xen specific PVH code
  ` [Xen-devel] "
` [RFC PATCH v4 4/7] xen/pvh: Move Xen specific PVH VM initialization out of common code
    ` [Xen-devel] "

[PATCH 0/3] RDMA/iwpm: Adjustments for three function implementations
 2018-02-28 21:14 UTC  (4+ messages)
` [PATCH 1/3] RDMA/iwpm: Delete an error message for a failed memory allocation in iwpm_create_nlmsg()
    ` [PATCH 1/3] RDMA/iwpm: Delete an error message for a failed memory allocation in iwpm_create_nlm

[PATCH] IB/usnic: Delete an error message for a failed memory allocation in usnic_transport_init()
 2018-02-28 21:13 UTC  (3+ messages)
  ` [PATCH] IB/usnic: Delete an error message for a failed memory allocation in usnic_transport_init

[Cluster-devel] [PATCH] gfs2: Update setattr permission checks
 2018-02-28 21:12 UTC  (3+ messages)

[RFC 0/7] PMD driver for AF_XDP
 2018-02-28 21:12 UTC  (4+ messages)
` [RFC 6/7] net/af_xdp: load BPF file

[PATCH v2 0/5] Enable TOPOEXT to support hyperthreading on AMD CPU
 2018-02-28 21:12 UTC  (5+ messages)
` [PATCH v2 1/5] target/i386: Fix a minor typo found while reviwing
    ` [Qemu-devel] "

[Bug 36072] New: celestia causes kernel oops when allocation a lot of memory (for textures)
 2018-02-28 21:12 UTC  (2+ messages)
` [Bug 36072] "

[PATCH v2] kernel-devsrc: restructure for out of tree (and on target) module builds
 2018-02-28 21:12 UTC  (3+ messages)

[Qemu-devel] [PATCH v10 00/29] x86: Secure Encrypted Virtualization (AMD)
 2018-02-28 21:10 UTC  (58+ messages)
`  "
` [Qemu-devel] [PATCH v10 01/28] memattrs: add debug attribute
  `  "
` [Qemu-devel] [PATCH v10 02/28] exec: add ram_debug_ops support
  `  "
` [Qemu-devel] [PATCH v10 03/28] exec: add debug version of physical memory read and write API
  `  "
` [Qemu-devel] [PATCH v10 04/28] monitor/i386: use debug APIs when accessing guest memory
  `  "
` [Qemu-devel] [PATCH v10 05/28] machine: add -memory-encryption property
  `  "
` [Qemu-devel] [PATCH v10 06/28] kvm: update kvm.h to include memory encryption ioctls
  `  "
` [Qemu-devel] [PATCH v10 07/28] docs: add AMD Secure Encrypted Virtualization (SEV)
  `  "
` [Qemu-devel] [PATCH v10 08/28] target/i386: add Secure Encrypted Virtulization (SEV) object
  `  "
` [Qemu-devel] [PATCH v10 09/28] qmp: add query-sev command
  `  "
` [Qemu-devel] [PATCH v10 10/28] include: add psp-sev.h header file
  `  "
` [Qemu-devel] [PATCH v10 11/28] sev/i386: add command to initialize the memory encryption context
  `  "
` [Qemu-devel] [PATCH v10 12/28] sev/i386: register the guest memory range which may contain encrypted data
  `  "
` [Qemu-devel] [PATCH v10 13/28] kvm: introduce memory encryption APIs
  `  "
` [Qemu-devel] [PATCH v10 14/28] hmp: add 'info sev' command
  `  "
` [Qemu-devel] [PATCH v10 15/28] sev/i386: add command to create launch memory encryption context
  `  "
` [Qemu-devel] [PATCH v10 16/28] sev/i386: add command to encrypt guest memory region
  `  "
` [Qemu-devel] [PATCH v10 17/28] target/i386: encrypt bios rom
  `  "
` [Qemu-devel] [PATCH v10 18/28] sev/i386: add support to LAUNCH_MEASURE command
  `  "
` [Qemu-devel] [PATCH v10 19/28] sev/i386: finalize the SEV guest launch flow
  `  "
` [Qemu-devel] [PATCH v10 20/28] hw/i386: set ram_debug_ops when memory encryption is enabled
  `  "
` [Qemu-devel] [PATCH v10 21/28] sev/i386: add debug encrypt and decrypt commands
  `  "
` [Qemu-devel] [PATCH v10 22/28] target/i386: clear C-bit when walking SEV guest page table
  `  "
` [Qemu-devel] [PATCH v10 23/28] qmp: add query-sev-launch-measure command
  `  "
` [Qemu-devel] [PATCH v10 24/28] sev/i386: add migration blocker
  `  "
` [Qemu-devel] [PATCH v10 25/28] cpu/i386: populate CPUID 0x8000_001F when SEV is active
  `  "
` [Qemu-devel] [PATCH v10 26/28] qmp: add query-sev-capabilities command
  `  "
` [Qemu-devel] [PATCH v10 27/28] sev/i386: add sev_get_capabilities()
  `  "
` [Qemu-devel] [PATCH v10 28/28] tests/qmp-test: blacklist sev specific qmp commands
  `  "

[RFC][PATCH 00/11] drm: Try to make display info less nuts
 2018-02-28 21:11 UTC  (4+ messages)
` [RFC][PATCH 04/11] drm: Split the display info into static and dynamic parts

[PATCH 0/1] Damage rectangles interface for DRM
 2018-02-28 21:10 UTC  (5+ messages)
` [PATCH 1/1] drm: Add dirty_rects atomic blob property for drm_plane

[xen-4.9-testing test] 120063: regressions - FAIL
 2018-02-28 21:10 UTC 

[GIT PULL] kselftest fixes update for 4.16-rc4
 2018-02-28 21:10 UTC  (3+ messages)

xhci: Not enough bandwidth for new device state
 2018-02-28 21:07 UTC 

[Qemu-devel] [PATCH 00/11] linux-user support for target/xtensa
 2018-02-28 21:06 UTC  (12+ messages)
` [Qemu-devel] [PATCH 01/11] target/xtensa: dump correct physical registers
` [Qemu-devel] [PATCH 02/11] target/xtensa: mark register windows in the dump
` [Qemu-devel] [PATCH 03/11] target/xtensa: use correct number of registers in gdbstub
` [Qemu-devel] [PATCH 04/11] target/xtensa: support MTTCG
` [Qemu-devel] [PATCH 05/11] linux-user: fix mmap/munmap/mprotect/mremap/shmat
` [Qemu-devel] [PATCH 06/11] linux-user: fix assertion in shmdt
` [Qemu-devel] [PATCH 07/11] linux-user: fix target_mprotect/target_munmap error return values
` [Qemu-devel] [PATCH 08/11] linux-user: drop unused target_msync function
` [Qemu-devel] [PATCH 09/11] target/xtensa: add linux-user support
` [Qemu-devel] [PATCH 10/11] qemu-binfmt-conf.sh: add qemu-xtensa
` [Qemu-devel] [PATCH 11/11] MAINTAINERS: fix W: address for xtensa

[PATCH] sha1_name: fix uninitialized memory errors
 2018-02-28 21:06 UTC  (5+ messages)
` [PATCH v2] "

[PATCH lttng-tools v2] mi: support "add-context --list"
 2018-02-28 21:06 UTC 

[PATCH] rcu: Call wake_nocb_leader_defer() with 'FORCE' when nocb_q_count is high
 2018-02-28 21:05 UTC  (2+ messages)

[PATCH] glibc: Enable static PIE support
 2018-02-28 21:05 UTC  (2+ messages)
` ✗ patchtest: failure for "

[PATCH 0/2] opkg & opkg-utils upgrade to 0.3.6
 2018-02-28 21:05 UTC  (2+ messages)
` ✗ patchtest: failure for opkg & opkg-utils upgrade to 0.3.6 (rev2)

xhci: Not enough bandwidth for new device state
 2018-02-28 20:54 UTC 

[tpm2] Simple (hopefully) git rebase question
 2018-02-28 21:03 UTC 

[PATCH v2 0/8] vsp1: TLB optimisation and DL caching
 2018-02-28 21:04 UTC  (4+ messages)
` [PATCH v2 5/8] v4l: vsp1: Refactor display list configure operations

[Qemu-devel] [PATCHv3 00/12] macio: remove legacy macio_init() function
 2018-02-28 20:55 UTC  (7+ messages)
` [Qemu-devel] [PATCHv3 10/12] mac_newworld: use object link to pass OpenPIC object to macio
` [Qemu-devel] [PATCHv3 11/12] macio: move setting of CUDA timebase frequency to macio_common_realize()
` [Qemu-devel] [PATCHv3 12/12] macio: remove macio_init() function

[PATCH BlueZ 0/1 v2] BT Mesh API doc
 2018-02-28 21:03 UTC  (7+ messages)
` [PATCH BlueZ 1/1 v2] Add initial doc describing Bluetooth Mesh API

[RFC PATCH] Randomization of address chosen by mmap
 2018-02-28 21:02 UTC  (6+ messages)

[BUG] Kernel crash on Allwinner H3 due to sound core changes
 2018-02-28 21:02 UTC  (2+ messages)

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD SUCCESS 77930e7439b75e7ef580424bf90248a945aba17b
 2018-02-28 21:01 UTC 

[Qemu-devel] [Bug 1738283] [NEW] 'Less than' (<), 'more than' (>), and 'pipe' (|) can't be typed via VNC
 2018-02-28 20:46 UTC  (2+ messages)
` [Qemu-devel] [Bug 1738283] "

[meta-oe][PATCH] libepoxy: New recipe updated to latest release
 2018-02-28 21:01 UTC  (3+ messages)

[meta-oe][PATCH v2] libepoxy: New recipe updated to latest release
 2018-02-28 20:58 UTC 

[PATCH] x86/tsc: Always Running Timer (ART) nanoseconds clocksource
 2018-02-28 11:54 UTC 

[PATCH v4 0/2] of: cache phandle nodes to reduce cost of of_find_node_by_phandle()
 2018-02-28 20:58 UTC  (7+ messages)
` [PATCH v4 1/2] "

[PATCH v2 0/8] Decode IA32/X64 CPER
 2018-02-28 20:58 UTC  (5+ messages)

[Qemu-devel] [PATCH 00/16] tcg: tb_lock removal redux v1
 2018-02-28 20:55 UTC  (5+ messages)
` [Qemu-devel] [PATCH 03/16] tcg: track TBs with per-region BST's
` [Qemu-devel] [PATCH 04/16] tcg: move tb_ctx.tb_phys_invalidate_count to tcg_ctx

[PATCH] PCI/ASPM: Change type of threshold_ns variable to u32
 2018-02-28 20:55 UTC  (2+ messages)

[PATCH 3/3] libsemanage: replace access(, F_OK) checks to make setuid programs work
 2018-02-28 20:53 UTC  (11+ messages)
` [PATCH 1/3] libsemanage: remove access() check "
  ` [PATCH 3/3] libsemanage: replace access() checks "
              `  "

[PATCH] Documentation: Update ncurses package names for menuconfig
 2018-02-28 20:53 UTC  (7+ messages)

[RFC] Rebasing merges: a jorney to the ultimate solution (Road Clear)
 2018-02-28 20:53 UTC  (12+ messages)

[PATCH v6 0/9] vsp1: TLB optimisation and DL caching
 2018-02-28 20:52 UTC  (10+ messages)
` [PATCH v6 1/9] v4l: vsp1: Reword uses of 'fragment' as 'body'
` [PATCH v6 2/9] v4l: vsp1: Protect bodies against overflow
` [PATCH v6 3/9] v4l: vsp1: Provide a body pool
` [PATCH v6 4/9] v4l: vsp1: Convert display lists to use new "
` [PATCH v6 5/9] v4l: vsp1: Use reference counting for bodies
` [PATCH v6 6/9] v4l: vsp1: Refactor display list configure operations
` [PATCH v6 7/9] v4l: vsp1: Adapt entities to configure into a body
` [PATCH v6 8/9] v4l: vsp1: Move video configuration to a cached dlb
` [PATCH v6 9/9] v4l: vsp1: Reduce display list body size

[PATCH net-next 00/11] ipmr, ip6mr: Align multicast routing for IPv4 & IPv6
 2018-02-28 20:50 UTC  (4+ messages)
` [PATCH net-next 06/11] ipmr, ip6mr: Make mfc_cache a common structure

[RFC PATCH v3 0/3] Enable virtio_net to act as a backup for a passthru device
 2018-02-28 20:48 UTC  (13+ messages)
` [virtio-dev] "

Welcome to linux-doc
 2018-02-28 20:47 UTC 

Majordomo results: auth 61aab013 subscribe linux-doc lwn-li
 2018-02-28 20:47 UTC 

[PATCH v7 0/7] convert: add support for different encodings
 2018-02-28 20:46 UTC  (12+ messages)

[Qemu-devel] [PATCH 0/5] vfio/quirks: ioeventfd support
 2018-02-28 20:46 UTC  (12+ messages)
`  "
` [Qemu-devel] [PATCH 1/5] vfio/quirks: Add common quirk alloc helper
  `  "
` [Qemu-devel] [PATCH 2/5] vfio/quirks: Add quirk reset callback
  `  "
` [Qemu-devel] [PATCH 3/5] vfio/quirks: ioeventfd quirk acceleration
  `  "
` [Qemu-devel] [PATCH 4/5] vfio: Update linux header
  `  "
` [Qemu-devel] [PATCH 5/5] vfio/quirks: Enable ioeventfd quirks to be handled by vfio directly
  `  "

Majordomo results: subscribe linux-doc
 2018-02-28 20:45 UTC 

Confirmation for subscribe linux-doc
 2018-02-28 20:45 UTC 

[PATCH v2 00/15] s390: vfio-ap: guest dedicated crypto adapters
 2018-02-28 20:45 UTC  (14+ messages)
` [PATCH v2 05/15] s390: vfio-ap: base implementation of VFIO AP device driver
` [PATCH v2 08/15] KVM: s390: interface to enable AP execution mode
` [PATCH v2 13/15] KVM: s390: Configure the guest's CRYCB

[PATCH v2] staging: rtl8192e: move logical continuation to previous line
 2018-02-28 20:43 UTC  (2+ messages)
` [Outreachy kernel] "

[PATCH 0/8] drm: Add COLOR_ENCODING and COLOR_RANGE plane properties
 2018-02-28 20:43 UTC  (3+ messages)
` [PATCH 5/8] drm/i915: Fix plane YCbCr->RGB conversion for GLK

RCar-H3-ES2.0: v4.16-rc1 (media tree) __handle_irq_event_percpu page fault
 2018-02-28 20:42 UTC  (2+ messages)

[PATCH] mt7601u: Fix system freeze after resuming from hibernation
 2018-02-28 20:41 UTC  (11+ messages)

[PATCH v2 0/8] go1.10 update and misc improvements
 2018-02-28 20:41 UTC  (5+ messages)
` [PATCH v2 1/8] go: update go 1.9 -> go 1.10

[Qemu-devel] [PULL] RISC-V QEMU Port Submission
 2018-02-28 20:40 UTC  (6+ messages)
  ` [Qemu-devel] [patches] "

[PATCH v2] drm/i915: Add an option to disable SAGV
 2018-02-28 20:39 UTC 

[Buildroot] [PATCH 1/1] wpa_supplicant - Specify that old and new dbus are incompatible
 2018-02-28 20:38 UTC  (2+ messages)

[PATCH 1/5] drm/i915/frontbuffer: Pull frontbuffer_flush out of gem_obj_pin_to_display
 2018-02-28 20:38 UTC  (8+ messages)
` [PATCH 4/5] drm/i915/frontbuffer: Remove early frontbuffer flush in prepare_plane_fb()

[pull] amdgpu drm-fixes-4.16
 2018-02-28 20:38 UTC 

[PATCH] PCI: Fix possible NULL pointer dereference for of_pci_bus_find_domain_nr
 2018-02-28 20:37 UTC  (4+ messages)

[PATCH] PCI: cpqphp: Fix possible NULL pointer dereference
 2018-02-28 20:37 UTC  (2+ messages)

[PATCH v2 net-next 1/1] tools: tc-testing: Add notap option
 2018-02-28 20:36 UTC 

[PATCH 2/2] opkg-utils: upgrade to version 0.3.6
 2018-02-28 20:36 UTC  (2+ messages)
` [PATCH v2] "

[Qemu-devel] [RFC v4 00/21] blockjobs: add explicit job management
 2018-02-28 20:35 UTC  (4+ messages)
` [Qemu-devel] [RFC v4 11/21] blockjobs: add block_job_dismiss

[PATCH v8 08/16] packed virtqueues: more efficient virtqueue layout
 2018-02-28 20:35 UTC  (7+ messages)
  ` [virtio-dev] "
    ` [virtio] "
        ` [virtio] Re: [virtio-dev] "

[PULL] drm-misc-next
 2018-02-28 20:34 UTC 

[PATCH 00/37] Shared Virtual Addressing for the IOMMU
 2018-02-28 20:34 UTC  (4+ messages)
` [PATCH 02/37] iommu/sva: Bind process address spaces to devices


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.