All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-03-15 12:09:44 to 2017-03-15 13:07:07 UTC [more...]

[Qemu-devel] [PATCH for-2.9 00/47] qapi: Put type information back into QMP documentation
 2017-03-15 13:06 UTC  (11+ messages)
` [Qemu-devel] [PATCH for-2.9 26/47] qapi2texi: Generate reference to base type members
` [Qemu-devel] [PATCH for-2.9 31/47] qapi: Fix detection of doc / expression mismatch

[Bug 99553] Tracker bug for runnning OpenCL applications on Clover
 2017-03-15 13:06 UTC  (2+ messages)

[Qemu-devel] [PATCH v3] memory: reduce heap Rss size around 3M
 2017-03-15 13:39 UTC  (5+ messages)

[PATCH 1/2] drm/radeon/si: add dpm quirk for Oland
 2017-03-15 13:05 UTC  (6+ messages)
` [PATCH 2/2] drm/amdgpu/si: "

[PATCH] drm/etnaviv: add etnaviv cooling device
 2017-03-15 13:03 UTC  (3+ messages)

[PATCH 0/3] mm/fs: get PG_error out of the writeback reporting business
 2017-03-15 13:03 UTC  (3+ messages)
` [RFC PATCH] mm: retry writepages() on ENOMEM when doing an data integrity writeback

[PATCH 0/7] net, netfilter refcounter conversions
 2017-03-15 13:02 UTC  (2+ messages)

[GIT PULL] intel_th: Fixes for char-misc-linus
 2017-03-15 13:00 UTC 

[PATCH] igb_uio: support devices with at least 1 bar defined
 2017-03-15 13:01 UTC  (3+ messages)

[Qemu-devel] [PATCH v2] coverity-model: model address_space_read/write
 2017-03-15 13:01 UTC  (5+ messages)

Commiting files larger than 4 GB on Windows
 2017-03-15 13:00 UTC 

[Qemu-devel] [PATCH v3 1/2] X86: Move rdmsr/wrmsr functionality to standalone functions
 2017-03-15 12:59 UTC  (3+ messages)

[RFC v3 0/5] Add capacity capping support to the CPU controller
 2017-03-15 12:59 UTC  (7+ messages)
