All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-06-21 09:41:54 to 2019-06-21 10:02:16 UTC [more...]

[igt-dev] [RFC v2 00/43] Upgrading the Engine discovery
 2019-06-21 10:03 UTC  (42+ messages)
` [igt-dev] [RFC v2 01/43] test/i915: gem_bad_reloc: use the gem_engine_topology library
` [igt-dev] [RFC v2 02/43] test/i915: gem_exec_async: "
` [igt-dev] [RFC v2 03/43] test/i915: gem_exec_capture: "
` [igt-dev] [RFC v2 04/43] test/i915: gem_exec_params: "
` [igt-dev] [RFC v2 05/43] lib/i915: Helper func for engine class to exec_flag
` [igt-dev] [RFC v2 06/43] test/prime_vgem: use the gem_engine_topology library
` [igt-dev] [RFC v2 07/43] tests/i915/gem_exec_reuse: "
` [igt-dev] [RFC v2 08/43] tests/i915/gem_sync: "
` [igt-dev] [RFC v2 09/43] tests/i915/gem_busy: "
` [igt-dev] [RFC v2 10/43] tests/i915/gem_concurrent_all: "
` [igt-dev] [RFC v2 11/43] tests/i915/gem_cs_prefetch: "
` [igt-dev] [RFC v2 12/43] tests/i915/gem_ctx_create: "
` [igt-dev] [RFC v2 13/43] tests/i915/gem_ctx_isolation: "
` [igt-dev] [RFC v2 14/43] tests/i915/gem_ctx_switch: "
` [igt-dev] [RFC v2 15/43] tests/i915/gem_ctx_thrash: "
` [igt-dev] [RFC v2 16/43] tests/i915/gem_eio: "
` [igt-dev] [RFC v2 17/43] tests/i915/gem_exec_await: "
` [igt-dev] [RFC v2 18/43] tests/i915/gem_exec_create: "
` [igt-dev] [RFC v2 19/43] tests/i915/gem_exec_fence: "
` [igt-dev] [RFC v2 20/43] tests/i915/gem_exec_flush: "
` [igt-dev] [RFC v2 21/43] tests/i915/gem_exec_gttfill: "
` [igt-dev] [RFC v2 22/43] tests/i915/gem_exec_latency: "
` [igt-dev] [RFC v2 23/43] tests/i915/gem_exec_nop: "
` [igt-dev] [RFC v2 24/43] tests/i915/gem_exec_reloc: "
` [igt-dev] [RFC v2 25/43] tests/i915/gem_exec_schedule: "
` [igt-dev] [RFC v2 26/43] tests/i915/gem_exec_suspend: "
` [igt-dev] [RFC v2 27/43] tests/i915/gem_exec_whisper: "
` [igt-dev] [RFC v2 28/43] tests/i915/gem_mocs_settings: "
` [igt-dev] [RFC v2 29/43] tests/i915/gem_reset_stats: "
` [igt-dev] [RFC v2 30/43] tests/i915/gem_ring_sync_loop: "
` [igt-dev] [RFC v2 31/43] tests/i915/gem_ringfill: "
` [igt-dev] [RFC v2 32/43] tests/i915/gem_shrink: "
` [igt-dev] [RFC v2 33/43] tests/i915/gem_spin_batch: "
` [igt-dev] [RFC v2 34/43] tests/i915/gem_storedw_loop: "
` [igt-dev] [RFC v2 35/43] tests/i915/gem_userptr_blits: "
` [igt-dev] [RFC v2 36/43] tests/i915/i915_hangman: "
` [igt-dev] [RFC v2 37/43] tests/i915/i915_module_load: "
` [igt-dev] [RFC v2 38/43] tests/kms_busy: "
` [igt-dev] [RFC v2 39/43] tests/prime_busy: "
` [igt-dev] [RFC v2 40/43] tests/amdgpu/amd_prime: "
` [igt-dev] [RFC v2 41/43] tests/i915/gem_ctx_shared: "

[PATCH 00/59] KVM: arm64: ARMv8.3 Nested Virtualization support
 2019-06-21  9:38 UTC  (28+ messages)
` [PATCH 01/59] KVM: arm64: Migrate _elx sysreg accessors to msr_s/mrs_s
` [PATCH 02/59] KVM: arm64: Move __load_guest_stage2 to kvm_mmu.h
` [PATCH 03/59] arm64: Add ARM64_HAS_NESTED_VIRT cpufeature
` [PATCH 04/59] KVM: arm64: nv: Introduce nested virtualization VCPU feature
` [PATCH 05/59] KVM: arm64: nv: Reset VCPU to EL2 registers if VCPU nested virt is set
` [PATCH 06/59] KVM: arm64: nv: Allow userspace to set PSR_MODE_EL2x
` [PATCH 07/59] KVM: arm64: nv: Add EL2 system registers to vcpu context
` [PATCH 08/59] KVM: arm64: nv: Reset VMPIDR_EL2 and VPIDR_EL2 to sane values
` [PATCH 09/59] KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU state
` [PATCH 10/59] KVM: arm64: nv: Support virtual EL2 exceptions
` [PATCH 11/59] KVM: arm64: nv: Inject HVC exceptions to the virtual EL2
` [PATCH 12/59] KVM: arm64: nv: Handle trapped ERET from "
` [PATCH 13/59] KVM: arm64: nv: Handle virtual EL2 registers in vcpu_read/write_sys_reg()
` [PATCH 14/59] KVM: arm64: nv: Handle SPSR_EL2 specially
` [PATCH 15/59] KVM: arm64: nv: Refactor vcpu_{read,write}_sys_reg
` [PATCH 16/59] KVM: arm64: nv: Save/Restore vEL2 sysregs
` [PATCH 17/59] KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisor
` [PATCH 18/59] KVM: arm64: nv: Trap EL1 VM register accesses in virtual EL2
` [PATCH 19/59] KVM: arm64: nv: Trap SPSR_EL1, ELR_EL1 and VBAR_EL1 from "
` [PATCH 20/59] KVM: arm64: nv: Trap CPACR_EL1 access in "
` [PATCH 21/59] KVM: arm64: nv: Set a handler for the system instruction traps
` [PATCH 22/59] KVM: arm64: nv: Handle PSCI call via smc from the guest
` [PATCH 23/59] KVM: arm64: nv: Respect virtual HCR_EL2.TWX setting
` [PATCH 38/59] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables
` [PATCH 40/59] KVM: arm64: nv: Don't always start an S2 MMU search from the beginning
` [PATCH 41/59] KVM: arm64: nv: Introduce sys_reg_desc.forward_trap
` [PATCH 42/59] KVM: arm64: nv: Rework the system instruction emulation framework

