All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-07-04 14:03:20 to 2019-07-04 15:00:42 UTC [more...]

[PATCH v7 0/2] Make systemd as default init manager
 2019-07-04 15:00 UTC  (5+ messages)
` [oe-core][PATCH 1/2] defaultsetup.conf: enable select "
  ` [PATCH "
` [meta-poky][PATCH 2/2] poky.conf: make systemd as default "
` ✗ patchtest: failure for Make "

[RFC PATCH v2 1/2] printk-rb: add a new printk ringbuffer implementation
 2019-07-04 14:59 UTC  (3+ messages)
` [PATCH POC] printk_ringbuffer: Alternative implementation of lockless printk ringbuffer

[ANNOUNCE RESEND] xfs-linux: iomap-5.3-merge updated to 36a7347de097
 2019-07-04 14:59 UTC 

[Qemu-devel] [PULL v2 00/20] testing/next for 4.1
 2019-07-04 14:58 UTC  (3+ messages)

[Xen-devel] [PATCH v9 00/23] x86emul: remaining AVX512 support
 2019-07-04 14:54 UTC  (18+ messages)
` [Xen-devel] [PATCH v9 05/23] x86emul: support AVX512F gather insns
` [Xen-devel] [PATCH v9 07/23] x86emul: support AVX512F scatter insns
` [Xen-devel] [PATCH v9 08/23] x86emul: support AVX512PF insns
` [Xen-devel] [PATCH v9 11/23] x86emul: support of AVX512* population count insns
` [Xen-devel] [PATCH v9 14/23] x86emul: support AVX512_4FMAPS insns
` [Xen-devel] [PATCH v9 16/23] x86emul: support AVX512_VNNI insns

[Xen-devel] [PATCH v3 00/35] Specific platform to run OVMF in Xen PVH and HVM guests
 2019-07-04 14:42 UTC  (36+ messages)
` [Xen-devel] [PATCH v3 01/35] OvmfPkg/ResetSystemLib: Add missing dependency on PciLib
` [Xen-devel] [PATCH v3 02/35] OvmfPkg: Create platform OvmfXen
` [Xen-devel] [PATCH v3 03/35] OvmfPkg: Introduce XenResetVector
` [Xen-devel] [PATCH v3 04/35] OvmfPkg: Introduce XenPlatformPei
` [Xen-devel] [PATCH v3 05/35] OvmfPkg/OvmfXen: Creating an ELF header
` [Xen-devel] [PATCH v3 06/35] OvmfPkg/XenResetVector: Add new entry point for Xen PVH
` [Xen-devel] [PATCH v3 07/35] OvmfPkg/XenResetVector: Saving start of day pointer for PVH guests
` [Xen-devel] [PATCH v3 08/35] OvmfPkg/XenResetVector: Allow jumpstart from either hvmloader or PVH
` [Xen-devel] [PATCH v3 09/35] OvmfPkg/OvmfXen: use a TimerLib instance that depends only on the CPU
` [Xen-devel] [PATCH v3 10/35] OvmfPkg/XenPlatformPei: Detect OVMF_INFO from hvmloader
` [Xen-devel] [PATCH v3 11/35] OvmfPkg/XenPlatformPei: Use mXenHvmloaderInfo to get E820
` [Xen-devel] [PATCH v3 12/35] OvmfPkg/XenPlatformPei: Grab RSDP from PVH guest start of day struct
` [Xen-devel] [PATCH v3 13/35] OvmfPkg/Library/XenPlatformLib: New library
` [Xen-devel] [PATCH v3 14/35] OvmfPkg/AcpiPlatformDxe: Use XenPlatformLib
` [Xen-devel] [PATCH v3 15/35] OvmfPkg/AcpiPlatformDxe: Use Xen PVH RSDP if it exist
` [Xen-devel] [PATCH v3 16/35] OvmfPkg/XenHypercallLib: Enable it in PEIM
` [Xen-devel] [PATCH v3 17/35] OvmfPkg/XenPlatformPei: Reinit XenHypercallLib
` [Xen-devel] [PATCH v3 18/35] OvmfPkg/XenPlatformPei: Introduce XenHvmloaderDetected
` [Xen-devel] [PATCH v3 19/35] OvmfPkg/XenPlatformPei: Reserve hvmloader's memory only when it has run
` [Xen-devel] [PATCH v3 20/35] OvmfPkg/XenPlatformPei: Setup HyperPages earlier
` [Xen-devel] [PATCH v3 21/35] OvmfPkg/XenPlatformPei: Introduce XenPvhDetected
` [Xen-devel] [PATCH v3 22/35] OvmfPkg: Import XENMEM_memory_map hypercall to Xen/memory.h
` [Xen-devel] [PATCH v3 23/35] OvmfPkg/XenPlatformPei: no hvmloader: get the E820 table via hypercall
` [Xen-devel] [PATCH v3 24/35] OvmfPkg/XenPlatformPei: Rework memory detection
` [Xen-devel] [PATCH v3 25/35] OvmfPkg/XenPlatformPei: Reserve VGA memory region, to boot Linux
` [Xen-devel] [PATCH v3 26/35] OvmfPkg/XenPlatformPei: Ignore missing PCI Host Bridge on Xen PVH
` [Xen-devel] [PATCH v3 27/35] OvmfPkg/XenPlatformLib: Cache result for XenDetected
` [Xen-devel] [PATCH v3 28/35] OvmfPkg/PlatformBootManagerLib: Use XenDetected from XenPlatformLib
` [Xen-devel] [PATCH v3 29/35] OvmfPkg/PlatformBootManagerLib: Handle the absence of PCI bus on Xen PVH
` [Xen-devel] [PATCH v3 30/35] OvmfPkg/OvmfXen: Override PcdFSBClock to Xen vLAPIC timer frequency
` [Xen-devel] [PATCH v3 31/35] OvmfPkg/OvmfXen: Introduce XenTimerDxe
` [Xen-devel] [PATCH v3 32/35] OvmfPkg/PlatformBootManagerLib: Use a Xen console for ConOut/ConIn
` [Xen-devel] [PATCH v3 33/35] OvmfPkg: Introduce XenIoPvhDxe to initialize Grant Tables
` [Xen-devel] [PATCH v3 34/35] OvmfPkg: Move XenRealTimeClockLib from ArmVirtPkg
` [Xen-devel] [PATCH v3 35/35] OvmfPkg/OvmfXen: use RealTimeClockRuntimeDxe from EmbeddedPkg

[PATCH 00/59] KVM: arm64: ARMv8.3 Nested Virtualization support
 2019-07-04 14:57 UTC  (13+ messages)
` [PATCH 13/59] KVM: arm64: nv: Handle virtual EL2 registers in vcpu_read/write_sys_reg()
` [PATCH 27/59] KVM: arm64: nv: Respect virtual HCR_EL2.TVM and TRVM settings

[RFC v2 00/14] kvm/arm: Align the VMID allocation with the arm64 ASID one
 2019-07-04 14:56 UTC  (5+ messages)
` [RFC v2 11/14] arm64: Move the ASID allocator code in a separate file

[CI 1/3] drm/i915: Rework some interrupt handling functions to take intel_gt
 2019-07-04 14:56 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/3] "
` ✓ Fi.CI.BAT: success "

[PATCH] ext4: fix warning when turn on dioread_nolock and inline_data
 2019-07-04 14:55 UTC  (2+ messages)

[Qemu-devel] [PATCH for 4.1] linux-user: Fix structure target_ucontext for MIPS
 2019-07-04 14:52 UTC 

[PATCH v4 0/5] EHL port programming
 2019-07-04 14:54 UTC  (4+ messages)
` [PATCH v4 1/5] drm/i915/gen11: Start distinguishing 'phy' from 'port'

events injection / merging traces
 2019-07-04 14:52 UTC 

[LTP] [PATCH] direct_io: diotest4: fix mips MAP_SHARED/MAP_FIXED mmap
 2019-07-04 14:51 UTC  (5+ messages)

[PATCH] drm/doc: Document kapi doc expectations
 2019-07-04 14:50 UTC  (2+ messages)

[dpdk-dev] [PATCH] event/octeontx2: add libatomic dependency for 32-bit clang
 2019-07-04 14:49 UTC  (2+ messages)

[PATCH] drm/i915: Flush the workqueue before draining
 2019-07-04 14:48 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH V6 00/27] Enable Tegra PCIe root port features
 2019-07-04 14:48 UTC  (4+ messages)
` [PATCH V6 26/27] PCI: tegra: Add support for GPIO based PERST#

[PATCH] ALSA: usb-audio: Fix parse of UAC2 Extension Units
 2019-07-04 14:48 UTC  (2+ messages)

[PATCH] torture: remove exporting of internal functions
 2019-07-04 14:46 UTC  (3+ messages)

[dpdk-dev] [PATCH] drivers: fix ICC compilation issue with i686 for octeontx2
 2019-07-04 14:46 UTC  (2+ messages)

[net-next, PATCH, v2] net: netsec: Sync dma for device on buffer allocation
 2019-07-04 14:46 UTC 

[PATCH net-next 0/3] net: stmmac: Some performance improvements and a fix
 2019-07-04 14:45 UTC  (5+ messages)
` [PATCH net-next 3/3] net: stmmac: Introducing support for Page Pool

[dpdk-dev] meson build issue
 2019-07-04 14:44 UTC  (6+ messages)
    ` [dpdk-dev] [EXT] "

[PATCH 0/2] ftrace: two fixes with func_probes handling
 2019-07-04 14:34 UTC  (6+ messages)
` [PATCH 1/2] ftrace: Fix NULL pointer dereference in t_probe_next()
` [PATCH 2/2] ftrace: Check for successful allocation of hash

[dpdk-dev] Running dpdk application inside virtual machine created on VirtualBox
 2019-07-04 14:43 UTC  (2+ messages)

[nft PATCH v2 1/3] nft: don't use xzalloc()
 2019-07-04 14:43 UTC  (4+ messages)

[PATCH v1 0/2] add rte_ring_reset and use it to flush a ring
 2019-07-04 14:42 UTC  (4+ messages)
` [PATCH v7 1/2] ring: add reset API to flush the ring when not in use
    ` [dpdk-dev] "

i.mx6ul with DSA in multi chip addressing mode - no MDIO access
 2019-07-04 14:39 UTC  (5+ messages)

[dpdk-dev] [PATCH] net/af_packet: append system error to error msgs
 2019-07-04 14:39 UTC 

[PATCH] omap-iommu: no need to check return value of debugfs_create functions
 2019-07-04 14:36 UTC  (2+ messages)

[PATCH] target/i386: kvm: Fix when nested state is needed for migration
 2019-07-04 14:31 UTC  (4+ messages)
  ` [Qemu-devel] "

[Qemu-devel] [PATCH v2] qapi: report the default CPU type for each machine
 2019-07-04 14:33 UTC  (3+ messages)

[PATCH] powerpc/mm/nvdimm: Add an informative message if we fail to allocate altmap block
 2019-07-04 14:32 UTC  (4+ messages)

[igt-dev] [PATCH i-g-t 1/2] tests/kms_ccs: Skip with a more meaningful message
 2019-07-04 14:33 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for series starting with [i-g-t,1/2] "

["RFC PATCH" 1/2] powerpc/mm: Fix node look up with numa=off boot
 2019-07-04 14:29 UTC  (6+ messages)

[PATCH] dax: Fix missed PMD wakeups
 2019-07-04 14:32 UTC  (10+ messages)

[PATCH net-next v6 06/15] ethtool: netlink bitset handling
 2019-07-04 14:31 UTC  (11+ messages)

[PATCH 1/3] dm-crypt: Wipe private IV struct after key invalid flag is set
 2019-07-04 14:30 UTC  (7+ messages)
` [PATCH 3/3] dm-crypt: Implement eboiv - encrypted byte-offset initialization vector

[PATCH nvmem 1/1] nvmem: imx: add i.MX8QM platform support
 2019-07-04 14:20 UTC  (2+ messages)

[PATCH nvmem 1/1] nvmem: imx: correct the fuse word index
 2019-07-04 14:20 UTC  (2+ messages)

[PATCH v2 5/5] coresight: etm4x: save/restore state across CPU low power states
 2019-07-04 14:27 UTC  (12+ messages)

build failures due to pigz host tool
 2019-07-04 14:27 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 00/18] bitmaps: introduce 'bitmap' sync mode
 2019-07-04 14:25 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 01/18] qapi/block-core: Introduce BackupCommon

