All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-08-23 15:59:22 to 2018-08-23 16:52:18 UTC [more...]

[RFC 00/10] vhost: add postcopy live-migration support
 2018-08-23 16:51 UTC  (7+ messages)
` [RFC 01/10] vhost: define postcopy protocol flag
` [RFC 02/10] vhost: add number of fds to vhost-user messages and use it
` [RFC 03/10] vhost: enable fds passing when sending vhost-user messages
` [RFC 04/10] vhost: introduce postcopy's advise message
` [RFC 05/10] vhost: add support for postcopy's listen message
` [RFC 06/10] vhost: register new regions with userfaultfd

[PATCH] sched/fair: vruntime should normalize when switching from fair
 2018-08-23 16:52 UTC  (3+ messages)

[PATCH] scripts: Add autobuilder worker test script
 2018-08-23 16:51 UTC 

[igt-dev] [PATCH i-g-t] gem_storedw_loop: Remove unused variable
 2018-08-23 16:49 UTC  (3+ messages)

[PATCH v5 0/8] drm: Add generic fbdev emulation
 2018-08-23 16:49 UTC  (8+ messages)
` [PATCH v5 4/8] drm/cma-helper: Use the "

[PATCH v1] security/capabilities: remove check for -EINVAL
 2018-08-23 16:48 UTC  (4+ messages)

[PATCH v2] crypto: arm64/aes-modes - get rid of literal load of addend vector
 2018-08-23 16:48 UTC  (2+ messages)

[Qemu-devel] [PULL v4 00/69] Misc patches for 2018-08-21
 2018-08-23 16:47 UTC  (2+ messages)
` [Qemu-devel] [PULL 14/69] tests: Skip old versioned machine types in quick testing mode

[PATCH] python3: enable profile optimized builds
 2018-08-23 16:47 UTC  (8+ messages)

[PATCH v2 0/2]: perf: reduce data loss when profiling highly parallel CPU bound workloads
 2018-08-23 16:47 UTC  (3+ messages)
` [PATCH v2 1/2]: perf util: map data buffer for preserving collected data
` [PATCH v2 2/2]: perf record: enable asynchronous trace writing

[Qemu-devel] [PATCH v3 00/58] json: Fixes, error reporting improvements, cleanups
 2018-08-23 16:40 UTC  (59+ messages)
