All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-08-05 05:52:48 to 2019-08-05 07:16:49 UTC [more...]

[Qemu-devel] [RFC PATCH v2 00/17] Add virtual device fuzzing support
 2019-08-05  7:11 UTC  (13+ messages)
` [Qemu-devel] [RFC PATCH v2 01/17] fuzz: Move initialization from main to qemu_init
` [Qemu-devel] [RFC PATCH v2 02/17] fuzz: Add fuzzer configure options
` [Qemu-devel] [RFC PATCH v2 03/17] fuzz: Keep memory mapped for fork-based fuzzer
` [Qemu-devel] [RFC PATCH v2 04/17] fuzz: Skip modules that were already initialized
` [Qemu-devel] [RFC PATCH v2 05/17] fuzz: Add direct receive function for qtest server
` [Qemu-devel] [RFC PATCH v2 06/17] fuzz: Add FUZZ_TARGET module type
` [Qemu-devel] [RFC PATCH v2 07/17] fuzz: Add ramfile qemu-file type
` [Qemu-devel] [RFC PATCH v2 08/17] fuzz: Export the qemu_savevm_live_state function
` [Qemu-devel] [RFC PATCH v2 09/17] fuzz: hardcode needed objects into i386 target
` [Qemu-devel] [RFC PATCH v2 10/17] fuzz: qtest client directly interacts with server
` [Qemu-devel] [RFC PATCH v2 14/17] fuzz: Add forking support to the fuzzer
` [Qemu-devel] [RFC PATCH v2 17/17] fuzz: Add fuzz accelerator type

[PATCH v4 0/7] perf, intel: Add support for PEBS output to Intel PT
 2019-08-05  7:16 UTC  (6+ messages)
