All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-02-19 10:12:07 to 2020-02-19 10:23:59 UTC [more...]

[PATCH 00/52] drm_device managed resources
 2020-02-19 10:21 UTC  (117+ messages)
` [Intel-gfx] "
` [PATCH 01/52] mm/sl[uo]b: export __kmalloc_track(_node)_caller
  ` [Intel-gfx] "
` [PATCH 02/52] drm/i915: Don't clear drvdata in ->release
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 03/52] drm: add managed resources tied to drm_device
  `  "
` [Xen-devel] [PATCH 04/52] drm: Set final_kfree in drm_dev_alloc
  `  "
  ` [Intel-gfx] "
` [PATCH 05/52] drm/mipi_dbi: Use drmm_add_final_kfree in all drivers
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 06/52] drm/udl: Use drmm_add_final_kfree
  `  "
` [PATCH 07/52] "
  ` [Intel-gfx] "
` [PATCH 08/52] drm/qxl: "
  ` [Intel-gfx] "
` [PATCH 09/52] drm/i915: "
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 10/52] drm/cirrus: "
  `  "
` [Intel-gfx] [PATCH 11/52] drm/v3d: "
  `  "
` [Intel-gfx] [PATCH 12/52] drm/tidss: "
  `  "
` [Intel-gfx] [PATCH 13/52] drm/mcde: "
  `  "
` [Intel-gfx] [PATCH 14/52] drm/vgem: "
  `  "
` [PATCH 15/52] drm/vkms: "
  ` [Intel-gfx] "
` [PATCH 16/52] drm/repaper: "
  ` [Intel-gfx] "
` [PATCH 17/52] drm/inigenic: "
  ` [Intel-gfx] "
` [PATCH 18/52] drm/gm12u320: "
  ` [Intel-gfx] "
` [PATCH 19/52] drm/<drivers>: "
  ` [Intel-gfx] "
` [PATCH 20/52] drm: Cleanups after drmm_add_final_kfree rollout
  ` [Intel-gfx] "
` [PATCH 21/52] drm: Handle dev->unique with drmm_
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 22/52] drm: Use drmm_ for drm_dev_init cleanup
  `  "
` [PATCH 23/52] drm: manage drm_minor cleanup with drmm_
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 24/52] drm: Manage drm_gem_init "
  `  "
` [Intel-gfx] [PATCH 25/52] drm: Manage drm_vblank_cleanup "
  `  "
` [PATCH 26/52] drm: Garbage collect drm_dev_fini
  ` [Intel-gfx] "
` [PATCH 27/52] drm: Manage drm_mode_config_init with drmm_
  ` [Intel-gfx] "
` [PATCH 28/52] drm/bochs: Remove leftover drm_atomic_helper_shutdown
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 29/52] drm/bochs: Drop explicit drm_mode_config_cleanup
  `  "
` [Intel-gfx] [PATCH 30/52] drm/cirrus: Drop explicit drm_mode_config_cleanup call
  `  "
` [Intel-gfx] [PATCH 31/52] drm/cirrus: Fully embrace devm_
  `  "
` [Intel-gfx] [PATCH 32/52] drm/ingenic: Drop explicit drm_mode_config_cleanup call
  `  "
` [Intel-gfx] [PATCH 33/52] drm/mcde: "
  `  "
` [PATCH 34/52] drm/mcde: More devm_drm_dev_init
  ` [Intel-gfx] "
` [PATCH 35/52] drm/meson: Drop explicit drm_mode_config_cleanup call
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 36/52] drm/pl111: "
  `  "
` [Intel-gfx] [PATCH 37/52] drm/rcar-du: "
  `  "
` [Intel-gfx] [PATCH 38/52] drm/rockchip: "
  `  "
` [Intel-gfx] [PATCH 39/52] drm/stm: "
  `  "
` [Intel-gfx] [PATCH 40/52] drm/shmob: "
  `  "
` [Intel-gfx] [PATCH 41/52] drm/mtk: "
  `  "
