All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-03-01 13:44:52 to 2019-03-01 14:22:34 UTC [more...]

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

[PATCH] drm/virtio: Allow userspace to mmap() framebuffer
 2019-03-01 14:22 UTC  (3+ messages)

[PATCH v2] mt76: introduce q->stopped parameter
 2019-03-01 14:22 UTC  (2+ messages)

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

kvm fpu warning on 4.14.89
 2019-03-01 14:21 UTC  (4+ messages)

[git:media_tree/master] media: Revert "media: rc: some events are dropped by userspace"
 2019-03-01 14:19 UTC 

[PATCH v2] powerpc/mm: fix "section_base" set but not used
 2019-03-01 14:20 UTC 

[PATCH] regulator: mc13xxx: Constify regulator_ops variables
 2019-03-01 14:20 UTC 

[PATCH 1/3] mt76: rewrite dma descriptor base and ring size on queue reset
 2019-03-01 14:20 UTC  (3+ messages)
` [PATCH 2/3] mt76: mt76x02: when setting a key, use PN from mac80211
` [PATCH 3/3] mt76: mt76x2: implement full device restart on watchdog reset

[PATCH] regulator: palmas: Constify palmas_smps_ramp_delay array
 2019-03-01 14:20 UTC 

[PATCH] devtools/test-meson-builds: add verbose output options
 2019-03-01 14:20 UTC  (2+ messages)

[PATCH net-next v2 0/3] net: phy: marvell10g: implement suspend/resume callbacks
 2019-03-01 14:19 UTC  (7+ messages)
` [PATCH net-next v2 1/3] "
` [PATCH net-next v2 2/3] net: phy: marvell10g: add the suspend/resume callbacks for the 88x2210
` [PATCH net-next v2 3/3] net: phy: marvell10g: set the PHY in low power by default

[PATCH] crypto: s5p-sss - fix AES support for Exynos5433
 2019-03-01 14:18 UTC  (3+ messages)

[PATCH v3 1/6] ethtool: move option parsing related code into function
 2019-03-01 14:18 UTC  (5+ messages)
` [PATCH v3 2/6] ethtool: move cmdline_coalesce out of do_scoalesce
` [PATCH v3 3/6] ethtool: introduce new ioctl for per-queue settings

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

[PATCH 00/10] Rework debug exception handling code
 2019-03-01 14:17 UTC  (23+ 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()

[distros-debian-jessie test] 83685: trouble: blocked/broken
 2019-03-01 14:15 UTC 

[PATCH v6 0/3] Add Stratix 10 PCIe Root Port support
 2019-03-01 14:15 UTC  (5+ messages)
` [PATCH v6 1/3] PCI: altera: Add Stratix 10 PCIe support

[PATCH 01/38] drm/i915/execlists: Suppress redundant preemption
 2019-03-01 14:15 UTC  (39+ 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
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/38] drm/i915/execlists: Suppress redundant preemption

[PATCH 00/97] LSM: Complete module stacking
 2019-03-01 14:02 UTC  (5+ messages)
` [PATCH 01/97] LSM: Infrastructure management of the superblock
` [PATCH 05/97] LSM: Create an lsm_export data structure

[PATCH v2] perf util: Refactor time range parsing code
 2019-03-01 14:14 UTC  (2+ messages)

[RFC PATCH v2 0/9] Block/XFS: Support alternative mirror device retry
 2019-03-01 14:14 UTC  (5+ messages)

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

[PATCH v2] Documentation/locking/lockdep: Drop last two chars of sample states
 2019-03-01 14:13 UTC  (2+ messages)

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

[PATCH net-next v3 0/3] xdp: Use a default map for xdp_redirect helper
 2019-03-01 14:12 UTC  (4+ messages)
` [PATCH net-next v3 3/3] xdp: Add devmap_idx map type for looking up devices by ifindex
` [PATCH net-next v3 1/3] xdp: Refactor devmap code in preparation for subsequent additions
` [PATCH net-next v3 2/3] xdp: Always use a devmap for XDP_REDIRECT to a device

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

[PATCH] ARM: spear3xx_defconfig: Activate PL111 DRM driver
 2019-03-01 14:09 UTC  (2+ messages)

[GIT PULL] Qualcomm ARM64 DT Fixes for 5.0-rc8
 2019-03-01 14:08 UTC  (3+ messages)

[PATCH 00/17] drm: Start subclassing crtc_state
 2019-03-01 14:08 UTC  (6+ messages)
` [PATCH 12/17] drm/rcar-du: Convert to using __drm_atomic_helper_crtc_reset() for reset
` ✓ Fi.CI.BAT: success for drm: Start subclassing crtc_state

[PATCH 2/2] ARM: nhk8815_defconfig: Add new options
 2019-03-01 14:07 UTC  (2+ messages)

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

[Qemu-devel] [PATCH] machine: Move acpi_nvdimm_state into struct MachineState
 2019-03-01 14:06 UTC 

[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 00/20] Remove Mysterious Macro Intended to Obscure Weird Behaviours (mmiowb())
 2019-03-01 14:03 UTC  (22+ 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 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

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

[PATCH] ARM: pxa: remove CONFIG_SND_PXA2XX_AC97 in pxa_defconfig
 2019-03-01 14:03 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)

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

[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  (5+ 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] cryptodev: make xform key pointer constant
 2019-03-01 13:43 UTC 


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.