[PATCH 0/3] Update pcengines-apuv2 platform device
 2019-07-04 14:26 UTC  (4+ messages)

linux-next: manual merge of the hmm tree with the tip tree
 2019-07-04 14:26 UTC  (3+ messages)

[PATCH 00/11] Platform drivers, provide a way to add sysfs groups easily
 2019-07-04 14:26 UTC  (7+ messages)
` [PATCH 07/11] video: fbdev: wm8505fb: convert platform driver to use dev_groups

[PATCH bpf] xdp: fix possible cq entry leak
 2019-07-04 14:25 UTC 

[PATCH] mm/nvdimm: Add is_ioremap_addr and use that to check ioremap address
 2019-07-04 14:23 UTC  (4+ messages)

[PATCH][next] drm/amdgpu/psp: fix incorrect logic when checking asic_type
 2019-07-04 14:23 UTC  (2+ messages)

[PATCH 1/2] ARM: dts: opos6uldev: use OF graph to describe the display
 2019-07-04 14:23 UTC  (2+ messages)
` [PATCH 2/2] ARM: dts: opos6ul/opos6uldev: rework device tree to support i.MX6ULL

Just a selection of some fine brown paper bags
 2019-07-04 14:22 UTC  (6+ messages)
` [PATCH 1/3] drm/i915/gem: Defer obj->base.resv fini until RCU callback

[Intel-wired-lan] [jkirsher-next-queue:100GbE] BUILD INCOMPLETE 033542b038c6ce7f51e6631e5fee735e14e53009
 2019-07-04 14:22 UTC 

[Ksummit-discuss] [MAINTAINERS SUMMIT] Patch version changes in commit logs?
 2019-07-04 14:22 UTC  (8+ messages)

[dpdk-dev] Dpdk version 17.11.4 (i40e) switchover is not working
 2019-07-04 14:21 UTC 

[Qemu-devel] [PATCH for-4.1] hw/arm/sbsa-ref: Remove unnecessary check for secure_sysmem == NULL
 2019-07-04 14:20 UTC 

Should we remove xdp-newbies from kernel patch CC-list?
 2019-07-04 14:19 UTC 

[PATCH] erofs: promote erofs from staging
 2019-07-04 14:18 UTC  (6+ messages)

Future features of phosphor-ipmi-flash
 2019-07-04 14:17 UTC  (6+ messages)

[PATCH net-next v6 0/5] Add MPLS actions to TC
 2019-07-04 14:16 UTC  (6+ messages)
` [PATCH net-next v6 1/5] net: core: move push MPLS functionality from OvS to core helper
` [PATCH net-next v6 2/5] net: core: move pop "
` [PATCH net-next v6 3/5] net: core: add MPLS update core helper and use in OvS
` [PATCH net-next v6 4/5] net: sched: add mpls manipulation actions to TC
` [PATCH net-next v6 5/5] selftests: tc-tests: actions: add MPLS tests

