All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-03-21 11:50:20 to 2018-03-21 12:53:14 UTC [more...]

[PATCH v3 0/7] xen/x86: various XPTI speedups
 2018-03-21 12:51 UTC  (8+ messages)
` [PATCH v3 1/7] x86/xpti: avoid copying L4 page table contents when possible
` [PATCH v3 2/7] x86/xpti: don't flush TLB twice when switching to 64-bit pv context
` [PATCH v3 3/7] xen/x86: support per-domain flag for xpti
` [PATCH v3 4/7] xen/x86: use invpcid for flushing the TLB
` [PATCH v3 5/7] xen/x86: disable global pages for domains with XPTI active
` [PATCH v3 6/7] xen/x86: use flag byte for decision whether xen_cr3 is valid
` [PATCH v3 7/7] xen/x86: use PCID feature

[Qemu-devel] ihw/rdma: Implementation of Query QP verb
 2018-03-21 12:53 UTC  (2+ messages)

[PATCH v6 4/4] doc: add details on ethdev offloads API
 2018-03-21 12:52 UTC  (15+ messages)
` [PATCH] doc: update new ethdev offload API description

[Qemu-devel] [PATCH 0/3] tests: trivial enhancements for OOB
 2018-03-21 12:52 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/3] tests: let qapi-schema tests detect oob
` [Qemu-devel] [PATCH 2/3] tests: add oob-test for qapi-schema

[PATCH 0/4] vfio: ccw: error handling fixes and improvements
 2018-03-21 12:49 UTC  (3+ messages)
` [PATCH 1/4] vfio: ccw: fix cleanup if cp_prefetch fails

[PATCH] net/mlx5: setup RSS regardless of queue count
 2018-03-21 12:47 UTC  (6+ messages)
` [PATCH v2] "

[Qemu-devel] [PATCH v3 00/49] qapi: add #if pre-processor conditions to generated code
 2018-03-21 12:47 UTC  (51+ messages)
` [Qemu-devel] [PATCH v3 01/49] qapi/visit: remove useless prefix argument
` [Qemu-devel] [PATCH v3 02/49] qapi/events: generate event enum in main module
` [Qemu-devel] [PATCH v3 03/49] qapi: add 'if' to top-level expressions
` [Qemu-devel] [PATCH v3 04/49] qapi: pass 'if' condition into QAPISchemaEntity objects
` [Qemu-devel] [PATCH v3 05/49] qapi: leave the ifcond attribute undefined until check()
` [Qemu-devel] [PATCH v3 06/49] qapi: add 'ifcond' to visitor methods
` [Qemu-devel] [PATCH v3 07/49] qapi: mcgen() shouldn't indent # lines
` [Qemu-devel] [PATCH v3 08/49] qapi: add #if/#endif helpers
` [Qemu-devel] [PATCH v3 09/49] qapi-introspect: modify to_qlit() to append ', ' on level > 0
` [Qemu-devel] [PATCH v3 10/49] qapi-introspect: add preprocessor conditions to generated QLit
` [Qemu-devel] [PATCH v3 11/49] qapi/commands: add #if conditions to commands
` [Qemu-devel] [PATCH v3 12/49] qapi/events: add #if conditions to events
` [Qemu-devel] [PATCH v3 13/49] qapi-types: refactor variants handling
` [Qemu-devel] [PATCH v3 14/49] qapi-types: add #if conditions to types & visitors
` [Qemu-devel] [PATCH v3 15/49] qapi: do not define enumeration value explicitely
` [Qemu-devel] [PATCH v3 16/49] qapi: rename QAPISchemaEnumType.values to .members
` [Qemu-devel] [PATCH v3 17/49] qapi: change enum visitor to take QAPISchemaMember
` [Qemu-devel] [PATCH v3 18/49] tests: modify visit_enum_type() in test-qapi to print members
` [Qemu-devel] [PATCH v3 19/49] qapi: factor out check_known_keys()
` [Qemu-devel] [PATCH v3 20/49] qapi: add a dictionnary form with 'name' key for enum members
` [Qemu-devel] [PATCH v3 21/49] qapi: add 'if' to "
` [Qemu-devel] [PATCH v3 22/49] qapi-event: add 'if' condition to implicit event enum
` [Qemu-devel] [PATCH v3 23/49] qapi: rename allow_dict to allow_implicit
` [Qemu-devel] [PATCH v3 24/49] qapi: add a dictionary form with 'type' key for members
` [Qemu-devel] [PATCH v3 25/49] qapi: add 'if' to implicit struct members
` [Qemu-devel] [PATCH v3 26/49] qapi: add an error in case a discriminator is conditionnal
` [Qemu-devel] [PATCH v3 27/49] qapi: add 'if' on union members
` [Qemu-devel] [PATCH v3 28/49] qapi: add 'if' to alternate members
` [Qemu-devel] [PATCH v3 29/49] qapi: add #if conditions to generated code members
` [Qemu-devel] [PATCH v3 30/49] docs: document schema configuration
` [Qemu-devel] [PATCH v3 31/49] qapi2texi: add 'If:' section to generated documentation
` [Qemu-devel] [PATCH v3 32/49] qapi2texi: add 'If:' condition to enum values
` [Qemu-devel] [PATCH v3 33/49] qapi2texi: add 'If:' condition to struct members
` [Qemu-devel] [PATCH v3 34/49] qapi2texi: add condition to variants
` [Qemu-devel] [PATCH v3 35/49] qapi: add conditions to VNC type/commands/events on the schema
` [Qemu-devel] [PATCH v3 36/49] qapi: add conditions to SPICE "
` [Qemu-devel] [PATCH v3 37/49] qapi: add conditions to REPLICATION type/commands "
` [Qemu-devel] [PATCH v3 38/49] build-sys: move qmp-introspect per target
` [Qemu-devel] [PATCH v3 39/49] qapi-commands: don't initialize command list in qmp_init_marshall()
` [Qemu-devel] [PATCH v3 40/49] RFC: qapi: learn to split schema by 'top-unit'
` [Qemu-devel] [PATCH v3 41/49] qapi: add a top-unit 'target' schema
` [Qemu-devel] [PATCH v3 42/49] qapi: make rtc-reset-reinjection and SEV depend on TARGET_I386
` [Qemu-devel] [PATCH v3 43/49] qapi: make s390 commands depend on TARGET_S390X
` [Qemu-devel] [PATCH v3 44/49] target.json: add a note about query-cpu* not being s390x-specific
` [Qemu-devel] [PATCH v3 45/49] qapi: make query-gic-capabilities depend on TARGET_ARM
` [Qemu-devel] [PATCH v3 46/49] qapi: make query-cpu-model-expansion depend on s390 or x86
` [Qemu-devel] [PATCH v3 47/49] qapi: make query-cpu-definitions depend on specific targets
` [Qemu-devel] [PATCH v3 48/49] qapi: remove qmp_unregister_command()
` [Qemu-devel] [PATCH v3 49/49] RFC: make RTC_CHANGE per-target

