All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-08-24 18:22:59 to 2018-08-24 19:41:24 UTC [more...]

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

[Qemu-devel] [PATCH v3 00/58] json: Fixes, error reporting improvements, cleanups
 2018-08-24 19:32 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 06/58] qmp-test: Cover syntax and lexical errors

[PATCH v2 00/10] arm: add one kconfig option per platform
 2018-08-24 19:38 UTC  (9+ messages)
` [PATCH v2 3/6] xen/arm: add RCAR2 kconfig
` [PATCH v2 6/6] xen/arm: introduce NO_PLAT

[PATCH 1/4] ti-tisdk-makefile: add k3 U-Boot for R5
 2018-08-24 19:25 UTC  (4+ messages)
` [PATCH 2/4] packagegroup-*-sdk-host: k3: add missing sources
` [PATCH 3/4] ti-tisdk-makefile: k3: add missing targets
` [PATCH 4/4] ti-tisdk-makefile: k3: fix installation of kernel and DTBs

[Bug 105251] [Vega10] GPU lockup on boot: VMC page fault
 2018-08-24 19:37 UTC  (3+ messages)

[PATCH ghak90 (was ghak32) V4 00/10] audit: implement container identifier
 2018-08-24 16:01 UTC  (3+ messages)
` [PATCH ghak90 (was ghak32) V4 03/10] audit: log container info of syscalls

[meta-oe][PATCH 1/1] php: specify no valgrind
 2018-08-24 19:34 UTC 

Proposal for caching/buffering POST codes list for one boot process
 2018-08-24 19:33 UTC  (4+ messages)

[PATCH] drivers: qcom: rpmh: avoid sending sleep/wake sets immediately
 2018-08-24 19:34 UTC 

[RFC 0/3 net] lorawan: Add LoRaWAN soft MAC module
 2018-08-24 15:58 UTC  (4+ messages)
` [RFC 1/3 net] lorawan: Add LoRaWAN class module

[PATCH v5 1/2] dt-bindings: leds: Add bindings for lm3697 driver
 2018-08-24 19:33 UTC  (7+ messages)
` [PATCH v5 2/2] leds: lm3697: Introduce the "

[PATCH 0/4] x86: TLB invalidate fixes
 2018-08-24 19:31 UTC  (13+ messages)
` [PATCH 3/4] mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREE
                    ` TLB flushes on fixmap changes

[xen-4.11-testing test] 126466: tolerable FAIL - PUSHED
 2018-08-24 19:29 UTC 

[net 00/13][pull request] Intel Wired LAN Driver Fixes 2018-08-23
 2018-08-24 15:53 UTC  (5+ messages)
` [net 07/13] ice: Use order_base_2 to calculate higher power of 2

[PATCH 0/7] HMM updates, improvements and fixes
 2018-08-24 19:25 UTC  (16+ messages)
` [PATCH 1/7] mm/hmm: fix utf8
` [PATCH 2/7] mm/rmap: map_pte() was not handling private ZONE_DEVICE page properly
` [PATCH 3/7] mm/hmm: fix race between hmm_mirror_unregister() and mmu_notifier callback
` [PATCH 4/7] mm/hmm: properly handle migration pmd
` [PATCH 5/7] mm/hmm: use a structure for update callback parameters
` [PATCH 6/7] mm/hmm: invalidate device page table at start of invalidation
` [PATCH 7/7] mm/hmm: proper support for blockable mmu_notifier

[qemu-mainline baseline-only test] 75116: regressions - FAIL
 2018-08-24 19:25 UTC 

[PATCH v2] wcn36xx: Use dma_zalloc_coherent instead of dma_alloc_coherent + memset
 2018-08-24 15:48 UTC  (2+ messages)

[PATCH] drm/amdgpu: Adjust the VM size based on system memory size v2
 2018-08-24 19:20 UTC  (5+ messages)

[PATCH 0/3] i2c: refactor releasing a DMA safe buffer
 2018-08-24 15:44 UTC  (7+ messages)
` [PATCH 1/3] i2c: refactor function to release "
` [PATCH 2/3] i2c: sh_mobile: define start_ch() void as it only returns 0 anyhow
` [PATCH 3/3] i2c: sh_mobile: fix leak when using DMA bounce buffer

How to report kernel panic in 4.4.x
 2018-08-24 19:18 UTC  (8+ messages)

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

[Buildroot] [PATCH 1/1] python-fire: new package
 2018-08-24 19:16 UTC 

[PATCH V12 00/14] Krait clocks + Krait CPUfreq
 2018-08-24 19:15 UTC  (4+ messages)
` [PATCH v12 14/14] cpufreq: qcom: Add support for krait based socs

[PATCH] Performance Improvement in CRC16 Calculations
 2018-08-24 15:39 UTC  (6+ messages)