` [RFC v3 5/5] sched/{core,cpufreq_schedutil}: add capacity clamping for RT/DL tasks

[PATCH v2] clk: tegra: add Tegra210 special resets
 2017-03-15 12:59 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] trace: ensure $(tracetool-y) is defined in top level makefile
 2017-03-15 12:59 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 for-2.9 00/47] qapi: Put type information back into QMP documentation
 2017-03-15 12:57 UTC  (48+ messages)
` [Qemu-devel] [PATCH v2 for-2.9 01/47] qapi: Factor QAPISchemaParser._include() out of .__init__()
` [Qemu-devel] [PATCH v2 for-2.9 02/47] qapi: Make doc comments optional where we don't need them
` [Qemu-devel] [PATCH v2 for-2.9 03/47] qapi: Back out doc comments added just to please qapi.py
` [Qemu-devel] [PATCH v2 for-2.9 04/47] docs/qapi-code-gen.txt: Drop confusing reference to 'gen'
` [Qemu-devel] [PATCH v2 for-2.9 05/47] qapi: Have each QAPI schema declare its returns white-list
` [Qemu-devel] [PATCH v2 for-2.9 06/47] qapi: Have each QAPI schema declare its name rule violations
` [Qemu-devel] [PATCH v2 for-2.9 07/47] qapi: Clean up build of generated documentation
` [Qemu-devel] [PATCH v2 for-2.9 08/47] tests/qapi-schema: Cover empty union base
` [Qemu-devel] [PATCH v2 for-2.9 09/47] qapi: Fix to reject empty union base gracefully
` [Qemu-devel] [PATCH v2 for-2.9 10/47] qapi2texi: Fix up output around #optional
` [Qemu-devel] [PATCH v2 for-2.9 11/47] qapi: Avoid unwanted blank lines in QAPIDoc
` [Qemu-devel] [PATCH v2 for-2.9 12/47] qapi/rocker: Fix up doc comment notes on optional members
` [Qemu-devel] [PATCH v2 for-2.9 13/47] qapi: Fix QAPISchemaEnumType.is_implicit() for 'QType'
` [Qemu-devel] [PATCH v2 for-2.9 14/47] qapi: Prepare for requiring more complete documentation
` [Qemu-devel] [PATCH v2 for-2.9 15/47] qapi: Conjure up QAPIDoc.ArgSection for undocumented members
` [Qemu-devel] [PATCH v2 for-2.9 16/47] qapi2texi: Convert to QAPISchemaVisitor
` [Qemu-devel] [PATCH v2 for-2.9 17/47] qapi: The #optional tag is redundant, drop
` [Qemu-devel] [PATCH v2 for-2.9 18/47] qapi: Use raw strings for regular expressions consistently
` [Qemu-devel] [PATCH v2 for-2.9 19/47] qapi: Prefer single-quoted strings more consistently
` [Qemu-devel] [PATCH v2 for-2.9 20/47] qapi2texi: Plainer enum value and member name formatting
` [Qemu-devel] [PATCH v2 for-2.9 21/47] qapi2texi: Present the table of members more clearly
` [Qemu-devel] [PATCH v2 for-2.9 22/47] qapi2texi: Explain enum value undocumentedness "
` [Qemu-devel] [PATCH v2 for-2.9 23/47] qapi2texi: Don't hide undocumented members and arguments
` [Qemu-devel] [PATCH v2 for-2.9 24/47] qapi2texi: Implement boxed argument documentation
` [Qemu-devel] [PATCH v2 for-2.9 25/47] qapi2texi: Include member type in generated documentation
` [Qemu-devel] [PATCH v2 for-2.9 26/47] qapi2texi: Generate reference to base type members
` [Qemu-devel] [PATCH v2 for-2.9 27/47] qapi2texi: Generate documentation for variant members
` [Qemu-devel] [PATCH v2 for-2.9 28/47] qapi2texi: Generate descriptions for simple union tags
` [Qemu-devel] [PATCH v2 for-2.9 29/47] qapi2texi: Use category "Object" for all object types
` [Qemu-devel] [PATCH v2 for-2.9 30/47] tests/qapi-schema: Improve doc / expression mismatch coverage
` [Qemu-devel] [PATCH v2 for-2.9 31/47] qapi: Fix detection of doc / expression mismatch
` [Qemu-devel] [PATCH v2 for-2.9 32/47] qapi: Move detection of doc / expression name mismatch
` [Qemu-devel] [PATCH v2 for-2.9 33/47] qapi: Improve error message on @NAME: in free-form doc
` [Qemu-devel] [PATCH v2 for-2.9 34/47] qapi: Move empty doc section checking to doc parser
` [Qemu-devel] [PATCH v2 for-2.9 35/47] tests/qapi-schema: Rename doc-bad-args to doc-bad-command-arg
` [Qemu-devel] [PATCH v2 for-2.9 36/47] tests/qapi-schema: Improve coverage of bogus member docs
` [Qemu-devel] [PATCH v2 for-2.9 37/47] qapi: Fix detection of bogus member documentation
` [Qemu-devel] [PATCH v2 for-2.9 38/47] qapi: Eliminate check_docs() and drop QAPIDoc.expr
` [Qemu-devel] [PATCH v2 for-2.9 39/47] qapi: Drop unused variable events
` [Qemu-devel] [PATCH v2 for-2.9 40/47] qapi: Simplify what gets stored in enum_types
` [Qemu-devel] [PATCH v2 for-2.9 41/47] qapi: Factor add_name() calls out of the meta conditional
` [Qemu-devel] [PATCH v2 for-2.9 42/47] qapi: enum_types is a list used like a dict, make it one
` [Qemu-devel] [PATCH v2 for-2.9 43/47] qapi: struct_types "
` [Qemu-devel] [PATCH v2 for-2.9 44/47] qapi: union_types "
` [Qemu-devel] [PATCH v2 for-2.9 45/47] qapi: Drop unused .check_clash() parameter schema
` [Qemu-devel] [PATCH v2 for-2.9 46/47] qapi: Make pylint a bit happier
` [Qemu-devel] [PATCH v2 for-2.9 47/47] qapi: Fix a misleading parser error message

[PATCH v3] mbuf: use pktmbuf helper to create the pool
 2017-03-15 12:57 UTC  (3+ messages)
