All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-07-02 02:32:02 to 2019-07-02 04:04:20 UTC [more...]

[Qemu-devel] [PULL 0/4] Block patches for rc0
 2019-07-02  2:39 UTC  (3+ messages)
` [Qemu-devel] [PULL 1/4] block/rbd: increase dynamically the image size
` [Qemu-devel] [PULL 3/4] block/stream: refactor stream_run: drop goto

[Qemu-devel] [PULL 00/17] Net patches
 2019-07-02  2:31 UTC  (6+ messages)
` [Qemu-devel] [PULL 01/17] MAINTAINERS: Add qemu-bridge-helper.c to "Network device backends"
` [Qemu-devel] [PULL 04/17] net: fix assertion failure when ipv6-prefixlen is not a number
` [Qemu-devel] [PULL 06/17] net: use g_strsplit() for parsing host address and port
` [Qemu-devel] [PULL 08/17] net/announce: Allow optional list of interfaces
` [Qemu-devel] [PULL 15/17] COLO-compare: Make the compare_chr_send() can send notification message

[thud][PATCH] qemu: Security fixes CVE-2018-20815 CVE-2019-9824
 2019-07-02  4:04 UTC  (2+ messages)
` ✗ patchtest: failure for "

linux-next: manual merge of the mlx5-next tree with Linus' tree
 2019-07-02  4:03 UTC  (2+ messages)

[PATCH bpf-next] virtio_net: add XDP meta data support
 2019-07-02  3:59 UTC  (3+ messages)
` [PATCH bpf-next v2] "

[Qemu-devel] [PATCH v5 0/8] Build ACPI Heterogeneous Memory Attribute Table (HMAT)
 2019-07-02  1:14 UTC  (9+ messages)
` [Qemu-devel] [PATCH v5 5/8] acpi: introduce AcpiDeviceIfClass.build_mem_ranges hook
` [Qemu-devel] [PATCH v5 6/8] hmat acpi: Build Memory Subsystem Address Range Structure(s) in ACPI HMAT

[PATCH RESEND] Revert "x86/paravirt: Set up the virt_spin_lock_key after static keys get initialized"
 2019-07-02  3:57 UTC  (3+ messages)

[PATCH 0/3] FSGSBASE fix, test, and a semi-related cleanup
 2019-07-02  3:57 UTC  (5+ messages)
` [PATCH 1/3] selftests/x86: Test SYSCALL and SYSENTER manually with TF set
` [PATCH 2/3] x86/entry/64: Don't compile ignore_sysret if 32-bit emulation is enabled
` [PATCH 3/3] x86/entry/64: Fix and clean up paranoid_exit

[Qemu-riscv] [PATCH v2] target/riscv: Hardwire mcounter.TM and upper bits of [m|s]counteren
 2019-07-02  1:26 UTC  (3+ messages)
` [Qemu-riscv] [Qemu-devel] "
  `  "

linux-next: build warning after merge of the amdgpu tree
 2019-07-02  3:53 UTC 

[U-Boot] [PATCH v2 1/2] configs: lx2160aqds: enable DM support for pcf2127 rtc
 2019-07-02  3:53 UTC  (2+ messages)
