All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-02-04 15:20:40 to 2019-02-04 16:02:35 UTC [more...]

[PATCH v10 00/40] drm/i915: Implement HDCP2.2
 2019-02-04 16:02 UTC  (5+ messages)
` [PATCH v10 16/40] drm/i915: Implement the HDCP2.2 support for DP
` [PATCH v10 38/40] drm/i915: Fix KBL HDCP2.2 encrypt status signalling

[GIT PULL 1/2] ARM: defconfig: socfpga_defconfig: updates for v5.1
 2019-02-04 16:02 UTC  (2+ messages)
` [GIT PULL 2/2] ARM: dts: socfpga: "

[Qemu-devel] [PATCH] tests/docker/test-mingw and docs: Remove --with-sdlabi=2.0
 2019-02-04 16:01 UTC  (3+ messages)

USB: serial: cp210x: add minimun baud rate for CP2105 SCI
 2019-02-04 16:01 UTC 

[PATCH] drm/amdgpu: add a workaround for GDS ordered append hangs with compute queues
 2019-02-04 16:00 UTC  (5+ messages)

[PATCH v10 01/40] components: multiple components for a device
 2019-02-04 16:00 UTC  (5+ messages)
` [PATCH 1/2] component: Add documentation
  ` [PATCH 2/2] components: multiple components for a device

[meta-networking][thud][PATCH] wireless-regdb: update 2018.05.31 -> 2018.10.24
 2019-02-04 16:00 UTC  (2+ messages)

[PATCH RESEND v2 00/12] Analogix ANX6345 RGB-(e)DP bridge support
 2019-02-04 15:59 UTC  (9+ messages)
` [PATCH RESEND v2 08/12] dt-bindings: add binding for generic eDP panel

[Buildroot] [git commit] package/bird: bump version to 2.0.3
 2019-02-04 15:58 UTC 

[PATCH V6 1/5] x86/cpufeature: Add facility to check for min microcode revisions
 2019-02-04 15:57 UTC  (9+ messages)
` [PATCH V6 2/5] perf/x86/kvm: Avoid unnecessary work in guest filtering

[meta-oe][thud][PATCH] Add czmq (C bindings for ZeroMQ)
 2019-02-04 15:57 UTC  (2+ messages)

[PATCH] uio: remove the unused iov_for_each macro
 2019-02-04 15:57 UTC  (2+ messages)

Need to retouch your photos?
 2019-02-04 10:16 UTC 

[PATCH] drm/amd/display: Use context parameters to enable FBC
 2019-02-04 15:57 UTC  (3+ messages)

[PATCH 0/4] AM57xx: PRU ICSS Support
 2019-02-04 15:53 UTC  (10+ messages)
` [PATCH 1/4] dt-binding: bus: ti-sysc: Add support for PRUSS SYSC type
` [PATCH 2/4] "
` [PATCH 3/4] ARM: dts: dra7: add PRU-ICSS modules
` [PATCH 4/4] ARM: dts: am57xx-idk-common: Enable PRU-ICSS nodes

[Buildroot] [PATCH] Makefile: respect strip exclusions for special libraries
 2019-02-04 15:57 UTC  (6+ messages)
  ` [Buildroot] [PATCH v2] "
      ` [Buildroot] [PATCH v3] "

USB: serial: cp210x: add minimun baud rate for CP2105 SCI
 2019-02-04 15:57 UTC 

[PATCH] omap3: give off mode enable a more prominent place
 2019-02-04 15:56 UTC  (3+ messages)

[Qemu-devel] [PATCH v1 0/4] HWCAP_CPUID registers for aarch64
 2019-02-04 15:55 UTC  (5+ messages)
` [Qemu-devel] [PATCH v1 2/4] target/arm: expose CPUID registers to userspace

[Buildroot] [git commit] Makefile: respect strip exclusions for special libraries
 2019-02-04 15:56 UTC 

[PATCH] drm/amdgpu: Bump amdgpu version for context priority override
 2019-02-04 15:55 UTC  (2+ messages)

