All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-08-17 15:06:16 to 2018-08-17 15:58:26 UTC [more...]

[PATCH] PCI: fix of read-write config operation in SMP environment
 2018-08-17 15:23 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/nvdimm/nvdimm
 2018-08-17 15:58 UTC 

[PATCH] x86: use VMLOAD for PV context switch
 2018-08-17 15:58 UTC  (5+ messages)

[distros-debian-jessie test] 75078: tolerable FAIL
 2018-08-17 15:57 UTC 

[PATCH] drm/i915/execlists: Micro-optimise "idle" context switch
 2018-08-17 15:57 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

how to fix acpi_pci_root_remap_iospace?
 2018-08-17 15:56 UTC  (6+ messages)

post-receive: pub/scm/linux/kernel/git/nvdimm/nvdimm
 2018-08-17 15:56 UTC 

[PATCH v3 1/3] kernel-shark-qt: Add Json-C as a third party dependency
 2018-08-17 12:52 UTC  (7+ messages)
` [PATCH v3 2/3] kernel-shark-qt: Add I/O for configuration data

[Qemu-devel] [PATCH v3 0/3] x86: QEMU side support on MSR based features
 2018-08-17 15:55 UTC  (6+ messages)
` [Qemu-devel] [PATCH v3 1/3] x86: Data structure changes to support "
` [Qemu-devel] [PATCH v3 3/3] Change other funcitons referring to feature_word_info[]

[PATCH 00/34] Make CONFIG_HVM work
 2018-08-17 15:55 UTC  (37+ messages)
` [PATCH 01/34] x86: fix building !CONFIG_LOCK_PROFILE
` [PATCH 02/34] x86/vvmx: make get_shadow_eptp static function
` [PATCH 03/34] x86: HVM_FEP should depend on HVM
` [PATCH 04/34] x86/mm: don't reference hvm_funcs directly
` [PATCH 05/34] xen: is_hvm_domain should evaluate to 0 when !CONFIG_HVM
` [PATCH 06/34] x86: fix two unused variable errors "
` [PATCH 07/34] x86: only call memory_type_changed for HVM guests
` [PATCH 08/34] x86: enclose hvm_op and dm_op in CONFIG_HVM in PV hypercall table
` [PATCH 09/34] x86: guard HAS_VPCI with CONFIG_HVM
` [PATCH 10/34] x86: stub out has_* testing for emulation flags
` [PATCH 11/34] xen/pt: io.c contains HVM only code
` [PATCH 12/34] x86/pt: only call some functions for HVM guests
` [PATCH 13/34] x86/pt: split out HVM functions from vtd.c
` [PATCH 14/34] x86/pt: add HVM check to XEN_DOMCTL_unbind_pt_irq
` [PATCH 15/34] x86/nestedhvm: make it build with !CONFIG_HVM
` [PATCH 16/34] x86/hvm: enclose hvm_enabled and hvm_funcs in CONFIG_HVM
` [PATCH 17/34] x86/vmce: enclose HVM load / save code "
` [PATCH 18/34] x86/amd: skip OSVW function calls if !CONFIG_HVM
` [PATCH 19/34] x86: check HVM before trying to get ioreq server
` [PATCH 20/34] x86/mtrr: move is_var_mtrr_overlapped
` [PATCH 21/34] x86/mm: p2m_flush and nvcpu_flush are HVM only
` [PATCH 22/34] x86/mm: put HVM only code under CONFIG_HVM
` [PATCH 23/34] x86/oprofile: put SVM "
` [PATCH 24/34] x86/mem_access: put HVM only function "
` [PATCH 25/34] x86/mm/shadow: make it build with !CONFIG_HVM
` [PATCH 26/34] x86/mm/shadow: split out HVM only code
` [PATCH 27/34] x86: make hvm_inject_* functions build when !CONFIG_HVM
` [PATCH 28/34] x86/vm_event: put vm_event_fill_regs under CONFIG_HVM
` [PATCH 29/34] x86/mm: put paging_update_nestedmode "
` [PATCH 30/34] x86: PIT emulation is common to PV and HVM
` [PATCH 31/34] xen: refuse to create HVM guests when !CONFIG_HVM
` [PATCH 32/34] x86: expose CONFIG_HVM
` [PATCH 33/34] x86/pvshim: disable HVM for PV shim
` [PATCH 34/34] RFC x86: introduce directio virt cap

[Cluster-devel] [GFS2 PATCH] gfs2: don't hold the sd_jindex_spin during recovery
 2018-08-17 15:53 UTC 

Experiences on BTRFS Dual SSD RAID 1 with outage of one SSD
 2018-08-17 12:50 UTC  (4+ messages)

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

[PATCH] misc: remove meaningless null check before kfree
 2018-08-17 15:52 UTC  (2+ messages)

[Qemu-devel] Pipe key broken on US keyboards
 2018-08-17 15:51 UTC  (14+ messages)

[Cluster-devel] [GFS2 PATCH] gfs2: Don't set GFS2_RDF_UPTODATE when the lvb is updated
 2018-08-17 15:51 UTC 

[Qemu-devel] [PATCH 00/20] target/arm: sve system mode patches
 2018-08-17 15:50 UTC  (3+ messages)
` [Qemu-devel] [PATCH 03/20] target/arm: Define ID_AA64ZFR0_EL1