` [U-Boot] [PATCH v2 2/2] armv8: lx2160aqds : Add pcf2127 node

[Qemu-devel] [PULL 00/27] pflash-next patches
 2019-07-02  0:59 UTC  (28+ messages)
` [Qemu-devel] [PULL 01/27] tests/pflash-cfi02: Add test for supported CFI commands
` [Qemu-devel] [PULL 02/27] hw/block/pflash: Simplify trace_pflash_io_read/write()
` [Qemu-devel] [PULL 03/27] hw/block/pflash: Simplify trace_pflash_data_read/write()
` [Qemu-devel] [PULL 04/27] hw/block/pflash_cfi02: Fix debug format string
` [Qemu-devel] [PULL 05/27] hw/block/pflash_cfi02: Add an enum to define the write cycles
` [Qemu-devel] [PULL 06/27] hw/block/pflash_cfi02: Add helpers to manipulate the status bits
` [Qemu-devel] [PULL 07/27] hw/block/pflash_cfi02: Simplify a statement using fall through
` [Qemu-devel] [PULL 08/27] hw/block/pflash_cfi02: Use the ldst API in pflash_write()
` [Qemu-devel] [PULL 09/27] hw/block/pflash_cfi02: Use the ldst API in pflash_read()
` [Qemu-devel] [PULL 10/27] hw/block/pflash_cfi02: Extract the pflash_data_read() function
` [Qemu-devel] [PULL 11/27] hw/block/pflash_cfi02: Unify the MemoryRegionOps
` [Qemu-devel] [PULL 12/27] hw/block/pflash_cfi02: Fix command address comparison
` [Qemu-devel] [PULL 13/27] tests/pflash-cfi02: Refactor to support testing multiple configurations
` [Qemu-devel] [PULL 14/27] hw/block/pflash_cfi02: Remove pointless local variable
` [Qemu-devel] [PULL 15/27] hw/block/pflash_cfi02: Document the current CFI values
` [Qemu-devel] [PULL 16/27] hw/block/pflash_cfi02: Hold the PRI table offset in a variable
` [Qemu-devel] [PULL 17/27] hw/block/pflash_cfi02: Document 'Page Mode' operations are not supported
` [Qemu-devel] [PULL 18/27] hw/block/pflash_cfi02: Implement nonuniform sector sizes
` [Qemu-devel] [PULL 19/27] hw/block/pflash_cfi02: Extract pflash_regions_count()
` [Qemu-devel] [PULL 20/27] hw/block/pflash_cfi02: Split if() condition
` [Qemu-devel] [PULL 21/27] hw/block/pflash_cfi02: Fix CFI in autoselect mode
` [Qemu-devel] [PULL 22/27] hw/block/pflash_cfi02: Fix reset command not ignored during erase
` [Qemu-devel] [PULL 23/27] hw/block/pflash_cfi02: Implement multi-sector erase
` [Qemu-devel] [PULL 24/27] hw/block/pflash_cfi02: Implement erase suspend/resume
` [Qemu-devel] [PULL 25/27] hw/block/pflash_cfi02: Use chip erase time specified in the CFI table
` [Qemu-devel] [PULL 26/27] hw/block/pflash_cfi02: Document commands
` [Qemu-devel] [PULL 27/27] hw/block/pflash_cfi02: Reduce I/O accesses to 16-bit

[Xen-devel] [PATCH v3 0/4] misc fixes to PV extentions code
 2019-07-02  3:48 UTC  (4+ messages)
` [Xen-devel] [PATCH v3 3/4] Revert "xen: Introduce 'xen_nopv' to disable PV extensions for HVM guests."
    `  "

[RFC 1/3] rcu: Expedite the rcu quiescent state reporting if help needed
 2019-07-02  3:47 UTC  (12+ messages)
` [RFC 3/3] Revert "rcutorture: Tweak kvm options"

[PATCH] OCC: FSI and hwmon: Add sequence numbering
 2019-07-02  3:44 UTC  (3+ messages)

[U-Boot] [PATCH v5 0/8] rockchip: enable TPL for tinker-rk3288
 2019-07-02  3:43 UTC  (9+ messages)
` [U-Boot] [PATCH v5 1/8] rockchip: rk3288: enable TPL configs to chip level
` [U-Boot] [PATCH v5 2/8] rockchip: rk3288: add separate TPL STACK address
` [U-Boot] [PATCH v5 3/8] rockchip: dts: rk3288: move reloc tag into -u-boot dts
` [U-Boot] [PATCH v5 4/8] rockchip: dts: tinker: migrate the dm-pre-reloc "
` [U-Boot] [PATCH v5 5/8] rockchip: dts: rk3288-tinker: enable sdmmc pinctrl node in spl
` [U-Boot] [PATCH v5 6/8] rockchip: config: update config for TPL support on tinker-rk3288
` [U-Boot] [PATCH v5 7/8] rockchip: config: tiner-rk3288: extend CONFIG_SYS_MONITOR_LEN to 600KB
` [U-Boot] [PATCH v5 8/8] rockchip: rk3288: enable TPL for tinker-board

[Qemu-devel] [PATCH V2 0/5] Add Xen COLO support
 2019-07-02  2:00 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] configs: lx2160aqds: enable DM support for pcf2127 rtc
 2019-07-02  3:41 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] armv8: lx2160aqds : Add pcf2127 node

[PATCH v3 0/4] Solve postboot supplier cleanup and optimize probe ordering
 2019-07-02  3:40 UTC  (7+ messages)
` [PATCH v3 2/4] of/platform: Add functional dependency link from DT bindings
` [PATCH v3 4/4] driver core: Add edit_links() callback for drivers

[Patch net] bonding: validate ip header before check IPPROTO_IGMP
 2019-07-02  3:40 UTC 

[PATCH 2/2] PCI: Add NI-Serial PXI/PXIe+485 device IDs
 2019-07-02  3:24 UTC  (2+ messages)

[dpdk-dev] [PATCH v3] ethdev: support QinQ strip dynamic configuration
 2019-07-02  3:37 UTC  (2+ messages)
` [dpdk-dev] [PATCH v4] "

