All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-09-25 15:46:48 to 2019-09-25 16:29:05 UTC [more...]

[Xen-devel] [RFC PATCH for-next 00/18] VM forking
 2019-09-25 16:28 UTC  (22+ messages)
` [Xen-devel] [RFC PATCH for-next 01/18] x86: make hvm_{get/set}_param accessible
` [Xen-devel] [RFC PATCH for-next 02/18] xen/x86: Make hap_get_allocation accessible
` [Xen-devel] [RFC PATCH for-next 03/18] tools/libxc: clean up memory sharing files
` [Xen-devel] [RFC PATCH for-next 04/18] x86/mem_sharing: cleanup code in various locations
` [Xen-devel] [RFC PATCH for-next 05/18] x86/mem_sharing: make get_two_gfns take locks conditionally
` [Xen-devel] [RFC PATCH for-next 06/18] x86/mem_sharing: drop flags from mem_sharing_unshare_page
` [Xen-devel] [RFC PATCH for-next 07/18] x86/mem_sharing: don't try to unshare twice during page fault
` [Xen-devel] [RFC PATCH for-next 08/18] x86/mem_sharing: define mem_sharing_domain to hold some scattered variables
` [Xen-devel] [RFC PATCH for-next 09/18] x86/mem_sharing: Use INVALID_MFN and p2m_is_shared in relinquish_shared_pages
` [Xen-devel] [RFC PATCH for-next 10/18] x86/mem_sharing: Make add_to_physmap static and shorten name
` [Xen-devel] [RFC PATCH for-next 11/18] x86/mem_sharing: Convert MEM_SHARING_DESTROY_GFN to a bool
` [Xen-devel] [RFC PATCH for-next 12/18] x86/mem_sharing: Replace MEM_SHARING_DEBUG with gdprintk
` [Xen-devel] [RFC PATCH for-next 13/18] x86/mem_sharing: ASSERT that p2m_set_entry succeeds
` [Xen-devel] [RFC PATCH for-next 14/18] x86/mem_sharing: Enable mem_sharing on first memop
` [Xen-devel] [RFC PATCH for-next 15/18] x86/mem_sharing: Skip xen heap pages in memshr nominate
` [Xen-devel] [RFC PATCH for-next 16/18] x86/mem_sharing: check page type count earlier
` [Xen-devel] [RFC PATCH for-next 17/18] xen/mem_sharing: VM forking
` [Xen-devel] [RFC PATCH for-next 18/18] xen/tools: VM forking toolstack side

[PATCH v5 0/1] intel_cht_int33fe: Split code to USB Micro-B and Type-C variants
 2019-09-25 16:27 UTC  (5+ messages)
` [PATCH v5 1/1] platform/x86/intel_cht_int33fe: "

[Xen-devel] [PATCH v13 0/4] add per-domain IOMMU control
 2019-09-25 16:24 UTC  (11+ messages)

[PATCH v4 00/16] Move rom and notdirty handling to cputlb
 2019-09-25 16:23 UTC  (17+ messages)
` [PATCH v4 08/16] cputlb: Move ROM handling from I/O path to TLB path
` [PATCH v4 09/16] cputlb: Move NOTDIRTY "
` [PATCH v4 10/16] cputlb: Partially inline memory_region_section_get_iotlb
` [PATCH v4 11/16] cputlb: Merge and move memory_notdirty_write_{prepare, complete}
  ` [PATCH v4 11/16] cputlb: Merge and move memory_notdirty_write_{prepare,complete}
` [PATCH v4 12/16] cputlb: Handle TLB_NOTDIRTY in probe_access
` [PATCH v4 13/16] cputlb: Remove cpu->mem_io_vaddr
` [PATCH v4 14/16] cputlb: Remove tb_invalidate_phys_page_range is_cpu_write_access

[Xen-devel] [PATCH v4 7/8] xen/arm: introduce nr_spis
 2019-09-25 16:25 UTC  (7+ messages)
    ` [Xen-devel] [PATCH v4 8/8] xen/arm: add dom0-less device assignment info to docs

ath10k: Poor performance with kernel 5.3 fixed
 2019-09-25 16:24 UTC  (2+ messages)

BUG report: usb: dwc3: Link TRB triggered an intterupt without IOC being setted
 2019-09-25 16:22 UTC  (6+ messages)

[PATCH CI 1/6] drm/i915/tgl: Add initial dkl pll support
 2019-09-25 16:22 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [CI,1/6] "

IPv6 issue
 2019-09-25 16:21 UTC  (2+ messages)