[PATCH v3 00/14] Add utilization clamping support
 2018-08-17 15:50 UTC  (5+ messages)
` [PATCH v3 09/14] sched/core: uclamp: propagate parent clamps

[Qemu-devel] [PATCH v2 0/3] hw/pci: PCI resource reserve capability
 2018-08-17 15:49 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 1/3] hw/pci: factor PCI reserve resources to a separate structure

add support for Xilinx PCIe root ports on RISC-V v2
 2018-08-17 15:47 UTC  (10+ messages)
` [PATCH 1/3] PCI: add a callback to struct pci_host_bridge for adding a new device

[PATCH V2] license-rules.rst and LICENSES: Use only spdx version 3 with -only and -or-later
 2018-08-17 15:45 UTC 

[RFC PATCH 0/6] pci: Rework is_added race fix and address bridge enable races
 2018-08-17 15:44 UTC  (3+ messages)
` [RFC PATCH 1/6] Revert "PCI: Fix is_added/is_busmaster race condition"

[Buildroot] [PATCH] ruby: security bump to version 2.4.4
 2018-08-17 15:44 UTC 

[PATCH] iommu/arm-smmu-v3: Fix a couple of minor comment typos
 2018-08-17 15:42 UTC  (3+ messages)

Crash in netlink/sk_filter_trim_cap on ARMv7 on 4.18rc1
 2018-08-17 12:40 UTC  (8+ messages)
        ` [offlist] "

[LTP] [PATCH] device-drivers/acpi: skip certain tests for HW-reduced ACPI
 2018-08-17 15:43 UTC 

[PATCH] Fix kexec forbidding kernels signed with custom platform keys to boot
 2018-08-17 15:42 UTC  (17+ messages)

porting 6797 to upstream kernel
 2018-08-17 15:42 UTC 

[RFC v2 0/2] Do not touch pages in remove_memory path
 2018-08-17 15:41 UTC  (3+ messages)
` [RFC v2 1/2] mm/memory_hotplug: Add nid parameter to arch_remove_memory
` [RFC v2 2/2] mm/memory_hotplug: Shrink spanned pages when offlining memory

Current LTS and their EOL
 2018-08-17 15:40 UTC 

[Qemu-devel] [PATCH] hw/pci: add pci capability to pci-pci bridge
 2018-08-17 15:39 UTC  (8+ messages)

[Bug 107607] [drm:generic_reg_wait [amdgpu]] *ERROR* REG_WAIT timeout 10us * 3000 tries - enc1_stream_encoder_dp_blank line:804
 2018-08-17 15:37 UTC 

[PATCH] ASoC: core: Don't schedule DAPM work if already in target state
 2018-08-17 15:35 UTC  (2+ messages)

[PATCH]ipv6: multicast: In mld_send_cr function moving read lock to second for loop
 2018-08-17 12:31 UTC 

[PATCH v10 00/10] livepatch: Atomic replace feature
 2018-08-17 15:33 UTC  (4+ messages)

[PATCH] pinctrl: lpc18xx: mark expected switch fall-throughs
 2018-08-17 15:32 UTC  (3+ messages)

[PATCH/RFC] commit: add short option for --amend
 2018-08-17 15:31 UTC  (6+ messages)

[LINUX PATCH v10 2/2] mtd: rawnand: arasan: Add support for Arasan NAND Flash Controller
 2018-08-17 15:30 UTC  (2+ messages)

[PATCH v4] clone: report duplicate entries on case-insensitive filesystems
 2018-08-17 15:29 UTC  (6+ messages)
` [PATCH] config.txt: clarify core.checkStat = minimal

[PATCH 0/2] ethernet: Use NULL to compare with pointer-typed value rather than 0
 2018-08-17 15:29 UTC  (3+ messages)
` [PATCH 2/2] ethernet: lpc_eth: "

[PATCH v2] drm/i915: Verify power domains after enabling them
 2018-08-17 15:28 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] powerpc64/ftrace: Include ftrace.h needed for enable/disable calls
 2018-08-17 15:16 UTC  (3+ messages)

[PATCH 0/3] iommu: Avoid DMA ops domain refcount contention
 2018-08-17 15:27 UTC  (4+ messages)