[Qemu-devel] [PULL 00/10] MIPS queue for June 21st, 2019
 2019-06-21  9:54 UTC  (6+ messages)
` [Qemu-devel] [PULL 01/10] MAINTAINERS: Update file items for MIPS Malta board
` [Qemu-devel] [PULL 02/10] MAINTAINERS: Consolidate MIPS disassembler-related items
` [Qemu-devel] [PULL 04/10] target/mips: Fix if-else-switch-case arms checkpatch errors in translate.c
` [Qemu-devel] [PULL 06/10] tests/tcg: target/mips: Amend tests for MSA pack instructions
` [Qemu-devel] [PULL 07/10] target/mips: Fix emulation of ILVEV.<B|H|W> on big endian host

[PATCH 1/2] pigz: provide gzip
 2019-06-21 10:00 UTC  (3+ messages)
` [PATCH 2/2] default-providers: use pigz as gzip
` ✗ patchtest: failure for "pigz: provide gzip..." and 1 more

[PATCH] DT node for SiFive FU540 Ethernet Controller driver
 2019-06-21  9:59 UTC  (4+ messages)
` [PATCH] riscv: dts: Add DT node for SiFive FU540 Ethernet controller driver

INFO: task syz-executor can't die for more than 143 seconds
 2019-06-21  9:58 UTC  (2+ messages)

