All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-04-25 11:19:53 to 2018-04-25 12:03:39 UTC [more...]

[PATCH] app/testpmd: fix testpmd failure due to RSS offload check
 2018-04-25 12:03 UTC  (3+ messages)
` [PATCH v2] "

Xen Security Advisory 259 - x86: PV guest may crash Xen with XPTI
 2018-04-25 12:03 UTC 

ThinkPad Yoga 370 thinkpad_acpi: unknown/reserved multi-mode value
 2018-04-25 12:03 UTC  (2+ messages)

Xen Security Advisory 258 - Information leak via crafted user-supplied CDROM
 2018-04-25 12:03 UTC 

[PATCH v2 0/2] clk: meson: gxbb: add the video decoder clocks
 2018-04-25 12:03 UTC  (9+ messages)
` [PATCH v2 1/2] clk: meson: gxbb: expose VDEC_1 and VDEC_HEVC clocks
` [PATCH v2 2/2] clk: meson: gxbb: add the video decoder clocks

[PATCH v4 0/2] add support for the NAND clocks on Meson8b
 2018-04-25 12:02 UTC  (4+ messages)
` [PATCH v4 2/2] clk: meson: meson8b: add support for the NAND clocks

[U-Boot] [Question] How to create a file in a directory
 2018-04-25 12:01 UTC 

[igt-dev] [PATCH i-g-t 0/3] intel: per context powergating tests & benchmark
 2018-04-25 12:01 UTC  (5+ messages)
` [igt-dev] [PATCH i-g-t 1/3] headers: bump
` [igt-dev] [PATCH i-g-t 2/3] tests: add slice power programming test
` [igt-dev] [PATCH i-g-t 3/3] benchmark: add gem_exec_delay

How to detect libbfd when building tools/bpf?
 2018-04-25 12:01 UTC  (3+ messages)

[PATCH v1 1/1] misc: IBM Virtual Management Channel Driver
 2018-04-25 12:00 UTC  (2+ messages)

[PATCH] net/ifcvf: remove live migration
 2018-04-25 11:59 UTC 

[PATCH v2] net/tap: remove queue specific offload support
 2018-04-25 12:00 UTC  (5+ messages)
` [PATCH v3] "

[U-Boot] [PATCH] rockchip: clk: rk3288: add clk_enable function and support USB HOST0/HSIC
 2018-04-25 12:00 UTC  (2+ messages)
` [U-Boot] "

Recent changes (master)
 2018-04-25 12:00 UTC 

[PATCH] app/test: fix shared library build failure
 2018-04-25 11:59 UTC  (3+ messages)

[Qemu-devel] [RFC v2 0/2] kvm "fake DAX" device flushing
 2018-04-25 11:58 UTC  (20+ messages)
`  "
` [Qemu-devel] [RFC v2 1/2] virtio: add pmem driver
  `  "
` [Qemu-devel] [RFC v2 2/2] pmem: device flush over VIRTIO
  `  "
` [Qemu-devel] [RFC v2] qemu: Add virtio pmem device
  `  "

azx_probe() called twice
 2018-04-25 11:58 UTC  (3+ messages)

[PATCH 1/7] drm/i915/execlists: Skip lite restore on the currently executing request
 2018-04-25 11:57 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/7] "