[PATCH] doc: clarify non-recursion for ignore paths like `foo/`
 2018-03-21 12:46 UTC  (6+ messages)

[Qemu-devel] [PATCH] dump: display cause of write failure
 2018-03-21 12:42 UTC  (2+ messages)

[PATCH 00/19] C-SKY(csky) Linux Kernel Port
 2018-03-21 12:41 UTC  (6+ messages)
` [PATCH 15/19] csky: Build infrastructure

[Qemu-devel] [PULL 00/36] QAPI patches for 2018-03-12, 2.12 softfreeze
 2018-03-21 12:41 UTC  (4+ messages)
` [Qemu-devel] [PULL 31/36] monitor: enable IO thread for (qmp & !mux) typed

[igt-dev] [PATCH i-g-t] tests/kms_getfb: Add test for getfb
 2018-03-21 12:41 UTC  (2+ messages)

[Bug 198883] New: amdgpu: carrizo: Screen stalls after starting X
 2018-03-21 12:41 UTC  (2+ messages)
` [Bug 198883] "

[Qemu-devel] [PATCH for-2.12] hw/rdma: fix clang compilation errors
 2018-03-21 12:40 UTC 

[RFC PATCH 0/6] Energy Aware Scheduling
 2018-03-21 12:39 UTC  (5+ messages)
` [RFC PATCH 4/6] sched/fair: Introduce an energy estimation helper function

[PATCH 0/5] SPDX license identifiers in all DD drivers
 2018-03-21 12:38 UTC  (2+ messages)

Spectral Scan - Received power computation
 2018-03-21 12:37 UTC  (3+ messages)

[PATCH v11 00/12] vpci: PCI config space emulation
 2018-03-21 12:36 UTC  (7+ messages)