` [PATCH 42/52] drm/tidss: "
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 43/52] drm/gm12u320: More drmm_
  `  "
` [Intel-gfx] [PATCH 44/52] drm/gm12u320: Use devm_drm_dev_init
  `  "
` [Intel-gfx] [PATCH 45/52] drm/gm12u320: Use helpers for shutdown/suspend/resume
  `  "
` [Intel-gfx] [PATCH 46/52] drm/gm12u320: Simplify upload work
` [Intel-gfx] [PATCH 47/52] drm/repaper: Drop explicit drm_mode_config_cleanup call
  `  "
` [Intel-gfx] [PATCH 48/52] drm/mipi-dbi: Move drm_mode_config_init into mipi library
` [PATCH 49/52] drm/mipi-dbi: Drop explicit drm_mode_config_cleanup call
  ` [Intel-gfx] "
` [PATCH 50/52] drm/udl: "
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 51/52] drm/udl: drop drm_driver.release hook
` [PATCH 52/52] drm: Add docs for managed resources
  ` [Intel-gfx] "

[dpdk-dev] [PATCH 0/2] Fix Vhost PMD setup
 2020-02-19 10:23 UTC  (5+ messages)

[dpdk-dev] CONFIG_RTE_MAX_MEM_MB fails in DPDK18.05
 2020-02-19 10:23 UTC  (4+ messages)

[PATCH RESEND v3 0/4] clk: imx: imx8m: fix a53 cpu clock
 2020-02-19 10:17 UTC  (7+ messages)
` [PATCH RESEND v3 1/4] clk: imx: imx8mq: "
` [PATCH RESEND v3 2/4] clk: imx: imx8mm: "
` [PATCH RESEND v3 3/4] clk: imx: imx8mn: "
` [PATCH RESEND v3 4/4] clk: imx: imx8mp: "

[PULL 00/17] Trivial branch patches
 2020-02-19 10:16 UTC  (32+ messages)
` [PULL 01/17] mailmap: Add entry for Yu-Chen Lin
` [PULL 02/17] Report stringified errno in VFIO related errors
` [PULL 03/17] scripts/checkpatch.pl: Detect superfluous semicolon in C code
` [PULL 04/17] audio/alsaaudio: Remove superfluous semicolons
` [PULL 05/17] hw/arm/xlnx-versal: Remove superfluous semicolon
` [PULL 06/17] hw/m68k/next-cube: "
` [PULL 07/17] hw/scsi/esp: "
` [PULL 08/17] hw/vfio/display: "
` [PULL 09/17] ui/input-barrier: "
` [PULL 10/17] target/i386/whpx: "
` [PULL 11/17] tests/qtest/libqos/qgraph: Remove superfluous semicolons
` [PULL 12/17] contrib/rdmacm-mux: Remove superfluous semicolon
` [PULL 13/17] hw/display/qxl: Remove unneeded variable assignment
` [PULL 14/17] hw/block/pflash_cfi02: "
` [PULL 15/17] hw/net/rocker: Report unimplemented feature with qemu_log_mask(UNIMP)
` [PULL 16/17] hw/nios2:fix leak of fdevice tree blob
` [PULL 17/17] hw/xtensa/xtfpga:fix "

[Xen-devel] [PATCH v6 0/3] nvmx: implement support for MSR bitmaps
 2020-02-19 10:22 UTC  (4+ messages)
` [Xen-devel] [PATCH v6 1/3] arm: rename BIT_{WORD/MASK/PER_WORD) to BITOP_*
` [Xen-devel] [PATCH v6 2/3] bitmap: import bitmap_{set/clear} from Linux 5.5
` [Xen-devel] [PATCH v6 3/3] nvmx: always trap accesses to x2APIC MSRs

[LTP] cpuset_regression_test failure
 2020-02-19 10:23 UTC  (3+ messages)

zionitld3@gmail.com
 2020-02-19 10:05 UTC 

[dpdk-dev] [PATCH] vdpa/mlx5: fix completion queue arming
 2020-02-19 10:23 UTC  (2+ messages)

[PATCH 0/7 v2] e2fsprogs: Better handling of indexed directories
 2020-02-19 10:23 UTC  (4+ messages)
` [PATCH 7/7] tune2fs: Update dir checksums when clearing dir_index feature