` [PATCH v4] "

[early RFC] ARM PCI Passthrough design document
 2017-03-15 12:56 UTC  (12+ messages)

[PATCH] arm: install.sh: don't use /sbin/install if cross-compiling
 2017-03-15 12:55 UTC  (2+ messages)

Timeout in denali.c on Micron nandflash (Altera SoC)
 2017-03-15 12:53 UTC  (4+ messages)

[RFC PATCH] rework memory hotplug onlining
 2017-03-15 12:53 UTC  (6+ messages)
  ` ZONE_NORMAL vs. ZONE_MOVABLE (was: Re: [RFC PATCH] rework memory hotplug onlining)
    ` ZONE_NORMAL vs. ZONE_MOVABLE

net/sctp: recursive locking in sctp_do_peeloff
 2017-03-15 12:52 UTC  (6+ messages)

[PATCH RFC 0/7] ARM64: KVM: Cross type vCPU support
 2017-03-15 12:51 UTC  (6+ messages)
` [PATCH RFC 6/7] ARM64: KVM: Support heterogeneous system

[PATCH v6 00/14] mmc: Add support to Marvell Xenon SD Host Controller
 2017-03-15 12:48 UTC  (9+ messages)
` [PATCH v6 03/14] mmc: core: Add mmc-card dt sub-node parse in core layer
` [PATCH v6 07/14] dt: bindings: Add bindings for Marvell Xenon SD Host Controller

[PATCH v3] drm/i915/guc: Use formalized struct definition for ads object
 2017-03-15 12:46 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/guc: Use formalized struct definition for ads object (rev5)

[PATCH 1/3] rpm: add support for remote package feeds via PACKAGE_FEED_URIS variable
 2017-03-15 12:44 UTC  (4+ messages)

stable build: 203 builds: 3 failed, 200 passed, 5 errors, 28 warnings (v4.9.13)
 2017-03-15 12:44 UTC  (3+ messages)

Backport / cherrypick request for xen 4.8.1 patches fixing direct kernel boot regression
 2017-03-15 12:44 UTC  (3+ messages)

[PATCH v3 0/2] ethdev: abstraction layer for QoS hierarchical scheduler
 2017-03-15 12:43 UTC  (4+ messages)
` [PATCH v3 2/2] ethdev: add hierarchical scheduler API

Future x86 emulator direction
 2017-03-15 12:42 UTC  (15+ messages)

stable build: 199 builds: 1 failed, 198 passed, 1 error, 31 warnings (v4.4.52)
 2017-03-15 12:42 UTC  (3+ messages)

[PATCH] f2fs: fix a problem of a truncated inmem page
 2017-03-15 12:45 UTC 

[PATCH v4] mm/vmscan: more restrictive condition for retry in do_try_to_free_pages
 2017-03-15 12:41 UTC  (3+ messages)

[PATCH] clk: tegra: add Tegra210 special resets
 2017-03-15 12:41 UTC  (2+ messages)

[PATCH 0/2] blk-mq: dying queue fix & improvement
 2017-03-15 12:40 UTC  (5+ messages)
` [PATCH 1/2] blk-mq: don't complete un-started request in timeout handler

what shell programming constructs can we count on in .bbclass files?
 2017-03-15 12:40 UTC  (3+ messages)

[PATCH 0/5] drm/tinydrm: Add tinydrm_panel abstraction
 2017-03-15 12:39 UTC  (7+ messages)
` [PATCH 1/5] drm/tinydrm: Add tinydrm_rgb565_buf_copy()

[PATCH] ARM: tegra: Select SOC_TEGRA_PMC to fix linking error
 2017-03-15 12:39 UTC  (4+ messages)

Getting "Wrong diagnostic page; asked for 7 got 0" error message on HBA's virtual SES device
 2017-03-15 12:38 UTC  (2+ messages)

[PATCH 1/4] crypto: powerpc - Factor out the core CRC vpmsum algorithm
 2017-03-15 12:37 UTC  (4+ messages)
` [PATCH 2/4] crypto: powerpc - Re-enable non-REFLECTed CRCs
` [PATCH 3/4] crypto: powerpc - Add CRC-T10DIF acceleration
` [PATCH 4/4] crypto: powerpc - Stress test for vpmsum implementations

MDS dir split size threshold
 2017-03-15 12:38 UTC  (3+ messages)