[PATCH v2] x86, random: Fix get_random_bytes() warning in x86 start_kernel
 2019-02-04 15:55 UTC  (4+ messages)

[Buildroot] [PATCH v5 00/10] tests for git download infra v5
 2019-02-04 15:55 UTC  (5+ messages)
` [Buildroot] [PATCH v5 02/10] testing/infra: split runtime test from BRTest
` [Buildroot] [PATCH v5 04/10] testing/tests/download: add git hash test

[PATCH RFC v3 00/21] PCI: Allow BAR movement during hotplug
 2019-02-04 15:36 UTC  (27+ messages)
` [PATCH RFC v3 01/21] PCI: Fix writing invalid BARs during pci_restore_state()
` [PATCH RFC v3 02/21] PCI: Fix race condition in pci_enable/disable_device()
` [PATCH RFC v3 03/21] PCI: Enable bridge's I/O and MEM access for hotplugged devices
` [PATCH RFC v3 04/21] PCI: Define PCI-specific version of the release_child_resources()
` [PATCH RFC v3 05/21] PCI: hotplug: Add a flag for the movable BARs feature
` [PATCH RFC v3 06/21] PCI: Pause the devices with movable BARs during rescan
` [PATCH RFC v3 07/21] PCI: Wake up bridges during rescan when movable BARs enabled
` [PATCH RFC v3 08/21] nvme-pci: Handle movable BARs
` [PATCH RFC v3 09/21] PCI: Mark immovable BARs with PCI_FIXED
` [PATCH RFC v3 10/21] PCI: Fix assigning of fixed prefetchable resources
` [PATCH RFC v3 11/21] PCI: Release and reassign the root bridge resources during rescan
` [PATCH RFC v3 12/21] PCI: Don't allow hotplugged devices to steal resources
` [PATCH RFC v3 13/21] PCI: Include fixed BARs into the bus size calculating
` [PATCH RFC v3 14/21] PCI: Don't reserve memory for hotplug when enabled movable BARs
` [PATCH RFC v3 15/21] PCI: Allow the failed resources to be reassigned later
` [PATCH RFC v3 16/21] PCI: Calculate fixed areas of bridge windows based on fixed BARs
` [PATCH RFC v3 17/21] PCI: Calculate boundaries for bridge windows
` [PATCH RFC v3 18/21] PCI: Make sure bridge windows include their fixed BARs
` [PATCH RFC v3 19/21] PCI: Prioritize fixed BAR assigning over the movable ones
` [PATCH RFC v3 20/21] PCI: pciehp: Add support for the movable BARs feature
` [PATCH RFC v3 21/21] powerpc/pci: Fix crash with enabled movable BARs

[PATCH] ath9k/eeprom: Use scnprintf instead of snprintf
 2019-02-04 15:53 UTC  (2+ messages)

[Buildroot] [git commit] testing/tests/download: add git hash test
 2019-02-04 15:52 UTC 

How to remove warn msg "cache: parent cpui should not be sleeping" i=1, 2, 3
 2019-02-04 15:52 UTC  (7+ messages)
` [RFC PATCH] drivers core: cpu: add hotplug callback to update cpu_dev state to resumed

[PATCH] ath10k: Add support for extended HTT aggr msg support
 2019-02-04 15:52 UTC  (3+ messages)

[PATCH 0/3] sched/wait, staging/android: simplification and optimization of freeze related code
 2019-02-04 15:52 UTC  (3+ messages)
` [PATCH 3/3] staging/android: simplify handle_vsoc_cond_wait

Need this for your photos?
 2019-02-04 11:03 UTC 

LED not Blinking
 2019-02-04 15:57 UTC  (2+ messages)

[Qemu-devel] [PATCH for-4.0 v2 0/8] qemu/queue.h usage cleanup, improved QTAILQ API
 2019-02-04 15:35 UTC  (4+ messages)
` [Qemu-devel] [PATCH 7/8] qemu/queue.h: simplify reverse access to QTAILQ
  ` [Qemu-devel] valgrind errors (was: [PATCH 7/8] qemu/queue.h: simplify reverse access to QTAILQ)

[Qemu-devel] [PATCH v11 0/3] qemu-img info lists bitmap directory entries
 2019-02-04 15:36 UTC  (8+ messages)
` [Qemu-devel] [PATCH v11 2/3] "