[PATCH net-next v2] net: WireGuard secure network tunnel
 2020-02-19 10:22 UTC  (23+ messages)
                        ` syzkaller wireguard key situation [was: Re: [PATCH net-next v2] net: WireGuard secure network tunnel]

zionitld3@gmail.com
 2020-02-19 10:04 UTC 

[dpdk-dev] [PATCH] examples/fips_validation: fix incorrect CT length string
 2020-02-19 10:22 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] examples/fips_validation: fix incorrect string for CT length

[PATCH v5 0/5] gpio: Add GPIO Aggregator
 2020-02-19 10:17 UTC  (4+ messages)
` [PATCH v5 2/5] gpiolib: Add support for GPIO line table lookup

[PATCH 1/1] PM-runtime: Add pm_runtime_get_if_active
 2020-02-19 10:17 UTC 

[PATCH for-next v2] RDMA/siw: Fix setting active_{speed, width} attributes
 2020-02-19 10:21 UTC  (5+ messages)

[PATCH v3 0/4] clk: imx: imx8m: fix a53 cpu clock
 2020-02-19 10:20 UTC  (4+ messages)
` [PATCH V3 1/4] clk: imx: composite-8m: add imx8m_clk_hw_composite_core

[PATCH for-next v4 0/2] Retrieve HW GID context from ib_gid_attr
 2020-02-19 10:19 UTC  (3+ messages)
` [PATCH for-next v4 1/2] RDMA/core: Add helper function to retrieve driver gid context from gid attr
` [PATCH for-next v4 2/2] RDMA/bnxt_re: Use rdma_read_gid_hw_context to retrieve HW gid index

[PATCH] scsi: target: fix unmap_zeroes_data boolean initialisation
 2020-02-19 10:20 UTC  (2+ messages)

[PATCH 0/5] Random debug/PMU fixes for 5.6
 2020-02-19 10:18 UTC  (7+ messages)
` [PATCH 3/5] kvm: arm64: Limit PMU version to ARMv8.1

[PATCH v2 13/16] fanotify: report name info for FAN_DIR_MODIFY event
 2020-02-19 10:17 UTC  (3+ messages)

[PATCH net-next] net: mscc: ocelot: Workaround to allow traffic to CPU in standalone mode
 2020-02-19 10:17 UTC  (5+ messages)

[PATCH] netfilter: ipt_CLUSTERIP: Pass lockdep expression to RCU lists
 2020-02-19 10:16 UTC  (2+ messages)
` [Linux-kernel-mentees] "

[PATCH] iommu: Use C99 flexible array in fwspec
 2020-02-19 10:16 UTC  (3+ messages)

[PATCH] drm/amdgpu: Add a chunk ID for spm trace
 2020-02-19 10:15 UTC 

[PATCH] iommu/qcom: Replace zero-length array with flexible-array member
 2020-02-19 10:14 UTC  (3+ messages)

[PATCH v2 1/2] dt-bindings: phy: Add YAML schemas for Intel Combophy
 2020-02-19 10:14 UTC  (3+ messages)
` [PATCH v2 2/2] phy: intel: Add driver support for Combophy

[Patch v4 0/7] Transition of fsl qspi driver to spi-mem framework
 2020-02-19 10:13 UTC  (3+ messages)
` [Patch v4 4/7] imx: imx6sx: Remove unused 'num-cs' property

[PATCH 0/5] aio-posix: towards an O(1) event loop
 2020-02-19 10:12 UTC  (3+ messages)
` [PATCH 2/5] aio-posix: don't pass ns timeout to epoll_wait()

[PATCH] imsm: Remove --dump/--restore implementation
 2020-02-19 10:13 UTC 

oe-core recipe for defining directories in /
 2020-02-19 10:12 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.