[PATCH 0/3] Exynos5 DMC interrupt mode
 2019-09-25 16:18 UTC  (8+ messages)
  ` [PATCH 1/3] ARM: dts: exynos: Add interrupt to DMC controller in Exynos5422
  ` [PATCH 2/3] ARM: dts: exynos: map 0x10000 SFR instead of 0x100 in DMC Exynos5422
  ` [PATCH 3/3] memory: samsung: exynos5422-dmc: Add support for interrupt from performance counters

[Qemu-arm] [PATCH-for-4.2 v11 00/11] ARM virt: ACPI memory hotplug support
 2019-09-25 16:20 UTC  (5+ messages)
`  "

[thud/master PATCH v1] recipes-bsp: ti-sci-fw: Enable traces for j7-evm
 2019-09-25 16:18 UTC 

[PATCH] drm/amdgpu: Add NAVI12 support from kfd side
 2019-09-25 16:20 UTC  (2+ messages)

[PATCH 00/11] of: Fix DMA configuration for non-DT masters
 2019-09-25 16:16 UTC  (13+ messages)
          ` [Xen-devel] "

Submit new entries in Digital TV scan tables
 2019-09-25 16:19 UTC  (2+ messages)

[PATCH v2] ASoC: Intel: Skylake: prevent memory leak in snd_skl_parse_uuids
 2019-09-25 16:19 UTC 

[RFC PATCH 00/18] crypto: wireguard using the existing crypto API
 2019-09-25 16:12 UTC  (34+ messages)
` [RFC PATCH 01/18] crypto: shash - add plumbing for operating on scatterlists
` [RFC PATCH 02/18] crypto: x86/poly1305 - implement .update_from_sg method
` [RFC PATCH 03/18] crypto: arm/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation
` [RFC PATCH 04/18] crypto: arm64/poly1305 "
` [RFC PATCH 05/18] crypto: chacha - move existing library code into lib/crypto
` [RFC PATCH 06/18] crypto: rfc7539 - switch to shash for Poly1305
` [RFC PATCH 07/18] crypto: rfc7539 - use zero reqsize for sync instantiations without alignmask
` [RFC PATCH 08/18] crypto: testmgr - add a chacha20poly1305 test case
` [RFC PATCH 09/18] crypto: poly1305 - move core algorithm into lib/crypto
` [RFC PATCH 10/18] crypto: poly1305 - add init/update/final library routines
` [RFC PATCH 11/18] int128: move __uint128_t compiler test to Kconfig
` [RFC PATCH 12/18] crypto: BLAKE2s - generic C library implementation and selftest
` [RFC PATCH 13/18] crypto: Curve25519 - generic C library implementations "
` [RFC PATCH 14/18] crypto: chacha20poly1305 - import construction and selftest from Zinc
` [RFC PATCH 15/18] net: WireGuard secure network tunnel
` [RFC PATCH 16/18] netlink: use new strict length types in policy for 5.2
` [RFC PATCH 17/18] wg switch to lib/crypto algos
` [RFC PATCH 18/18] net: wireguard - switch to crypto API for packet encryption

[PATCH V3] target/riscv: Bugfix reserved bits in PTE for RV64
 2019-09-25 16:16 UTC  (10+ messages)

[PATCH v3 0/4] drm/edid: Add new modes from CTA-861-G
 2019-09-25 16:19 UTC  (2+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/edid: Add new modes from CTA-861-G (rev2)

[PATCH 0/5] DA9062 PMIC fixes and features
 2019-09-25 16:18 UTC  (8+ messages)
` [PATCH 2/5] dt-bindings: mfd: da9062: add regulator voltage selection documentation
` [PATCH 3/5] regulator: da9062: add voltage selection gpio support

[PATCH] libdrm: Convert to Android.mk to Android.bp
 2019-09-25 16:17 UTC  (7+ messages)

[PATCH 1/3] drm/dp/mst: Reduce nested ifs
 2019-09-25 16:15 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] "
` ✓ Fi.CI.BAT: success "

[LTP] [PATCH] syscalls/acct02: Check read size
 2019-09-25 16:14 UTC  (3+ messages)

[PATCH kvm-unit-tests 0/4] test GUEST_EFER field and address size controls
 2019-09-25 16:14 UTC  (5+ messages)
` [PATCH kvm-unit-tests 1/4] x86: vmx_tests: gate load guest PAT tests on the correct bit
` [PATCH kvm-unit-tests 2/4] x86: vmx_tests: extend HOST_EFER tests
` [PATCH kvm-unit-tests 3/4] x86: vmx_tests: prepare for extending guest state area tests
` [PATCH kvm-unit-tests 4/4] x86: vmx_tests: add GUEST_EFER tests

[PATCH v3 0/9] TGL TC enabling v3
 2019-09-25 16:12 UTC  (6+ messages)