` [PATCH v4 1/7] perf: Allow normal events to be sources of AUX data
` [PATCH v4 2/7] perf/x86/intel: Support PEBS output to PT
` [PATCH v4 3/7] perf tools: Add aux_source attribute flag
` [PATCH v4 4/7] perf tools: Add itrace option 'o' to synthesize aux-source events
` [PATCH v4 6/7] perf tools: Add aux-source config term

[PATCH] m68k: Prevent some compiler warnings in coldfire builds
 2019-08-05  7:14 UTC  (3+ messages)

[RFC PATCH v2 00/19] KVM RISC-V Support
 2019-08-05  7:14 UTC  (13+ messages)
` [RFC PATCH v2 07/19] RISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctls
` [RFC PATCH v2 10/19] RISC-V: KVM: Handle WFI exits for VCPU

Random memory corruption with v5.2
 2019-08-05  7:13 UTC  (8+ messages)

[Qemu-riscv] [FOR 4.1 PATCH] riscv: roms: Fix make rules for building sifive_u bios
 2019-08-05  7:13 UTC  (2+ messages)

[LTP] [PATCH v6 1/3] lib: alter find_free_loopdev()
 2019-08-05  7:11 UTC  (5+ messages)
` [LTP] [PATCH v7 "
  ` [LTP] [PATCH v7 3/3] syscalls/copy_file_range02: increase coverage and remove EXDEV test

[PATCH 1/2] habanalabs: Add descriptive names to PSOC scratch-pad registers
 2019-08-05  7:11 UTC  (3+ messages)
` [PATCH 2/2] habanalabs: Add descriptive name to PSOC app status register

[Xen-devel] [PATCH v8 00/16] improve late microcode loading
 2019-08-05  7:05 UTC  (10+ messages)
` [Xen-devel] [PATCH v8 03/16] microcode/intel: extend microcode_update_match()
` [Xen-devel] [PATCH v8 06/16] microcode: introduce a global cache of ucode patch
` [Xen-devel] [PATCH v8 10/16] microcode/amd: call svm_host_osvw_init() in common code

[igt-dev] [PATCH i-g-t v2 0/2] PCU messaging test
 2019-08-05  6:54 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t v2 1/2] tests/kms_plane_multiple: "
` [igt-dev] [PATCH i-g-t v2 2/2] tests/kms_plane_multiple: Set highest mode for "

Regression in 543cea9a - was: Re: Kernel problem on rx2800 i2
 2019-08-05  7:10 UTC  (2+ messages)

[Bug 204479] KASAN hit at modprobe zram
 2019-08-05  7:07 UTC 

[meta-python] [PATCH] python-jsonpatch: upgrade 1.23 -> 1.24
 2019-08-05  7:08 UTC 

[drm/mgag200] 90f479ae51: vm-scalability.median -18.8% regression
 2019-08-05  7:02 UTC  (5+ messages)

[dpdk-dev] [PATCH] net/mlx5: fix redundant use of directive
 2019-08-05  7:07 UTC 

[lustre-devel] [PATCH 00/22] [RFC] ldiskfs patches against 5.2-rc2+
 2019-08-05  7:07 UTC  (3+ messages)
` [lustre-devel] [PATCH 03/22] ext4: prealloc table optimization

[PATCH] arm64: dts: ls1028a: fix gpio nodes
 2019-08-05  6:57 UTC  (2+ messages)

[PATCHv2] libnss-nis:upgrade 3.0 -> 3.1
 2019-08-05  7:05 UTC 

[PATCH v4 00/10] implement KASLR for powerpc/fsl_booke/32
 2019-08-05  6:43 UTC  (22+ messages)
` [PATCH v4 01/10] powerpc: unify definition of M_IF_NEEDED
` [PATCH v4 02/10] powerpc: move memstart_addr and kernstart_addr to init-common.c
` [PATCH v4 03/10] powerpc: introduce kimage_vaddr to store the kernel base
` [PATCH v4 04/10] powerpc/fsl_booke/32: introduce create_tlb_entry() helper
` [PATCH v4 05/10] powerpc/fsl_booke/32: introduce reloc_kernel_entry() helper
` [PATCH v4 06/10] powerpc/fsl_booke/32: implement KASLR infrastructure
` [PATCH v4 07/10] powerpc/fsl_booke/32: randomize the kernel image offset
` [PATCH v4 08/10] powerpc/fsl_booke/kaslr: clear the original kernel if randomized
` [PATCH v4 09/10] powerpc/fsl_booke/kaslr: support nokaslr cmdline parameter
` [PATCH v4 10/10] powerpc/fsl_booke/kaslr: dump out kernel offset information on panic

[PATCH] drm/amdgpu: Fix panic during gpu reset
 2019-08-05  7:03 UTC  (2+ messages)

[PATCH V3 1/5] thermal: qoriq: Add clock operations
 2019-08-05  7:02 UTC  (10+ messages)
` [PATCH V3 2/5] thermal: qoriq: Fix error path of calling qoriq_tmu_register_tmu_zone fail
` [PATCH V3 3/5] thermal: qoriq: Use devm_platform_ioremap_resource() instead of of_iomap()
` [PATCH V3 4/5] thermal: qoriq: Use __maybe_unused instead of #if CONFIG_PM_SLEEP
` [PATCH V3 5/5] dt-bindings: thermal: qoriq: Add optional clocks property

[Qemu-riscv] [PATCH-4.2 v2 0/5] RISC-V: Hypervisor prep work part 2
 2019-08-05  6:59 UTC  (7+ messages)
` [Qemu-riscv] [PATCH-4.2 v2 3/5] target/riscv: Create function to test if FP is enabled
  ` [Qemu-devel] "
    ` [Qemu-riscv] "
` [Qemu-riscv] [PATCH-4.2 v2 4/5] target/riscv: Update the Hypervisor CSRs to v0.4
  ` [Qemu-devel] "
    ` [Qemu-riscv] "

Nothing RPROVIDES 'virtual-p9-vcs-workaround' when creating romulus-prime machne
 2019-08-05  6:41 UTC 

[PATCH 0/3] enable channel survey for mt76u and mt7615
 2019-08-05  6:55 UTC  (4+ messages)
` [PATCH 1/3] mt76: mt76x02u: enable survey support
` [PATCH 2/3] mt76: mt7603: move survey_time in mt76_dev
` [PATCH 3/3] mt76: mt7615: enable survey support

[PATCH v2] net/mlx5e: Use refcount_t for refcount
 2019-08-05  6:55 UTC  (5+ messages)

[PATCH v3 6/7] thermal/drivers/cpu_cooling: Introduce the cpu idle cooling driver
 2019-08-05  6:53 UTC  (3+ messages)

[dpdk-dev] *mlx5_get_ifname* should be protected by lock
 2019-08-05  6:50 UTC 

[PATCH v3] nvme-pci: Support shared tags across queues for Apple 2018 controllers
 2019-08-05  6:49 UTC  (5+ messages)

Wohltätigkeitsspende von 2.000.000 Millionen Euro
 2019-08-05  5:44 UTC 

[PATCH] dtc: Provide libfdt
 2019-08-05  6:46 UTC  (5+ messages)

[Qemu-devel] [RFC PATCH] numa: add auto_enable_numa to fix broken check in spapr
 2019-08-05  6:40 UTC  (6+ messages)

[Qemu-riscv] [PATCH] riscv: sifive_e: Correct various SoC IP block sizes
 2019-08-05  6:43 UTC  (5+ messages)
` [Qemu-devel] "

[Buildroot] [PATCH 1/1] docs/manual: update pkg-kconfig doc about <pkg>-diff-config
 2019-08-05  6:43 UTC 

[dpdk-dev] [PATCH] net/mlx5: fix completion queue drain loop
 2019-08-05  6:42 UTC  (2+ messages)

[dpdk-dev] [PATCH] net/mlx5: fix inline data settings
 2019-08-05  6:41 UTC  (2+ messages)

[PATCH 0/6] mtd: spi-nor: move manuf out of the core - batch 2
 2019-08-05  6:40 UTC  (9+ messages)
` [PATCH 4/6] mtd: spi_nor: Add nor->setup() method
` [PATCH 5/6] mtd: spi-nor: Add s3an_post_sfdp_fixups()

[dpdk-dev] [PATCH] net/mlx5: fix completion request for inline packets
 2019-08-05  6:40 UTC  (2+ messages)

[dpdk-dev] [PATCH] net/mlx5: fix packet size inline settings
 2019-08-05  6:40 UTC  (2+ messages)

[PATCH V2 0/9] Fixes for metadata accelreation
 2019-08-05  6:40 UTC  (20+ messages)
` [PATCH V2 7/9] vhost: do not use RCU to synchronize MMU notifier with worker

[PATCH] mtd: spi-nor: Fix the disabling of write protection at init
 2019-08-05  6:40 UTC  (3+ messages)

[dpdk-dev] [PATCH] net/mlx5: fix completion queue overflow for large bursts
 2019-08-05  6:40 UTC  (2+ messages)

[PATCH v7 0/7] powerpc: implement machine check safe memcpy
 2019-08-05  6:22 UTC  (16+ messages)
` [PATCH v7 1/7] powerpc/mce: Schedule work from irq_work
` [PATCH v7 2/7] powerpc/mce: Make machine_check_ue_event() static
` [PATCH v7 3/7] powerpc/mce: Fix MCE handling for huge pages
` [PATCH v7 4/7] extable: Add function to search only kernel exception table
` [PATCH v7 5/7] powerpc/memcpy: Add memcpy_mcsafe for pmem
` [PATCH v7 6/7] powerpc/mce: Handle UE event for memcpy_mcsafe
` [PATCH v7 7/7] powerpc: add machine check safe copy_to_user

[dpdk-dev] [PATCH] examples/ntb: fix error handling
 2019-08-05  6:19 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH net-next v3] net: phy: broadcom: add 1000Base-X support for BCM54616S
 2019-08-05  6:38 UTC  (5+ messages)

[PATCH v2 0/3] Implement BFQ per-device weight interface
 2019-08-05  6:38 UTC  (4+ messages)
` [PATCH v2 1/3] bfq: Fix the missing barrier in __bfq_entity_update_weight_prio
` [PATCH v2 2/3] bfq: Extract bfq_group_set_weight from bfq_io_set_weight_legacy
` [PATCH v2 3/3] bfq: Add per-device weight

[U-Boot] [PATCH v2 0/6] U-boot: add PCIe, its PHY and AHCI support
 2019-08-05  6:36 UTC  (7+ messages)
` [U-Boot] [PATCH v2 1/6] pci: mediatek: add PCIe controller support for MT7623
` [U-Boot] [PATCH v2 2/6] phy: mediatek: add MediaTek T-PHY support for PCIe
` [U-Boot] [PATCH v2 3/6] arm: dts: add PCIe controller for MT7623 SoC

[Qemu-devel] [PATCH v3] migration/postcopy: use mis->bh instead of allocating a QEMUBH
 2019-08-05  6:35 UTC  (2+ messages)

[PATCH 1/1] arm64: dts: sdm845: Add device node for Last level cache controller
 2019-08-05  6:35 UTC  (2+ messages)

kisskb: OK linus/axs103_smp_defconfig/arcv2 Mon Aug 05, 16:30
 2019-08-05  6:31 UTC 

[PATCH 0/5] mtd: spi-nor: write protection at power-up
 2019-08-05  6:30 UTC  (8+ messages)
` [PATCH 2/5] mtd: spi-nor: group the code about the "
` [PATCH 3/5] mtd: spi-nor: add Global Block Unlock support

kisskb: OK linus/axs101_defconfig/arcompact Mon Aug 05, 16:29
 2019-08-05  6:30 UTC 

Calculate BMC MAC address from NCSI NIC's base MAC
 2019-08-05  6:28 UTC  (6+ messages)

[PATCH net-next v5 0/6] flow_offload: add indr-block in nf_table_offload
 2019-08-05  6:26 UTC  (4+ messages)
` [PATCH net-next 3/6] cls_api: add flow_indr_block_call function

[dpdk-dev] [PATCH 0/2] Enable fast-unit tests under travis
 2019-08-05  6:26 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2 "

[dpdk-dev] [PATCH] net/octeontx2: add 96xx A1 silicon revision support
 2019-08-05  6:25 UTC  (2+ messages)

[dpdk-dev] [PATCH] bus/pci: always check IOMMU capabilities
 2019-08-05  6:23 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH] scsi: target/tcm_loop: update upper limit of LUN
 2019-08-05  6:23 UTC 

