All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-05-06 06:01:51 to 2019-05-06 07:09:35 UTC [more...]

[PATCH RFC 0/6] ARM: qcom: initial Nexus 5 display support
 2019-05-06  7:09 UTC  (14+ messages)
` [PATCH RFC 3/6] ARM: qcom_defconfig: add display-related options
` [PATCH RFC 4/6] ARM: dts: msm8974: add display support
` [PATCH RFC 5/6] ARM: dts: qcom: msm8974-hammerhead: add support for backlight
` [PATCH RFC 6/6] ARM: dts: qcom: msm8974-hammerhead: add support for display

[PATCH 00/10] implement DYNAMIC_DEBUG_RELATIVE_POINTERS
 2019-05-06  7:05 UTC  (7+ messages)

[PATCH 0/4] fix leaked of_node references in drivers/media
 2019-05-06  7:05 UTC  (8+ messages)
` [PATCH 1/4] media: venus: firmware: fix leaked of_node references
` [PATCH 2/4] media: mtk-vpu: "
` [PATCH 3/4] media: mtk-vcodec: "
` [PATCH 4/4] media: xilinx: "

[PATCH v2 1/4] mci: add driver for BCM283x sdhost core
 2019-05-06  7:05 UTC  (2+ messages)

[PATCH v2 0/7] s390: vfio-ap: dynamic configuration support
 2019-05-06  7:05 UTC  (9+ messages)
` [PATCH v2 1/7] s390: vfio-ap: wait for queue empty on queue reset
` [PATCH v2 2/7] s390: vfio-ap: maintain a shadow of the guest's CRYCB
` [PATCH v2 3/7] s390: vfio-ap: sysfs interface to display guest CRYCB
` [PATCH v2 4/7] s390: vfio-ap: allow assignment of unavailable AP resources to mdev device

[U-Boot] [PATCH 1/5] spl: dm: disable SPI DM flash for non-DM SPL
 2019-05-06  7:02 UTC  (7+ messages)
` [U-Boot] [PATCH 2/5] dm: spi: Convert Freescale ESPI driver to driver model
    ` [U-Boot] [EXT] "

[PATCH] x86/entry/64: randomize kernel stack offset upon syscall
 2019-05-06  7:01 UTC  (16+ messages)

[PATCH v9] drm/i915/icl: Set GCP_COLOR_INDICATION only for 10/12 bit deep color
 2019-05-06  6:59 UTC  (5+ messages)