[PATCH] ath10k: fix S5 power consumption issue for QCA9377
 2019-02-04 15:51 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 0/5] virtio-blk: add DISCARD and WRITE ZEROES features
 2019-02-04 15:38 UTC  (8+ messages)
` [Qemu-devel] [PATCH v2 2/5] virtio-blk: add "discard-wzeroes" boolean property

[Qemu-devel] [PATCH] queue: fix QTAILQ_FOREACH_REVERSE_SAFE
 2019-02-04 15:43 UTC 

[Qemu-devel] [PATCH v2] s390x/tcg: Don't model FP registers as globals
 2019-02-04 15:47 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH v5 00/52] Support Kconfig in QEMU
 2019-02-04 15:45 UTC  (4+ messages)
` [Qemu-devel] [PATCH 33/52] build: switch to Kconfig

[PATCH] drm/i915: HDCP state handling in ddi_update_pipe
 2019-02-04 15:44 UTC  (2+ messages)

Proper Use of KERNEL_MODULE_AUTOLOAD variable
 2019-02-04 15:50 UTC  (4+ messages)

[PATCH 0/5] ALSA: Fix remaining NULL device with memory allocations
 2019-02-04 15:50 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] packages/glibc: Fix mcontext_t error that breaks RISC-V package builds
 2019-02-04 15:49 UTC 

[PATCH v2] ath10k: Set DMA address mask to 35 bit for WCN3990
 2019-02-04 15:49 UTC  (3+ messages)

[PATCH 15/35] drm/amd/display: make vline_config parameter const
 2019-02-04 15:49 UTC  (3+ messages)
  ` [PATCH 15/35] drm/amd/display: pass vline_config parameter by reference
      ` Fw: "

[PATCH] drm/rockchip: Use drm_fbdev_generic_setup()
 2019-02-04 15:48 UTC  (5+ messages)

[PATCH] fsstress: avoid splice_f generating too large sparse file
 2019-02-04 15:48 UTC 

[tpm2] tpm2-abrmd in a container
 2019-02-04 15:46 UTC 

GPG key used to authenticate DEB packages
 2019-02-04 15:45 UTC  (2+ messages)

[PATCH 00/19] KVM: PPC: Book3S HV: add XIVE native exploitation mode
 2019-02-04 15:46 UTC  (19+ messages)
` [PATCH 08/19] KVM: PPC: Book3S HV: add a VC_BASE control to the XIVE native device
` [PATCH 12/19] KVM: PPC: Book3S HV: record guest queue page address
` [PATCH 13/19] KVM: PPC: Book3S HV: add a SYNC control for the XIVE native migration
` [PATCH 14/19] KVM: PPC: Book3S HV: add a control to make the XIVE EQ pages dirty

JSON schema and conditions
 2019-02-04 15:45 UTC  (7+ messages)

[PATCH] ath10k: implement set_base_macaddr to fix rx-bssid mask in multiple APs conf
 2019-02-04 15:45 UTC  (5+ messages)

[PATCH] s390: bpf: fix JMP32 code-gen
 2019-02-04 15:44 UTC 

[PATCH v3] drm/amdgpu: Add AMDGPU_CHUNK_ID_SCHEDULED_DEPENDENCIES
 2019-02-04 15:45 UTC  (3+ messages)

[PATCH] IB/{hfi1,qib}: Add limit test for RC/UC send via loopback
 2019-02-04 15:44 UTC  (2+ messages)

[Bug 202445] New: amdgpu/dc: framerate dropping below adaptive sync range causes screen flickering
 2019-02-04 15:44 UTC  (2+ messages)