[RFC PATCH v2 0/8] arm64/sve: First steps towards optimizing syscalls
 2019-07-04 14:15 UTC  (4+ messages)
` [RFC PATCH v2 7/8] arm64/sve: Don't disable SVE on syscalls return

[PATCH v4.4 00/45] V4.4 backport of arm64 Spectre patches
 2019-07-04 14:15 UTC  (4+ messages)
` [PATCH v4.4 10/45] mm/kasan: add API to check memory regions

[PATCH 0/5] Unmappable DRM client buffers for fbdev emulation
 2019-07-04 14:15 UTC  (7+ messages)

[GIT PULL] Allwinner DT64 changes for 5.3 - round 2
 2019-07-04 14:13 UTC  (3+ messages)

[PATCH v3 0/4] rcar-vin: Add support for RGB formats with alpha
 2019-07-04 14:13 UTC  (3+ messages)
` [PATCH v3 1/4] rcar-vin: Rename VNDMR_DTMD_ARGB1555 to VNDMR_DTMD_ARGB

[Patch v2 04/10] drm/panfrost: using dev_get_drvdata directly
 2019-07-04 14:13 UTC  (2+ messages)

[PULL u-boot] Please pull u-boot-amlogic-20190704
 2019-07-04 14:12 UTC  (2+ messages)
` [U-Boot] "