` ✗ Fi.CI.SPARSE: "

[PATCH 0/8] drm/i915: per context slice/subslice powergating
 2018-04-25 11:57 UTC  (12+ messages)
` [PATCH 1/8] drm/i915: expose helper mapping exec flag engine to intel_engine_cs
` [PATCH 2/8] drm/i915: Program RPCS for Broadwell
` [PATCH 3/8] drm/i915: don't specify pinned size for wa_bb pin/allocation
` [PATCH 4/8] drm/i915: extract per-ctx/indirect bb programming
` [PATCH 5/8] drm/i915: pass wa_ctx as argument
` [PATCH 6/8] drm/i915: reprogram NOA muxes on context switch when using perf
` [PATCH 7/8] drm/i915: Record the sseu configuration per-context & engine
` [PATCH 8/8] drm/i915: Expose RPCS (SSEU) configuration to userspace

[PULL][PATCH 0/1] mtd-utils: Add mtd-utils-tests package
 2018-04-25 11:55 UTC  (2+ messages)

[PATCH 0/8] Fix year 2038 issue for sound subsystem
 2018-04-25 11:56 UTC  (6+ messages)

[Buildroot] [PATCH 1/2] configs/solidrun_macchiatobin_*: use a Git commit for ATF
 2018-04-25 11:55 UTC  (2+ messages)

[PATCH 00/11] KVM: PPC: reconstruct mmio emulation with analyse_instr()
 2018-04-25 11:54 UTC  (36+ messages)
` [PATCH 01/11] KVM: PPC: add pt_regs into kvm_vcpu_arch and move vcpu->arch.gpr[] into it
` [PATCH 02/11] KVM: PPC: mov nip/ctr/lr/xer registers to pt_regs in kvm_vcpu_arch
` [PATCH 03/11] KVM: PPC: Fix a mmio_host_swabbed uninitialized usage issue when VMX store
` [PATCH 04/11] KVM: PPC: fix incorrect element_size for stxsiwx in analyse_instr
` [PATCH 05/11] KVM: PPC: add GPR RA update skeleton for MMIO emulation
` [PATCH 06/11] KVM: PPC: add KVMPPC_VSX_COPY_WORD_LOAD_DUMP type support for mmio emulation
` [PATCH 07/11] KVM: PPC: reconstruct non-SIMD LOAD/STORE instruction mmio emulation with analyse_intr() input
  ` [PATCH 07/11] KVM: PPC: reconstruct non-SIMD LOAD/STORE instruction mmio emulation with analyse_intr
` [PATCH 08/11] KVM: PPC: add giveup_ext() hook for PPC KVM ops
` [PATCH 09/11] KVM: PPC: reconstruct LOAD_FP/STORE_FP instruction mmio emulation with analyse_intr() input
  ` [PATCH 09/11] KVM: PPC: reconstruct LOAD_FP/STORE_FP instruction mmio emulation with analyse_intr()
` [PATCH 10/11] KVM: PPC: reconstruct LOAD_VMX/STORE_VMX instruction mmio emulation with analyse_intr() input
  ` [PATCH 10/11] KVM: PPC: reconstruct LOAD_VMX/STORE_VMX instruction mmio emulation with analyse_intr(
` [PATCH 11/11] KVM: PPC: reconstruct LOAD_VSX/STORE_VSX instruction mmio emulation with analyse_intr() input
  ` [PATCH 11/11] KVM: PPC: reconstruct LOAD_VSX/STORE_VSX instruction mmio emulation with analyse_intr(

where is useradd-example.bb
 2018-04-25 11:53 UTC  (2+ messages)

[PATCH] tests/xfs: filestream allocator inode use-after-free test
 2018-04-25 11:53 UTC  (3+ messages)

FAILED: patch "[PATCH] tpm: self test failure should not cause suspend to fail" failed to apply to 4.4-stable tree
 2018-04-25 11:53 UTC  (3+ messages)

[PATCH net 0/3] net: mvpp2: Fix hangs when starting some interfaces on 7k/8k
 2018-04-25 11:52 UTC  (9+ messages)
` [PATCH net 2/3] net: mvpp2: Fix clock resource by adding missing mg_core_clk
` [PATCH net 3/3] ARM64: dts: marvell: armada-cp110: Add clocks for the xmdio node

[PATCH v2] ethdev: check Rx/Tx offloads
 2018-04-25 11:31 UTC  (3+ messages)
` [PATCH] "
` [PATCH v3] "

Re: Troubleshooting WireGuard connections
 2018-04-25 11:51 UTC  (12+ messages)
    `  "

[PATCH net-next] sctp: remove the unused sctp_assoc_is_match function
 2018-04-25 11:49 UTC  (3+ messages)

[PATCH v3 0/5] Enhance support for system and runtime power management on malidp
 2018-04-25 11:49 UTC  (7+ messages)
` [PATCH v3 5/5] drm/arm/malidp: Added the late system pm functions

Btrfs progs release 4.16.1
 2018-04-25 11:49 UTC  (6+ messages)

[PATCH net-next] sctp: fix identification of new acks for SFR-CACC
 2018-04-25 11:47 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 0/2] Add vfio display reset handling
 2018-04-25 11:46 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 2/2] ui: introduce vfio_display_reset