` [PATCH v3 4/9] drm/i915/tgl: Add dkl phy programming sequences

[PATCH] spapr/irq: Fix migration of older machine types with XIVE
 2019-09-25 16:07 UTC 

[U-Boot] [PATCH 000/126] x86: Add initial support for apollolake
 2019-09-25 16:12 UTC  (3+ messages)
` [U-Boot] [PATCH 002/126] dm: core: Correct low cell in ofnode_read_pci_addr()

Question for upstream
 2019-09-25 16:11 UTC  (4+ messages)
  ` [External] "

[Qemu-devel] QEMU bitmap backup usability FAQ
 2019-09-25 15:56 UTC  (4+ messages)
`  "

[dpdk-dev] [PATCH v7] eal: make lcore_config private
 2019-09-25 16:10 UTC 

[PATCH] drm: Don't free jobs in wait_event_interruptible()
 2019-09-25 16:07 UTC  (6+ messages)

[PATCH v3 00/25] error: auto propagated local_err
 2019-09-25 16:06 UTC  (5+ messages)
` [PATCH v3 05/25] scripts: add coccinelle script to fix error_append_hint usage

today's mmots tree is unusable
 2019-09-25 16:08 UTC  (4+ messages)

[Buildroot] [git commit branch/2019.08.x] package/nodejs: security bump to version v10.16.3
 2019-09-25 16:08 UTC 

[Buildroot] [git commit branch/2019.08.x] package/nghttp2: security bump to version 1.39.2
 2019-09-25 16:08 UTC 

[Buildroot] [git commit branch/2019.05.x] package/nodejs: security bump to version v10.16.3
 2019-09-25 16:08 UTC 

[PATCH] pivot_root.2: tfix
 2019-09-25 15:58 UTC 

[Buildroot] [git commit branch/2019.05.x] package/nghttp2: security bump to version 1.39.2
 2019-09-25 16:08 UTC 

[PATCH 0/1] make OPENSSL_ENGINES match install path
 2019-09-25 15:54 UTC  (3+ messages)
` [PATCH 1/1] openssl: "

[PATCH v8 0/6] PM / devfreq: Add dev_pm_qos support
 2019-09-25 16:06 UTC  (5+ messages)
  ` [PATCH v8 5/6] PM / devfreq: Add PM QoS support

[PATCH V11 0/4] BPF: New helper to obtain namespace data from current task
 2019-09-25 16:07 UTC  (3+ messages)
` [PATCH bpf-next v11 4/4] tools/testing/selftests/bpf: Add self-tests for new helper

[dpdk-dev] 18.11.3 (LTS) patches review and test
 2019-09-25 16:06 UTC  (3+ messages)

[Buildroot] [PATCH] package/luksmeta: do not build man pages
 2019-09-25 16:05 UTC  (2+ messages)

[Buildroot] [PATCH] package/luksmeta: bump to version v9
 2019-09-25 16:05 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/2] spapr: reduce the number of IRQ
 2019-09-25 15:41 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 2/2] spapr/irq: Only claim VALID interrupts at the KVM level
    `  "

[Buildroot] [git commit branch/2019.08.x] package/luksmeta: do not build man pages
 2019-09-25 16:05 UTC 

[Buildroot] [git commit branch/2019.08.x] package/luksmeta: bump to version v9
 2019-09-25 16:05 UTC 

[Buildroot] [git commit branch/2019.05.x] package/luksmeta: do not build man pages
 2019-09-25 16:05 UTC 

[Buildroot] [git commit branch/2019.05.x] package/luksmeta: bump to version v9
 2019-09-25 16:05 UTC 

[Buildroot] [git commit branch/2019.02.x] package/luksmeta: do not build man pages
 2019-09-25 16:04 UTC 

[PATCH v2] dt-bindings: at24: convert the binding document to yaml
 2019-09-25 16:04 UTC 

[Buildroot] [git commit branch/2019.02.x] package/luksmeta: bump to version v9
 2019-09-25 16:04 UTC 

[PATCH] drm/amd/display: prevent memory leak
 2019-09-25 16:04 UTC  (4+ messages)

[Buildroot] [PATCH v5] package/nfs-utils: enable IPv6
 2019-09-25 16:04 UTC  (2+ messages)

[Xen-devel] [PATCH v3 00/47] xen: add core scheduling support
 2019-09-25 16:02 UTC  (3+ messages)
` [Xen-devel] [PATCH v3 46/47] xen/sched: disable scheduling when entering ACPI deep sleep states

[PATCH v2 00/11] drm/amdgpu: introduce secure buffer object support (trusted memory zone)
 2019-09-25 16:01 UTC  (4+ messages)