[PATCH] dt-bindings: PCI: rcar: Add device tree support for r8a774a1
 2019-06-21  9:58 UTC  (2+ messages)

[f2fs-dev] [PATCH] fsf2: Use DIV_ROUND_UP() instead of open-coding
 2019-06-21  9:58 UTC  (3+ messages)
  `  "

[PATCH] xfce4-screensaver: 0.1.4 -> 0.1.5
 2019-06-21  9:57 UTC 

[f2fs-dev] [PATCH -next] f2fs: Use div_u64*() for 64-bit divisions
 2019-06-21  9:55 UTC  (5+ messages)
  `  "

[PATCH] s390/cio: introduce driver_override on the css bus
 2019-06-21  9:56 UTC  (2+ messages)

[PATCH] ubloxmodem: fix maybe-unitialized error
 2019-06-21  9:56 UTC 

[PATCH 1/6] dma-buf: add dynamic DMA-buf handling v10
 2019-06-21  9:55 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH] ABI: sysfs-driver-mlxreg-io: fix the what fields
 2019-06-21  9:54 UTC 

[PATCHv2 0/2] coresight: Do not default to CPU0 for missing CPU phandle
 2019-06-21  9:48 UTC  (5+ messages)
` [PATCHv2 1/2] "
` [PATCHv2 2/2] coresight: Abort probe if cpus are not available

[ANNOUNCE] git.zx2c4.com ssh host fingerprints changed
 2019-06-21  9:53 UTC 

[PATCH 0/7] clk: at91: sckc: improve error path
 2019-06-21  9:33 UTC  (4+ messages)

[GIT PULL] mali-dp and komeda patches for drm-next
 2019-06-21  9:53 UTC  (3+ messages)

[LTP] [PATCH] daemonlib.sh: call tty before executing service
 2019-06-21  9:53 UTC 

[PATCH v1 5/5] coresight: etm4x: save/restore state across CPU low power states
 2019-06-21  9:29 UTC  (11+ messages)

[Qemu-devel] [PATCH for-4.1 00/24] Fix record/replay and add reverse debugging
 2019-06-21  9:36 UTC  (2+ messages)

[dpdk-dev] [PATCH 1/3] ethdev: avoid error on PCI unplug of already closed ethdev
 2019-06-21  9:52 UTC  (2+ messages)
` [dpdk-dev] [dpdk-stable] "

[PATCH v7 00/25] Unify vDSOs across more architectures
 2019-06-21  9:52 UTC  (26+ messages)
` [PATCH v7 01/25] kernel: Standardize vdso_datapage
` [PATCH v7 02/25] kernel: Define gettimeofday vdso common code
` [PATCH v7 03/25] kernel: Unify update_vsyscall implementation
` [PATCH v7 04/25] arm64: Substitute gettimeofday with C implementation
` [PATCH v7 05/25] arm64: Build vDSO with -ffixed-x18
` [PATCH v7 06/25] arm64: compat: Add missing syscall numbers
` [PATCH v7 07/25] arm64: compat: Expose signal related structures
` [PATCH v7 08/25] arm64: compat: Generate asm offsets for signals
` [PATCH v7 09/25] lib: vdso: Add compat support
` [PATCH v7 10/25] arm64: compat: Add vDSO
` [PATCH v7 11/25] arm64: Refactor vDSO code
` [PATCH v7 12/25] arm64: compat: vDSO setup for compat layer
` [PATCH v7 13/25] arm64: elf: vDSO code page discovery
` [PATCH v7 14/25] arm64: compat: Get sigreturn trampolines from vDSO
` [PATCH v7 15/25] arm64: Add vDSO compat support
` [PATCH v7 16/25] arm: Add support for generic vDSO
` [PATCH v7 17/25] arm: Add clock_getres entry point
` [PATCH v7 18/25] arm: Add clock_gettime64 "
` [PATCH v7 19/25] mips: Add support for generic vDSO
` [PATCH v7 20/25] mips: Add clock_getres entry point
` [PATCH v7 21/25] mips: Add clock_gettime64 "
` [PATCH v7 22/25] x86: Add support for generic vDSO
` [PATCH v7 23/25] x86: Add clock_getres entry point
` [PATCH v7 24/25] x86: Add clock_gettime64 "
` [PATCH v7 25/25] kselftest: Extend vDSO selftest

