All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-05-28 09:58:47 to 2019-05-28 10:33:51 UTC [more...]

[Xen-devel] [PATCH 00/60] xen: add core scheduling support
 2019-05-28 10:33 UTC  (98+ messages)
  `  "
  ` [Xen-devel] [PATCH 01/60] xen/sched: only allow schedulers with all mandatory functions available
      `  "
  ` [Xen-devel] [PATCH 02/60] xen/sched: add inline wrappers for calling per-scheduler functions
      `  "
  ` [Xen-devel] [PATCH 03/60] xen/sched: let sched_switch_sched() return new lock address
      `  "
  ` [Xen-devel] [PATCH 04/60] xen/sched: use new sched_unit instead of vcpu in scheduler interfaces
      `  "
  ` [Xen-devel] [PATCH 05/60] xen/sched: alloc struct sched_unit for each vcpu
      `  "
  ` [Xen-devel] [PATCH 06/60] xen/sched: move per-vcpu scheduler private data pointer to sched_unit
      `  "
  ` [Xen-devel] [PATCH 07/60] xen/sched: build a linked list of struct sched_unit
      `  "
  ` [Xen-devel] [PATCH 08/60] xen/sched: introduce struct sched_resource
      `  "
  ` [Xen-devel] [PATCH 09/60] xen/sched: let pick_cpu return a scheduler resource
      `  "
  ` [PATCH 10/60] xen/sched: switch schedule_data.curr to point at sched_unit
  ` [Xen-devel] [PATCH 11/60] xen/sched: move per cpu scheduler private data into struct sched_resource
      `  "
  ` [Xen-devel] [PATCH 12/60] xen/sched: switch vcpu_schedule_lock to unit_schedule_lock
      `  "
  ` [PATCH 13/60] xen/sched: move some per-vcpu items to struct sched_unit
  ` [Xen-devel] [PATCH 14/60] xen/sched: add scheduler helpers hiding vcpu
      `  "
  ` [Xen-devel] [PATCH 15/60] xen/sched: add domain pointer to struct sched_unit
      `  "
  ` [Xen-devel] [PATCH 16/60] xen/sched: add id "
      `  "
  ` [Xen-devel] [PATCH 17/60] xen/sched: rename scheduler related perf counters
      `  "
  ` [Xen-devel] [PATCH 18/60] xen/sched: switch struct task_slice from vcpu to sched_unit
      `  "
  ` [Xen-devel] [PATCH 19/60] xen/sched: add is_running indicator to struct sched_unit
      `  "
  ` [PATCH 21/60] xen/sched: make rt scheduler vcpu agnostic
  ` [PATCH 22/60] xen/sched: make credit "
  ` [PATCH 23/60] xen/sched: make credit2 "
  ` [Xen-devel] [PATCH 24/60] xen/sched: make arinc653 "
      `  "
  ` [PATCH 25/60] xen: add sched_unit_pause_nosync() and sched_unit_unpause()
  ` [PATCH 26/60] xen: let vcpu_create() select processor
  ` [PATCH 27/60] xen/sched: use sched_resource cpu instead smp_processor_id in schedulers
  ` [Xen-devel] [PATCH 28/60] xen/sched: switch schedule() from vcpus to sched_units
      `  "
  ` [PATCH 29/60] xen/sched: switch sched_move_irqs() to take sched_unit as parameter
  ` [PATCH 30/60] xen: switch from for_each_vcpu() to for_each_sched_unit()
  ` [PATCH 31/60] xen/sched: add runstate counters to struct sched_unit
  ` [PATCH 32/60] xen/sched: rework and rename vcpu_force_reschedule()
  ` [PATCH 33/60] xen/sched: Change vcpu_migrate_*() to operate on schedule unit
  ` [PATCH 34/60] xen/sched: move struct task_slice into struct sched_unit
  ` [PATCH 35/60] xen/sched: add code to sync scheduling of all vcpus of a sched unit
  ` [PATCH 37/60] xen/sched: add support for multiple vcpus per sched unit where missing
  ` [PATCH 38/60] x86: make loading of GDT at context switch more modular
  ` [PATCH 39/60] x86: optimize loading of GDT at context switch
  ` [PATCH 40/60] xen/sched: modify cpupool_domain_cpumask() to be an unit mask
  ` [PATCH 41/60] xen/sched: support allocating multiple vcpus into one sched unit
  ` [PATCH 42/60] xen/sched: add a scheduler_percpu_init() function
  ` [PATCH 43/60] xen/sched: add a percpu resource index
  ` [PATCH 44/60] xen/sched: add fall back to idle vcpu when scheduling unit
  ` [PATCH 45/60] xen/sched: make vcpu_wake() and vcpu_sleep() core scheduling aware
  ` [PATCH 46/60] xen/sched: carve out freeing sched_unit memory into dedicated function
  ` [PATCH 48/60] xen/sched: move per-cpu variable cpupool to struct sched_resource
  ` [PATCH 49/60] xen/sched: reject switching smt on/off with core scheduling active
  ` [PATCH 50/60] xen/sched: prepare per-cpupool scheduling granularity
  ` [PATCH 51/60] xen/sched: use one schedule lock for all free cpus
  ` [PATCH 52/60] xen/sched: populate cpupool0 only after all cpus are up
  ` [PATCH 53/60] xen/sched: remove cpu from pool0 before removing it
  ` [PATCH 54/60] xen/sched: add minimalistic idle scheduler for free cpus
  ` [PATCH 55/60] xen/sched: split schedule_cpu_switch()
  ` [PATCH 56/60] xen/sched: protect scheduling resource via rcu
  ` [PATCH 57/60] xen/sched: support multiple cpus per scheduling resource
  ` [PATCH 58/60] xen/sched: support differing granularity in schedule_cpu_[add/rm]()
  ` [PATCH 59/60] xen/sched: support core scheduling for moving cpus to/from cpupools
  ` [PATCH 60/60] xen/sched: add scheduling granularity enum

[PATCH V2 0/5] blk-mq: Wait for for hctx inflight requests on CPU unplug
 2019-05-28 10:33 UTC  (3+ messages)
` [PATCH V2 1/5] scsi: select reply queue from request's CPU