[PATCH 2/3] iscsi target: Set conn->sess to NULL when iscsi_login_set_conn_values fails
 2018-08-24 19:13 UTC  (2+ messages)

Get ready for unforgettable romance
 2018-08-24 19:12 UTC 

[PATCH 19/24 v2] pynfs: python3 support plan: fix import fail on python3
 2018-08-24 15:37 UTC  (4+ messages)
  `  "
    `  "

[PATCH v3 1/2] arm64: dts: msm: add PDC device bindings for sdm845
 2018-08-24 19:11 UTC  (2+ messages)
` [PATCH v3 2/2] dt-bindings/interrupt-controller: pdc: fix example to match actual bindings

[PATCH] nvme-cli: Fix the displayed metadata length value on Big Endian systems
 2018-08-24 19:11 UTC  (2+ messages)

[Buildroot] [PATCH v2 0/2] sunxi-mali-mainline*: add arm64 build support and
 2018-08-24 19:10 UTC  (6+ messages)
` [Buildroot] [PATCH v2 2/2] sunxi-mali-mainline-driver: bump version and add support for building on arm64(aarch64)

[PATCH 0/3]: iscsi target login fixes
 2018-08-24 19:10 UTC  (2+ messages)

Current LTS and their EOL
 2018-08-24 19:09 UTC  (5+ messages)

[cip-dev] [PATCH 0/3] RZ/G1 and R-Car VSP related changes
 2018-08-24 19:08 UTC  (2+ messages)

[IPMBD] ipmbSend handling
 2018-08-24 19:08 UTC  (3+ messages)

Corrupted large file ?
 2018-08-24 15:32 UTC 

[cip-dev] [PATCH 00/42] Add watchdog support to iwg20m and iwg22m
 2018-08-24 19:07 UTC  (2+ messages)

[U-Boot] [PATCH] usb: ohci: Add OHCI PCI driver
 2018-08-24 19:07 UTC 

[U-Boot] [PATCH] pci: rmobile: Filter out device 1 and 2
 2018-08-24 19:06 UTC 

[cip-dev] [PATCH 0/3] Add CMT support to iwg22m
 2018-08-24 19:05 UTC  (2+ messages)

[cip-dev] [PATCH] ARM: dts: r8a7745: add VIN dt support
 2018-08-24 19:04 UTC  (2+ messages)

=?gb18030?B?u9i4tKO6ILvYuLSjuiC72Li0o7ogu9i4tKO6IEtWTSBTdXBwb3J0Pw==?=
 2018-08-24 19:04 UTC  (5+ messages)
` 回复: 回复: 回复: 回复: KVM Support?
  `  "

[cip-dev] [PATCH 0/3] Add CAN support to iwg22d
 2018-08-24 19:04 UTC  (2+ messages)

[cip-dev] [PATCH 0/2] Add PWM and TPU support
 2018-08-24 19:03 UTC  (2+ messages)

nfs4-acl-tools 0.3.5
 2018-08-24 15:26 UTC  (11+ messages)

[PATCH v1] read-cache: speed up index load through parallelization
 2018-08-24 19:00 UTC  (9+ messages)

[PATCH v2 00/11] Zoned block device support for fio
 2018-08-24 19:00 UTC  (7+ messages)
` [PATCH v2 01/11] configure: Add <linux/blkzoned.h> test
` [PATCH v2 02/11] Add the 'zbd' debug level
` [PATCH v2 05/11] Pass offset and buffer length explicitly to mark_random_map()
` [PATCH v2 09/11] Make it possible to limit the number of open zones
` [PATCH v2 11/11] Add scripts for testing the fio zoned block device support code

[PATCH v2 0/4] Add drawing instrumentation to be used by the Qt-based KernelShark
 2018-08-24 15:23 UTC  (5+ messages)
` [PATCH v2 3/4] kernel-shark-qt: Add C++ API for drawing of Graphs
` [PATCH v2 4/4] kernel-shark-qt: Add an example showing how to draw shapes and Graphs

[Bug 200635] Oops error in refresh_sit_entry() while unmounting a crafted F2FS image
 2018-08-24 18:55 UTC  (2+ messages)

[GIT PULL] libata changes for v4.19-rc1
 2018-08-24 18:53 UTC 

[PATCH 00/17] mt76 patches 2018-08-24
 2018-08-24 15:15 UTC  (2+ messages)

[PATCH v1 0/1] Cold on & off support for Qualcomm BT chip wcn3990
 2018-08-24 18:50 UTC  (3+ messages)
` [PATCH v1 1/1] Bluetooth: hci_qca: Add poweroff support during hci down for wcn3990

[PATCH] blk-wbt: get back the missed wakeup from __wbt_done
 2018-08-24 18:50 UTC  (7+ messages)

SEV guest regression in 4.18
 2018-08-24 18:48 UTC  (16+ messages)

