All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-05-08 07:57:06 to 2019-05-08 08:28:11 UTC [more...]

[PATCH v3 0/4] Exynos Performance Monitoring Counters enhancements
 2019-05-08  8:28 UTC  (10+ messages)
  ` [PATCH v3 3/4] Documentation: devicetree: add PPMU events description

[dpdk-dev] [PATCH] doc: add Mellanox BlueField platform guide
 2019-05-08  8:27 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/6] fsdev/virtfs: Assorted cleanups and fixes
 2019-05-08  8:26 UTC  (3+ messages)
` [Qemu-devel] [PATCH 5/6] vl: Deprecate -virtfs_synth

[Buildroot] [PATCH 1/1] package/exiv2: cleanup options and licenses
 2019-05-08  8:27 UTC  (3+ messages)

[PATCH 01/40] drm/i915/hangcheck: Replace hangcheck.seqno with RING_HEAD
 2019-05-08  8:07 UTC  (34+ messages)
` [PATCH 02/40] drm/i915: Rearrange i915_scheduler.c
` [PATCH 03/40] drm/i915: Pass i915_sched_node around internally
` [PATCH 04/40] drm/i915: Check for no-op priority changes first
` [PATCH 05/40] drm/i915: Bump signaler priority on adding a waiter
` [PATCH 06/40] drm/i915: Convert inconsistent static engine tables into an init error
` [PATCH 07/40] drm/i915: Seal races between async GPU cancellation, retirement and signaling
` [PATCH 08/40] dma-fence: Refactor signaling for manual invocation
` [PATCH 09/40] drm/i915: Restore control over ppgtt for context creation ABI
` [PATCH 10/40] drm/i915: Allow a context to define its set of engines
` [PATCH 11/40] drm/i915: Extend I915_CONTEXT_PARAM_SSEU to support local ctx->engine[]
` [PATCH 12/40] drm/i915: Re-expose SINGLE_TIMELINE flags for context creation
` [PATCH 13/40] drm/i915: Allow userspace to clone contexts on creation
` [PATCH 14/40] drm/i915: Load balancing across a virtual engine
` [PATCH 15/40] drm/i915: Apply an execution_mask to the virtual_engine
` [PATCH 16/40] drm/i915: Extend execution fence to support a callback
` [PATCH 17/40] drm/i915/execlists: Virtual engine bonding
` [PATCH 18/40] drm/i915: Allow specification of parallel execbuf
` [PATCH 19/40] drm/i915: Split GEM object type definition to its own header
` [PATCH 20/40] drm/i915: Pull GEM ioctls interface to its own file
` [PATCH 21/40] drm/i915: Move object->pages API to i915_gem_object.[ch]
` [PATCH 22/40] drm/i915: Move shmem object setup to its own file
` [PATCH 23/40] drm/i915: Move phys objects "
` [PATCH 24/40] drm/i915: Move mmap and friends "
` [PATCH 25/40] drm/i915: Move GEM domain management "
` [PATCH 26/40] drm/i915: Move more GEM objects under gem/
` [PATCH 27/40] drm/i915: Pull scatterlist utils out of i915_gem.h
` [PATCH 28/40] drm/i915: Move GEM object domain management from struct_mutex to local
` [PATCH 29/40] drm/i915: Move GEM object waiting to its own file
` [PATCH 32/40] drm/i915: Drop the deferred active reference
` [PATCH 33/40] drm/i915: Move object close under its own lock
` [PATCH 37/40] drm/i915: Replace engine->timeline with a plain list
` [PATCH 38/40] drm/i915: Flush the execution-callbacks on retiring
` [PATCH 39/40] drm/i915/execlists: Preempt-to-busy

[PATCH V2 0/2] nvme-trace: Add support for fabrics command
 2019-05-08  8:26 UTC  (4+ messages)
` [PATCH V2 2/2] nvme-trace: Add support to trace "

[PATCH V2 0/6] spi: bcm2835: improvements
 2019-05-08  8:26 UTC  (3+ messages)