[U-Boot] cfb_console.c: DM_VIDEO conversion questions/suggestions
 2019-05-28 10:33 UTC  (4+ messages)

[RFC 7/7] mm: madvise support MADV_ANONYMOUS_FILTER and MADV_FILE_FILTER
 2019-05-28 10:33 UTC  (13+ messages)

[PATCH] grub2: add support to search for partuuid
 2019-05-28 10:27 UTC  (2+ messages)

[PATCHv6 0/4] omapdrm: DSI command mode panel support
 2019-05-28 10:32 UTC  (13+ messages)
` [PATCHv6 3/4] drm/omap: add framedone interrupt support

[PATCH] kvm: add kvm cap values to debugfs
 2019-05-28 10:32 UTC  (2+ messages)

[PATCH v2 1/6] i2c: core: Allow whole core to use i2c_dev_irq_from_resources
 2019-05-28 10:30 UTC  (3+ messages)
` [PATCH v2 2/6] i2c: acpi: Use available IRQ helper functions

[PATCH 0/4] arm64: wire up VM_FLUSH_RESET_PERMS
 2019-05-28 10:29 UTC  (5+ messages)

[Xen-devel] [PATCH v3] x86/altp2m: cleanup p2m_altp2m_lazy_copy
 2019-05-28 10:28 UTC  (3+ messages)
  `  "

[PATCH 1/2] mkfs.f2fs: make extensions list easier to read
 2019-05-28 10:28 UTC  (4+ messages)
` [PATCH 2/2] mkfs.f2fs: make the default extensions list much more sensical

[PATCH v5 00/17] GuC 32.0.3
 2019-05-28 10:28 UTC  (5+ messages)

[PATCH] scripts/decode_stacktrace: Look for modules with .ko.debug extension
 2019-05-28 10:28 UTC  (3+ messages)

[PATCH] drm/amdgpu/display: Fix reload driver error
 2019-05-28 10:28 UTC 

[PATCH] [RFC] Remove bdflush syscall stub
 2019-05-28 10:25 UTC  (5+ messages)

[PATCH 0/7] sched: Remove per rq load array
 2019-05-28 10:24 UTC  (3+ messages)
