All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-06-19 13:21:23 to 2019-06-19 14:02:32 UTC [more...]

[RFC 00/11] opencapi: enable card reset and link retraining
 2019-06-19 13:28 UTC  (9+ messages)
` [RFC 01/11] powerpc/powernv/ioda: Fix ref count for devices with their own PE
` [RFC 02/11] powerpc/powernv/ioda: Protect PE list
` [RFC 03/11] powerpc/powernv/ioda: set up PE on opencapi device when enabling
` [RFC 04/11] powerpc/powernv/ioda: Release opencapi device
` [RFC 05/11] powerpc/powernv/ioda: Find opencapi slot for a device node
` [RFC 08/11] pci/hotplug/pnv-php: Register opencapi slots
` [RFC 09/11] pci/hotplug/pnv-php: Relax check when disabling slot
` [RFC 10/11] pci/hotplug/pnv-php: Wrap warnings in macro

[PATCH v2] ARM: config: Remove left-over BACKLIGHT_LCD_SUPPORT
 2019-06-19 14:02 UTC  (2+ messages)

[PATCH] mtd: spinand: fix error read return value
 2019-06-19 14:02 UTC  (5+ messages)

[PATCH] scsi: mvsas: Use struct_size() in kzalloc()
 2019-06-19 14:02 UTC 

[PATCH] drm/amdkfd: Add procfs-style information for KFD processes
 2019-06-19 14:01 UTC 

[PATCH 1/4] cve-update-db: New recipe to update CVE database
 2019-06-19 13:59 UTC  (4+ messages)
` [PATCH 2/4] cve-check: Remove dependency to cve-check-tool-native
` [PATCH 3/4] cve-check: Manage CVE_PRODUCT with more than one name
` [PATCH 4/4] cve-check: Consider CVE that affects versions with less than operator

[PATCH v1] backlight: pwm_bl: convert to use SPDX identifier
 2019-06-19 13:59 UTC 

[PATCH] spi/acpi: fix incorrect ACPI parent check
 2019-06-19 13:58 UTC  (6+ messages)

[RFC] sched,cfs: flatten CPU controller runqueues
 2019-06-19 13:57 UTC  (4+ messages)
` [PATCH 1/8] sched: introduce task_se_h_load helper

[PATCH] sparc: Remove redundant copy of the LGPL-2.0
 2019-06-19 13:57 UTC  (5+ messages)

[thud/ti2019.01][PATCH] ocl: Fix dsp l2 cache size update issue
 2019-06-19 13:56 UTC 

[LTP] [PATCH 0/2] sync_file_range02 skip tests on FUSE
 2019-06-19 13:57 UTC  (2+ messages)

[PATCH 1/3] libxcrypt: Switch to disable obsolete APIs
 2019-06-19 13:56 UTC  (3+ messages)
` [PATCH 2/3] libxcrypt-compat: Add recipe to build the "
` [PATCH 3/3] uninative-tarball: Add libxcrypt-compat

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

[PATCH v1] dmaengine: tegra-apb: Support per-burst residue granularity
 2019-06-19 13:52 UTC  (9+ messages)

[PATCH v2 00/12] Clean up "mediatek,larb" after adding device_link
 2019-06-19 13:52 UTC  (5+ messages)