` [PATCH V2 1/6] spi: bcm2835: bcm2835_spi_transfer_one_poll remove unnecessary argument

[PATCH v5 00/20] Share TTM code among DRM framebuffer drivers
 2019-05-08  8:26 UTC  (41+ messages)
` [PATCH v5 01/20] drm: Add |struct drm_gem_vram_object| and helpers
` [PATCH v5 02/20] drm: Add |struct drm_gem_vram_object| callbacks for |struct ttm_bo_driver|
` [PATCH v5 03/20] drm: Add |struct drm_gem_vram_object| callbacks for |struct drm_driver|
` [PATCH v5 04/20] drm: Add drm_gem_vram_fill_create_dumb() to create dumb buffers
` [PATCH v5 05/20] drm: Add simple PRIME helpers for GEM VRAM
` [PATCH v5 06/20] drm: Add VRAM MM, a simple memory manager for dedicated VRAM
` [PATCH v5 07/20] drm: Add default instance for VRAM MM callback functions
` [PATCH v5 08/20] drm: Integrate VRAM MM into struct drm_device
` [PATCH v5 09/20] drm/ast: Convert AST driver to |struct drm_gem_vram_object|
` [PATCH v5 10/20] drm/ast: Convert AST driver to VRAM MM
` [PATCH v5 11/20] drm/ast: Replace mapping code with drm_gem_vram_{kmap/kunmap}()
` [PATCH v5 12/20] drm/bochs: Convert bochs driver to |struct drm_gem_vram_object|
` [PATCH v5 13/20] drm/bochs: Convert bochs driver to VRAM MM
` [PATCH v5 14/20] drm/mgag200: Convert mgag200 driver to |struct drm_gem_vram_object|
` [PATCH v5 15/20] drm/mgag200: Convert mgag200 driver to VRAM MM
` [PATCH v5 16/20] drm/mgag200: Replace mapping code with drm_gem_vram_{kmap/kunmap}()
` [PATCH v5 17/20] drm/vboxvideo: Convert vboxvideo driver to |struct drm_gem_vram_object|
` [PATCH v5 18/20] drm/vboxvideo: Convert vboxvideo driver to VRAM MM
` [PATCH v5 19/20] drm/hisilicon: Convert hibmc-drm driver to |struct drm_gem_vram_object|
` [PATCH v5 20/20] drm/hisilicon: Convert hibmc-drm driver to VRAM MM

[PATCH v5 00/20] Share TTM code among DRM framebuffer drivers
 2019-05-08  8:26 UTC 

[PATCH] RFC: x86/smp: use printk_deferred in native_smp_send_reschedule
 2019-05-08  8:25 UTC  (7+ messages)

[igt-dev] [PATCH i-g-t] tests/kms_chamelium: Make sure we wait for each connectors' hotplug event
 2019-05-08  8:24 UTC  (2+ messages)
` [igt-dev] [PATCH i-g-t v2] "

[PATCH v3 0/2] ftpm: a firmware based TPM driver
 2019-05-08  8:24 UTC  (5+ messages)

[PATCH v4] x86/mm/KASLR: Fix the size of vmemmap section
 2019-05-08  8:24 UTC  (2+ messages)

[PATCH v2] cifs: fix strcat buffer overflow and reduce raciness in smb21_set_oplock_level()
 2019-05-08  8:23 UTC  (4+ messages)

[PATCH v3] icu: Added armeb support
 2019-05-08  8:23 UTC 

[v2] mfd: intel-lpss: Set the device in reset state when init
 2019-05-08  8:23 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] fix double fetch in wmi_ioctl
 2019-05-08  8:23 UTC 

[dpdk-dev] [PATCH] doc: add cryptodev gcm iv deprecation notice
 2019-05-08  8:23 UTC  (2+ messages)

stable/linux-4.14.y build: 201 builds: 8 failed, 193 passed, 5 errors, 125 warnings (v4.14.117)
 2019-05-08  8:21 UTC 

[PATCH 1/1] send-email: fix transferencoding config option
 2019-05-08  8:20 UTC  (5+ messages)
    ` Re* "
      ` [PATCH 2/2] send-email: honor transferencoding config option again

[Qemu-devel] [PATCH v3 00/39] tcg: Move the softmmu tlb to CPUNegativeOffsetState
 2019-05-08  8:15 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 18/39] target/mips: Use env_cpu, env_archcpu

[bug report] net/sched: use the hardware intermediate representation for matchall
 2019-05-08  8:19 UTC  (2+ messages)

[RFC PATCH 0/6] Capacity awareness for SCHED_DEADLINE
 2019-05-08  8:17 UTC  (7+ messages)
` [RFC PATCH 2/6] sched/dl: Capacity-aware migrations
` [RFC PATCH 3/6] sched/dl: Try better placement even for deadline tasks that do not block

[PATCH v6 0/6] drm/i915/dp: Support for DP YCbCr4:2:0 outputs
 2019-05-08  8:17 UTC  (7+ messages)
