All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-08-08 11:16:29 to 2018-08-08 12:07:19 UTC [more...]

Recent removal of a.out and COFF support for sparc
 2018-08-08 10:59 UTC  (4+ messages)

[PATCH v2 0/4] Misc volume patch set part2
 2018-08-08  9:51 UTC  (6+ messages)
` [PATCH v2 2/4] btrfs: fix race between free_stale_devices and close_fs_devices

[Qemu-devel] [RFC PATCH v2 00/22] More patches to disable stuff
 2018-08-08 12:06 UTC  (26+ messages)
` [Qemu-devel] [PATCH v2 01/22] configure: We don't want to clean configuration files
` [Qemu-devel] [PATCH v2 02/22] config: CONFIG_SERIAL* is already in pci.mak
` [Qemu-devel] [PATCH v2 03/22] check: Use land/lor when possible
` [Qemu-devel] [PATCH v2 04/22] check: Only test isa-testdev when it is compiled in
` [Qemu-devel] [PATCH v2 05/22] check: Only test usb-xhci-nec "
` [Qemu-devel] [PATCH v2 06/22] i386-softmmu: Configuration is identical to x86_64-softmmu
` [Qemu-devel] [PATCH v2 07/22] check: Only test ivshm when it is compiled in
` [Qemu-devel] [PATCH v2 08/22] check: Only test tpm devices when they are "
` [Qemu-devel] [PATCH v2 09/22] virtio: Remove unneeded includes
` [Qemu-devel] [PATCH v2 10/22] virtio: split vsock bits from virtio-pci
` [Qemu-devel] [PATCH v2 11/22] virtio: split host "
` [Qemu-devel] [PATCH v2 12/22] virtio: split input "
` [Qemu-devel] [PATCH v2 13/22] virtio: split rng "
` [Qemu-devel] [PATCH v2 14/22] virtio: split balloon "
` [Qemu-devel] [PATCH v2 15/22] virtio: split 9p "
` [Qemu-devel] [PATCH v2 16/22] virtio: split vhost-user-blk "
` [Qemu-devel] [PATCH v2 17/22] virtio: split vhost-user-scsi "
` [Qemu-devel] [PATCH v2 18/22] virtio: split vhost-scsi "
` [Qemu-devel] [PATCH v2 19/22] virtio: split virtio-scsi "
` [Qemu-devel] [PATCH v2 20/22] virtio: split virtio-blk bits rom virtio-pci
` [Qemu-devel] [PATCH v2 21/22] virtio: split virtio-net "
` [Qemu-devel] [PATCH v2 22/22] virtio: split virtio-serial "

[PATCH wireless-drivers] mt76x0: Remove VLA usage
 2018-08-08  9:46 UTC  (3+ messages)

[PATCH v6 0/8] Cedrus driver for the Allwinner Video Engine, using media requests
 2018-08-08 12:05 UTC  (10+ messages)
` [PATCH v6 1/8] media: v4l: Add definitions for MPEG2 slice format and metadata

[PATCH] pinctrl: nomadik: silence uninitialized variable warning
 2018-08-08 12:04 UTC 

[PATCH] irqchip/stm32: fix init error handling
 2018-08-08 12:03 UTC  (3+ messages)

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

[RFC PATCH v3 1/3] f2fs: support superblock checksum
 2018-08-08 12:03 UTC  (2+ messages)

[PATCH] ARM: dts: socfpga: use stdout-path for chosen node
 2018-08-08 12:02 UTC  (3+ messages)

New offer
 2018-08-08 12:01 UTC 

[PATCH] drm/amdgpu: fix the null pointer to get timeline by scheduler fence
 2018-08-08 12:00 UTC  (4+ messages)

[PATCH net-next] decnet: fix using plain integer as NULL warning
 2018-08-08 11:59 UTC 

[PATCH 1/3] drm/i915: Warn if we hit the timeout for wait-for-idle
 2018-08-08 11:58 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] "

[PATCH] spi: dw: support 4-16 bits per word
 2018-08-08 11:58 UTC  (3+ messages)

[PATCH] powerpc: fix size calculation using resource_size()
 2018-08-08 11:57 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 0/5] qcow2: Make the L2 cache cover the whole image by default
 2018-08-08 11:57 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 4/5] qcow2: Set the default cache-clean-interval to 30 seconds

[PATCH] drm/scheduler: change entities rq even earlier
 2018-08-08 11:56 UTC  (2+ messages)

[RFC] ARM64, PCIe, annd ACPI
 2018-08-08  9:38 UTC  (2+ messages)

[PATCH] rootfs-postcommaneds: put image testdata under sstate control
 2018-08-08 11:56 UTC  (5+ messages)