` [PATCH 1/3] iommu: Add fast hook for getting DMA domains

[PATCH] drm/i915: Verify power domains after enabling them
 2018-08-17 15:24 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Verify power domains after enabling them (rev3)
` ✓ Fi.CI.BAT: success "

Streaming logs via rsyslog
 2018-08-17 15:23 UTC  (5+ messages)

[RFC PATCH] UBI fixable bit-flip issue
 2018-08-17 15:22 UTC  (5+ messages)

[PATCH 1/2] fpga: doc: documentation for FPGA debugfs
 2018-08-17 15:22 UTC  (6+ messages)
` [PATCH 2/2] fpga: add FPGA manager debugfs

[PATCH] Btrfs: remove always true if branch in btrfs_get_extent
 2018-08-17 12:17 UTC  (2+ messages)

[Bug 107604] tes dhfhdghgdfgdshgfhs
 2018-08-17 15:19 UTC  (2+ messages)

Contributor Summit planning
 2018-08-17 15:18 UTC  (5+ messages)

[LTP] [PATCH] syscalls/setxattr: fix iterations and missing coverage
 2018-08-17 15:17 UTC  (2+ messages)

[PATCH v5 1/2] dt-bindings: leds: Add bindings for lm3697 driver
 2018-08-17 15:15 UTC  (4+ messages)
` [PATCH v5 2/2] leds: lm3697: Introduce the "

[PATCH] drm/scheduler: Add stopped flag to drm_sched_entity
 2018-08-17 15:15 UTC 

[PATCH i-g-t] lib/pm_rpm: Reload the module with full mmio debugging
 2018-08-17 15:13 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[PATCH 1/3] arch/powerpc/hugetlb: Use pte_access_permitted for hugetlb access check
 2018-08-17 15:12 UTC  (3+ messages)
` [PATCH 3/3] powerpc/mm/ Add proper pte access check helper

[Qemu-devel] [PATCH 0/4 for-3.0?] NBD fixes for unaligned images
 2018-08-17 15:11 UTC  (6+ messages)
` [Qemu-devel] [PATCH 2/4] nbd/server: Advertise actual minimum block size

[SPDK] SPDK NVMe-oF Performance Report on spdk.io
 2018-08-17 15:10 UTC 

[PATCH 1/7] pinctrl: ingenic: Probe driver at subsys_initcall
 2018-08-17 15:09 UTC  (10+ messages)
` [PATCH 3/7] pinctrl: ingenic: Merge GPIO functionality
` [PATCH 5/7] pinctrl: ingenic: Add support for the JZ4725B
` [PATCH 7/7] gpio: ingenic: Remove driver

[PATCH] gpg-interface.c: Fix potentially freeing NULL values
 2018-08-17 15:10 UTC  (4+ messages)
` [PATCH] refactor various if (x) FREE_AND_NULL(x) to just FREE_AND_NULL(x)

[PATCH] gpio: 74x164: add lines-initial-states property
 2018-08-17 15:10 UTC  (3+ messages)

[PATCH V2 0/3] da7280: haptic driver submission
 2018-08-17 15:10 UTC  (3+ messages)
` [PATCH V2 2/3] Documentation: devicetree: input: new binding for da7280

[PATCH v4 0/7] Add support for MSCC Ocelot i2c
 2018-08-17 15:09 UTC  (6+ messages)
` [PATCH v4 4/7] i2c: designware: document MSCC Ocelot bindings

[PATCH 0/7] Add Xilinx ZynqMP R5 remoteproc driver
 2018-08-17 15:09 UTC  (4+ messages)
` [PATCH 7/7] Documentation: devicetree: Add Xilinx R5 rproc binding

[PATCH] net: dsa: add support for ksz9897 ethernet switch
 2018-08-17 15:09 UTC  (2+ messages)

[PATCH V12 00/14] Krait clocks + Krait CPUfreq
 2018-08-17 15:09 UTC  (9+ messages)
` [PATCH v12 13/14] cpufreq: qcom: Re-organise kryo cpufreq to use it for other nvmem based qcom socs
` [PATCH v12 14/14] cpufreq: qcom: Add support for krait based socs

[Buildroot] [PATCH 1/1] libuv: bump to version 1.23.0
 2018-08-17 15:09 UTC  (2+ messages)

[Buildroot] [git commit branch/next] libuv: bump to version 1.23.0
 2018-08-17 15:09 UTC 

post-receive: pub/scm/linux/kernel/git/dinguyen/linux
 2018-08-17 15:08 UTC 

[Buildroot] [PATCH v2] dahdi-tools: unify dependencies comments
 2018-08-17 15:07 UTC  (2+ messages)

[Buildroot] [git commit] dahdi-tools: unify dependencies comments
 2018-08-17 15:07 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.