All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-05-06 04:21:14 to 2019-05-06 06:57:12 UTC [more...]

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

[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

[PATCH v2 0/7] s390: vfio-ap: dynamic configuration support
 2019-05-06  6:54 UTC  (7+ 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

[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 00/10] implement DYNAMIC_DEBUG_RELATIVE_POINTERS
 2019-05-06  6:48 UTC  (4+ messages)

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

[PATCH] x86/entry/64: randomize kernel stack offset upon syscall
 2019-05-06  6:47 UTC  (15+ 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)

[PATCH RFC 0/6] ARM: qcom: initial Nexus 5 display support
 2019-05-06  6:42 UTC  (2+ 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 "

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

[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  (6+ 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  (3+ messages)
` [igt-dev] [PATCH i-g-t v2] tests/kms_cursor_crc: Limit cursor size based on platform capability
` [igt-dev] ✗ Fi.CI.BAT: failure for "

[Qemu-trivial] [PATCH] target/sh4: Fix LGPL information in the file headers
 2019-05-06  6:00 UTC  (3+ messages)
` [Qemu-devel] "
  ` [Qemu-trivial] "

[RFC PATCH 0/5] net: dsa: POC support for mv88e6250
 2019-05-06  5:57 UTC  (4+ messages)
` [RFC PATCH 2/5] net: dsa: mv88e6xxx: rename smi read/write functions

[LTP] Need help with executing aiocp and aiodio testcases using runltp
 2019-05-06  5:56 UTC 

[PATCH v2 0/4] Mesa improvements
 2019-05-06  5:56 UTC  (7+ messages)
` [PATCH v2 1/4] mesa: Convert recipe to use meson build system
` [PATCH v2 4/4] mesa: make gallium virgl optional

[Qemu-trivial] [PATCH] target/openrisc: Fix LGPL information in the file headers
 2019-05-06  5:53 UTC  (3+ messages)
` [Qemu-devel] "
  ` [Qemu-trivial] "

[Qemu-devel] [PATCH] hw/i2c/smbus_ich9: Fix the confusing contributions-after-2012 statement
 2019-05-06  5:52 UTC  (4+ messages)
` [Qemu-trivial] "

[Bug 110616] vce module in h264 encode
 2019-05-06  5:53 UTC 

[PATCH] v7 Add support for LE ping feature
 2019-05-06  5:52 UTC  (2+ messages)

[Bug 203515] [crypto] alg: skcipher: p8_aes_ctr encryption test failed (wrong result) on test vector 3, cfg="uneven misaligned splits, may sleep"
 2019-05-06  5:49 UTC  (2+ messages)
` Fwd: "

[tpm2] Creating TPM2 primary key failed!
 2019-05-06  5:49 UTC 

[Bug 203515] New: [crypto] alg: skcipher: p8_aes_ctr encryption test failed (wrong result) on test vector 3, cfg="uneven misaligned splits, may sleep"
 2019-05-06  5:49 UTC  (2+ messages)
` Fwd: "

[RFC PATCH 0/6] Capacity awareness for SCHED_DEADLINE
 2019-05-06  4:48 UTC  (7+ messages)
` [RFC PATCH 1/6] sched/dl: Improve deadline admission control for asymmetric CPU capacities
` [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
` [RFC PATCH 4/6] sched/dl: Improve capacity-aware wakeup
` [RFC PATCH 5/6] sched/dl: If the task does not fit anywhere, select the fastest core
` [RFC PATCH 6/6] sched/dl: Try not to select a too fast core

[U-Boot] [PATCH 1/1] efi_loader: signature of ExitBootServices()
 2019-05-06  5:47 UTC 

[PATCH v6 00/13] TVP5150 new features
 2019-05-06  5:47 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/1] efi_loader: LoadImage() parameter checks
 2019-05-06  5:42 UTC 

Hibernation into swap file
 2019-05-06  5:40 UTC  (3+ messages)

[virtio-dev] Request for a new device number for a virtio-audio device
 2019-05-06  5:27 UTC  (8+ messages)

[PATCH 0/8] Add Mediatek thermal dirver and dtsi
 2019-05-06  5:25 UTC  (4+ messages)
` [PATCH 3/8] arm64: dts: mt8183: Add #cooling-cells to CPU nodes

[PATCH] rtw88: avoid circular locking between local->iflist_mtx and rtwdev->mutex
 2019-05-06  5:22 UTC  (2+ messages)

[Qemu-devel] [PATCH] tests/Makefile: Remove unused test-obj-y variable
 2019-05-06  5:18 UTC  (2+ messages)
` [Qemu-trivial] "

[PATCH] lightnvm: pblk: Introduce hot-cold data separation
 2019-05-06  5:16 UTC  (9+ messages)

[PATCH v3 0/4] remove extern from function declarations
 2019-05-06  5:11 UTC  (11+ messages)
                  ` [PATCH] coccicheck: optionally process every source file at once

[PATCH 0/2] Avoid spawning gzip in git archive
 2019-05-06  5:07 UTC  (10+ messages)
` [PATCH 1/2] archive: replace write_or_die() calls with write_block_or_die()

linux-next: build failure after merge of the block tree
 2019-05-06  5:07 UTC 

[PATCH] md: properly lock and unlock in rdev_attr_store()
 2019-05-06  5:03 UTC  (3+ messages)

pci util cpp library
 2019-05-06  5:02 UTC  (3+ messages)

[PATCH net-next 0/7] net: Export functions for nexthop code
 2019-05-06  5:00 UTC  (2+ messages)

[PATCH net-next 2/2] net: phy: sfp: enable i2c-bus detection on ACPI based systems
 2019-05-06  4:59 UTC  (2+ messages)

[PATCH net-next 0/2] r8169: replace some magic with more speaking functions
 2019-05-06  4:58 UTC  (2+ messages)

[PATCH net-next 0/3] mlxsw: spectrum: Implement loopback ethtool feature
 2019-05-06  4:57 UTC  (2+ messages)

[Patch net-next v2] sch_htb: redefine htb qdisc overlimits
 2019-05-06  4:55 UTC  (2+ messages)

[PATCH net-next] r8169: move EEE LED config to rtl8168_config_eee_mac
 2019-05-06  4:54 UTC  (2+ messages)

[PATCH net-next] r8169: simplify rtl_writephy_batch and rtl_ephy_init
 2019-05-06  4:54 UTC  (2+ messages)

[PATCH] systemd: Default to non-stateless images
 2019-05-06  4:54 UTC  (2+ messages)

[PATCH net-next v3 00/10] Traffic support for SJA1105 DSA driver
 2019-05-06  4:52 UTC  (2+ messages)

[Bug 110615] starting X on AMDGPU takes up to a minute
 2019-05-06  4:50 UTC  (2+ messages)

[PATCH V3 0/9] bug fixes and more features to Tegra SPI
 2019-05-06  4:49 UTC  (9+ messages)
` [PATCH V3 3/9] spi: add SPI_LSBYTE_FIRST mode
` [PATCH V3 5/9] spi: export spi core function spi_set_cs

[PATCH 0/7] Fix some bugs and add new feature for Spreadtrum DMA engine
 2019-05-06  4:48 UTC  (11+ messages)
` [4/7] dmaengine: sprd: Add device validation to support multiple controllers
                  ` [PATCH 4/7] "

[PATCH v4 00/10] of_net: Add NVMEM support to of_get_mac_address
 2019-05-06  4:47 UTC  (3+ messages)

Minor update to negotiate and save preferred compression algorithm patch
 2019-05-06  4:46 UTC 

[Bug 109925] Age of Wonders 3 - Vertical lines on Main Menu (Linux native via Steam)
 2019-05-06  4:43 UTC  (2+ messages)

[PATCH net-next 00/11] bnxt_en: Driver updates
 2019-05-06  4:42 UTC  (2+ messages)

[PATCH] x86/pt: skip setup of posted format IRTE when gvec is 0
 2019-05-06  4:44 UTC  (9+ messages)
          ` [Xen-devel] "

[net-next 00/15][pull request] 100GbE Intel Wired LAN Driver Updates 2019-05-04
 2019-05-06  4:40 UTC  (2+ messages)

[PATCH v2 0/2] soundwire: fix Kconfig select/depend issues
 2019-05-06  4:40 UTC  (5+ messages)
` [PATCH v2 2/2] regmap: soundwire: fix Kconfig select/depend issue

[net-next 00/12][pull request] 40GbE Intel Wired LAN Driver Updates 2019-05-04
 2019-05-06  4:38 UTC  (2+ messages)

[PATCH 2/3] drivers: regulator: qcom: add PMS405 SPMI regulator
 2019-05-06  4:38 UTC  (6+ messages)

[PATCH 00/12] Netfilter updates for net-next
 2019-05-06  4:35 UTC  (2+ messages)

Xenomai Mercury and PREEMPT_RT
 2019-05-06  4:34 UTC 

[Bug 178] l2fwd application does not work with option '-q'
 2019-05-06  4:33 UTC  (2+ messages)
` [dpdk-dev] "

git has issues with international characters in branch names
 2019-05-06  4:32 UTC  (3+ messages)

[Bug 182] make doc-guides-pdf fails with error 'make[3]: latexmk: Command not found'
 2019-05-06  4:32 UTC  (2+ messages)
` [dpdk-dev] "

[Bug 100239] Incorrect rendering in CS:GO
 2019-05-06  4:31 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/2] buffer and delay backup COW write operation
 2019-05-06  4:24 UTC  (3+ messages)

[PATCH v2] misc: aspeed-lpc-ctrl: Correct return values
 2019-05-06  4:24 UTC  (4+ messages)

[dpdk-dev] [PATCH] doc: remove redudant information from guide
 2019-05-06  4:21 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.