` ✗ Fi.CI.IGT: failure for drm/i915/icl: Set GCP_COLOR_INDICATION only for 10/12 bit deep color (rev8)

[Xen-devel] [PATCH RFC V2 00/45] xen: add core scheduling support
 2019-05-06  6:56 UTC  (138+ messages)
  `  "
  ` [Xen-devel] [PATCH RFC V2 01/45] xen/sched: add inline wrappers for calling per-scheduler functions
      `  "
  ` [Xen-devel] [PATCH RFC V2 02/45] xen/sched: use new sched_item instead of vcpu in scheduler interfaces
      `  "
  ` [Xen-devel] [PATCH RFC V2 03/45] xen/sched: alloc struct sched_item for each vcpu
      `  "
  ` [Xen-devel] [PATCH RFC V2 04/45] xen/sched: move per-vcpu scheduler private data pointer to sched_item
      `  "
  ` [Xen-devel] [PATCH RFC V2 05/45] xen/sched: build a linked list of struct sched_item
      `  "
  ` [Xen-devel] [PATCH RFC V2 06/45] xen/sched: introduce struct sched_resource
      `  "
  ` [Xen-devel] [PATCH RFC V2 07/45] xen/sched: let pick_cpu return a scheduler resource
      `  "
  ` [Xen-devel] [PATCH RFC V2 08/45] xen/sched: switch schedule_data.curr to point at sched_item
      `  "
  ` [Xen-devel] [PATCH RFC V2 09/45] xen/sched: move per cpu scheduler private data into struct sched_resource
      `  "
  ` [Xen-devel] [PATCH RFC V2 10/45] xen/sched: switch vcpu_schedule_lock to item_schedule_lock
      `  "
  ` [Xen-devel] [PATCH RFC V2 11/45] xen/sched: move some per-vcpu items to struct sched_item
      `  "
  ` [Xen-devel] [PATCH RFC V2 12/45] xen/sched: add scheduler helpers hiding vcpu
      `  "
  ` [Xen-devel] [PATCH RFC V2 13/45] xen/sched: add domain pointer to struct sched_item
      `  "
  ` [Xen-devel] [PATCH RFC V2 14/45] xen/sched: add id "
      `  "
  ` [Xen-devel] [PATCH RFC V2 15/45] xen/sched: rename scheduler related perf counters
      `  "
  ` [Xen-devel] [PATCH RFC V2 16/45] xen/sched: switch struct task_slice from vcpu to sched_item
      `  "
  ` [Xen-devel] [PATCH RFC V2 17/45] xen/sched: add is_running indicator to struct sched_item
      `  "
  ` [Xen-devel] [PATCH RFC V2 18/45] xen/sched: make null scheduler vcpu agnostic
      `  "
  ` [Xen-devel] [PATCH RFC V2 19/45] xen/sched: make rt "
      `  "
  ` [Xen-devel] [PATCH RFC V2 20/45] xen/sched: make credit "
      `  "
  ` [Xen-devel] [PATCH RFC V2 21/45] xen/sched: make credit2 "
      `  "
  ` [Xen-devel] [PATCH RFC V2 22/45] xen/sched: make arinc653 "
      `  "
  ` [Xen-devel] [PATCH RFC V2 23/45] xen: add sched_item_pause_nosync() and sched_item_unpause()
      `  "
  ` [Xen-devel] [PATCH RFC V2 24/45] xen: let vcpu_create() select processor
      `  "
  ` [Xen-devel] [PATCH RFC V2 25/45] xen/sched: use sched_resource cpu instead smp_processor_id in schedulers
      `  "
  ` [Xen-devel] [PATCH RFC V2 26/45] xen/sched: switch schedule() from vcpus to sched_items
      `  "
  ` [Xen-devel] [PATCH RFC V2 27/45] xen/sched: switch sched_move_irqs() to take sched_item as parameter
      `  "
  ` [Xen-devel] [PATCH RFC V2 28/45] xen: switch from for_each_vcpu() to for_each_sched_item()
      `  "
  ` [Xen-devel] [PATCH RFC V2 29/45] xen/sched: add runstate counters to struct sched_item
      `  "
  ` [Xen-devel] [PATCH RFC V2 30/45] xen/sched: rework and rename vcpu_force_reschedule()
      `  "
  ` [Xen-devel] [PATCH RFC V2 31/45] xen/sched: Change vcpu_migrate_*() to operate on schedule item
      `  "
  ` [Xen-devel] [PATCH RFC V2 32/45] xen/sched: move struct task_slice into struct sched_item
      `  "
  ` [Xen-devel] [PATCH RFC V2 33/45] xen/sched: add code to sync scheduling of all vcpus of a sched item
      `  "
  ` [Xen-devel] [PATCH RFC V2 34/45] xen/sched: introduce item_runnable_state()
      `  "
  ` [Xen-devel] [PATCH RFC V2 35/45] xen/sched: add support for multiple vcpus per sched item where missing
      `  "
  ` [Xen-devel] [PATCH RFC V2 36/45] x86: make loading of GDT at context switch more modular
      `  "
  ` [Xen-devel] [PATCH RFC V2 37/45] x86: optimize loading of GDT at context switch
      `  "
  ` [Xen-devel] [PATCH RFC V2 38/45] xen/sched: modify cpupool_domain_cpumask() to be an item mask
      `  "
  ` [Xen-devel] [PATCH RFC V2 39/45] xen/sched: support allocating multiple vcpus into one sched item
      `  "
  ` [Xen-devel] [PATCH RFC V2 40/45] xen/sched: add a scheduler_percpu_init() function
      `  "
  ` [Xen-devel] [PATCH RFC V2 41/45] xen/sched: add a percpu resource index
      `  "
  ` [Xen-devel] [PATCH RFC V2 42/45] xen/sched: add fall back to idle vcpu when scheduling item
      `  "
  ` [Xen-devel] [PATCH RFC V2 43/45] xen/sched: make vcpu_wake() and vcpu_sleep() core scheduling aware
      `  "
  ` [Xen-devel] [PATCH RFC V2 44/45] xen/sched: carve out freeing sched_item memory into dedicated function
      `  "
  ` [Xen-devel] [PATCH RFC V2 45/45] xen/sched: add scheduling granularity enum
      `  "