` [Qemu-devel] [PATCH v3 01/58] docs/interop/qmp-spec: How to force known good parser state
` [Qemu-devel] [PATCH v3 02/58] check-qjson: Cover multiple JSON objects in same string
` [Qemu-devel] [PATCH v3 03/58] check-qjson: Cover blank and lexically erroneous input
` [Qemu-devel] [PATCH v3 04/58] check-qjson: Cover whitespace more thoroughly
` [Qemu-devel] [PATCH v3 05/58] qmp-cmd-test: Split off qmp-test
` [Qemu-devel] [PATCH v3 06/58] qmp-test: Cover syntax and lexical errors
` [Qemu-devel] [PATCH v3 07/58] test-qga: Clean up how we test QGA synchronization
` [Qemu-devel] [PATCH v3 08/58] check-qjson: Cover escaped characters more thoroughly, part 1
` [Qemu-devel] [PATCH v3 09/58] check-qjson: Streamline escaped_string()'s test strings
` [Qemu-devel] [PATCH v3 10/58] check-qjson: Cover escaped characters more thoroughly, part 2
` [Qemu-devel] [PATCH v3 11/58] check-qjson: Consolidate partly redundant string tests
` [Qemu-devel] [PATCH v3 12/58] check-qjson: Cover UTF-8 in single quoted strings
` [Qemu-devel] [PATCH v3 13/58] check-qjson: Simplify utf8_string()
` [Qemu-devel] [PATCH v3 14/58] check-qjson: Fix utf8_string() to test all invalid sequences
` [Qemu-devel] [PATCH v3 15/58] check-qjson qmp-test: Cover control characters more thoroughly
` [Qemu-devel] [PATCH v3 16/58] check-qjson: Cover interpolation "
` [Qemu-devel] [PATCH v3 17/58] json: Fix lexer to include the bad character in JSON_ERROR token
` [Qemu-devel] [PATCH v3 18/58] json: Reject unescaped control characters
` [Qemu-devel] [PATCH v3 19/58] json: Revamp lexer documentation
` [Qemu-devel] [PATCH v3 20/58] json: Tighten and simplify qstring_from_escaped_str()'s loop
` [Qemu-devel] [PATCH v3 21/58] check-qjson: Document we expect invalid UTF-8 to be rejected
` [Qemu-devel] [PATCH v3 22/58] json: Reject invalid UTF-8 sequences
` [Qemu-devel] [PATCH v3 23/58] json: Report first rather than last parse error
` [Qemu-devel] [PATCH v3 24/58] json: Leave rejecting invalid UTF-8 to parser
` [Qemu-devel] [PATCH v3 25/58] json: Accept overlong \xC0\x80 as U+0000 ("modified UTF-8")
` [Qemu-devel] [PATCH v3 26/58] json: Leave rejecting invalid escape sequences to parser
` [Qemu-devel] [PATCH v3 27/58] json: Simplify parse_string()
` [Qemu-devel] [PATCH v3 28/58] json: Reject invalid \uXXXX, fix \u0000
` [Qemu-devel] [PATCH v3 29/58] json: Fix \uXXXX for surrogate pairs
` [Qemu-devel] [PATCH v3 30/58] check-qjson: Fix and enable utf8_string()'s disabled part
` [Qemu-devel] [PATCH v3 31/58] json: remove useless return value from lexer/parser
` [Qemu-devel] [PATCH v3 32/58] json-parser: simplify and avoid JSONParserContext allocation
` [Qemu-devel] [PATCH v3 33/58] json: Have lexer call streamer directly
` [Qemu-devel] [PATCH v3 34/58] json: Redesign the callback to consume JSON values
` [Qemu-devel] [PATCH v3 35/58] json: Don't pass null @tokens to json_parser_parse()
` [Qemu-devel] [PATCH v3 36/58] json: Don't create JSON_ERROR tokens that won't be used
` [Qemu-devel] [PATCH v3 37/58] json: Rename token JSON_ESCAPE & friends to JSON_INTERP
` [Qemu-devel] [PATCH v3 38/58] json: Treat unwanted interpolation as lexical error
` [Qemu-devel] [PATCH v3 39/58] json: Pass lexical errors and limit violations to callback
` [Qemu-devel] [PATCH v3 40/58] json: Leave rejecting invalid interpolation to parser
` [Qemu-devel] [PATCH v3 41/58] json: Replace %I64d, %I64u by %PRId64, %PRIu64
` [Qemu-devel] [PATCH v3 42/58] json: Improve names of lexer states related to numbers
` [Qemu-devel] [PATCH v3 43/58] qjson: Fix qobject_from_json() & friends for multiple values
` [Qemu-devel] [PATCH v3 44/58] json: Fix latent parser aborts at end of input
` [Qemu-devel] [PATCH v3 45/58] json: Fix streamer not to ignore trailing unterminated structures
` [Qemu-devel] [PATCH v3 46/58] json: Assert json_parser_parse() consumes all tokens on success
` [Qemu-devel] [PATCH v3 47/58] qjson: Have qobject_from_json() & friends reject empty and blank
` [Qemu-devel] [PATCH v3 48/58] json: Enforce token count and size limits more tightly
` [Qemu-devel] [PATCH v3 49/58] json: Streamline json_message_process_token()
` [Qemu-devel] [PATCH v3 50/58] json: Unbox tokens queue in JSONMessageParser
` [Qemu-devel] [PATCH v3 51/58] json: Make JSONToken opaque outside json-parser.c
` [Qemu-devel] [PATCH v3 52/58] qobject: Drop superfluous includes of qemu-common.h
` [Qemu-devel] [PATCH v3 53/58] json: Clean up headers
` [Qemu-devel] [PATCH v3 54/58] tests/drive_del-test: Fix harmless JSON interpolation bug
` [Qemu-devel] [PATCH v3 55/58] json: Keep interpolation state in JSONParserContext
` [Qemu-devel] [PATCH v3 56/58] json: Improve safety of qobject_from_jsonf_nofail() & friends
` [Qemu-devel] [PATCH v3 57/58] json: Support %% in JSON strings when interpolating
` [Qemu-devel] [PATCH v3 58/58] json: Update references to RFC 7159 to RFC 8259

[RESEND PATCH V5 0/8] x86: infrastructure to enable FSGSBASE
 2018-08-23 16:44 UTC  (9+ messages)