[PATCH] scsi: 3w-sas: Fix unterminated strncpy
 2019-08-05  6:22 UTC  (3+ messages)

[Buildroot] [autobuild.buildroot.net] Daily results for 2019-08-04
 2019-08-05  6:17 UTC 

[Bug 109955] amdgpu [RX Vega 64] system freeze while gaming
 2019-08-05  6:16 UTC  (2+ messages)

[RFC PATCH 0/2] Macb SGMII status poll thread
 2019-08-05  6:15 UTC  (4+ messages)
` [RFC PATCH 1/2] dt-bindings: net: macb: Add new property for PS SGMII only

linux-next: Tree for Aug 5
 2019-08-05  6:09 UTC 

EHSET USB testing
 2019-08-05  6:07 UTC  (2+ messages)

[virtio-comment] [PATCH] Add virtio rpmb device specification
 2019-08-05  6:06 UTC  (11+ messages)
      ` [virtio-comment] RE: [virtio-dev] "

[PATCH] phy: qualcomm: phy-qcom-qmp: Add of_node_put() before return
 2019-08-05  6:06 UTC  (2+ messages)

patc push failed
 2019-08-05  6:03 UTC 

[PATCH v6 2/3][v4.9.y] infiniband: fix race condition between infiniband mlx4, mlx5 driver and core dumping
 2019-08-05  6:03 UTC  (2+ messages)