` [PATCH 2/7] sched/fair: Replace source_load() & target_load() w/ weighted_cpuload()

[PATCH for v5.0.x] btrfs: honor path->skip_locking in backref code
 2019-05-28 10:23 UTC 

[PATCH 0/8] perf/x86: Rework msr probe interface
 2019-05-28 10:22 UTC  (3+ messages)

[PATCH] arm64/module: revert to unsigned interpretation of ABS16/32 relocations
 2019-05-28 10:20 UTC  (3+ messages)

[Bug 110635] briefly flashing corruption when playing various OGL games
 2019-05-28 10:21 UTC  (2+ messages)

[PATCH v2 00/10] R-Car DU: LVDS dual-link mode support
 2019-05-28 10:20 UTC  (3+ messages)

[PATCH] usb: dwc3: Enable the USB snooping
 2019-05-28 10:19 UTC  (7+ messages)

[PATCH] btrfs: honor path->skip_locking in backref code
 2019-05-28 10:18 UTC 

[U-Boot] [PATCH v4] riscv: Add Microchip MPFS Icicle board support
 2019-05-28 10:17 UTC 

test VIDIOC_G/S_PARM: FAIL on stable 4.14, 4.9 and 4.4
 2019-05-28 10:16 UTC  (4+ messages)

GIT issue while cloning (fatal: pack is corrupted (SHA1 mismatch)) !!!
 2019-05-28 10:16 UTC  (2+ messages)

[PATCH 0/2] drm: imx: Add NWL MIPI DSI host controller support
 2019-05-28 10:16 UTC  (11+ messages)
      ` [EXT] "

[PATCH] btrfs: honor path->skip_locking in backref code
 2019-05-28 10:15 UTC 

[RFC] printk/sysrq: Don't play with console_loglevel
 2019-05-28 10:15 UTC  (6+ messages)

[PATCH 0/2] request-pull: warn if the remote object is not the same as the local one
 2019-05-28 10:15 UTC  (3+ messages)
` [PATCH 1/2] request-pull: quote regex metacharacters in local ref
` [PATCH 2/2] request-pull: warn if the remote object is not the same as the local one

[Qemu-devel] [PULL 00/28] testing/next (system tests, docker, iotests)
 2019-05-28  9:49 UTC  (19+ messages)
` [Qemu-devel] [PULL 09/28] target/mips: only build mips-semi for softmmu
` [Qemu-devel] [PULL 11/28] MAINTAINERS: update for semihostings new home
` [Qemu-devel] [PULL 12/28] tests/docker: add ubuntu 18.04
` [Qemu-devel] [PULL 14/28] tests/tcg/multiarch: add support for multiarch system tests
` [Qemu-devel] [PULL 15/28] tests/tcg/multiarch: add hello world system test
` [Qemu-devel] [PULL 16/28] editorconfig: add settings for .s/.S files
` [Qemu-devel] [PULL 17/28] tests/tcg/aarch64: add system boot.S
` [Qemu-devel] [PULL 18/28] tests/tcg/multiarch: move the system memory test
` [Qemu-devel] [PULL 19/28] tests/tcg/minilib: support %c format char
` [Qemu-devel] [PULL 20/28] tests/tcg/multiarch: expand system memory test to cover more
` [Qemu-devel] [PULL 21/28] tests/tcg/alpha: add system boot.S
` [Qemu-devel] [PULL 22/28] .travis.yml: enable aarch64-softmmu and alpha-softmmu tcg tests
` [Qemu-devel] [PULL 23/28] Makefile: fix coverage-report reference to BUILD_DIR
` [Qemu-devel] [PULL 24/28] Makefile: include per-target build directories in coverage report
` [Qemu-devel] [PULL 25/28] Makefile.target: support per-target coverage reports
` [Qemu-devel] [PULL 26/28] tests/qemu-iotests/group: Re-use the "auto" group for tests that can always run
` [Qemu-devel] [PULL 27/28] tests/qemu-iotests: re-format output to for make check-block
` [Qemu-devel] [PULL 28/28] tests: Run the iotests during "make check" again

[dpdk-dev] [PATCH 0/2] net/mlx5: remove TCF support from PMD
 2019-05-28 10:14 UTC  (2+ messages)
` [dpdk-dev] [PATCH 1/2] net/mlx5: fix testpmd crash on null-flow drv opts

[PATCH] drm/amdgpu:Fix the unpin warning about csb buffer
 2019-05-28 10:13 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] efi_loader: bootmgr: print a message when loading from BootNext failed
 2019-05-28 10:13 UTC 

[PATCH v3 0/4] synquacer: implement ACPI gpio/interrupt support
 2019-05-28 10:12 UTC  (9+ messages)
` [PATCH v3 1/4] acpi/irq: implement helper to create hierachical domains
` [PATCH v3 3/4] irqchip/exiu: implement ACPI support

[PATCH v10 0/5] Add ARMv8.3 pointer authentication for kvm guest
 2019-05-28 10:11 UTC  (8+ messages)
` [kvmtool PATCH v10 5/5] KVM: arm/arm64: Add a vcpu feature for pointer authentication