Graduation Review: Windows PV Driver
 2018-04-25 11:43 UTC 

[PATCH v2] x86/microcode: Synchronize late microcode loading
 2018-04-25 11:46 UTC 

[PATCH net-next] sctp: fix const parameter violation in sctp_make_sack
 2018-04-25 11:45 UTC  (3+ messages)

[Qemu-devel] [PATCH v12 00/21] Multifd
 2018-04-25 11:44 UTC  (23+ messages)
` [Qemu-devel] [PATCH v12 01/21] migration: Set error state in case of error
` [Qemu-devel] [PATCH v12 02/21] migration: Introduce multifd_recv_new_channel()
` [Qemu-devel] [PATCH v12 03/21] migration: terminate_* can be called for other threads
` [Qemu-devel] [PATCH v12 04/21] migration: Be sure all recv channels are created
` [Qemu-devel] [PATCH v12 05/21] migration: Export functions to create send channels
` [Qemu-devel] [PATCH v12 06/21] migration: Create multifd channels
` [Qemu-devel] [PATCH v12 07/21] migration: Delay start of migration main routines
` [Qemu-devel] [PATCH v12 08/21] migration: Transmit initial package through the multifd channels
` [Qemu-devel] [PATCH v12 09/21] migration: Define MultifdRecvParams sooner
` [Qemu-devel] [PATCH v12 10/21] migration: Create multipage support
` [Qemu-devel] [PATCH v12 11/21] migration: Create multifd packet
` [Qemu-devel] [PATCH v12 12/21] migration: Add multifd traces for start/end thread
` [Qemu-devel] [PATCH v12 13/21] migration: Calculate transferred ram correctly
` [Qemu-devel] [PATCH v12 14/21] migration: Multifd channels always wait on the sem
` [Qemu-devel] [PATCH v12 15/21] migration: Add block where to send/receive packets
` [Qemu-devel] [PATCH v12 16/21] migration: Synchronize multifd threads with main thread
` [Qemu-devel] [PATCH v12 17/21] migration: Create ram_multifd_page
` [Qemu-devel] [PATCH v12 18/21] migration: Start sending messages
` [Qemu-devel] [PATCH v12 19/21] migration: Wait for blocking IO
` [Qemu-devel] [PATCH v12 20/21] migration: Remove not needed semaphore and quit
` [Qemu-devel] [PATCH v12 21/21] migration: Stop sending whole pages through main channel

[PATCH v5 00/11] vsprintf: Prevent silent crashes and consolidate error handling
 2018-04-25 11:44 UTC  (3+ messages)
` [PATCH v5 04/11] vsprintf: Do not check address of well-known strings

[PATCH] powerpc/xics: add missing of_node_put() in error path
 2018-04-25 11:27 UTC 

status page
 2018-04-25 11:39 UTC  (4+ messages)

[Qemu-devel] [PATCH for 2.13 v4 00/20] linux-user: move arch specific parts to arch directories
 2018-04-24 19:53 UTC  (2+ messages)

[PATCH] f2fs: fix potential overflow
 2018-04-25 11:38 UTC 

[PATCH 0/6] soc: qcom: smem: bug fixes
 2018-04-25 11:37 UTC  (4+ messages)

[PATCH 4.16 00/26] 4.16.5-stable review
 2018-04-25 10:33 UTC  (10+ messages)