` [RESEND PATCH V5 1/8] x86/arch_prctl/64: Make ptrace read FS/GS base accurately
` [RESEND PATCH V5 2/8] x86/fsgsbase/64: Introduce FS/GS base helper functions
` [RESEND PATCH V5 3/8] x86/fsgsbase/64: Make ptrace use FS/GS base helpers
` [RESEND PATCH V5 4/8] x86/fsgsbase/64: Use FS/GS base helpers in core dump
` [RESEND PATCH V5 5/8] x86/fsgsbase/64: Factor out load FS/GS segments from __switch_to
` [RESEND PATCH V5 6/8] x86/segments/64: Rename PER_CPU segment to CPU_NUMBER
` [RESEND PATCH V5 7/8] x86/vdso: Introduce helper functions for CPU and node number
` [RESEND PATCH V5 8/8] x86/vdso: Move out the CPU initialization

[PATCH v2.1] btrfs: Handle owner mismatch gracefully when walking up tree
 2018-08-23 13:16 UTC  (2+ messages)

[PATCH v3 1/2] mm: migration: fix migration of huge PMD shared pages
 2018-08-23 16:45 UTC  (8+ messages)

[PATCH] kernel: yocto: Add dependency on do_prepare_recipe_sysroot
 2018-08-23 16:45 UTC  (8+ messages)

WARNING: CPU: 0 PID: 14 at kernel/kthread.c:501 kthread_park+0x44/0xa4 (was: Re: kthread: Simplify kthread_park() completion)
 2018-08-23 13:15 UTC  (2+ messages)

[Intel-wired-lan] [PATCH v6 01/11] igc: Add skeletal frame for Intel(R) 2.5G Ethernet Controller support
 2018-08-23 16:44 UTC  (9+ messages)

[Qemu-devel] clean/simple Q35 support in libvirt+QEMU for guest OSes that don't support virtio-1.0
 2018-08-23 16:26 UTC  (10+ messages)
  ` [Qemu-devel] [libvirt] "

[Qemu-devel] [PATCH] vl.c: make sure maxcpus matches topology to prevent migration failure
 2018-08-23 16:32 UTC  (2+ messages)

[Qemu-devel] [PULL v3 00/69] Misc patches for 2018-08-21
 2018-08-23 16:35 UTC  (4+ messages)

[Qemu-devel] [PATCH] Fix ARM v7m gen_intermediate_code()
 2018-08-23 16:36 UTC 

[U-Boot] [PATCH] efi_loader: Rename sections to allow for implicit data
 2018-08-23 16:41 UTC  (13+ messages)

[PATCH] HID: add support for Apple Magic Keyboards
 2018-08-23 16:40 UTC 

SCHED_DEADLINE as user
 2018-08-23 13:09 UTC  (13+ messages)

KASAN: use-after-free Read in __list_del_entry_valid (4)
 2018-08-23 16:39 UTC  (5+ messages)
  ` [RDMA bug] "

[PATCH] x86/kvm/nVMX: avoid redundant double assignment of nested_run_pending
 2018-08-23 16:38 UTC  (3+ messages)

[PATCH] etnaviv: setup missing dma_mask
 2018-08-23 16:38 UTC  (2+ messages)

[PATCH] generic: test for deduplication between different files
 2018-08-23 12:58 UTC  (5+ messages)
  ` [patch] file dedupe (and maybe clone) data corruption (was Re: [PATCH] generic: test for deduplication between different files)

Ceph Testing Weekly Tomorrow — With Kubernetes/Install discussion
 2018-08-23 16:38 UTC  (2+ messages)

[Intel-wired-lan] [PATCH v6 04/11] igc: Add interrupt support
 2018-08-23 16:37 UTC  (2+ messages)

[Intel-wired-lan] [PATCH v6 03/11] igc: Add netdev
 2018-08-23 16:37 UTC  (2+ messages)

[Intel-wired-lan] [PATCH v6 02/11] igc: Add support for PF
 2018-08-23 16:37 UTC  (2+ messages)

[PATCH 4.4 000/105] 4.4.106-stable review
 2018-08-23 16:37 UTC  (5+ messages)
` [PATCH 4.4 103/105] Revert "x86/mm/pat: Ensure cpa->pfn only contains page frame numbers"

[Buildroot] Package with dependency with another git
 2018-08-23 16:36 UTC  (3+ messages)

[PATCH 00/24] staging: wilc1000: avoid use of static and global variable
 2018-08-23 13:06 UTC  (6+ messages)