[Patch v2 03/10] drm/omapdrm: using dev_get_drvdata directly
 2019-07-04 14:12 UTC  (2+ messages)

[Patch v2 02/10] drm/msm: using dev_get_drvdata directly
 2019-07-04 14:12 UTC  (2+ messages)

[PATCH] net: netsec: Sync dma for device on buffer allocation
 2019-07-04 14:11 UTC 

[Patch v2 01/10] drm/exynos: using dev_get_drvdata directly
 2019-07-04 14:09 UTC  (4+ messages)

WARNING in sisusb_send_bulk_msg/usb_submit_urb
 2019-07-04 14:09 UTC  (2+ messages)

[dpdk-dev] [RFC] ethdev: support input set change by RSS action
 2019-07-04 14:08 UTC  (4+ messages)

Reset controller changes for v5.3
 2019-07-04 14:05 UTC  (2+ messages)

[PATCH 0/5] KVM: cpuid: cleanups, simplify multi-index CPUID leaves
 2019-07-04 14:07 UTC  (6+ messages)
` [PATCH 1/5] KVM: cpuid: do_cpuid_ent works on a whole CPUID function
` [PATCH 2/5] KVM: cpuid: extract do_cpuid_7_mask and support multiple subleafs
` [PATCH 3/5] KVM: cpuid: set struct kvm_cpuid_entry2 flags in do_cpuid_1_ent
` [PATCH 4/5] KVM: cpuid: rename do_cpuid_1_ent
` [PATCH 5/5] KVM: cpuid: remove has_leaf_count from struct kvm_cpuid_param

Reset controller fix for v5.2
 2019-07-04 14:05 UTC  (2+ messages)

[PATCH] drm/client: remove the exporting of drm_client_close
 2019-07-04 14:07 UTC  (3+ messages)

[Qemu-devel] [PATCH v3 1/6] accel/tcg: adding structure to store TB statistics
 2019-07-04 14:05 UTC  (3+ messages)

[PATCH net-next 0/9] net: hns3: some cleanups & bugfixes
 2019-07-04 14:04 UTC  (10+ messages)
` [PATCH net-next 1/9] net: hns3: enable broadcast promisc mode when initializing VF
` [PATCH net-next 2/9] net: hns3: fix flow control configure issue for fibre port
` [PATCH net-next 3/9] net: hns3: fix port capbility updating issue
` [PATCH net-next 4/9] net: hns3: add all IMP return code
` [PATCH net-next 5/9] net: hns3: set default value for param "type" in hclgevf_bind_ring_to_vector
` [PATCH net-next 6/9] net: hns3: check msg_data before memcpy in hclgevf_send_mbx_msg
` [PATCH net-next 7/9] net: hns3: add default value for tc_size and tc_offset
` [PATCH net-next 8/9] net: hns3: bitwise operator should use unsigned type
` [PATCH net-next 9/9] net: hns3: set maximum length to resp_data_len for exceptional case

[PATCH 5/8] soc/tegra: pmc: support T210 USB 2.0 Sleepwalk
 2019-07-04 14:05 UTC  (4+ messages)
` [PATCH 8/8] xhci: tegra: enable ELPG for runtime/system PM

[Qemu-devel] hw/display/vga: Why architecture specific code?
 2019-07-04 14:04 UTC  (3+ messages)

Upstream Support for flto plugin with automake
 2019-07-04 14:04 UTC  (4+ messages)

[PATCH 0/4] Modular FIA
 2019-07-04 14:03 UTC  (3+ messages)
` [PATCH 3/4] drm/i915: move intel_ddi_set_fia_lane_count to intel_tc.c

[U-Boot] [PATCH 0/3] amlogic: add unique MAC address generatio
 2019-07-04 14:03 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.