All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-03-01 13:35:06 to 2019-03-01 14:07:33 UTC [more...]

[Qemu-arm] [PATCH] hw/arm/acpi: enable SHPC native hot plug
 2019-03-01 14:04 UTC  (5+ messages)
` [Qemu-devel] "

[U-Boot] [PATCH 0/2] Fix broken ethernet on imx8qxp-mek
 2019-03-01 14:07 UTC  (6+ 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

[GIT PULL] updates to soc/fsl drivers for v5.1 take4
 2019-03-01 14:06 UTC  (3+ messages)

[PATCH 1/2] fchownat.2: add project support updates
 2019-03-01 14:06 UTC  (6+ messages)
` [PATCH] statx: test statx support for project
` [PATCH 2/2] statx.2: add project support update

[PATCH 0/8] add generic interface to set/get project
 2019-03-01 14:05 UTC  (18+ messages)
` [PATCH 1/8] fs: add support to change project ID
` [PATCH 2/8] ext4: support project ID in ext4_setattr()
` [PATCH 3/8] f2fs: support project ID in f2fs_setattr()
` [PATCH 4/8] xfs: support project ID in xfs_setattr()
` [PATCH 5/8] fs: add project support to statx
` [PATCH 6/8] ext4: support project in ext4_getattr()
` [PATCH 7/8] f2fs: support project in f2fs_getattr()
` [PATCH 8/8] xfs: support project in xfs_getattr()

[PATCH 01/38] drm/i915/execlists: Suppress redundant preemption
 2019-03-01 14:04 UTC  (38+ messages)
` [PATCH 02/38] drm/i915: Introduce i915_timeline.mutex
` [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 05/38] drm/i915: Prioritise non-busywait semaphore workloads
` [PATCH 06/38] drm/i915/selftests: Check that whitelisted registers are accessible
` [PATCH 07/38] drm/i915: Force GPU idle on suspend
` [PATCH 08/38] drm/i915/selftests: Improve switch-to-kernel-context checking
` [PATCH 09/38] drm/i915: Do a synchronous switch-to-kernel-context on idling
` [PATCH 10/38] drm/i915: Store the BIT(engine->id) as the engine's mask
` [PATCH 11/38] drm/i915: Refactor common code to load initial power context
` [PATCH 12/38] drm/i915: Reduce presumption of request ordering for barriers
` [PATCH 13/38] drm/i915: Remove has-kernel-context
` [PATCH 14/38] drm/i915: Introduce the i915_user_extension_method
` [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 33/38] drm/i915: Load balancing across a virtual engine
` [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 RFC 0/3] tda998x updates for DAI formats and bclk_ratio
 2019-03-01 14:05 UTC  (5+ messages)
` [PATCH RFC 2/3] ASoC: hdmi-codec: add support for bclk_ratio

SOCKET_FILTER regression - eBPF can't subtract when attached from unprivileged user
 2019-03-01 14:04 UTC  (3+ messages)

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

[PATCH 00/20] Remove Mysterious Macro Intended to Obscure Weird Behaviours (mmiowb())
 2019-03-01 14:03 UTC  (23+ 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 08/20] m68k/io: "
` [PATCH 09/20] sh/mmiowb: Add unconditional mmiowb() to arch_spin_unlock()
` [PATCH 10/20] mips/mmiowb: "
` [PATCH 11/20] ia64/mmiowb: "
` [PATCH 12/20] powerpc/mmiowb: Hook up mmwiob() implementation to asm-generic code
` [PATCH 13/20] riscv/mmiowb: "
` [PATCH 14/20] Documentation: Kill all references to mmiowb()
` [PATCH 15/20] drivers: Remove useless trailing comments from mmiowb() invocations
` [PATCH 16/20] drivers: Remove explicit invocations of mmiowb()
` [PATCH 17/20] scsi/qla1280: Remove stale comment about mmiowb()
` [PATCH 18/20] i40iw: Redefine i40iw_mmiowb() to do nothing
` [PATCH 19/20] net/ethernet/silan/sc92031: Remove stale comment about mmiowb()
` [PATCH 20/20] arch: Remove dummy mmiowb() definitions from arch code

[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 00/97] LSM: Complete module stacking
 2019-03-01 14:02 UTC  (3+ messages)
` [PATCH 01/97] LSM: Infrastructure management of the superblock

[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  (6+ messages)

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

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

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

[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  (13+ 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 08/10] arm64: debug: Remove redundant user_mode(regs) checks from debug handlers
` [PATCH 10/10] arm64: debug: Clean up brk_handler()

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

[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

[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  (4+ 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  (4+ messages)
` [PATCH 05/17] drm/mali: Convert to using __drm_atomic_helper_crtc_reset() for reset
` ✓ Fi.CI.BAT: success for drm: Start subclassing crtc_state

[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  (2+ 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  (2+ messages)

[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  (3+ 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


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.