` [PATCH 23/24] staging: wilc1000: move 'wilc_connecting' static variable to 'wilc_vif' struct

[PATCH v2] arm64: dts: rockchip: add WiFi module support for Firefly-RK3399
 2018-08-23 16:35 UTC 

[PATCH v5 00/23] IOMMU and VT-d driver support for Shared Virtual Address (SVA)
 2018-08-23 16:34 UTC  (3+ messages)
` [PATCH v5 01/23] iommu: introduce bind_pasid_table API function

[Buildroot] [git commit branch/2018.05.x] package/gnutls: bump version to 3.5.19
 2018-08-23 16:34 UTC 

Disabling CPU vulnerabilities workarounds
 2018-08-23 16:33 UTC 

[PATCH] doc: fix style and syntax errors in flow API guide
 2018-08-23 16:32 UTC  (3+ messages)
  ` [dpdk-stable] "

[U-Boot] [RESEND PATCH v9 01/18] Revert "efi_loader: Rename sections to allow for implicit data"
 2018-08-23 16:31 UTC  (7+ messages)

[U-Boot] [PATCH 00/10] AVB using OP-TEE
 2018-08-23 16:31 UTC  (8+ messages)
` [U-Boot] [PATCH 04/10] Add UCLASS_TEE for Trusted Execution Environment

[ANNOUNCE] Git v2.19.0-rc0
 2018-08-23 16:31 UTC  (15+ messages)
                  ` wide t/perf output, was "

[Buildroot] [git commit branch/2018.05.x] package/wireless-regdb: bump version to 2018.05.31
 2018-08-23 16:30 UTC  (4+ messages)

[Buildroot] [PATCH 1/1] package/gnutls: bump version to 3.5.19
 2018-08-23 16:30 UTC  (2+ messages)

[PATCH 4.4 00/79] 4.4.152-stable review
 2018-08-23 16:30 UTC  (2+ messages)

Mapping LDAP group to user roles
 2018-08-23 16:29 UTC  (4+ messages)

[PATCH 0/5] drm/nouveau: Backlight fixes and cleanup
 2018-08-23 16:29 UTC  (4+ messages)
` [PATCH 1/5] drm/nouveau: Check backlight IDs are >= 0, not > 0

[PATCH] blk-wbt: get back the missed wakeup from __wbt_done
 2018-08-23 16:24 UTC  (4+ messages)

[PATCH] net/octeontx: fix packet corruption on Tx
 2018-08-23 16:28 UTC  (2+ messages)

[GIT PULL] nfsd changes for 4.19
 2018-08-23 12:58 UTC 

[PATCH] KVM: Remove obsolete kvm_unmap_hva notifier backend
 2018-08-23 16:27 UTC  (3+ messages)

[PATCH] Btrfs: use next_state in find_first_extent_bit
 2018-08-23 12:56 UTC  (2+ messages)

GStreamer1.0 imx6-dlsabresd how to
 2018-08-23 16:24 UTC 

[PATCH v3 0/6] PMD driver for AF_XDP
 2018-08-23 16:25 UTC  (2+ messages)

[PATCH] cpufreq: ti-cpufreq: Only register platform_device when supported
 2018-08-23 16:24 UTC  (5+ messages)

[PATCH v2 1/3] mm: rework memcg kernel stack accounting
 2018-08-23 16:23 UTC  (4+ messages)

[Qemu-devel] [PATCH 00/20] target/arm: sve system mode patches
 2018-08-23 16:23 UTC  (15+ messages)
` [Qemu-devel] [PATCH 12/20] target/arm: Rewrite helper_sve_ld1*_r using pages
` [Qemu-devel] [PATCH 13/20] target/arm: Rewrite helper_sve_ld[234]*_r
` [Qemu-devel] [PATCH 14/20] target/arm: Rewrite helper_sve_st[1234]*_r
` [Qemu-devel] [PATCH 17/20] target/arm: Rewrite vector gather loads
` [Qemu-devel] [PATCH 18/20] target/arm: Rewrite vector gather stores
` [Qemu-devel] [PATCH 19/20] target/arm: Rewrite vector gather first-fault loads
` [Qemu-devel] [PATCH 20/20] target/arm: Pass TCGMemOpIdx to sve memory helpers

[RFC] IPMI state machine regression
 2018-08-23 16:22 UTC  (4+ messages)

Crash when unloading pvrsrvkm in rocko branch for am335x-evm
 2018-08-23 16:21 UTC  (3+ messages)

[PATCH v3] sequencer: do not squash 'reword' commits when we hit conflicts
 2018-08-23 16:20 UTC  (3+ messages)
` [PATCH] t/lib-rebase.sh: support explicit 'pick' commands in 'fake_editor.sh'