linux-next: manual merge of the tip tree with the s390 tree
 2019-05-06  6:58 UTC 

[GIT PULL] i3c: Changes for 5.2
 2019-05-06  6:58 UTC  (2+ messages)

[GIT PULL] core/mm changes for v5.2: Unify TLB flushing across architectures
 2019-05-06  6:57 UTC 

[Buildroot] [autobuild.buildroot.net] Build results for 2019-05-05
 2019-05-06  6:57 UTC  (3+ messages)

[PATCH v2 1/2] drivers: base: cacheinfo: Add variable to record max cache line size
 2019-05-06  6:53 UTC  (4+ messages)
` [PATCH v2 2/2] arm64: cacheinfo: Update cache_line_size detected from DT or PPTT

[PATCH v9 0/2] Mixel MIPI DPHY support for NXPs i.MX8 SOCs
 2019-05-06  6:54 UTC  (6+ messages)
` [PATCH v9 2/2] phy: Add driver for mixel mipi dphy found on NXP's i.MX8 SoCs
    ` [EXT] "

[Qemu-devel] [QEMU-PPC] [PATCH 00/13] target/ppc: Implement KVM support under TCG
 2019-05-06  6:20 UTC  (10+ messages)
` [Qemu-devel] [QEMU-PPC] [PATCH 01/13] target/ppc: Implement the VTB for HV access
` [Qemu-devel] [QEMU-PPC] [PATCH 02/13] target/ppc: Work [S]PURR implementation and add HV support
` [Qemu-devel] [QEMU-PPC] [PATCH 03/13] target/ppc: Add SPR ASDR
` [Qemu-devel] [QEMU-PPC] [PATCH 04/13] target/ppc: Add SPR TBU40

[Qemu-devel] [Bug 1826827] [NEW] dtc crash; pnv_dt_serial cannot find lpc's phandle
 2019-05-06  6:37 UTC  (2+ messages)
` [Qemu-devel] [Bug 1826827] "

[PATCH] EDAC, mpc85xx: Prevent building as a module
 2019-05-06  6:50 UTC  (3+ messages)

[PATCH 0/4] staging: iio: ad7150: improve driver readability
 2019-05-06  6:51 UTC  (4+ messages)
` [PATCH 2/4] staging: iio: ad7150: use FIELD_GET and GENMASK

[PATCH 5.1] rtw88: fix subscript above array bounds compiler warning
 2019-05-06  6:51 UTC  (4+ messages)

[PATCH] powerpc/mm: fix redundant inclusion of pgtable-frag.o in Makefile
 2019-05-06  6:47 UTC  (2+ messages)

[Qemu-devel] [QEMU PATCH] MAINTAINERS: Downgrade status of block sections without "M:" to "Odd Fixes"
 2019-05-06  6:33 UTC  (4+ messages)
` [Qemu-trivial] "

[PATCH] distutils: Run python from the PATH in the -native case as well
 2019-05-06  6:47 UTC  (2+ messages)
` [PATCH v3] "

move eapd coef function before ACT_PRE_PROBE state
 2019-05-06  6:45 UTC 

[REGRESSION 5.0.8] Dell thunderbolt dock broken (xhci_hcd and thunderbolt)
 2019-05-06  6:45 UTC  (7+ messages)

[U-Boot] [PATCH 00/18] autoboot: Tidy up autoboot code
 2019-05-06  6:42 UTC  (2+ messages)

[PATCH] crypto: caam - fix DKP detection logic
 2019-05-06  6:39 UTC  (2+ messages)
` [v2 PATCH] "

[PATCH v2 00/15] Refactor pgalloc stuff
 2019-05-06  6:37 UTC  (3+ messages)
` [PATCH v2 03/15] powerpc/mm: convert Book3E 64 to pte_fragment

[PATCH] arm64: dts: sprd: Add clock properties for serial devices
 2019-05-06  6:36 UTC  (4+ messages)

[PATCH] ARM: aarch64: do not use 32bit optimized find bit functions
 2019-05-06  6:37 UTC  (2+ messages)

[PATCH] x86/mm: Initialize pgd cache during mm initialization
 2019-05-06  6:34 UTC  (2+ messages)
` [tip:x86/mm] x86/mm: Initialize PGD "