` [PATCH v2] rootfs-postcommands: "

[PATCH] scsi: aic94xx: fix an error code in aic94xx_init()
 2018-08-08 11:56 UTC 

[U-Boot] [PATCH 0/1] mtd: nand: fsl-ifc: Fix handling of bitflips
 2018-08-08 11:55 UTC  (4+ messages)
` [U-Boot] [PATCH 1/1] mtd: nand: fsl_ifc: Fix handling of bitflips in erased pages

general protection fault with prefetch_freepointer
 2018-08-08 11:54 UTC  (2+ messages)

[PATCH net-next] crush: fix using plain integer as NULL warning
 2018-08-08 11:52 UTC  (2+ messages)

[PATCH RFC 00/10] Introduce lockless shrink_slab()
 2018-08-08 11:51 UTC  (3+ messages)
` [PATCH RFC 02/10] mm: Make shrink_slab() lockless

[PATCH] xen/balloon: fix balloon initialization for PVH Dom0
 2018-08-08 11:51 UTC  (3+ messages)

[PATCH v2 00/10] drm/i915: Clean up power well descriptors
 2018-08-08 11:50 UTC  (2+ messages)

[PATCH v3] x86/hvm: remove default ioreq server
 2018-08-08 11:50 UTC  (6+ messages)

[PATCH] libsemanage: reset umask before creating directories
 2018-08-08 11:50 UTC 

[PATCH 0/2] Fix two grammar errors related to the word "save"
 2018-08-08 11:50 UTC  (3+ messages)
` [PATCH 1/2] git-compat-util.h: fix typo
` [PATCH 2/2] remote-curl: remove spurious period

[PATCH v10 2/3] Bluetooth: mediatek: Add protocol support for MediaTek serial devices
 2018-08-08 11:48 UTC  (4+ messages)

drm/imx: ipu-v3 plane offset and IPU id fixes
 2018-08-08 11:47 UTC  (2+ messages)

[PATCH] xen/balloon: fix balloon initialization for PVH Dom0
 2018-08-08 11:46 UTC 

Reset controller fixes for v4.18
 2018-08-08 11:47 UTC  (2+ messages)

Build regressions/improvements in v4.17-rc1
 2018-08-08 11:46 UTC  (5+ messages)

[PATCH net-next] net: skbuff.h: fix using plain integer as NULL warning
 2018-08-08 11:40 UTC 

[PATCH v2 1/2] eal: remove deprecated function returning mbuf pool ops name
 2018-08-08 11:40 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] eal: remove experimental tag from user mbuf pool ops func

[Qemu-devel] [PULL 00/35] Block layer patches
 2018-08-08 11:40 UTC  (5+ messages)
` [Qemu-devel] [PULL 21/35] block: fix QEMU crash with scsi-hd and drive_del

[PATCH RESEND 0/2] gpio: mvebu: Add support for multiple PWM lines
 2018-08-08 11:40 UTC  (4+ messages)
` [PATCH RESEND 2/2] gpio: mvebu: Allow to use non-default PWM counter

framebuffer corruption due to overlapping stp instructions on arm64
 2018-08-08 11:39 UTC  (8+ messages)

Fix RCAR-V3H SoC wrong IPSR9/10 registers
 2018-08-08 11:39 UTC 

[U-Boot] [PATCH v1 00/17] cmd: fpga: Fix fpga command handling and add some fpga tests
 2018-08-08 11:38 UTC  (6+ messages)
` [U-Boot] [PATCH v1 14/17] cmd: fpga: Add support for missing fpga loadmk commands

[Buildroot] [PATCH 0/6] Hardening Flag Bugfix/Enhancement
 2018-08-08 11:38 UTC  (5+ messages)
` [Buildroot] [PATCH 3/6] package/Makefile.in: Use gcc spec files for PIE build flags

[PATCH v3 0/8] Tegra Combined UART driver
 2018-08-08 11:38 UTC  (6+ messages)
` [PATCH v3 3/8] mailbox: Add transmit done by blocking option

[U-Boot] [PATCH v2 00/17] cmd: fpga: Fix fpga command handling and add some fpga tests
 2018-08-08 11:37 UTC  (18+ messages)