[Buildroot] [PATCH v2 1/3] package/linux-headers: add help text for manual header selection
 2018-08-23 16:19 UTC  (3+ messages)
` [Buildroot] [PATCH v2 2/3] linux: add hash file
` [Buildroot] [PATCH v2 3/3] package/linux-headers: add support for custom headers

[Qemu-devel] [PATCH] scripts: report on author emails that are mangled by the mailing list
 2018-08-23 16:18 UTC  (3+ messages)

17.11.4 patches review and test
 2018-08-23 16:18 UTC  (4+ messages)

SEV guest regression in 4.18
 2018-08-23 16:16 UTC  (11+ messages)

[PATCH] AMD perf PMU events for AMD Family 17h
 2018-08-23 16:16 UTC  (4+ messages)

[PATCH v4 RESEND 0/5] KVM: x86: hyperv: PV IPI support for Windows guests
 2018-08-23 16:16 UTC  (4+ messages)
` [PATCH v4 RESEND 5/5] KVM: x86: hyperv: implement PV IPI send hypercalls

[PATCH V3 0/4] introduce coalesced pio support
 2018-08-23 16:14 UTC  (5+ messages)
` [PATCH V3 1/4] target-i386: introduce coalesced_pio kvm header update
` [PATCH V3 2/4] target-i386:add coalesced_pio API
` [PATCH V3 3/4] target-i386: add rtc 0x70 port as coalesced_pio
` [PATCH V3 4/4] target-i386: add i440fx 0xcf8 "

Questions about the hash function transition
 2018-08-23 16:13 UTC  (4+ messages)

Missing patches for 17.11.4
 2018-08-23 16:13 UTC  (2+ messages)
` 17.11.4 will be released on Aug 30

[rocko][PATCH v3 1/4] ti-pdk-build-rtos: Update to new version 1.0.0.10
 2018-08-23 16:12 UTC  (3+ messages)
` [rocko][PATCH v3 4/4] sciclient: Add recipe for SCI client driver

[PATCH] tests: fix and add lint for non-portable head -c N
 2018-08-23 16:11 UTC  (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] tests: fix and add lint for non-portable seq

[Intel-wired-lan] [next PATCH S95 01/12] i40e: Fix VF's link state notification
 2018-08-23 16:11 UTC  (3+ messages)
` [Intel-wired-lan] [next PATCH S95 09/12] i40e: use correct length for strncpy

[PATCH v3 0/2] Add R8A77980/Condor/V3HSK LVDS/HDMI support
 2018-08-23 16:10 UTC  (6+ messages)
` [PATCH v3 2/2] arm64: dts: renesas: condor/v3hsk: add DU/LVDS/HDMI support

[PATCH v1 0/2]: perf: reduce data loss when profiling highly parallel CPU bound workloads
 2018-08-23 16:09 UTC  (4+ messages)
` [PATCH v1 1/2]: perf util: map data buffer for preserving collected data

[RFC v8 PATCH 0/5] mm: zap pages with read mmap_sem in munmap for large mapping
 2018-08-23 16:07 UTC  (6+ messages)
` [RFC v8 PATCH 2/5] uprobes: introduce has_uprobes helper

[rocko][PATCH] ti-pdk: Add tool chain dependencies for am65xx platform
 2018-08-23 16:04 UTC  (4+ messages)

configuration for busy docker host
 2018-08-23 16:01 UTC  (5+ messages)

[PATCH v10 0/9] NFSD support for async COPY
 2018-08-23 12:32 UTC  (5+ messages)

[meta-webserver][SUMO][resend PATCH] apache2: CVE-2018-1333
 2018-08-23 16:00 UTC 

[PATCH 0/5] msm/drm: A6x DCVS series
 2018-08-23 16:00 UTC  (3+ messages)
` [PATCH 5/5] drm/msm/A6x: Add devfreq support in A6x

[PATCH v3] netvsc: resize event buffer as needed
 2018-08-23 15:59 UTC  (2+ messages)

[meta-networking][SUMO][resend PATCH] lftp: CVE-2018-10916
 2018-08-23 15:59 UTC 

[RFC 0/3] Adding BCM43430 NVRAM files
 2018-08-23 15:58 UTC  (14+ messages)
` [RFC 3/3] linux-firmware: MACHINEOVERRIDES for BCM43430 NVRAM


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.