[RFC 0/2] arm64/mm: Enable THP migration
 2019-07-02  3:37 UTC  (5+ messages)
` [RFC 1/2] arm64/mm: Change THP helpers to comply with generic MM semantics

[PATCH] mm/nvdimm: Add is_ioremap_addr and use that to check ioremap address
 2019-07-02  3:33 UTC  (4+ messages)

[U-Boot] [PATCH v3 1/7] armv8: lx2160a: The lx2160a platform supports the I2C driver model
 2019-07-02  3:35 UTC  (7+ messages)
` [U-Boot] [PATCH v3 2/7] configs: lx2160ardb: enable DM support for pcf2127 rtc
` [U-Boot] [PATCH v3 3/7] drivers: i2c: mxc: Solve the compiler error when using i2c dm mode
` [U-Boot] [PATCH v3 4/7] gpio: do not include <asm/arch/gpio.h> on ARCH_LX2160A
` [U-Boot] [PATCH v3 5/7] armv8: dts: fsl-lx2160a: add i2c controller and gpio DT nodes
` [U-Boot] [PATCH v3 6/7] armv8: lx2160ardb: Add pcf2127 node
` [U-Boot] [PATCH v3 7/7] armv8: lx2160ardb : Add the "u-boot, dm-pre-reloc" property for i2c0 node

[PATCH 1/2] serial/8250: Add support for NI-Serial PXI/PXIe+485 devices
 2019-07-02  3:23 UTC  (2+ messages)

[PATCH 0/1] devupstream.bbclass: Disable devupstream when multilib is enabled
 2019-07-02  3:35 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH] filesystem-dax: Disable PMD support
 2019-07-02  3:34 UTC  (12+ messages)

[Bridge] Use-after-free in br_multicast_rcv
 2019-07-02  3:33 UTC  (3+ messages)
` [PATCH TEST] net: bridge: mcast: fix possible uses of stale pointers
` [PATCH] fix noderef.cocci warnings

[PATCH] glibc: Fix locale DEPENDS
 2019-07-02  3:25 UTC  (4+ messages)

[PATCH v3 0/4] Panel rotation patches
 2019-07-02  3:24 UTC  (5+ messages)
` [PATCH v3 3/4] drm/connector: Split out orientation quirk detection
  ` [Intel-gfx] "

!!!Klientskie bazy. Email: prodawez@armyspy.com Uznajte podrobnee
 2019-07-02  3:23 UTC 

[PATCH 0/3] Add Support for MediaTek MT2712 RTC
 2019-07-02  3:21 UTC  (12+ messages)
` [PATCH 1/3] bindings: rtc: add bindings for "
` [PATCH 2/3] rtc: Add support for the MediaTek "
` [PATCH 3/3] arm64: dts: add rtc nodes for MT2712

[PATCH] null_blk: add unlikely for REQ_OP_DISACRD handling
 2019-07-02  3:20 UTC 

[PATCH 0/3, net-next, v2] net: netsec: Add XDP Support
 2019-07-02  3:18 UTC  (3+ messages)

mgag200 fails kdump kernel booting
 2019-07-02  3:17 UTC  (9+ messages)

[Qemu-devel] [PATCH v2 0/9] hw/block/pflash_cfi01: Add DeviceReset() handler
 2019-07-02  3:16 UTC  (14+ messages)
` [Qemu-devel] [PATCH v2 1/9] hw/block/pflash_cfi01: Removed an unused timer
` [Qemu-devel] [PATCH v2 2/9] hw/block/pflash_cfi01: Use the correct READ_ARRAY value
  `  "
` [Qemu-devel] [PATCH v2 3/9] hw/block/pflash_cfi01: Extract pflash_mode_read_array()
  `  "
` [Qemu-devel] [PATCH v2 4/9] hw/block/pflash_cfi01: Start state machine as READY to accept commands
  `  "
` [Qemu-devel] [PATCH v2 5/9] hw/block/pflash_cfi01: Add the DeviceReset() handler
  `  "
` [Qemu-devel] [PATCH v2 6/9] hw/block/pflash_cfi01: Simplify CFI_QUERY processing
` [Qemu-devel] [PATCH v2 7/9] hw/block/pflash_cfi01: Improve command comments
` [Qemu-devel] [PATCH v2 8/9] hw/block/pflash_cfi01: Replace DPRINTF by qemu_log_mask(GUEST_ERROR)
` [Qemu-devel] [PATCH v2 9/9] hw/block/pflash_cfi01: Hold the PRI table offset in a variable

[Question] Should direct reclaim time be bounded?
 2019-07-02  3:15 UTC  (7+ messages)

[PATCH v10 00/12] support gce on mt8183 platform
 2019-07-02  3:14 UTC  (5+ messages)
` [PATCH v10 03/12] dt-binding: gce: add binding for gce client reg property