[Buildroot] [PATCH] mariadb: security bump to version 10.1.22
 2017-03-15 12:38 UTC  (2+ messages)

[Buildroot] [git commit] mariadb: security bump to version 10.1.22
 2017-03-15 12:37 UTC 

[Buildroot] [git commit] jasper: add upstream security fix
 2017-03-15 12:37 UTC 

[Buildroot] [git commit] jasper: add upstream security fix for CVE-2017-6850
 2017-03-15 12:37 UTC 

[Buildroot] [PATCH 1/2] jasper: add upstream security fix for CVE-2017-6850
 2017-03-15 12:37 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] jasper: add upstream security fix

[Buildroot] [PATCH] pax-utils: bump version to 1.2.2
 2017-03-15 12:37 UTC  (2+ messages)

[Buildroot] [git commit] pax-utils: bump version to 1.2.2
 2017-03-15 12:37 UTC 

[Buildroot] [PATCH v2 1/2] linux: bump default to version 4.10.3
 2017-03-15 12:36 UTC  (4+ messages)
` [Buildroot] [PATCH v2 2/2] linux-headers: bump 4.{4, 9, 10}.x series

[PATCH] sched: write better comments for weight calculations
 2017-03-15 12:35 UTC  (3+ messages)

[Buildroot] [git commit] linux-headers: bump 4.{4, 9, 10}.x series
 2017-03-15 12:36 UTC 

[PATCH] net/vmxnet3: fix queue size changes
 2017-03-15 12:35 UTC  (8+ messages)

"Hello Xen Project" Book
 2017-03-15 12:34 UTC 

[Buildroot] [git commit] linux: bump default to version 4.10.3
 2017-03-15 12:34 UTC 

[PATCH] drm/exynos: Print kernel pointers in a restricted form
 2017-03-15 12:33 UTC  (10+ messages)

[Buildroot] [PATCH] rpm: bump version to 4.13.0.1 (security)
 2017-03-15 12:33 UTC  (2+ messages)

[PATCH] net/mlx5: limit flow API rules to one tunnel
 2017-03-15 12:32 UTC 

[xen-unstable-smoke test] 106690: tolerable trouble: broken/fail/pass - PUSHED
 2017-03-15 12:32 UTC 

[Buildroot] [git commit] rpm: bump version to 4.13.0.1 (security)
 2017-03-15 12:32 UTC 

[kvm-unit-tests PATCH] Use /bin/env in shebang to make scripts more portable
 2017-03-15 12:31 UTC  (3+ messages)

[Buildroot] [git commit] screen: bump version to 4.5.1
 2017-03-15 12:31 UTC 

[RFC nfs-utils PATCH] nfsdcltrack: cluster mode
 2017-03-15 12:30 UTC  (5+ messages)

[Buildroot] [PATCH] screen: bump version to 4.5.1
 2017-03-15 12:30 UTC  (2+ messages)

[Buildroot] [PATCH] moarvm: bump version to 2017.02
 2017-03-15 12:30 UTC  (2+ messages)

[Buildroot] [git commit] moarvm: bump version to 2017.02
 2017-03-15 12:30 UTC 

[Buildroot] [PATCH 1/2] linux-headers: bump 4.{4, 9, 10}.x and 3.12.x series
 2017-03-15 12:29 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] linux: bump default to version 4.10.2

[PATCHv2] ccache: Disable CCACHE_HASHDIR by default
 2017-03-15 12:29 UTC 

ANNOUNCE: New Talk: Story of a Network Virtualization and it's future in Software and in Hardware
 2017-03-15 12:28 UTC  (2+ messages)

[Buildroot] [git commit] linux-headers: bump 4.{4, 9, 10}.x and 3.12.x series
 2017-03-15 12:28 UTC 

[PATCH v4.9] sched/fair: Overload-On-Wakeup fix
 2017-03-15 12:26 UTC  (2+ messages)

Some inline debloating, 4.11 edition
 2017-03-15 12:27 UTC  (6+ messages)
` [PATCH 4/7] kref: Remove WARN_ON for NULL release functions
` [PATCH 6/7] megasas: Remove expensive inline from megasas_return_cmd

List of packages in image and their Licenses
 2017-03-15 12:27 UTC  (2+ messages)

[PATCH v4 16/16] ACPI / DSD: Document references, ports and endpoints
 2017-03-15 12:26 UTC  (5+ messages)

Request for including dbd5c8c9a288 ("xfs: pass total block res. as total xfs_bmapi_write() parameter") into stable
 2017-03-15 12:24 UTC  (2+ messages)
` xfs: pass total block res. as total xfs_bmapi_write() parameter