` [PATCH v2 11/11] drm/amdgpu: set TMZ bits in PTEs for secure BO (v4)

[Buildroot] [git commit branch/2019.08.x] package/nfs-utils: always use libtirpc and enable IPv6
 2019-09-25 16:01 UTC 

[PATCH v1] mm/memory_hotplug: Don't take the cpu_hotplug_lock
 2019-09-25 16:01 UTC  (6+ messages)

[Buildroot] [git commit branch/2019.05.x] package/nfs-utils: always use libtirpc and enable IPv6
 2019-09-25 16:00 UTC 

[Buildroot] [git commit branch/2019.02.x] package/nfs-utils: always use libtirpc and enable IPv6
 2019-09-25 16:00 UTC 

[PATCH 01/21] drm/i915: Restrict the aliasing-ppgtt to the size of the ggtt
 2019-09-25 15:59 UTC  (7+ messages)
` [PATCH 12/21] drm/i915: Mark up address spaces that may need to allocate

Problems with arm64 compat vdso
 2019-09-25 15:58 UTC  (4+ messages)

[PATCH] efi: don't iterate over EFI vars pointlessly if no SSDT override was specified
 2019-09-25 15:57 UTC  (5+ messages)

[PATCH 0/6] iommu/amd: Locking Fixes
 2019-09-25 15:58 UTC  (12+ messages)
` [PATCH 2/6] iommu/amd: Remove amd_iommu_devtable_lock
` [PATCH 3/6] iommu/amd: Take domain->lock for complete attach/detach path
` [PATCH 4/6] iommu/amd: Check for busy devices earlier in attach_device()
` [PATCH 5/6] iommu/amd: Lock dev_data in attach/detach code paths
` [PATCH 6/6] iommu/amd: Lock code paths traversing protection_domain->dev_list

[PATCH v4 0/8] Introduce the microvm machine type
 2019-09-25 15:39 UTC  (4+ messages)
` [PATCH v4 4/8] hw/i386: split PCMachineState deriving X86MachineState from it

[PULL 00/37] QAPI patches for 2019-09-24
 2019-09-25 15:28 UTC  (2+ messages)

[Xen-devel] [qemu-mainline test] 141751: regressions - FAIL
 2019-09-25 15:55 UTC 

[v8 0/2] mtd: rawnand: Add Cadence NAND controller driver
 2019-09-25 15:52 UTC  (2+ messages)

[PATCH v2 00/20] target/mips: Misc cleanups for September/October 2019
 2019-09-25 15:27 UTC  (5+ messages)
` [PATCH v2 01/20] target/mips: Clean up helper.c
` [PATCH v2 05/20] target/mips: Clean up op_helper.c

[PATCH 0/4] Documentation/process: embargoed hardware issues additions
 2019-09-25 15:53 UTC  (6+ messages)
` [PATCH 2/4] Documentation/process: describe relaxing disclosing party NDAs
      ` [PATCH] Documentation/process: Clarify disclosure rules

[dpdk-dev] [PATCH 0/7] SPDX license tag changes
 2019-09-25 15:51 UTC  (8+ messages)
` [dpdk-dev] [PATCH 1/7] uuid: remove BSD boilerplate
` [dpdk-dev] [PATCH 2/7] reciprocal: remove redundant boilerplate
` [dpdk-dev] [PATCH 3/7] windows: remove boilerplate from BSD header
` [dpdk-dev] [PATCH 4/7] kni: add SPDX license tag
` [dpdk-dev] [PATCH 5/7] ethdev: add SPDX tags to pci and vdev headers
` [dpdk-dev] [PATCH 6/7] testpmd: add SPDX license tags
` [dpdk-dev] [PATCH 7/7] test: add SPDX headers

[Bug 111792] [AMD tahiti xt] amd-staging-drm-next broken since linux 5.3.0-rc3 rebase
 2019-09-25 15:52 UTC  (2+ messages)

Unable to boot OpenBMC image in QEMU for AST2500
 2019-09-25 15:52 UTC  (4+ messages)

[kvm-unit-tests PATCH 0/2] s390x: Quick fixes
 2019-09-25 15:51 UTC  (3+ messages)
` [kvm-unit-tests PATCH 2/2] s390x: Free allocated page in iep test

[Qemu-devel] [PATCH v3 0/5] Automatic RCU read unlock
 2019-09-25 15:49 UTC  (5+ messages)

[RFC PATCH for 5.4 0/7] Membarrier fixes and cleanups
 2019-09-25 15:50 UTC  (5+ messages)

[U-Boot] [RFC 1/3] scsi: ata: Add DM SCSI interface to support None AHCI sata driver
 2019-09-25 15:49 UTC  (2+ messages)

[Intel-wired-lan] [PATCH] i40e: prevent memory leak in i40e_setup_macvlans
 2019-09-25 15:48 UTC  (2+ messages)
`  "

[Xen-devel] [PATCH v3 00/12] livepatch: new features and fixes
 2019-09-25 15:47 UTC  (3+ messages)
` [Xen-devel] [PATCH v3 11/12] livepatch: Add metadata runtime retrieval mechanism


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.