Bug Report: Btrfs can't allocate space for delete
 2019-07-02  3:12 UTC 

[Patch net 0/3] idr: fix overflow cases on 32-bit CPU
 2019-07-02  3:12 UTC  (5+ messages)

[PATCH] fs: btrfs: extent_map: Change return type of unpin_extent_cache
 2019-07-02  3:10 UTC 

[PATCH 0/3] fix vmalloc_to_page for huge vmap mappings
 2019-07-02  3:07 UTC  (8+ messages)
` [PATCH 1/3] arm64: mm: Add p?d_large() definitions
    `  "

[Qemu-devel] [PULL 00/60] ppc-for-4.0 queue 20190310
 2019-07-02  0:14 UTC  (6+ messages)
` [Qemu-devel] [PULL 57/60] target/ppc: add HV support for POWER9

[dpdk-dev] [PATCH 0/4] ethdev: add GRE key field to flow API
 2019-07-02  3:08 UTC  (6+ messages)
` [dpdk-dev] [PATCH v3 0/4] match on GRE's key
` [dpdk-dev] [PATCH v3 1/4] ethdev: add GRE key field to flow API
` [dpdk-dev] [PATCH v3 2/4] net/mlx5: support match GRE protocol on DR engine
` [dpdk-dev] [PATCH v3 3/4] net/mlx5: match GRE's key and present bits
` [dpdk-dev] [PATCH v3 4/4] app/testpmd: "

WARNING: refcount bug in kobject_add_internal
 2019-07-02  3:07 UTC  (3+ messages)

linux-next: manual merge of the mlx5-next tree with Linus' tree
 2019-07-02  3:08 UTC 

[Qemu-devel] [REPOST PATCH for-4.1] spapr/xive: Add proper rollback to kvmppc_xive_connect()
 2019-07-02  0:11 UTC  (2+ messages)

[Qemu-devel] [PATCH] hw/misc/macio: Add the nvram as child of the MacIO south bridge
 2019-07-01 16:55 UTC  (2+ messages)

[PATCH RESEND v3] staging: erofs: remove unsupported ->datamode check in fill_inline_data()
 2019-07-02  2:56 UTC  (2+ messages)

[PATCH v3 00/27] Support disabling TCG on ARM
 2019-07-01 18:41 UTC  (2+ messages)
` [Qemu-devel] "

[Qemu-devel] [PULL 0/4] Python queue, 2019-07-01
 2019-07-01 22:29 UTC  (5+ messages)
` [Qemu-devel] [PULL 1/4] qmp: make qmp-shell work with python3
` [Qemu-devel] [PULL 2/4] python/qemu: split QEMUMachine out from underneath __init__.py
` [Qemu-devel] [PULL 3/4] machine.py: minor delinting
` [Qemu-devel] [PULL 4/4] Deprecate Python 2 support

[Qemu-devel] [PULL 00/46] target-arm queue
 2019-07-01 16:39 UTC  (6+ messages)
` [Qemu-devel] [PULL 10/46] aspeed: add a per SoC mapping for the memory space
` [Qemu-devel] [PULL 18/46] aspeed/timer: Ensure positive muldiv delta
` [Qemu-devel] [PULL 25/46] aspeed: Link SCU to the watchdog
` [Qemu-devel] [PULL 31/46] target/arm: Makefile cleanup (softmmu)
` [Qemu-devel] [PULL 42/46] target/arm/vfp_helper: Extract vfp_set_fpscr_from_host()

[PATCH v2 0/3] fix vmalloc_to_page for huge vmap mappings
 2019-07-02  2:55 UTC  (6+ messages)
` [PATCH v2 1/3] arm64: mm: Add p?d_large() definitions

[Qemu-devel] [PULL 0/1] qemu-openbios queue 20190701
 2019-07-01 17:54 UTC  (2+ messages)
` [Qemu-devel] [PULL 1/1] Update OpenBIOS images to c79e0ec built from submodule