meta-sunxi maintained?
 2019-05-28 10:11 UTC  (8+ messages)
            ` [yocto] "

[CI] drm/i915: Keep user GGTT alive for a minimum of 250ms
 2019-05-28 10:11 UTC  (5+ messages)

[PATCH V5] ARM: mach-shmobile: Don't init CNTVOFF/counter if PSCI is available
 2019-05-28 10:10 UTC  (3+ messages)

[PATCH] grub2: add read_hook to blocklists
 2019-05-28 10:09 UTC  (2+ messages)

[PATCH] drm/amdgpu: reserve stollen vram for raven series
 2019-05-28 10:08 UTC  (2+ messages)

netdev_alloc_skb is failing for 16k length
 2019-05-28 10:08 UTC  (3+ messages)

[PATCH 1/2] fork: add clone6
 2019-05-28 10:08 UTC  (5+ messages)

[dpdk-dev] [PATCH] crypto/qat: set message field to zero in sym SGL case
 2019-05-28 10:07 UTC 

[PATCH 0/5] pci: expand usage of pci_sbdf_t
 2019-05-28 10:05 UTC  (8+ messages)
` [PATCH 3/5] pci: switch pci_conf_{read/write} to use pci_sbdf_t
        ` [Xen-devel] "

[U-Boot] [PATCH] usb: dwc3: Handle case where setup_phy is not needed
 2019-05-28 10:06 UTC  (7+ messages)

[PATCH 0/3] brcmfmac: sdio: Deal better w/ transmission errors waking from sleep
 2019-05-28 10:04 UTC  (4+ messages)
` [PATCH 2/3] mmc: core: API for temporarily disabling auto-retuning due to errors

[PATCH 1/2 v3] serial: mctrl_gpio: Check if GPIO property exisits before requesting it
 2019-05-28 10:03 UTC  (4+ messages)
` [PATCH 2/2 v3] tty/serial/8250: use mctrl_gpio helpers

[PATCH net-next 0/5] phylink/sfp updates
 2019-05-28 10:02 UTC  (3+ messages)
` [PATCH net-next 2/5] net: phylink: support for link gpio interrupt

[PATCH net-next] team: add ethtool get_link_ksettings
 2019-05-28 10:02 UTC  (3+ messages)

[PATCH v3 0/4] net: phy: dp83867: add some fixes
 2019-05-28 10:00 UTC  (5+ messages)
` [PATCH v3 1/4] net: phy: dp83867: fix speed 10 in sgmii mode
` [PATCH v3 2/4] net: phy: dp83867: increase SGMII autoneg timer duration
` [PATCH v3 3/4] net: phy: dp83867: do not call config_init twice
` [PATCH v3 4/4] net: phy: dp83867: Set up RGMII TX delay

[PATCH] elfutils: fix ptest failures
 2019-05-28 10:01 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2] i2c: i801: Register optional lis3lv02d i2c device on Dell machines
 2019-05-28 10:00 UTC  (12+ messages)

git filter-branch re-write history over a range of commits did notwork
 2019-05-28  9:59 UTC  (3+ messages)

[PATCH v2 0/2] close_range()
 2019-05-28  9:57 UTC  (4+ messages)
` [PATCH v2 2/2] tests: add close_range() tests

[PATCH v3 0/3] Fix issues with phy configurations in am65x MMC driver
 2019-05-28  9:59 UTC  (8+ messages)
` [PATCH v3 1/3] mmc: sdhci_am654: Fix SLOTTYPE write
` [PATCH v3 2/3] mmc: sdhci_am654: Improve whitespace utilisation with regmap_*() calls
` [PATCH v3 3/3] mmc: sdhci_am654: Print error message if the DLL fails to lock

[PATCH] riscv: Fix udelay in RV32
 2019-05-28  9:26 UTC 

[U-Boot] [PATCH] riscv: add Kconfig entries for the F and D ISA extensions support
 2019-05-28  9:58 UTC  (8+ 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.