` [PATCH v11 07/12] vpci: add header handlers
` [PATCH v11 09/12] vpci/msi: add MSI handlers
` [PATCH v11 11/12] vpci/msix: add MSI-X handlers

[Qemu-devel] [PATCH] scsi: turn "is this a SCSI device?" into a conditional hint
 2018-03-21 12:35 UTC  (4+ messages)

uvcvideo: Unknown video format,00000032-0002-0010-8000-00aa00389b71
 2018-03-21 12:34 UTC  (5+ messages)

[GSoC] Regarding "Convert scripts to builtins"
 2018-03-21 12:32 UTC  (2+ messages)

[PATCH v3] mm,page_alloc: wait for oom_lock than back off
 2018-03-21 12:31 UTC  (9+ messages)

[RFT][PATCH v7 0/8] sched/cpuidle: Idle loop rework
 2018-03-21 12:31 UTC  (5+ messages)
` [RFT][PATCH v7 5/8] cpuidle: Return nohz hint from cpuidle_select()
  ` [RFT][PATCH v7.1 "

[PATCH v2] xfs: test agfl reset on bad list wrapping
 2018-03-21 12:30 UTC  (2+ messages)

[PATCH] pstore: add zstd compression support
 2018-03-21 12:29 UTC  (3+ messages)
` [PATCH] pstore: rename two compression functions
` [PATCH] pstore: set PSTORE_842_COMPRESS tristate

[RFC PATCH 0/3] kernel: add support for 256-bit IO access
 2018-03-21 12:28 UTC  (10+ messages)
` [RFC PATCH 2/3] x86/io: implement 256-bit IO read and write

[PATCH 4.15 00/52] 4.15.12-stable review
 2018-03-21 12:29 UTC  (3+ messages)

[PATCH] net/ixgbe: fix intr callback unregister by adding retry
 2018-03-21 12:28 UTC 

[PATCH RFC 0/4] optimize memblock_next_valid_pfn() and early_pfn_valid()
 2018-03-21 12:28 UTC  (7+ messages)
` [PATCH 1/4] mm: page_alloc: reduce unnecessary binary search in memblock_next_valid_pfn()
` [PATCH 2/4] mm/memblock: introduce memblock_search_pfn_regions()

[usb-next PATCH] usb: xhci: skip phys initialization of shared hcd
 2018-03-21 12:27 UTC  (7+ messages)
      ` [usb-next] "

[PATCH] f2fs: no need to initialize zero value for GFP_F2FS_ZERO
 2018-03-21 12:25 UTC  (2+ messages)

[PATCH] drm/i915: Skip logging impossible slices
 2018-03-21 12:25 UTC  (7+ messages)
` ✗ Fi.CI.IGT: warning for "

[Qemu-devel] [PATCH v1 0/6] postcopy block time calculation + ppc32 build fix
 2018-03-21 12:24 UTC  (3+ messages)
  ` [Qemu-devel] [PATCH v1 3/6] migration: calculate vCPU blocktime on dst side

[PATCH 1/6] Revert "drm/atomic-helper: Fix leak in disable_all"
 2018-03-21 12:25 UTC  (3+ messages)

[PATCH 1/3] fstests: log-writes: Add support to output human readable flags
 2018-03-21 12:22 UTC  (3+ messages)
` [PATCH 3/3] fstests: generic: Check the fs after each FUA writes

[mm] b1f0502d04: INFO:trying_to_register_non-static_key
 2018-03-21 12:21 UTC  (3+ messages)

[PATCH] externalsrc: do not call make clean for recipes with CLEANBROKEN = "1" set
 2018-03-21 12:20 UTC 

Failed to boot ARM64 boards for recent linux-next
 2018-03-21 12:20 UTC  (19+ messages)

[Qemu-devel] [PATCH for-2.13 0/4] NBD export bitmaps
 2018-03-21 12:19 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] nbd/server: refactor nbd_negotiate_meta_query for several namespaces
` [Qemu-devel] [PATCH 2/4] nbd/server: add nbd_meta_single_query helper
` [Qemu-devel] [PATCH 3/4] nbd/server: implement dirty bitmap export
` [Qemu-devel] [PATCH 4/4] qapi: new qmp command nbd-server-add-bitmap

[xen-unstable-smoke test] 121021: regressions - FAIL
 2018-03-21 12:19 UTC 

[MPTCP] Weekly meeting - 22 March 2018 16:00 UTC (9am PDT, 5pm CEST)
 2018-03-21 12:18 UTC 

[PATCH] staging: fsl-dpaa2: replace simple switch case by if statement
 2018-03-21 12:17 UTC  (3+ messages)

[2/5] usb: typec: fusb302: remove max_snk_* for sink config
 2018-03-21 12:16 UTC  (2+ messages)
` [PATCH 2/5] "