[PATCH] UBI: remove Kconfig entry from include
 2019-05-06  6:35 UTC  (2+ messages)

[PATCH] ARM: zii-imx8mq-dev: select ZII_COMMON
 2019-05-06  6:34 UTC  (2+ messages)

[PATCH v2] Documentation: imx: add documentation for RioTboard
 2019-05-06  6:33 UTC  (2+ messages)

[Bug 202873] New: (amdgpu) Screen flickering when using a 75Hz monitor paired with an RX 480 GPU
 2019-05-06  6:33 UTC  (2+ messages)
` [Bug 202873] "

[PATCH 1/3] clocksource/drivers/ixp4xx: Drop ifdef
 2019-05-06  6:31 UTC  (3+ messages)
` [PATCH 2/3] soc: ixp4xx: qmgr: Fix an NULL vs IS_ERR() check in probe
` [PATCH 3/3] ARM: ixp4xx: Remove duplicated include from common.c

[U-Boot] [PATCH] net: fec_mxc: not access reserved register on i.MX8
 2019-05-06  6:31 UTC  (2+ messages)

[PATCH v2] ARM: imx: disable IPU QoS setup for correct SoCs
 2019-05-06  6:31 UTC  (2+ messages)

[PATCH -next] KVM: s390: fix typo in parameter description
 2019-05-06  6:26 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t v6 0/8] HDCP2.2 Tests
 2019-05-06  6:27 UTC  (7+ messages)
` [igt-dev] [PATCH i-g-t v6 1/8] kms_content_protection: Tests are defined by flags
` [igt-dev] [PATCH i-g-t v6 2/8] kms_content_protection: Link Integrity Check subtest

[PATCH] powerpc/kasan: add missing/lost Makefile
 2019-05-06  6:21 UTC  (2+ messages)

[PATCH] LE Privacy implementation
 2019-05-06  6:32 UTC 

[PATCH] powerpc/mm: Fix makefile for KASAN
 2019-05-06  6:21 UTC  (2+ messages)

[PATCH V2] drivers: core: Remove glue dirs early only when refcount is 1
 2019-05-06  6:21 UTC  (4+ messages)
` [PATCH v3] "

[kwiboo-linux-rockchip:rockchip-5.1-v4l2-from-list-v5.1 9/105] drivers/media//pci/cobalt/cobalt-irq.c:131:4: error: 'VB2_BUF_STATE_REQUEUEING' undeclared; did you mean 'VB2_BUF_STATE_DEQUEUED'?
 2019-05-06  6:18 UTC 

[RFC] Disable lockref on arm64
 2019-05-06  6:13 UTC  (8+ messages)
          ` [EXT] "

[PATCH net-next 00/13] net: act_police offload support
 2019-05-06  6:16 UTC  (5+ messages)
` [PATCH net-next 10/13] net/sched: add block pointer to tc_cls_common_offload structure

How to define and build device tree in Yocto?
 2019-05-06  6:17 UTC  (2+ messages)

[PATCH 0/3] Add ST lsm6dso i3c suppport
 2019-04-23 15:55 UTC  (6+ messages)
` [PATCH 1/3] remap: Add I3C bus support

[PATCH] i3c: fix undefined behaviour of a shift of an int by more than 31 places
 2019-05-04 16:12 UTC 

[PATCH] i3c: Fix a shift wrap bug in i3c_bus_set_addr_slot_status()
 2019-04-23 10:40 UTC 

[Qemu-trivial] [PATCH] virtfs: Add missing "id" parameter in documentation
 2019-05-06  6:07 UTC  (5+ messages)
    ` [Qemu-devel] "

[Xen-devel] [linux-4.9 test] 135672: regressions - FAIL
 2019-05-06  6:06 UTC  (3+ messages)
  `  "

[igt-dev] [PATCH i-g-t v2] tests/kms_cursor_crc: Limit cursor size based
 2019-05-06  6:01 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for tests/kms_cursor_crc: Limit cursor size based on platform capability


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.