All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-03-01 13:19:43 to 2019-03-01 14:04:49 UTC [more...]

[PATCH 01/38] drm/i915/execlists: Suppress redundant preemption
 2019-03-01 14:04 UTC  (26+ messages)
` [PATCH 03/38] drm/i915: Keep timeline HWSP allocated until idle across the system
` [PATCH 04/38] drm/i915: Use HW semaphores for inter-engine synchronisation on gen8+
` [PATCH 15/38] drm/i915: Track active engines within a context
` [PATCH 16/38] drm/i915: Introduce a context barrier callback
` [PATCH 17/38] drm/i915: Create/destroy VM (ppGTT) for use with contexts
` [PATCH 18/38] drm/i915: Extend CONTEXT_CREATE to set parameters upon construction
` [PATCH 19/38] drm/i915: Allow contexts to share a single timeline across all engines
` [PATCH 20/38] drm/i915: Allow userspace to clone contexts on creation
` [PATCH 21/38] drm/i915: Fix I915_EXEC_RING_MASK
` [PATCH 22/38] drm/i915: Remove last traces of exec-id (GEM_BUSY)
` [PATCH 23/38] drm/i915: Re-arrange execbuf so context is known before engine
` [PATCH 24/38] drm/i915: Allow a context to define its set of engines
` [PATCH 25/38] drm/i915: Extend I915_CONTEXT_PARAM_SSEU to support local ctx->engine[]
` [PATCH 26/38] drm/i915: Pass around the intel_context
` [PATCH 27/38] drm/i915: Split struct intel_context definition to its own header
` [PATCH 28/38] drm/i915: Store the intel_context_ops in the intel_engine_cs
` [PATCH 29/38] drm/i915: Move over to intel_context_lookup()
` [PATCH 30/38] drm/i915: Make context pinning part of intel_context_ops
` [PATCH 31/38] drm/i915: Track the pinned kernel contexts on each engine
` [PATCH 32/38] drm/i915: Introduce intel_context.pin_mutex for pin management
` [PATCH 34/38] drm/i915: Extend execution fence to support a callback
` [PATCH 35/38] drm/i915/execlists: Virtual engine bonding
` [PATCH 36/38] drm/i915: Allow specification of parallel execbuf
` [PATCH 37/38] drm/i915/selftests: Check preemption support on each engine
` [PATCH 38/38] drm/i915/execlists: Skip direct submission if only lite-restore

[PATCH 00/20] Remove Mysterious Macro Intended to Obscure Weird Behaviours (mmiowb())
 2019-03-01 14:03 UTC  (12+ messages)
` [PATCH 01/20] asm-generic/mmiowb: Add generic implementation of mmiowb() tracking
` [PATCH 02/20] arch: Use asm-generic header for asm/mmiowb.h
` [PATCH 03/20] mmiowb: Hook up mmiowb helpers to spinlocks and generic I/O accessors
` [PATCH 04/20] ARM/io: Remove useless definition of mmiowb()
` [PATCH 05/20] arm64/io: "
` [PATCH 06/20] x86/io: "
` [PATCH 07/20] nds32/io: "
` [PATCH 09/20] sh/mmiowb: Add unconditional mmiowb() to arch_spin_unlock()
` [PATCH 11/20] ia64/mmiowb: "
` [PATCH 12/20] powerpc/mmiowb: Hook up mmwiob() implementation to asm-generic code

[patch V5 00/14] MDS basics 0
 2019-03-01 14:04 UTC  (3+ messages)
` [patch V5 09/14] MDS basics 9
  ` [MODERATED] "

[PATCH] Minor security policy text changes to avoid ambiguity
 2019-03-01 14:03 UTC  (2+ messages)

[PATCH] ARM: pxa: remove CONFIG_SND_PXA2XX_AC97 in pxa_defconfig
 2019-03-01 14:03 UTC  (4+ messages)

[PATCH] crypto: s5p-sss - fix AES support for Exynos5433
 2019-03-01 14:02 UTC 

[PATCH 0/6] HelloWorld example for Windows
 2019-03-01 14:03 UTC  (4+ messages)
` [PATCH 1/6] eal: eal stub to add windows support

[PATCH] efi: Downgrade "EFI_MEMMAP is not enabled" message
 2019-03-01 14:02 UTC  (4+ messages)

[GIT PULL] tee subsys for v5.1
 2019-03-01 14:01 UTC  (3+ messages)

[PATCH v4 4/4] hugetlb: allow to free gigantic pages regardless of the configuration
 2019-03-01 13:58 UTC  (12+ messages)