` [U-Boot] [PATCH v2 01/17] cmd: fpga: Remove fit image support passed without fpga device
` [U-Boot] [PATCH v2 02/17] test/py: Extend fpga command to test all fpga load types
` [U-Boot] [PATCH v2 03/17] cmd: fpga: Move error handling to do_fpga()
` [U-Boot] [PATCH v2 04/17] cmd: fpga: Move fpga_get_op to avoid local function declaration
` [U-Boot] [PATCH v2 05/17] cmd: fpga: Cleanup error handling in connection to FPGA_NONE
` [U-Boot] [PATCH v2 06/17] cmd: fpga: Move parameter checking for loadfs/loads
` [U-Boot] [PATCH v2 07/17] cmd: fpga: Remove parameter checking from fpga loadfs command
` [U-Boot] [PATCH v2 08/17] cmd: fpga: Clean wrong_parms handling
` [U-Boot] [PATCH v2 09/17] cmd: fpga: Create new do_fpga_wrapper for using u-boot subcommands
` [U-Boot] [PATCH v2 10/17] cmd: fpga: Extract fpga info command to separate function
` [U-Boot] [PATCH v2 11/17] cmd: fpga: Fix dump and all direct fpga load commands
` [U-Boot] [PATCH v2 12/17] cmd: fpga: Fix loadfs command
` [U-Boot] [PATCH v2 13/17] cmd: fpga: Fix loadmk command
` [U-Boot] [PATCH v2 14/17] cmd: fpga: Add support for missing fpga loadmk commands
` [U-Boot] [PATCH v2 15/17] cmd: fpga: Use CMD_RET_FAILURE instead of simple 1
` [U-Boot] [PATCH v2 16/17] cmd: fpga: Fix loads command
` [U-Boot] [PATCH v2 17/17] MAINTAINERS: Add myself as the FPGA maintainer

[PATCH v3 0/2] PCI: imx: Initial imx7d pm support
 2018-08-08 11:37 UTC  (6+ messages)

[U-Boot] [PATCH v3 0/7] Fixes/Addition to use the USB Ethernet gadget with the DWC3 gadget controller
 2018-08-08 11:36 UTC  (4+ messages)

[PATCH v21 0/2] guest resource mapping (reprise)
 2018-08-08 11:36 UTC  (13+ messages)
` [PATCH v21 1/2] common: add a new mappable resource type: XENMEM_resource_grant_table

[PATCH net-next] be2net: Use Kconfig flag to support for enabling/disabling adapters
 2018-08-08 11:35 UTC 

[PATCH/RFC 0/4] sh-sci : Do not derive regshift from regsize
 2018-08-08 11:32 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t] igt/gem_eio: Preserve batch between reset-stress iterations
 2018-08-08 11:31 UTC  (2+ messages)
`  "

[PATCH] clk: mxs: ensure that i.MX28's ref_io clks are not operated too fast
 2018-08-08  9:09 UTC  (7+ messages)

[igt-dev] [PATCH i-g-t 0/5] New test runner to rule them all, v3
 2018-08-08 11:28 UTC  (5+ messages)
` [igt-dev] [PATCH i-g-t 1/5] lib: Print subtest starting/ending line to stderr too

[PATCH lora-next 00/10] Conversing sx1301 to regmap and regfield
 2018-08-08  9:07 UTC  (6+ messages)
` [PATCH lora-next 01/10] net: lora: sx1301: add register, bit-fields, and helpers for regmap
` [PATCH lora-next 03/10] net: lora: sx1301: convert to devm registration of netdev

have editing
 2018-08-08 11:25 UTC 

[PATCH] drm/scheduler: fix last_scheduled handling
 2018-08-08 11:24 UTC  (6+ messages)

editing the images
 2018-08-08 11:25 UTC 

[Qemu-devel] [PATCH 0/3] ui: remove deprecated UI frontends
 2018-08-08 11:24 UTC  (2+ messages)

[PATCH v2 1/2] powerpc/fadump: handle crash memory ranges array index overflow
 2018-08-08  9:04 UTC  (2+ messages)

[PATCH] x86/mm/pti: Move user W+X check into pti_finalize()
 2018-08-08 11:16 UTC 

[PATCH] PCI: pciehp: Differentiate between surprise and safe removal
 2018-08-08 11:21 UTC  (11+ messages)

[U-Boot] [PATCH] [RFC] blk: Increase cache element size
 2018-08-08 11:20 UTC 

[PATCH] devicetree.bbclass: User/BSP device tree source compilation class
 2018-08-08 11:20 UTC  (4+ messages)

editing the images
 2018-08-08 11:19 UTC  (2+ messages)

[PATCH i-g-t] igt/gem_eio: Apply reset-stress to each engine
 2018-08-08 11:17 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

[LTP] [PATCH 1/2] testcases: netns: Check TUN support enabled
 2018-08-08 11:16 UTC  (3+ messages)
` [LTP] [PATCH 2/2] testcases: netns: Handle "Operation not supported" error


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.