[PATCH v2 0/5] Panel rotation patches
 2019-06-21  9:19 UTC  (5+ messages)
` [PATCH 3/5] drm/panel: Add attach/detach callbacks

[Qemu-devel] [PATCH 0/3] Add block size histogram qapi interface
 2019-06-21  9:48 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/3] block/accounting: rename struct BlockLatencyHistogram
` [Qemu-devel] [PATCH 2/3] block/accounting: introduce block size histogram

[GIT PULL] Renesas ARM64 Based SoC Defconfig Updates for v5.3
 2019-06-21  9:16 UTC  (3+ messages)
` [PATCH 1/2] arm64: defconfig: Enable TDA19988
` [PATCH 2/2] arm64: defconfig: enable TYPEC_HD3SS3220 config option

Compiling: error: cast increases required alignment of target type [-Werror=cast-align]
 2019-06-21  9:52 UTC  (2+ messages)

[PATCH v2 0/8] staging: erofs: decompression inplace approach
 2019-06-21  9:51 UTC  (13+ messages)
` [PATCH v2 5/8] staging: erofs: introduce generic decompression backend
` [PATCH v2 6/8] staging: erofs: introduce LZ4 decompression inplace
` [PATCH v2 7/8] staging: erofs: switch to new decompression backend
` [PATCH v2 8/8] staging: erofs: integrate decompression inplace

[LTP] [PATCH] syscalls/clock_adjtime: Fix unsupported WARN
 2019-06-21  9:51 UTC 

[GIT PULL] Renesas ARM64 Based SoC DT Updates for v5.3
 2019-06-21  9:16 UTC  (22+ messages)
` [PATCH 18/53] arm64: dts: renesas: ebisu: Remove renesas, no-ether-link property
` [PATCH 19/53] arm64: dts: renesas: Revise usb2_phy nodes and phys properties
` [PATCH 22/53] arm64: dts: renesas: r8a7796: Create thermal zone to support IPA
` [PATCH 23/53] arm64: dts: renesas: r8a7796: Add dynamic power coefficient
` [PATCH 25/53] arm64: dts: renesas: r8a77965: "
` [PATCH 27/53] arm64: dts: renesas: r8a77990: "
` [PATCH 29/53] arm64: dts: renesas: Add HiHope RZ/G2M main board support
` [PATCH 31/53] arm64: dts: renesas: Add HiHope RZ/G2M sub "
` [PATCH 33/53] arm64: dts: renesas: hihope-common: Declare pcie bus clock
` [PATCH 35/53] arm64: dts: renesas: hihope-common: Add RWDT support
` [PATCH 41/53] arm64: dts: renesas: r8a774a1: Add CMT device nodes
` [PATCH 44/53] arm64: dts: renesas: hihope-common: Add USB 2.0 support
` [PATCH 45/53] arm64: dts: renesas: hihope-common: Enable USB3.0
` [PATCH 46/53] arm64: dts: renesas: hihope-common: Add LEDs support
` [PATCH 47/53] arm64: dts: renesas: r8a774a1: Add CPU topology on r8a774a1 SoC
` [PATCH 48/53] arm64: dts: renesas: r8a774a1: Add CPU capacity-dmips-mhz
` [PATCH 49/53] arm64: dts: renesas: r8a774a1: Create thermal zone to support IPA
` [PATCH 50/53] arm64: dts: renesas: r8a774a1: Add dynamic power coefficient
` [PATCH 51/53] arm64: dts: renesas: r8a774a1: Add HDMI encoder instance
` [PATCH 52/53] arm64: dts: renesas: hihope-common: Add HDMI support
` [PATCH 53/53] arm64: dts: renesas: hihope-common: Remove "label" from LEDs

[PATCH 00/14] Add support to generate ABI documentation at admin-guide
 2019-06-21  9:49 UTC  (9+ messages)
` [PATCH 04/14] ABI: better identificate tables