` [PATCH v6 1/6] drm/i915/dp: Add a config function for YCBCR420 outputs
` [PATCH v6 2/6] drm: Add a VSC structure for handling Pixel Encoding/Colorimetry Formats
` [PATCH v6 3/6] drm/i915/dp: Program VSC Header and DB for Pixel Encoding/Colorimetry Format
` [PATCH v6 4/6] drm/i915/dp: Add a support of YCBCR 4:2:0 to DP MSA
` [PATCH v6 5/6] drm/i915/dp: Change a link bandwidth computation for DP
` [PATCH v6 6/6] drm/i915/dp: Support DP ports YUV 4:2:0 output to GEN11

[PATCH] RFC: console: hack up console_trylock more
 2019-05-08  8:17 UTC  (7+ messages)
` [PATCH] RFC: console: hack up console_lock more v2
          ` [Intel-gfx] "

[PATCH] kdb: Fix bound check compiler warning
 2019-05-08  8:16 UTC  (2+ messages)

[V2] usb: gadget: storage: Remove warning message
 2019-05-08  8:16 UTC 

[PATCH 0/2] ASoC: CX2072X codec support (revised)
 2019-05-08  8:16 UTC  (10+ messages)
` [PATCH 1/2] ASoC: Add support for Conexant CX2072X CODEC

[Qemu-devel] qemu iotest 192 does not clean up correctly
 2019-05-08  8:14 UTC 

[PATCH v3 0/4] mfd: cros_ec: Instantiate CrOS FP, TP and ISH devices
 2019-05-08  8:14 UTC  (2+ messages)

[PATCH 0/4] x86: int3 fallout
 2019-05-08  7:49 UTC  (5+ messages)
` [PATCH 1/4] x86/entry/32: Clean up return from interrupt preemption path
` [PATCH 2/4] x86/kprobes: Fix frame pointer annotations
` [PATCH 3/4] x86/ftrace: Add pt_regs frame annotations
` [RFC][PATCH 4/4] x86_32: Provide consistent pt_regs

[PATCH 0/2] kvm: Some more trivial fixes for clear dirty log
 2019-05-08  8:12 UTC  (2+ messages)

[PATCH] ASoC: cs42xx8: Add reset gpio handling
 2019-05-08  8:12 UTC  (2+ messages)

BMC health metrics (again!)
 2019-05-08  8:11 UTC  (2+ messages)

[PATCH 0/3] stream_open bits for Linux 5.2
 2019-05-08  7:40 UTC  (5+ messages)

[PATCH] usb: gadget: configfs: Add lpm_Ux_disable
 2019-05-08  8:10 UTC  (5+ messages)

[dpdk-dev] [PATCH] doc: prepare security process for vulnerabilities
 2019-05-08  8:09 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/6] tests/qemu-iotests: Run basic iotests during "make check"
 2019-05-08  8:07 UTC  (8+ messages)
` [Qemu-devel] [PATCH 4/6] cirrus / travis: Add gnu-sed and bash for macOS and FreeBSD
        ` [Qemu-devel] Update *BSD images with gnu-sed and bash (was: [PATCH 4/6] cirrus / travis: Add gnu-sed and bash for macOS and FreeBSD)
          ` [Qemu-devel] Update *BSD images with gnu-sed and bash

[U-Boot] [PATCH 0/8] rockchip: rk3399: Use spl_board_init in SPL, TPL
 2019-05-08  8:09 UTC  (18+ messages)