` [Bug 202445] "

[PATCH v4 00/16] block: sed-opal: support shadow MBR done flag and write
 2019-02-04 15:44 UTC  (4+ messages)

stable 3.18 backport: netlink: Trim skb to alloc size to avoid MSG_TRUNC
 2019-02-04 15:44 UTC  (2+ messages)

[PATCH libdrm 1/2] xf86drm: fallback to MODALIAS for OF less platform devices
 2019-02-04 15:39 UTC  (6+ messages)

[PATCH 00/35] DC Changes Jan 31, 2019
 2019-02-04 15:43 UTC  (9+ messages)
` [PATCH 01/35] drm/amd/display: Use udelay when waiting between aux retries

[PATCH] bsg: allocate response buffer if requested
 2019-02-04 15:43 UTC  (4+ messages)

[PATCH 0/2] Remove more SoC camera sensor drivers
 2019-02-04 15:42 UTC  (3+ messages)
` [PATCH 1/2] soc_camera: Remove the mt9m001 SoC camera sensor driver
` [PATCH 2/2] soc_camera: Remove the rj45n1 "

Fleshing out the picture to Load Balancing^W^W HW semaphores
 2019-02-04 15:42 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/22] drm/i915/execlists: Suppress mere WAIT preemption (rev2)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[PATCH] drm/omap: dsi: Fix PM for display blank with paired dss_pll calls
 2019-02-04 15:42 UTC  (3+ messages)

[PATCH 0/6] drm/drv: Remove drm_dev_unplug()
 2019-02-04 15:41 UTC  (3+ messages)
` [PATCH 2/6] drm/drv: Prepare to remove drm_dev_unplug()
    ` [Intel-gfx] "

ceph osd commit latency increase over time, until restart
 2019-02-04 15:40 UTC  (8+ messages)

[Buildroot] [PATCH v4 1/2] package/sg3_utils: add host build
 2019-02-04 15:38 UTC  (4+ messages)
` [Buildroot] [PATCH v4 2/2] package/utp_com: new host package

[linux-4.19 test] 132770: regressions - FAIL
 2019-02-04 15:36 UTC 

[PATCH] ASoC: ak4118: fix missing header
 2019-02-04 15:35 UTC 

[Buildroot] [git commit] package/utp_com: new package
 2019-02-04 15:35 UTC 

[Bug 109539] System freezing
 2019-02-04 15:35 UTC  (2+ messages)

[PATCH iproute2-next v3] devlink: report cell size
 2019-02-04 15:28 UTC  (2+ messages)

[PATCH iproute2-next v4] devlink: add info subcommand
 2019-02-04 15:28 UTC  (2+ messages)

[PATCH v2 00/14] Add support for TI PRU ICSS
 2019-02-04 15:33 UTC  (12+ messages)
` [PATCH v2 02/14] soc: ti: pruss: Add a platform driver for PRUSS in TI SoCs
` [PATCH v2 04/14] irqchip: pruss: Add a PRUSS irqchip driver for PRUSS interrupts
` [PATCH v2 14/14] rpmsg: pru: add a PRU RPMsg driver

[PATCH] ath10k: Fill tx_duration for each peer in Tx stats per STA
 2019-02-04 15:33 UTC  (3+ messages)

[PATCH iproute2-next v3] devlink: add info subcommand
 2019-02-04 15:24 UTC  (4+ messages)

[PATCH] ath10k: Add a condtion to fill the LDPC capability correctly
 2019-02-04 15:32 UTC  (3+ messages)

[PATCH net-next v3 00/16] Refactor classifier API to work with chain/classifiers without rtnl lock
 2019-02-04 15:23 UTC  (3+ messages)