[PATCH v2 0/1] cobalt/rtdm: allow for device teardown
 2019-06-21  9:49 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH 00/25] VFS: Introduce filesystem information query syscall [ver #13]
 2019-06-21  9:47 UTC  (3+ messages)
` [PATCH 02/25] vfs: Allow fsinfo() to query what's in an fs_context "

[PATCH 0/8] ALSA: firewire: minor code refactoring and bug
 2019-06-21  9:47 UTC  (2+ messages)

[PATCH v3 0/3] net: fddi: skfp: Use PCI generic definitions instead of private duplicates
 2019-06-21  9:46 UTC  (12+ messages)
` [Linux-kernel-mentees] "
` [PATCH v3 1/3] net: fddi: skfp: Rename local PCI defines to match generic PCI defines
  ` [Linux-kernel-mentees] "
` [PATCH v3 2/3] net: fddi: skfp: Include generic PCI definitions
  ` [Linux-kernel-mentees] "
` [PATCH v3 3/3] net: fddi: skfp: Remove unused private "
  ` [Linux-kernel-mentees] "

[PATCH 0/4] meta: 4 fixes
 2019-06-21  9:48 UTC  (9+ messages)
` [PATCH 4/4] gtk-icon-cache.bbclass: Depends on gtk+3

[PATCH V5 1/3] PCI: dwc: Add API support to de-initialize host
 2019-06-21  9:47 UTC  (4+ messages)
` [PATCH V5 2/3] PCI: dwc: Cleanup DBI read and write APIs

[Buildroot] [PATCH 1/1] package/cups: bump to version 2.2.11 and add gzip fix
 2019-06-21  9:46 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/4] libvhost-user: VHOST_USER_PROTOCOL_F_MQ support
 2019-06-21  9:40 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] libvhost-user: add vmsg_set_reply_u64() helper
` [Qemu-devel] [PATCH 2/4] libvhost-user: support many virtqueues
` [Qemu-devel] [PATCH 3/4] libvhost-user: implement VHOST_USER_PROTOCOL_F_MQ
` [Qemu-devel] [PATCH 4/4] docs: avoid vhost-user-net specifics in multiqueue section

[PATCH] drm/amdgpu: add sw_init to df_v1_7
 2019-06-21  9:45 UTC 

[Xen-devel] [PATCH] xen/arm: fix build after 2e35cdf
 2019-06-21  9:44 UTC  (7+ messages)

[PATCH] structleak: disable BYREF_ALL in combination with KASAN_STACK
 2019-06-21  9:43 UTC  (3+ messages)

[MPTCP] [PATCH 0/3] mptcp: move MPTCP option bits to internal header
 2019-06-21  9:43 UTC 

[PATCH v4 2/2] KVM: LAPIC: remove the trailing newline used in the fmt parameter of TP_printk
 2019-06-21  9:44 UTC  (3+ messages)
` [PATCH v4 1/2] KVM: LAPIC: Optimize timer latency consider world switch time

[PATCH -next] drm/sti: Remove duplicated include from sti_drv.c
 2019-06-21  9:42 UTC  (3+ messages)

[PATCH V2 0/4] csky: Use generic asid function from arm
 2019-06-21  9:39 UTC 

[PATCH v5 0/4] KVM: LAPIC: Implement Exitless Timer
 2019-06-21  9:40 UTC  (3+ messages)
` [PATCH v5 1/4] KVM: LAPIC: Make lapic timer unpinned
` [PATCH v5 2/4] KVM: LAPIC: Inject timer interrupt via posted interrupt


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.