[PATCH v2 00/15] Exynos MFC v6+ - remove the need for the reserved memory
 2017-03-15 12:25 UTC  (4+ messages)

[PATCH 00/35] treewide trivial patches converting pr_warning to pr_warn
 2017-03-15 12:23 UTC  (7+ messages)
` [PATCH 23/35] drivers/mfd: Convert remaining uses of "

[PATCH v2 0/6] powerpc/perf: Export memory hierarchy level
 2017-03-15 12:23 UTC  (11+ messages)
` [PATCH v2 1/6] powerpc/perf: Define big-endian version of perf_mem_data_src

[PATCH v2] examples/ip_fragmentation: fix check of packet type
 2017-03-15 12:23 UTC  (2+ messages)

[ANNOUNCE] intel-gpu-tools 1.18
 2017-03-15 12:23 UTC  (2+ messages)

Where to start C-programming open source?
 2017-03-15 12:23 UTC  (4+ messages)

[bug report] dm: add integrity target
 2017-03-15 12:23 UTC  (2+ messages)

[PATCH] i2c: tegra-bpmp: Enable Tegra BPMP I2C adapter
 2017-03-15 12:20 UTC  (2+ messages)

[PATCH] Bluetooth: hci_bcm: Fix clock (un)prepare
 2017-03-15 12:20 UTC  (2+ messages)

[PATCH 0/7] memory: atmel-ebi: Add PM ops
 2017-03-15 12:19 UTC  (6+ messages)
` [PATCH 1/7] mfd: syscon: atmel-smc: Add new helpers to ease SMC regs manipulation

[arm:sa1100 73/112] arch/arm/mach-pxa/colibri-pxa320.c:98:15: error: variable 'colibri_pxa320_pcmcia_lookup_table' has initializer but incomplete type
 2017-03-15 12:18 UTC 

[Buildroot] [PATCH 1/3] libgtk3: remove non-existent configure options
 2017-03-15 12:17 UTC  (7+ messages)
` [Buildroot] [PATCH 2/3] libgtk3: gdk-wayland backend depends on libX11

[PATCH] drm/i915: update the firmware download URL
 2017-03-15 12:17 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH RESEND 1/4] mfd: arizona: Remove duplicate set of ret variable
 2017-03-15 12:17 UTC  (5+ messages)
` [PATCH RESEND 4/4] mfd: arizona: Use regmap_read_poll_timeout instead of hard coding it

[PATCH] clk: stm32h7: Add stm32h743 clock driver
 2017-03-15 12:15 UTC  (4+ messages)

[PATCH v4 00/18] add support for AXP20X and AXP22X power supply drivers
 2017-03-15 12:14 UTC  (4+ messages)

[kernel-hardening] arch: arm: bpf: Converting cBPF to eBPF for arm 32 bit
 2017-03-15 12:13 UTC  (7+ messages)
` [kernel-hardening] "
          `  "

[U-Boot] [PATCH] Ensure device tree DTS is compiled
 2017-03-15 12:12 UTC  (3+ messages)

[PATCH v4 0/5] phy/mfd/soc: exynos: Header cleanup
 2017-03-15 12:12 UTC  (6+ messages)
` [PATCH v4 4/5] mfd: exynos-lpass: Use common soc/exynos-regs-pmu.h header

[rtc-linux] [PATCH v3 1/4] mfd: cros_ec: Add helper for event notifier
 2017-03-15 12:10 UTC  (8+ messages)
` [rtc-linux] [PATCH v3 4/4] mfd: cros_ec: add RTC as mfd subdevice
  ` [rtc-linux] "
          `  "

[PATCH net-next v3] net: ipv4: add support for ECMP hash policy choice
 2017-03-15 12:10 UTC  (2+ messages)

[RFC v4 00/21] ath10k sdio and usb support
 2017-03-15 12:09 UTC  (7+ messages)
` [RFC v4 06/21] ath10k: sdio support


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.