` [PATCH 4.16 02/26] cifs: do not allow creating sockets except with SMB1 posix exensions
` [PATCH 4.16 10/26] drm/i915/gvt: throw error on unhandled vfio ioctls
` [PATCH 4.16 11/26] drm/i915/gvt: Add drm_format_mod update
` [PATCH 4.16 12/26] drm/i915/bios: filter out invalid DDC pins from VBT child devices
` [PATCH 4.16 13/26] drm/i915/audio: Fix audio detection issue on GLK
` [PATCH 4.16 14/26] drm/i915: Do no use kfree() to free a kmem_cache_alloc() return value
` [PATCH 4.16 17/26] mm,vmscan: Allow preallocating memory for register_shrinker()
` [PATCH 4.16 18/26] netfilter: x_tables: cap allocations at 512 mbyte
` [PATCH 4.16 21/26] netfilter: compat: reject huge allocation requests

[Xenomai] Kernel oops during rtnet loopback usage on x86_64 (e1000e)
 2018-04-25 11:36 UTC  (3+ messages)

[PATCH v2] powerpc: Fix smp_send_stop NMI IPI handling
 2018-04-25 11:35 UTC 

[Qemu-devel] [PATCH v2 0/9] block: Add COR filter driver
 2018-04-25 11:35 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 1/9] "

[PATCH 1/1] ocfs2: eliminate a misreported warning
 2018-04-25 11:29 UTC 

[PATCH 4.14 000/183] 4.14.37-stable review
 2018-04-25 10:33 UTC  (5+ messages)
` [PATCH 4.14 013/183] usb: musb: call pm_runtime_{get,put}_sync before reading vbus registers
` [PATCH 4.14 015/183] powerpc/eeh: Fix race with driver un/bind
` [PATCH 4.14 018/183] NFSv4: always set NFS_LOCK_LOST when a lock is lost
` [PATCH 4.14 019/183] ACPI / LPSS: Do not instiate platform_dev for devs without MMIO resources

[PATCH] drm/i915/execlists: Skip lite restore on the currently executing request
 2018-04-25 11:31 UTC  (4+ messages)

[REVIEW][PATCH 00/22] Simplifying siginfo users
 2018-04-25 11:29 UTC  (3+ messages)
` [REVIEW][PATCH 09/22] signal/nds32: Use force_sig_fault where appropriate

(unknown),
 2018-04-25 11:17 UTC  (4+ messages)
` [PATCH 06/22] arc: use generic dma_noncoherent_ops

[PATCH V3] cpufreq: powernv: Fix the hardlockup by synchronus smp_call in timer interrupt
 2018-04-25 11:26 UTC  (3+ messages)

ThinkPad Yoga 370 thinkpad_acpi unhandled events
 2018-04-25 11:25 UTC  (9+ messages)

[PATCHv3 00/11] ARMv8.3 pointer authentication userspace support
 2018-04-25 11:23 UTC  (4+ messages)
` [PATCHv3 07/11] arm64: add basic pointer authentication support

[PATCH] rds: ib: Fix missing call to rds_ib_dev_put in rds_ib_setup_qp
 2018-04-25 11:22 UTC 

[Ocfs2-devel] [PATCH v3] ocfs2: clean up redundant function declarations
 2018-04-25 11:21 UTC 

FAILED: patch "[PATCH] tpm: self test failure should not cause suspend to fail" failed to apply to 4.9-stable tree
 2018-04-25 11:20 UTC  (2+ messages)

[Qemu-devel] [PATCH v8 0/8] Add make check tests for Migration
 2018-04-25 11:19 UTC  (7+ messages)
` [Qemu-devel] [PATCH v8 3/8] tests: Add migration xbzrle test
` [Qemu-devel] [PATCH v8 4/8] migration: Create socket-address parameter
` [Qemu-devel] [PATCH v8 5/8] tests: Migration ppc now inlines its program
` [Qemu-devel] [PATCH v8 6/8] tests: Add basic migration precopy tcp test
` [Qemu-devel] [PATCH v8 7/8] migration: Add multifd test
` [Qemu-devel] [PATCH v8 8/8] [RFH] tests: Add migration compress threads tests


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.