` [PATCH net-next v3 01/16] net: sched: protect block state with mutex

[PATCH] arm64, vmcoreinfo : Append 'MAX_USER_VA_BITS' and 'MAX_PHYSMEM_BITS' to vmcoreinfo
 2019-02-04 15:31 UTC  (6+ messages)

[PATCH] acpi: get rid of acpi_sleep_dispatch
 2019-02-04 15:32 UTC 

[PATCH][next] ASoC: mediatek: btcvsd: fix spelling mistake "offest" -> "offset"
 2019-02-04 15:31 UTC  (3+ messages)

[PATCH v3 0/6] vfio-ccw: support hsch/csch (kernel part)
 2019-02-04 15:31 UTC  (7+ messages)
` [PATCH v3 1/6] vfio-ccw: make it safe to access channel programs
        ` [Qemu-devel] "

Xen 4.12 RC2
 2019-02-04 15:30 UTC 

[PATCH] drm/amdgu/vce_v3: start vce block before ring test
 2019-02-04 15:30 UTC  (3+ messages)

[PATCH 1/2] ARM: dts: pfla02: prepare storage devices to add paritions
 2019-02-04 15:29 UTC  (4+ messages)
` [PATCH 2/2] ARM: dts: pfla02: add ksz9031 clock skew values

[PATCH] xfs/420: only check the extent layout after syncing
 2019-02-04 15:30 UTC 

[PATCH 0/7] drm/i915/perf: add OA interrupt support
 2019-02-04 15:30 UTC  (4+ messages)
` [PATCH 7/7] drm/i915/perf: add flushing ioctl

[U-Boot] [PATCH v4 00/20] mx6sabre: Add DM and SPL FIT support
 2019-02-04 15:30 UTC  (8+ messages)

[Qemu-devel] [PULL 00/25] pci, pc, virtio: fixes, cleanups, features
 2019-02-04 15:29 UTC  (8+ messages)
` [Qemu-devel] [PULL 15/25] contrib: compile vhost-user-blk tool by default
` [Qemu-devel] [PULL 23/25] mmap-alloc: fix hugetlbfs misaligned length in ppc64

[PATCH] PCI: Consider alignment of hot-added bridges when distributing available resources
 2019-02-04 15:27 UTC  (2+ messages)

[Bug 108037] Turning monitors off and on again makes the kernel panic and system freeze
 2019-02-04 15:26 UTC 

[PATCH RFC v2 1/2] x86/emulate: Move hvmemul_linear_to_phys
 2019-02-04 15:26 UTC  (6+ messages)

[Qemu-devel] [PULL 0/4] Xen queue 20190204
 2019-02-04 15:25 UTC  (3+ messages)
  `  "

[Qemu-devel] [PULL 0/1] Seabios 20181106 patches
 2019-02-04 15:25 UTC  (5+ messages)
` [Qemu-devel] [PULL 1/1] update seabios to master snapshot

[Buildroot] [git commit] package/sg3_utils: add support for building host variant
 2019-02-04 15:25 UTC 

kmemleak panic
 2019-02-04 15:25 UTC  (10+ messages)
            ` [PATCH v2] of: fix kmemleak crash (was: Re: kmemleak panic)
              ` [PATCH v2] of: fix kmemleak crash

[v10 0/3] Add Colorspace connector property interface
 2019-02-04 15:25 UTC  (4+ messages)
` [v10 1/3] drm: Add HDMI colorspace property

[sparc64] soft lockup - CPU stuck , KGDB_TESTS_ON_BOOT
 2019-02-04 15:24 UTC  (2+ messages)

[Buildroot] [PATCH v2 1/1] package/bird: bump version to 2.0.3
 2019-02-04 15:22 UTC  (2+ messages)
` [Buildroot] [PATCH v3 "

[PATCH 0/3] Support flake8 version 3.7
 2019-02-04 15:21 UTC  (2+ messages)

[PATCH 00/11] ALSA: procfs cleanups
 2019-02-04 15:20 UTC  (6+ messages)
` [PATCH 06/11] ALSA: isa: Clean up with new procfs helpers
` [PATCH 08/11] ALSA: pci: "
` [PATCH 09/11] ALSA: pcmcia: "
` [PATCH 10/11] ALSA: sparc: "
` [PATCH 11/11] ALSA: usb: "


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.