[Qemu-devel] [PATCH v3 00/50] tcg plugin support
 2019-07-01 16:51 UTC  (5+ messages)

[PATCH 3.16 08/10] tcp: tcp_fragment() should apply sane memory limits
 2019-07-02  2:51 UTC  (2+ messages)

[Xen-devel] [ovmf test] 138674: all pass - PUSHED
 2019-07-02  2:50 UTC 

[Qemu-devel] [PATCH] migration: move port_attr inside CONFIG_LINUX
 2019-07-01 16:57 UTC  (2+ messages)

[U-Boot] [PATCH] rockchip: dts: rk3399: rockpro64: Provide init voltage
 2019-07-02  2:48 UTC  (4+ messages)
    ` [U-Boot] [PATCH] rockchip: dts: rk3399: rockpro64: Provide init voltage【请注意,邮件由u-boot-bounces@lists.denx.de代发】 "

[Qemu-devel] [PATCH v2 0/4] Introduce the microvm machine type
 2019-07-01 18:32 UTC  (2+ messages)

[PATCH net-next v4 0/4] Add gve driver
 2019-07-02  2:47 UTC  (4+ messages)
` [PATCH net-next v4 1/4] gve: Add basic driver framework for Compute Engine Virtual NIC

["RFC PATCH" 1/2] powerpc/mm: Fix node look up with numa=off boot
 2019-07-02  2:45 UTC  (4+ messages)

[PATCH 1/2] drm/amdgpu/gfx9: use reset default for PA_SC_FIFO_SIZE
 2019-07-02  2:45 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu/gfx10: "

[Qemu-devel] [PATCH 0/5] block: Add BDS.never_freeze
 2019-07-01 22:59 UTC  (3+ messages)
` [Qemu-devel] [PATCH 4/5] iotests: Add @use_log to VM.run_job()

[PATCH v5 00/12] drm/virtio: switch from ttm to gem shmem helpers
 2019-07-02  2:43 UTC  (4+ messages)
` [PATCH v5 09/12] drm/virtio: rework virtio_gpu_object_create fencing

[Qemu-devel] patch to swap SIGRTMIN + 1 and SIGRTMAX - 1
 2019-07-01 22:04 UTC  (5+ messages)

[Qemu-devel] [RFC PATCH v2 0/3] python: refactor qemu/__init__.py
 2019-07-01 23:36 UTC  (8+ messages)
` [Qemu-devel] [RFC PATCH v2 1/3] python/qemu: split QEMUMachine out from underneath __init__.py

[PATCH] usb: storage: skip only when uas driver is loaded
 2019-07-02  2:36 UTC  (3+ messages)

[PATCH 0/1] libcap-ng: do not use symlink to share files with libcap-ng-python
 2019-07-02  2:35 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCHv3 next 0/3] blackhole device to invalidate dst
 2019-07-02  2:35 UTC  (2+ messages)

[dpdk-dev] [PATCH 0/8] raw/ioat: driver for Intel QuickData Technology
 2019-07-02  2:33 UTC  (4+ messages)
` [dpdk-dev] [PATCH v4 0/9] "
  ` [dpdk-dev] [PATCH v4 6/9] raw/ioat: add device info function

[U-Boot] [PATCH] rockchip: rk3399: Fix enabling boot-on regulators
 2019-07-02  2:33 UTC  (3+ messages)
  ` [U-Boot] [PATCH] rockchip: rk3399: Fix enabling boot-on regulators【请注意,邮件由u-boot-bounces@lists.denx.de代发】 regulators

[U-Boot] [PATCH] spl: atf: Fix uninitialized pointer to bl31_image_info
 2019-07-02  2:33 UTC  (3+ messages)
  ` [U-Boot] [PATCH] spl: atf: Fix uninitialized pointer to bl31_image_info【请注意,邮件由u-boot-bounces@lists.denx.de代发】 bl31_image_info

[U-Boot] [PATCH 00/52] Support i.MX8MM/N
 2019-07-02  2:32 UTC  (6+ messages)
` [U-Boot] [PATCH 48/52] tools: imx8m_image: support ddr4 firmware
` [U-Boot] [PATCH 49/52] clk: imx: add i.MX8MN clk support
` [U-Boot] [PATCH 50/52] imx8m: add i.MX8MN ddr4 image cfg file
` [U-Boot] [PATCH 51/52] imx: add dtsi for i.MX8MN
` [U-Boot] [PATCH 52/52] imx: add i.MX8MN DDR4 board support


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.