`  "
` [U-Boot] [PATCH 1/8] board: rk3399: Drop explicit uart enablement in spl_board_init
  `  "
` [U-Boot] [PATCH 2/8] rockchip: rk3399: Support common spl_board_init
  `  "
` [U-Boot] [PATCH 3/8] rockchip: rk3399: spl: Mark printascii into debug
  `  "
` [U-Boot] [PATCH 4/8] rockchip: rk3399: Move u-boot, dm-pre-reloc of uart0, uart2
  `  "
` [U-Boot] [PATCH 5/8] rockchip: rk3399: Enable SPL_BOARD_INIT
  `  "
` [U-Boot] [PATCH 6/8] rockchip: rk3399: tpl: Add spl_board_init
  `  "
` [U-Boot] [PATCH 7/8] rockchip: rk3399: tpl: Mark printascii into debug
  `  "
` [U-Boot] [PATCH 8/8] rockchip: rk3399: Enable TPL_BOARD_INIT
  `  "

[PATCH v2 0/4] ASoC: hdmi-codec: fixes and improvements
 2019-05-08  8:08 UTC  (7+ messages)
` [PATCH v2 1/4] ASoC: hdmi-codec: remove function name debug traces
` [PATCH v2 2/4] ASoC: hdmi-codec: remove reference to the current substream

[RFC PATCH v1 0/6] Introduce machine-specific regulators coupling API
 2019-05-08  8:05 UTC  (7+ messages)
` [RFC PATCH v1 5/6] soc/tegra: regulators: Add regulators coupler for Tegra20
` [RFC PATCH v1 6/6] soc/tegra: regulators: Add regulators coupler for Tegra30

[PATCH 1/3] dt-bindings: Add binding for IT6505
 2019-05-08  7:48 UTC  (3+ messages)
` [PATCH 2/3] drm/bridge: add it6505 driver
` [PATCH 3/3] drm/bridge: it6505 driver add char device feature

[GIT PULL] LM3532 backlight support improvements and relocation
 2019-05-08  8:04 UTC  (2+ messages)

[PATCH] integrity: keep the integrity state of open files up to date
 2019-05-08  8:03 UTC  (3+ messages)

[dpdk-dev] [PATCH v7] app/pdump: add pudmp exits with primary support
 2019-05-08  8:04 UTC  (3+ messages)
` [dpdk-dev] [PATCH v8] "

[PATCH v3 00/10] Add Support for MediaTek PMIC MT6358
 2019-05-08  8:00 UTC  (5+ messages)
` [PATCH v3 08/10] arm64: dts: mt6358: add PMIC MT6358 related nodes

[Fuego] [PATCH 00/33] Add test cases to some of the commands commonly used by Linux
 2019-05-08  8:00 UTC  (34+ messages)
` [Fuego] [PATCH 01/33] Add test script for commands of misc
` [Fuego] [PATCH 02/33] Add test case of command nslookup to query Internet domain name server
` [Fuego] [PATCH 03/33] Add test case of command bzip2
` [Fuego] [PATCH 04/33] Add test case of service saslauthd
` [Fuego] [PATCH 05/33] Add test case of command dbus-cleanup-sockets
` [Fuego] [PATCH 06/33] Add test case of command dumpe2fs
` [Fuego] [PATCH 07/33] Add test case of command su
` [Fuego] [PATCH 08/33] Add test case of command gawk to scan and process "hello world"
` [Fuego] [PATCH 09/33] Add test case of command gdb
` [Fuego] [PATCH 10/33] Add test case of command gettext
` [Fuego] [PATCH 11/33] Add test case of command grep
` [Fuego] [PATCH 12/33] Add test case of command ip to display device attributes
` [Fuego] [PATCH 13/33] Add test case of command iptables to list all chains
` [Fuego] [PATCH 14/33] Add test case of command ping
` [Fuego] [PATCH 15/33] Add test case of command mktemp
` [Fuego] [PATCH 16/33] Add test case of command clear
` [Fuego] [PATCH 17/33] Add test case of service snmpd to check if it can start and stop normally
` [Fuego] [PATCH 18/33] Add test case of command nfsstat
` [Fuego] [PATCH 19/33] Add test case of command ssh-agent
` [Fuego] [PATCH 20/33] Add test case of service sshd
` [Fuego] [PATCH 21/33] Add test case of command openssl
` [Fuego] [PATCH 22/33] Add test cases of command perl
` [Fuego] [PATCH 23/33] Add test case of pm-powersave to put computer into low power mode
` [Fuego] [PATCH 24/33] Add test case of command uptime
` [Fuego] [PATCH 25/33] Add test case of command rpm to show all installed packages
` [Fuego] [PATCH 26/33] Add test case to check if the passwd file is present
` [Fuego] [PATCH 27/33] Add test case of command useradd
` [Fuego] [PATCH 28/33] Add test case of command strace
` [Fuego] [PATCH 29/33] Add test case of command try-from
` [Fuego] [PATCH 30/33] Add test case to check if telnet is exist or not
` [Fuego] [PATCH 31/33] Add test case of service tftpd-hpa to check the process of it
` [Fuego] [PATCH 32/33] Add test case of service vsftpd "
` [Fuego] [PATCH 33/33] Add test case of xinetd to check the status "

[PATCH 2/2] Btrfs: teach tree-checker to detect file extent items with overlapping ranges
 2019-05-08  8:00 UTC  (2+ messages)

[RFC PATCH 0/5] net: dsa: POC support for mv88e6250
 2019-05-08  7:57 UTC  (4+ messages)
` [RFC PATCH 1/5] net: dsa: mv88e6xxx: introduce support for two chips using direct smi addressing


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.