` Patch "infiniband: fix race condition between infiniband mlx4, mlx5 driver and core dumping" has been added to the 4.9-stable tree

[U-Boot] [PATCH] misc: i2c_eeprom: verify that the chip is functional at probe()
 2019-08-05  6:03 UTC 

[Buildroot] [PATCH 4/5 v2] toolchain: -fstack-protector-strong can be back-ported
 2019-08-05  6:03 UTC  (3+ messages)

[PATCH 1/4] kubernetes: clean up environment settings in do_compile
 2019-08-05  6:01 UTC  (4+ messages)
` [PATCH 2/4] runc: remove static to enable building systemd support
` [PATCH 3/4] runc-docker: respect GOBUILDFLAGS and do not compile recvtty
` [PATCH 4/4] runc-opencontainers: respect GOBUILDFLAGS

[PATCH] drm/amdgpu: Do gpu reset if we lost some gpu reset requests
 2019-08-05  6:02 UTC 

[PATCH v6 1/3] [v4.9.y] coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumping
 2019-08-05  6:02 UTC  (3+ messages)
` [PATCH v6 0/3] "

FAILED: patch "[PATCH] drm/i915/gvt: Adding ppgtt to GVT GEM context after shadow" failed to apply to 5.2-stable tree
 2019-08-05  5:58 UTC 

FAILED: patch "[PATCH] drm/i915/vbt: Fix VBT parsing for the PSR section" failed to apply to 5.2-stable tree
 2019-08-05  5:58 UTC 

FAILED: patch "[PATCH] drm/i915/userptr: Acquire the page lock around" failed to apply to 4.4-stable tree
 2019-08-05  5:57 UTC 

FAILED: patch "[PATCH] drm/i915/userptr: Acquire the page lock around" failed to apply to 4.14-stable tree
 2019-08-05  5:57 UTC 

FAILED: patch "[PATCH] drm/i915/userptr: Acquire the page lock around" failed to apply to 4.9-stable tree
 2019-08-05  5:57 UTC 

FAILED: patch "[PATCH] drm/i915/userptr: Acquire the page lock around" failed to apply to 4.19-stable tree
 2019-08-05  5:57 UTC 

FAILED: patch "[PATCH] drm/i915/userptr: Acquire the page lock around" failed to apply to 5.2-stable tree
 2019-08-05  5:57 UTC 

[PATCH 0/3] Use refcount_t for refcount
 2019-08-05  5:57 UTC  (4+ messages)

FAILED: patch "[PATCH] drm/i915: Make sure cdclk is high enough for DP audio on" failed to apply to 5.2-stable tree
 2019-08-05  5:57 UTC 

FAILED: patch "[PATCH] drm/i915: Disable SAMPLER_STATE prefetching on all Gen11" failed to apply to 5.2-stable tree
 2019-08-05  5:57 UTC 

FAILED: patch "[PATCH] drm/i915: whitelist PS_(DEPTH|INVOCATION)_COUNT" failed to apply to 5.2-stable tree
 2019-08-05  5:56 UTC 

FAILED: patch "[PATCH] drm/i915/icl: whitelist PS_(DEPTH|INVOCATION)_COUNT" failed to apply to 5.2-stable tree
 2019-08-05  5:56 UTC 

[Qemu-devel] How to configure QEMU to support APIC virtualization
 2019-08-05  5:54 UTC  (4+ messages)

[Qemu-devel] [PATCH v2] ivshmem-server: Clean up shmem on shutdown
 2019-08-05  5:54 UTC 

[patch net-next v2 0/3] net: devlink: Finish network namespace support
 2019-08-05  5:54 UTC  (11+ messages)
` [patch net-next v2 1/3] net: devlink: allow to change namespaces

[RFC 0/6] udmabuf guest <--> host interaction model
 2019-08-05  5:52 UTC  (5+ messages)
` [RFC 2/6] udmabuf: add ability to set access flags on udmabuf


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.