` [PATCH v2 02/12] iommu/mediatek: Add probe_defer for smi-larb

[U-Boot] [PATCH v3] fastboot: Remove "slot-suffixes" variable
 2019-06-19 13:52 UTC  (5+ messages)

[PATCH] PCI: Add Intel remapped NVMe device support
 2019-06-19 13:52 UTC  (11+ messages)

[PATCH v7 00/33] Implicit dev_priv removal and GT compartmentalization
 2019-06-19 13:51 UTC  (39+ messages)
` [PATCH 01/33] drm/i915: Convert intel_vgt_(de)balloon to uncore
` [PATCH 02/33] drm/i915: Introduce struct intel_gt as replacement for anonymous i915->gt
` [PATCH 03/33] drm/i915: Move intel_gt initialization to a separate file
` [PATCH 04/33] drm/i915: Store some backpointers in struct intel_gt
` [PATCH 05/33] drm/i915: Move intel_gt_pm_init under intel_gt_init_early
` [PATCH 06/33] drm/i915: Make i915_check_and_clear_faults take intel_gt
` [PATCH 07/33] drm/i915: Convert i915_gem_init_swizzling to intel_gt
` [PATCH 08/33] drm/i915: Use intel_uncore_rmw in intel_gt_init_swizzling
` [PATCH 09/33] drm/i915: Convert init_unused_rings to intel_gt
` [PATCH 10/33] drm/i915: Convert gt workarounds "
` [PATCH 11/33] drm/i915: Store backpointer to intel_gt in the engine
` [PATCH 12/33] drm/i915: Convert intel_mocs_init_l3cc_table to intel_gt
` [PATCH 13/33] drm/i915: Convert i915_ppgtt_init_hw "
` [PATCH 14/33] drm/i915: Consolidate some open coded mmio rmw
` [PATCH 15/33] drm/i915: Convert i915_gem_init_hw to intel_gt
` [PATCH 16/33] drm/i915: Move intel_engines_resume into common init
` [PATCH 17/33] drm/i915: Stop using I915_READ/WRITE in intel_wopcm_init_hw
` [PATCH 18/33] drm/i915: Compartmentalize i915_ggtt_probe_hw
` [PATCH 19/33] drm/i915: Compartmentalize i915_ggtt_init_hw
` [PATCH 20/33] drm/i915: Make ggtt invalidation work on ggtt
` [PATCH 21/33] drm/i915: Store intel_gt backpointer in vm
` [PATCH 22/33] drm/i915: Compartmentalize i915_gem_suspend/restore_gtt_mappings
` [PATCH 23/33] drm/i915: Convert i915_gem_flush_ggtt_writes to intel_gt
` [PATCH 24/33] drm/i915: Move i915_gem_chipset_flush "
` [PATCH 25/33] drm/i915: Compartmentalize timeline_init/park/fini
` [PATCH 26/33] drm/i915: Compartmentalize i915_ggtt_cleanup_hw
` [PATCH 27/33] drm/i915: Compartmentalize i915_gem_init_ggtt
` [PATCH 28/33] drm/i915: Store ggtt pointer in intel_gt
    ` [PATCH v4 "
` [PATCH 29/33] drm/i915: Compartmentalize ring buffer creation
` [PATCH 30/33] drm/i915: Save trip via top-level i915 in a few more places
` [PATCH 31/33] drm/i915: Make timelines gt centric
` [PATCH 32/33] drm/i915: Rename i915_timeline to intel_timeline and move under gt
` [PATCH 33/33] drm/i915: Eliminate dual personality of i915_scratch_offset

[PATCH 0/3] Add HDMI support to HiHope RZ/G2M
 2019-06-19 13:51 UTC  (6+ messages)
` [PATCH 1/3] dt-bindings: display: renesas: Add r8a774a1 support

[PATCH v2 1/4] rtc: pcf2123: remove sysfs register view
 2019-06-19 13:42 UTC  (4+ messages)
` [PATCH v2 2/4] rtc: pcf2123: port to regmap

[PATCH v3 0/5] mt6392: Add support for MediaTek MT6392 PMIC
 2019-06-19 13:50 UTC  (5+ messages)
` [PATCH v3 4/5] mfd: mt6397: Add support for MT6392 pmic

[PATCH] btrfs: reorder struct btrfs_key for better alignment
 2019-06-19 13:50 UTC  (4+ messages)

[U-Boot] [PATCH v5 0/6] DM: Convert i.MX28 gpio, pinmux, spi and eth drivers to DM/DTS
 2019-06-19 13:51 UTC  (13+ messages)
` [U-Boot] [PATCH v5 1/6] ARM: dts: imx: Copy imx28 device tree related files from Linux kernel (v5.1.11)
` [U-Boot] [PATCH v5 2/6] net: fec: Enable support for i.MX28 DM_ETH in the fec_mxc.c driver
` [U-Boot] [PATCH v5 3/6] ARM: dts: imx: Provide 'gpio-ranges' for mxs_gpio driver
` [U-Boot] [PATCH v5 4/6] gpio: mxs: Add support for DM/DTS in the mxs_gpio.c driver (DM_GPIO)
` [U-Boot] [PATCH v5 5/6] pinctrl: mxs: Add support for i.MX2[38] mxs pinctrl driver
` [U-Boot] [PATCH v5 6/6] spi: mxs: Add support DM/DTS for i.MX28 mxs SPI driver (DM_SPI conversion)

[PATCH 00/10] input: touchscreen: stmpe: ext. features
 2019-06-19 13:51 UTC  (10+ messages)
` [PATCH 01/10] dt-bindings: input: touchscreen: stmpe: add touch window configuration
` [PATCH 05/10] dt-bindings: input: touchscreen: stmpe: add XY mode
  ` [PATCH 09/10] dt-bindings: input: touchscreen: stmpe: add tracking index

[Bug 110949] Continuious warnings from agd5f 5.3-wip branch
 2019-06-19 13:50 UTC  (3+ messages)

[PATCH 1/6] dma-buf: add dynamic DMA-buf handling v10
 2019-06-19 13:48 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for series starting with [1/6] "

[PATCH v3] clk: qcom: msm8916: Don't build drivers by default
 2019-06-19 13:47 UTC  (2+ messages)

[PATCH v6 1/4] PCI: Consider alignment of hot-added bridges when distributing available resources
 2019-06-19 13:47 UTC  (5+ messages)

linux-next: build failure after merge of the net-next tree
 2019-06-19 13:46 UTC  (4+ messages)

[PATCH] drm/i915: Keep rings pinned while the context is active
 2019-06-19 13:44 UTC 

[Xen-devel] [linux-4.9 test] 137906: regressions - FAIL
 2019-06-19 13:43 UTC 

[IMX] [DRM]: suspend/resume support
 2019-06-19 13:44 UTC  (10+ messages)

[Qemu-riscv] [PATCH] riscv: sifive_test: Add reset functionality
 2019-06-19 13:42 UTC  (4+ messages)
` [Qemu-riscv] [Qemu-devel] "
  `  "

[dpdk-dev] Does DPDK support DEFAULTED state in Receive machine in 802.3ad bond implementation?
 2019-06-19 13:43 UTC  (2+ messages)

[PATCH 0/3] Add ZynqMP SD Clock Tap Delays configuration support
 2019-06-19 13:38 UTC  (8+ messages)
` [PATCH 3/3] mmc: sdhci-of-arasan: Add support for ZynqMP Platform Tap Delays Setup

[PATCH] mlxsw: spectrum_ptp: fix 32-bit build
 2019-06-19 13:42 UTC  (2+ messages)

[GIT PULL 1/6] Broadcom devicetree changes for 5.3
 2019-06-19 13:35 UTC  (4+ messages)
` [GIT PULL 2/6] Broadcom devicetree-arm64 "

[GIT PULL] ARM: dts: exynos: Pull for v5.3
 2019-06-19 13:27 UTC  (3+ messages)

[GIT PULL] ARM: dts: vexpress: updates for v5.3
 2019-06-19 13:27 UTC  (2+ messages)

[PULL] topic/remove-fbcon-notifiers for v5.3
 2019-06-19 13:42 UTC  (6+ messages)

[PATCH v3 1/5] ASoC: madera: Add DT bindings for Cirrus Logic Madera codecs
 2019-06-19 13:41 UTC  (5+ messages)
` [PATCH v3 2/5] ASoC: madera: Add common support "
` [PATCH v3 3/5] ASoC: cs47l35: Add codec driver for Cirrus Logic CS47L35
` [PATCH v3 4/5] ASoC: cs47l85: Add codec driver for Cirrus Logic CS47L85
` [PATCH v3 5/5] ASoC: cs47l90: Add codec driver for Cirrus Logic CS47L90

[GIT PULL] arm64: dts: juno: updates for v5.3
 2019-06-19 13:26 UTC  (2+ messages)

[GIT PULL 1/4] soc changes for omap variants for v5.3
 2019-06-19 13:26 UTC  (7+ messages)
` [GIT PULL 2/4] dts "
` [GIT PULL 4/4] ti-sysc dts changes "

[PATCH V4 22/28] PCI: tegra: Access endpoint config only if PCIe link is up
 2019-06-19 13:40 UTC  (14+ messages)

[PATCH] arm64: qcom: qcs404: Add reset-cells to GCC node
 2019-06-19 13:17 UTC  (3+ messages)

[PATCH 4.14 00/53] 4.14.128-stable review
 2019-06-19 13:40 UTC  (6+ messages)

[GIT PULL 1/3] Rockchip dts32 updates for 5.3 round 1
 2019-06-19 13:22 UTC  (6+ messages)
` [GIT PULL 2/3] Rockchip dts64 "

[PATCH v1 12/22] docs: driver-api: add .rst files from the main dir
 2019-06-19 13:39 UTC  (9+ messages)

[PATCH] ipmi: ipmb: don't allocate i2c_client on stack
 2019-06-19 13:39 UTC  (2+ messages)

[PATCH v2 0/9] Add SD host controller support for SC9860 platform
 2019-06-19 13:16 UTC  (3+ messages)
` [PATCH v2 9/9] arm64: dts: sprd: Add Spreadtrum SD host controller support

[PATCH v4 0/7] s390: vfio-ap: dynamic configuration support
 2019-06-19 13:39 UTC  (6+ messages)
` [PATCH v4 5/7] s390: vfio-ap: allow assignment of unavailable AP resources to mdev device

[GIT PULL] Integrator DTS updates for v5.3
 2019-06-19 13:15 UTC  (2+ messages)

[PATCH nft] tests: py: replace calls to cmp()
 2019-06-19 13:38 UTC 

[PATCH nft] tests: py: use tempfile module
 2019-06-19 13:38 UTC 

[REGRESSION v5.2-rc] SUNRPC: Declare RPC timers as TIMER_DEFERRABLE (431235818bc3)
 2019-06-19 13:38 UTC  (6+ messages)

"mm: reparent slab memory on cgroup removal" series triggers SLUB_DEBUG errors
 2019-06-19 13:37 UTC 

[master/thud][PATCH v2 4/5] linux-ti-staging: switch RDEPENDS to prueth-fw-am65x
 2019-06-19 13:20 UTC 

"mm: reparent slab memory on cgroup removal" series triggers SLUB_DEBUG errors
 2019-06-19 13:36 UTC  (3+ messages)

[PATCH v2 0/3] PCI / ACPI: Handle sibling devices sharing power resources
 2019-06-19 13:34 UTC  (5+ messages)
` [PATCH v2 2/3] ACPI / PM: Introduce concept of a _PR0 dependent device

[PATCH] ppp: mppe: Add softdep to arc4
 2019-06-19 13:34 UTC  (2+ messages)

[U-Boot] [ANNOUNCEMENT] Switching to gitlab.denx.de
 2019-06-19 13:33 UTC  (5+ messages)
` [U-Boot] [U-Boot-Custodians] "

[PATCH v4 0/3] KVM: x86: Enable user wait instructions
 2019-06-19 13:32 UTC  (6+ messages)
` [PATCH v4 1/3] KVM: x86: add support for "

[PATCH] powerpc: enable a 30-bit ZONE_DMA for 32-bit pmac
 2019-06-19 13:31 UTC  (4+ messages)

[PATCH] ARM: omap2: remove incorrect __init annotation
 2019-06-19 13:32 UTC  (3+ messages)

question…
 2019-06-19 11:36 UTC 

question…
 2019-06-19 11:36 UTC 

question…
 2019-06-19 11:36 UTC 

question…
 2019-06-19 11:36 UTC 

[RFC PATCH 0/2] ACPI / PPTT: ids for caches
 2019-06-19 13:31 UTC  (5+ messages)
` [RFC PATCH 2/2] ACPI / PPTT: cacheinfo: Label caches based on fw_token

[Qemu-devel] [PATCH] qmp: make qmp-shell work with python3
 2019-06-19 13:29 UTC  (2+ messages)

[Bug 110702] segfault in radeonsi HEVC hardware decoding
 2019-06-19 13:30 UTC  (2+ messages)
` [Bug 110702] segfault in radeonsi HEVC hardware decoding with yuv420p10le

keyctl_capabilities and buflen
 2019-06-19 13:30 UTC  (2+ messages)

[PATCH 1/3] powerpc/64: __ioremap_at clean up in the error case
 2019-06-19 13:04 UTC  (8+ messages)
` [PATCH 2/3] powerpc/64s/radix: ioremap use ioremap_page_range

[PATCH v2 0/2] Add DSI panel driver for Raydium RM67191
 2019-06-19 13:28 UTC  (7+ messages)
` [PATCH v2 1/2] dt-bindings: display: panel: Add support for Raydium RM67191 panel
` [PATCH v2 2/2] drm/panel: Add support for Raydium RM67191 panel driver

[PATCH] drm/i915/ehl: Allow combo PHY A to drive a third external display
 2019-06-19 13:28 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for drm/i915/ehl: Allow combo PHY A to drive a third external display (rev3)

[PATCH] [RESEND^2] media: don't drop front-end reference count for ->detach
 2019-06-19 13:24 UTC 

Updating local tags: bugs and general feasibility
 2019-06-19 13:25 UTC 

[U-Boot] [PATCH] .gitlab-ci.yml: Initial conversion of Travis CI build to GitLab CI
 2019-06-19 13:25 UTC 

[PATCH 1/9] createrepo-c: upgrade 0.14.0 -> 0.14.2
 2019-06-19 13:24 UTC  (9+ messages)
` [PATCH 2/9] librepo: upgrade 1.10.2 -> 1.10.3
` [PATCH 3/9] dnf: upgrade 4.2.2 -> 4.2.7
` [PATCH 4/9] libmodulemd: upgrade 2.4.0 -> 2.5.0
` [PATCH 5/9] vala: upgrade 0.44.3 -> 0.44.5
` [PATCH 6/9] libnewt: merge libnewt-python recipe into the main recipe
` [PATCH 7/9] epiphany: update to 3.32.3
` [PATCH 8/9] btrfs-tools: update to 5.1.1
` [PATCH 9/9] gobject-introspection: update to 1.60.2

[PATCH v2 0/5] Introduce MADV_COLD and MADV_PAGEOUT
 2019-06-19 13:24 UTC  (3+ messages)
` [PATCH v2 4/5] mm: introduce MADV_PAGEOUT

[PATCH 0/8] Add 'ls-files --json' to dump the index in json
 2019-06-19 13:24 UTC  (4+ messages)
` [PATCH 6/8] read-cache.c: dump "IEOT" extension as json

[RFC PATCH v3 00/12] security: x86/sgx: SGX vs. LSM, round 3
 2019-06-19 13:24 UTC  (3+ messages)
` [RFC PATCH v3 02/12] x86/sgx: Do not naturally align MAP_FIXED address

[PATCH RFC] x86/sgx: Do not increase encl->refcount for VMAs
 2019-06-19 12:46 UTC  (4+ messages)

[PATCH 1/4] mm: Move ioremap page table mapping function to mm/
 2019-06-19 13:18 UTC  (4+ messages)


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.