[GIT PULL] tee subsys fixes for v5.0
 2019-03-01 14:00 UTC  (3+ messages)

[U-Boot] [PATCH 0/2] Fix broken ethernet on imx8qxp-mek
 2019-03-01 13:58 UTC  (5+ messages)
` [U-Boot] [PATCH 1/2] net: dm: fec: Support phy-reset-post-delay property
` [U-Boot] [PATCH 2/2] dts: imx8qxp-mek: Add PHY post reset delay

[PATCH] perf/core: Mark expected switch fall-through
 2019-03-01 13:53 UTC  (3+ messages)

[PATCH net 0/2] Use C45 Helpers when possible
 2019-03-01 13:53 UTC  (4+ messages)
` [PATCH net 2/2] net: phy: Use C45 Helpers in PHY_FORCING state

[patch net-next 0/5] net: call for phys_port_name into devlink directly is possible
 2019-03-01 13:42 UTC  (4+ messages)
` [patch net-next 1/5] net: replace ndo_get_devlink for ndo_get_devlink_port

[PATCH v3 1/6] ethtool: move option parsing related code into function
 2019-03-01 13:50 UTC  (4+ messages)
` [PATCH v3 2/6] ethtool: move cmdline_coalesce out of do_scoalesce

[PATCH 00/10] Rework debug exception handling code
 2019-03-01 13:49 UTC  (19+ messages)
` [PATCH 01/10] arm64: debug: Don't propagate UNKNOWN FAR into si_code for debug signals
` [PATCH 02/10] arm64: debug: Ensure debug handlers check triggering exception level
` [PATCH 03/10] arm64: debug: Remove unused return value from do_debug_exception()
` [PATCH 04/10] arm64: debug: Rename addr parameter for non-watchpoint exception hooks
` [PATCH 05/10] arm64: debug: Remove meaningless comment
` [PATCH 06/10] arm64: debug: Separate debug hooks based on target exception level
` [PATCH 07/10] arm64: kprobes: Avoid calling kprobes debug handlers explicitly
` [PATCH 08/10] arm64: debug: Remove redundant user_mode(regs) checks from debug handlers
` [PATCH 09/10] arm64: probes: Move magic BRK values into brk-imm.h
` [PATCH 10/10] arm64: debug: Clean up brk_handler()

[git pull] m68k updates for 5.1
 2019-03-01 13:50 UTC 

[Qemu-devel] [RFC PATCH 0/4] ARM virt: ACPI memory hotplug support
 2019-03-01 13:49 UTC  (8+ messages)

[PATCH] dax: Flush partial PMDs correctly
 2019-03-01 13:49 UTC  (3+ messages)

[WIP RFC PATCH v2 0/5] clone: dir iterator refactoring with tests
 2019-03-01 13:49 UTC  (4+ messages)
` [RFC PATCH v3 1/5] clone: test for our behavior on odd objects/* content

[Qemu-devel] [PATCH v2 0/5] gitdm/next updates
 2019-03-01 13:49 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 3/5] contrib: gitdm: add more individual contributors

[Qemu-devel] [PATCH v11 00/10] ARM virt: Initial RAM expansion and extended memory map
 2019-03-01 13:47 UTC  (11+ messages)
` [Qemu-devel] [PATCH v11 01/10] hw/arm/boot: introduce fdt_add_memory_node helper
` [Qemu-devel] [PATCH v11 02/10] hw/arm/virt: Rename highmem IO regions
` [Qemu-devel] [PATCH v11 03/10] hw/arm/virt: Split the memory map description
` [Qemu-devel] [PATCH v11 04/10] hw/boards: Add a MachineState parameter to kvm_type callback
` [Qemu-devel] [PATCH v11 05/10] kvm: add kvm_arm_get_max_vm_ipa_size
` [Qemu-devel] [PATCH v11 06/10] vl: Set machine ram_size, maxram_size and ram_slots earlier
` [Qemu-devel] [PATCH v11 07/10] hw/arm/virt: Dynamic memory map depending on RAM requirements
` [Qemu-devel] [PATCH v11 08/10] hw/arm/virt: Implement kvm_type function for 4.0 machine
` [Qemu-devel] [PATCH v11 09/10] hw/arm/virt: Check the VCPU PA range in TCG mode
` [Qemu-devel] [PATCH v11 10/10] hw/arm/virt: Bump the 255GB initial RAM limit

[PATCH] mac80211: do not call driver wake_tx_queue op during reconfig
 2019-03-01 13:48 UTC 

Prevent reset --hard from deleting everything if one doesn't have any commits yet
 2019-03-01 13:47 UTC  (4+ messages)

[PATCH] dt-bindings: irqchip: renesas-irqc: Document r8a774c0 support
 2019-03-01 13:47 UTC  (6+ messages)

[Qemu-devel] [PATCH] hw/arm/acpi: enable SHPC native hot plug
 2019-03-01 13:47 UTC  (2+ messages)

[Qemu-devel] [PATCH] virtio-blk: dataplane: release AioContext before blk_set_aio_context
 2019-03-01 13:47 UTC  (9+ messages)

[PATCH] app/testpmd: use mempool bulk get for txonly mode
 2019-03-01 13:47 UTC  (2+ messages)
` [PATCH v2] app/testpmd: add "

[PATCH] ath10k: Drop WARN_ON()s that always trigger during system resume
 2019-03-01 13:45 UTC  (3+ messages)

[PATCH 00/17] drm: Start subclassing crtc_state
 2019-03-01 13:45 UTC  (6+ messages)
` [PATCH 05/17] drm/mali: Convert to using __drm_atomic_helper_crtc_reset() for reset
` ✗ Fi.CI.CHECKPATCH: warning for drm: Start subclassing crtc_state
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[PATCH] cryptodev: make xform key pointer constant
 2019-03-01 13:43 UTC 

[PATCH] swig: fix build with musl
 2019-03-01 13:43 UTC  (2+ messages)

[PATCH v2 4/4] MAINTAINERS: add maintainer for maxbotix ultrasonic driver
 2019-03-01 13:43 UTC 

[PATCH 1/2] drm/i915: Fix atomic state leak when resetting HDMI link
 2019-03-01 13:43 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: Don't manually add connectors and planes state

[PATCH v2 3/4] mb12x2.c: add distance iio sensor with i2c
 2019-03-01 13:42 UTC 

[PATCH v2 2/4] dt-bindings: maxbotix,i2cxl: Add MaxBotix i2c ultrasonic rangers
 2019-03-01 13:42 UTC 

[PATCH v2 1/4] dt-bindings: Add vendor prefix for MaxBotix
 2019-03-01 13:41 UTC 

[PATCH v2 0/4] add MaxBotix I2CXL ultrasonic iio driver
 2019-03-01 13:41 UTC 

[PATCH 1/2] net/ice: suppport package download
 2019-03-01 13:40 UTC  (2+ messages)

[PATCH v2 00/13] Convert x86 & arm64 to use generic page walk
 2019-03-01 13:39 UTC  (11+ messages)
` [PATCH v2 03/13] mm: Add generic p?d_large() macros

ANN: SELinux userspace 2.9-rc2 release candidate
 2019-03-01 13:39 UTC 

[PATCH] arm64: dts: ls1088a: add one more thermal zone node
 2019-03-01 13:38 UTC  (3+ messages)

[PATCH] arm64: dts: renesas: r8a774c0: Add CANFD support
 2019-03-01 13:38 UTC  (3+ messages)

[PATCH] build: add meson support for cortex a55 and a76 platforms
 2019-03-01 13:38 UTC  (3+ messages)

[PATCH net-next] net: ipv4: Fix NULL pointer dereference in route lookup
 2019-03-01 13:38 UTC 

[PATCH nf-next 0/3] netfilter: nf_tables: merge remaining nat related modules
 2019-03-01 13:37 UTC  (2+ messages)

[PATCH] netfilter: xt_IDLETIMER: fix sysfs callback function type
 2019-03-01 13:37 UTC  (2+ messages)

[U-Boot] iMX8QXP MEK: no ethernet
 2019-03-01 13:37 UTC  (9+ messages)

[Qemu-devel] [PATCH v3 0/5] Add migration support for VFIO device
 2019-03-01 13:36 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 1/5] VFIO KABI for migration interface

[PATCH] arm64: kpti: Update arm64_kernel_use_ng_mappings() when forced on
 2019-03-01 13:34 UTC  (9+ messages)

[PATCH][v2] netfilter: ensure that CONNTRACK_LOCKS is power of 2
 2019-03-01 13:36 UTC  (2+ messages)

[PATCH v3 1/6] drm/i915/psr: Remove PSR2 FIXME
 2019-03-01 13:35 UTC  (5+ messages)
` [PATCH v3 4/6] drm/i915/crc: Make IPS workaround generic

[PATCH 00/10] Improvements and fixups for vim2m driver
 2019-03-01 13:35 UTC  (12+ messages)
` [PATCH 01/10] media: vim2m: add bayer capture formats
` [PATCH 02/10] media: vim2m: improve debug messages
` [PATCH 03/10] media: vim2m: ensure that width is multiple of two
` [PATCH 04/10] media: vim2m: add support for VIDIOC_ENUM_FRAMESIZES
` [PATCH 05/10] media: vim2m: use different framesizes for bayer formats
` [PATCH 06/10] media: vim2m: better handle cap/out buffers with different sizes
` [PATCH 07/10] media: vim2m: add vertical linear scaler
` [PATCH 08/10] media: vim2m: don't accept YUYV anymore as output format
` [PATCH 09/10] media: vim2m: add an horizontal scaler
` [PATCH 10/10] media: vim2m: speedup passthrough copy

[PATCH][v2] netfilter: check the result of dereferencing base_chain->stats
 2019-03-01 13:35 UTC  (2+ messages)

PROBLEM: monotonic clock going backwards on ppc64
 2019-03-01 13:33 UTC  (4+ messages)

[PATCH v7 0/6] Add Fieldbus subsystem + support HMS Profinet card
 2019-03-01 13:35 UTC  (8+ messages)
` [PATCH v7 1/6] fieldbus_dev: add Fieldbus Device subsystem

[PATCH] scripts/package/Makefile: put proper config in source tarball
 2019-03-01 13:34 UTC  (4+ messages)
` [PATCH] scripts/package/mkdebian: expose KCONFIG_CONFIG to debian/rules

[PATCH net] netfilter: bridge: Don't sabotage nf_hook calls for an l3mdev slave
 2019-03-01 13:33 UTC  (2+ messages)

[PATCH net] ipvs: get sctphdr by sctphoff in sctp_csum_check
 2019-03-01 13:33 UTC  (2+ messages)

[PATCH] arm64: dts: renesas: r8a774c0-cat874: Add LEDs support
 2019-03-01 13:32 UTC  (3+ messages)

[PATCH][nf-next][v2] netfilter: convert the proto argument from u8 to u16
 2019-03-01 13:32 UTC  (3+ messages)
  ` [Bridge] "

[PATCH 01/15] ARM: actions: fix a leaked reference by addingmissing of_node_put
 2019-03-01 13:30 UTC  (5+ messages)
` [PATCH 11/15] ARM: versatile: "

Lastest BSP supported for imx6dlsabresd
 2019-03-01 13:30 UTC  (2+ messages)

[PATCH v5 00/26] KVM: arm64: SVE guest support
 2019-03-01 13:28 UTC  (6+ messages)
` [PATCH v5 22/26] KVM: arm64/sve: Add pseudo-register for the guest's vector lengths

[PATCH 0/5] Add VIN support to RZ/G2M
 2019-03-01 13:29 UTC  (12+ messages)
` [PATCH 1/5] media: dt-bindings: media: rcar-csi2: Add r8a774a1 support
    ` FW: "
` [PATCH 3/5] media: dt-bindings: media: rcar_vin: "
    ` FW: "

[PATCH net-next] netfilter: nft_tunnel: Add dst_cache support
 2019-03-01 13:28 UTC  (2+ messages)

[RFC v3 0/2] Request GPIO when enabling interrupt
 2019-03-01 13:27 UTC  (5+ messages)
` [RFC v3 1/2] pinctrl: core: Add pinctrl_mux_gpio_request_enable

[virtio-dev] Re: net_failover slave udev renaming (was Re: [RFC PATCH net-next v6 4/4] netvsc: refactor notifier/event handling code to use the bypass framework)
 2019-03-01 13:27 UTC  (13+ messages)

[PATCH 00/13] lightnvm: bugfixes and improvements
 2019-03-01 13:27 UTC  (3+ messages)
` [PATCH 03/13] lightnvm: pblk: Fix put line back behaviour

[PATCH v4 0/2] iio: adc: ads7950: add gpio support
 2019-03-01 13:25 UTC  (3+ messages)
` [PATCH v4 2/2] iio: adc: ti-ads7950: add GPIO support

[PATCH nf-next] netfilter: conntrack: tcp: only close if RST matches exact sequence
 2019-03-01 13:24 UTC  (2+ messages)

[PATCH 1/2] build: use static deps of libs for pkg-config libs.private
 2019-03-01 13:22 UTC  (4+ messages)
` [PATCH v8 1/6] build: bump minimum Meson version to 0.47.1
  ` [PATCH v8 6/6] build: use dependency for pcap and fallback to find_library

[PATCH 0/4] Fix ORIG_HEAD behavior of the built-in rebase
 2019-03-01 13:19 UTC  (4+ messages)
` [PATCH 1/4] built-in rebase: no need to check out `onto` twice

[PATCH i-g-t 1/2] autoconf: Silence void pointer arithmetic warnings
 2019-03-01 13:19 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/2] "


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.