[igt-dev] [PATCH i-g-t] lib: Don't fail if plane IN_FORMATS not present
 2018-03-21 12:15 UTC  (4+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[PATCH 0/5] ARM: clang support
 2018-03-21 12:13 UTC  (4+ messages)
` [PATCH 3/5] ARM: trusted_foundations: do not use naked function

[PATCH - JACK PCM 1/1] jack: Use correct parameter order for snd_pcm_areas_silence()
 2018-03-21 12:11 UTC  (2+ messages)

[RFC PATCH] nvme: avoid race-conditions when enabling devices
 2018-03-21 12:10 UTC  (5+ messages)

[Qemu-devel] [PATCH v3 0/2] i386/kvm: TSC page clocksource for Hyper-V-on-KVM fixes
 2018-03-21 12:10 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 2/2] i386/kvm: lower requirements for Hyper-V frequency MSRs exposure

[PATCH v3] drm/i915/icl: Added ICL 11 slice, subslice and EU fuse detection
 2018-03-21 12:08 UTC  (4+ messages)
` [PATCH v4] "

[Qemu-devel] [PULL v1 0/4] Merge tpm 2018/03/21
 2018-03-21 12:07 UTC  (5+ messages)
` [Qemu-devel] [PULL v1 1/4] tpm: CRB: Set tpmRegValidSts flag to '1' in device reset
` [Qemu-devel] [PULL v1 2/4] tpm: CRB: set registers to 0 by default
` [Qemu-devel] [PULL v1 3/4] tpm: CRB: reset locAssigned upon relinquishing locality
` [Qemu-devel] [PULL v1 4/4] tpm: CRB: query backend for TPM established flag

[PATCH 0/8] ARM: davinci: complete the conversion to using the reset framework
 2018-03-21 12:08 UTC  (18+ messages)
` [PATCH 1/8] reset: modify the way reset lookup works for board files
` [PATCH 2/8] ARM: davinci: dts: make psc0 a reset provider
` [PATCH 3/8] ARM: davinci: dts: add a reset control to the dsp node
` [PATCH 4/8] clk: davinci: add a reset lookup table for psc0
` [PATCH 5/8] remoteproc: da8xx: add the missing checke for clk_enable()
` [PATCH 6/8] remoteproc: da8xx: prepare and unprepare the clock where needed
` [PATCH 7/8] remoteproc: da8xx: use the reset framework
` [PATCH 8/8] clk: davinci: kill davinci_clk_reset_assert/deassert()

pull-request: mac80211 2018-03-21
 2018-03-21 12:06 UTC  (2+ messages)

linux-next: manual merge of the arm64 tree with the asm-generic tree
 2018-03-21 12:06 UTC 

[PATCH] drm: Reject getfb for multi-plane framebuffers
 2018-03-21 12:04 UTC  (4+ messages)

[PATCH 1/4] mkfs.f2fs: update extension lists
 2018-03-21 12:00 UTC  (4+ messages)

[GIT PULL] extcon next for v4.17
 2018-03-21 12:01 UTC  (2+ messages)

dbus-daemon patches review
 2018-03-21 11:58 UTC 

Recent changes (master)
 2018-03-21 12:00 UTC 

[PATCH] drm/amdgpu: re-validate per VM BOs if required
 2018-03-21 12:00 UTC  (5+ messages)

[Bug 105530] Stuttering on Raven Ridge when TearFree is on
 2018-03-21 11:58 UTC 

[PATCH v3] fuse: return -ECONNABORTED on /dev/fuse read after abort
 2018-03-21 11:57 UTC  (3+ messages)
` [PATCH v4] "

[PATCH] arm64/sve: Document firmware support requirements in Kconfig
 2018-03-21 11:54 UTC 

[PATCH] ARC: Improve cmpxchng syscall implementation
 2018-03-21 11:54 UTC  (4+ messages)

RFC: unpinned DMA-buf exporting v2
 2018-03-21 11:54 UTC  (13+ messages)
` [PATCH 1/5] dma-buf: add optional invalidate_mappings callback v2
          ` [Linaro-mm-sig] "

[Buildroot] [PATCH 1/5] tmp2-tss: remove architecture restriction
 2018-03-21 11:54 UTC  (5+ messages)
` [Buildroot] [PATCH 2/5] tmp2-tss: bump to version 1.4.0

[PATCH v3] drm/i915: Use correct reST syntax for WOPCM and GuC kernel-doc diagrams
 2018-03-21 11:53 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/4] tpm: Fix initialization of a few flags of CRB interface
 2018-03-21 11:53 UTC  (3+ messages)

[linux-next test] 120964: regressions - FAIL
 2018-03-21 11:53 UTC 

[PATCH] drm/i915/execlists: Use a locked clear_bit() for synchronisation with interrupt
 2018-03-21 11:51 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[RFC][PATCH] xfs: adjust size/used/avail information for quota-df
 2018-03-21 11:51 UTC  (7+ messages)

HW question: i210 vs. BCM5461S over SGMII: no response from PHY to MDIO requests?
 2018-03-21 11:50 UTC 

linux-next: Signed-off-bys missing for commit in the microblaze tree
 2018-03-21 11:50 UTC  (2+ 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.