[PATCH v1] x86/mm: Suppresses vm_events caused by page-walks
 2018-08-24 18:47 UTC  (3+ messages)

[GIT PULL] cgroup changes for v4.19-rc1
 2018-08-24 18:46 UTC 

[git pull] new mount API
 2018-08-24 15:09 UTC  (14+ messages)

[GIT PULL] workqueue changes for v4.19-rc1
 2018-08-24 18:44 UTC 

[PATCH v2 00/29] at24: remove at24_platform_data
 2018-08-24 15:08 UTC  (3+ messages)
` [PATCH v2 01/29] nvmem: add support for cell lookups

L1TF, and future work
 2018-08-24 18:43 UTC  (3+ messages)

[Buildroot] [PATCH/next 1/3] linux-headers: bump 4.{4, 9, 14, 17, 18}.x series
 2018-08-24 18:41 UTC  (3+ messages)
` [Buildroot] [PATCH/next 2/3] linux: bump default to version 4.18.5
` [Buildroot] [PATCH/next 3/3] linux-headers: drop old unsupported 4.x versions

[PATCH] nohz: Fix missing tick reprog while interrupting inline timer softirq
 2018-08-24 18:41 UTC  (6+ messages)

[v2,3/4] drivers: edac: Add EDAC driver support for QCOM SoCs
 2018-08-24 18:38 UTC  (2+ messages)
` [PATCH v2 3/4] "

[PATCH 3/3] iscsi target: fix conn_ops double free
 2018-08-24 18:37 UTC 

[PATCH 1/3] iscsi target: fix session creation failure handling
 2018-08-24 18:37 UTC 

[PATCH] drm/i915: Always enable mmio debugging for CI
 2018-08-24 18:36 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH] Btrfs: set leave_spinning in btrfs_get_extent
 2018-08-24 14:59 UTC  (3+ messages)
` [PATCH v2] "

[PATCH (repost) 0/5] drm/nouveau+amdgpu: add DP CEC-Tunneling-over-AUX (repost)
 2018-08-24 14:59 UTC  (5+ messages)
` [PATCH (repost) 5/5] drm/amdgpu: add DisplayPort CEC-Tunneling-over-AUX support

[PATCH v1 0/2] Fix for proto races in hci_serdev
 2018-08-24 18:34 UTC  (2+ messages)

[PATCH ghak10 v5 0/2] audit: Log modifying adjtimex(2) calls
 2018-08-24 18:33 UTC  (3+ messages)
` [PATCH ghak10 v5 1/2] audit: Add functions to log time adjustments

[PATCH v1 0/2] Bug fixes for qualcomm BT chip wcn3990
 2018-08-24 18:32 UTC  (2+ messages)

[v2,3/4] drivers: edac: Add EDAC driver support for QCOM SoCs
 2018-08-24 18:32 UTC  (2+ messages)
` [PATCH v2 3/4] "

[PATCH] xfs: don't unlock invalidated buf on aborted tx commit
 2018-08-24 14:56 UTC  (3+ messages)

[PATCH 0/6] net/mvpp2 changes and features
 2018-08-24 18:30 UTC  (8+ messages)
` [PATCH v3 0/6] net/mvpp2: "
  ` [PATCH v3 1/6] drivers/common: add mvep common code for MRVL PMDs
  ` [PATCH v3 2/6] net/mvpp2: use common code to initialize DMA
  ` [PATCH v3 3/6] net/mvpp2: fix array initialization
  ` [PATCH v3 4/6] net/mvpp2: fix comments and error messages
  ` [PATCH v3 5/6] net/mvpp2: make private variables static
  ` [PATCH v3 6/6] net/mvpp2: add VLAN packet type support for parser offload

[LTP] [PATCH 0/5] acpi_hotplug: Add new test for ACPI based cpu and memory hotplug
 2018-08-24 18:27 UTC  (4+ messages)
` [LTP] [PATCH 1/5] acpi_hotplug: Add library file "

[U-Boot] [PATCH V2 1/2] pci: Support parsing PCI controller DT subnodes
 2018-08-24 18:27 UTC  (2+ messages)
` [U-Boot] [PATCH V2 2/2] pci: Update documentation to make 'compatible' string optional

[RESEND PATCH] x86/vdso: Handle clock_gettime(CLOCK_TAI) in vDSO
 2018-08-24 18:25 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-socfpga/master
 2018-08-24 18:25 UTC 

[RFC PATCH 0/2] minor mmu_gather patches
 2018-08-24 18:22 UTC  (12+ messages)
` [RFC PATCH 2/2] mm: mmu_notifier fix for tlb_end_vma
  ` [RFC PATCH 2/2] mm: mmu_notifier fix for tlb_end_vma (build failures)

[PATCH] riscv: tlb: Provide definition of tlb_flush() before including tlb.h
 2018-08-24 18:22 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.