All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-05-02 08:10:03 to 2019-05-02 08:55:45 UTC [more...]

[Qemu-devel] [PATCH 0/3] qemu-img: rebase: Improve/optimize rebase operation
 2019-05-02  8:50 UTC  (8+ messages)
  ` [Qemu-devel] [PATCH 1/3] qemu-img: rebase: Reuse parent BlockDriverState
  ` [Qemu-devel] [PATCH 2/3] qemu-img: rebase: Reduce reads on in-chain rebase
  ` [Qemu-devel] [PATCH 3/3] qemu-img: rebase: Reuse in-chain BlockDriverState

[PATCH net] cls_matchall: avoid panic when receiving a packet before filter set
 2019-05-02  8:54 UTC  (2+ messages)

[U-Boot] WaRP7 nok on master
 2019-05-02  8:55 UTC  (2+ messages)

[PATCH] dma-buf: add struct dma_buf_attach_info v2
 2019-05-02  8:54 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[Qemu-devel] [PATCH v3 0/7] tests/qemu-iotests: Run basic iotests during "make check"
 2019-05-02  8:45 UTC  (24+ messages)
  ` [Qemu-devel] [PATCH v3 1/7] tests/qemu-iotests/005: Add a sanity check for large sparse file support
  ` [Qemu-devel] [PATCH v3 2/7] tests/qemu-iotests/check: Pick a default machine if necessary
  ` [Qemu-devel] [PATCH v3 3/7] tests/qemu-iotests: Do not hard-code the path to bash
  ` [Qemu-devel] [PATCH v3 4/7] cirrus / travis: Add gnu-sed and bash for macOS and FreeBSD
  ` [Qemu-devel] [PATCH v3 5/7] tests/qemu-iotests: Remove the "_supported_os Linux" line from many tests
  ` [Qemu-devel] [PATCH v3 6/7] tests/qemu-iotests/group: Re-use the "auto" group for tests that can always run
  ` [Qemu-devel] [PATCH v3 7/7] tests: Run the iotests during "make check" again

[U-Boot] [PATCH 0/3] Add Avenger96 board support
 2019-05-02  8:54 UTC  (4+ messages)
` [U-Boot] [PATCH 2/3] board: stm32mp1: "

[GIT PULL] MTD fixes for 5.1 final
 2019-05-02  8:54 UTC  (2+ messages)

[PATCH] KVM: arm64: fix ptrauth ID register masking logic
 2019-05-02  8:53 UTC  (5+ messages)

[PATCH 1/2 v2] efi: add a function to convert the status value to string
 2019-05-02  8:53 UTC  (2+ messages)

[PATCH] x86/vm_event: add gdtr_base to the vm_event structure
 2019-05-02  8:52 UTC  (7+ messages)
` [Xen-devel] "

[PATCH v3 0/4] Exynos Performance Monitoring Counters enhancements
 2019-05-02  8:52 UTC  (5+ messages)
  ` [PATCH v3 3/4] Documentation: devicetree: add PPMU events description

[RFC PATCH 0/5] kobject: Add and use init predicate
 2019-05-02  8:51 UTC  (12+ messages)
` [RFC PATCH 1/5] livepatch: Fix kobject memleak
` [RFC PATCH 3/5] kobject: Fix kernel-doc comment first line
` [RFC PATCH 5/5] livepatch: Do not manually track kobject initialization

stable/linux-4.14.y build: 201 builds: 4 failed, 197 passed, 10 errors, 135 warnings (v4.14.115)
 2019-05-02  8:50 UTC 

[PATCH v2] x86/vmx: correctly gather gs_shadow value for current vCPU
 2019-05-02  8:50 UTC  (14+ messages)
  ` [Xen-devel] "

"IMAP IDLE"-like long-polling "git fetch"
 2019-05-02  8:50 UTC  (4+ messages)

[PATCH] ARM: dts: am57xx-idk: Remove support for voltage switching for SD card
 2019-05-02  8:47 UTC  (2+ messages)

stable/linux-4.9.y build: 197 builds: 5 failed, 192 passed, 10 errors, 3294 warnings (v4.9.172)
 2019-05-02  8:47 UTC 

[PATCH 1/2] drm/i915: Use mul_u32_u32() more
 2019-05-02  8:47 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [1/2] drm/i915: Use mul_u32_u32() more (rev2)

[Buildroot] [PATCH 0/7] bcc front end tool for eBPF
 2019-05-02  8:45 UTC  (10+ messages)
` [Buildroot] [PATCH 1/7] package/luajit: bump to version 2.1.x developpment version for aarch64
` [Buildroot] [PATCH 2/7] package/llvm: add BPF backend
` [Buildroot] [PATCH 3/7] package/bcc: new package
` [Buildroot] [PATCH 4/7] package/python-pytest: "
` [Buildroot] [PATCH 5/7] package/python-pytest-runner: "
` [Buildroot] [PATCH 6/7] package/python-traittypes: "
` [Buildroot] [PATCH 7/7] package/python-bcc: "

[PATCH rdma-for-next 0/9] drivers/infiniband: Introduce rdma_dim
 2019-05-02  8:45 UTC  (4+ messages)

[Qemu-devel] [PATCH] vhost: fix incorrect print type
 2019-05-02  8:30 UTC  (4+ messages)

[Patch net-next v2] net: add a generic tracepoint for TX queue timeout
 2019-05-02  8:44 UTC  (2+ messages)

[RFC bpf-next 0/7] busy poll support for AF_XDP sockets
 2019-05-02  8:39 UTC  (7+ messages)
` [RFC bpf-next 1/7] net: fs: make busy poll budget configurable in napi_busy_loop
` [RFC bpf-next 2/7] net: i40e: ixgbe: tun: veth: virtio-net: centralize xdp_rxq_info and add napi id
` [RFC bpf-next 4/7] netdevice: introduce busy-poll setsockopt for AF_XDP
` [RFC bpf-next 5/7] net: add busy-poll support for XDP sockets
` [RFC bpf-next 6/7] libbpf: add busy-poll support to "
` [RFC bpf-next 7/7] samples/bpf: add busy-poll support to xdpsock sample

[Qemu-devel] [PATCH] vl: fix -sandbox parsing crash when seccomp support is disabled
 2019-05-01 12:33 UTC  (4+ messages)

[PATCH v2 1/3] pwm: rockchip: Don't update the state for the caller of pwm_apply_state()
 2019-05-02  8:42 UTC  (11+ messages)

[PATCH 0/5] Modifications needed for KS 1.0
 2019-05-02  8:42 UTC  (2+ messages)

[PATCH 0/5] mtd: onenand/samsung: Add device tree support
 2019-05-02  8:41 UTC  (11+ messages)
` [PATCH 4/5] dt-binding: "

[RFC] Disable lockref on arm64
 2019-05-02  8:38 UTC  (7+ messages)

[Qemu-devel] [PATCH 0/3] Cleanup migration/ram.c
 2019-05-02  8:35 UTC  (6+ messages)

[PATCH] x86/pt: skip setup of posted format IRTE when gvec is 0
 2019-05-02  8:35 UTC  (14+ messages)
        ` [Xen-devel] "

[RFC PATCH 0/5] cgroup support for GPU devices
 2019-05-02  8:34 UTC  (3+ messages)

kobject_init_and_add() confusion
 2019-05-02  8:34 UTC  (2+ messages)

[PATCH 1/4] mtd: rawnand: Turn the ONFI support to generic
 2019-05-02  8:34 UTC  (4+ messages)
  ` [EXT] "

[dpdk-dev] [PATCH v5] app/pdump: add pudmp exits with primary support
 2019-05-02  8:32 UTC  (4+ messages)
` [dpdk-dev] [PATCH v6] "

Add support for TCG2 log format on UEFI systems
 2019-05-02  8:32 UTC  (4+ messages)
` [PATCH V5 2/4] tpm: Reserve the TPM final events table

linux-next: manual merge of the pidfd tree with the kbuild tree
 2019-05-02  8:31 UTC 

[RFC PATCH v1 0/3] An alternative __vdso_sgx_enter_enclave() to allow enclave/host parameter passing using untrusted stack
 2019-05-02  8:28 UTC  (6+ messages)
` [RFC PATCH v2 2/3] x86/vdso: Modify __vdso_sgx_enter_enclave() to allow parameter passing on "

[PATCH] lightnvm: pblk: Introduce hot-cold data separation
 2019-05-02  8:27 UTC  (8+ messages)

[PATCH] drm/i915/dp: use logical operators with boolean type
 2019-05-02  8:29 UTC 

[PATCH 00/31] Netfilter updates for net-next
 2019-05-02  8:27 UTC  (8+ messages)
` [PATCH 07/31] netfilter: ctnetlink: Support L3 protocol-filter on flush

[PATCH v20 00/28] Intel SGX1 support
 2019-05-02  8:27 UTC  (4+ messages)
` [PATCH v20 16/28] x86/sgx: Add provisioning

[Qemu-devel] [PATCH v2 3/4] util/cacheinfo.c: Use uintptr_t instead of unsigned long in AArch64 arch_cache_info()
 2019-05-02  8:26 UTC  (2+ messages)

[U-Boot] [RESEND PATCH] board: toradex: drop support.arm maintainer email
 2019-05-02  8:26 UTC  (2+ messages)

[PATCH 00/20] drm: Split out the formats API and move it to a common place
 2019-05-02  8:25 UTC  (13+ messages)
` [PATCH 18/20] lib: image-formats: Add v4l2 formats support

[PATCH v2 0/5] Allwinner H6 SPDIF support
 2019-05-02  8:25 UTC  (8+ messages)
` [PATCH v2 1/5] dt-bindings: sound: sun4i-spdif: Add Allwinner H6 compatible
` [PATCH v2 2/5] ASoC: sun4i-spdif: Add support for H6 SoC

[PATCH] mtd: nand: raw: brcmnand: When oops in progress use pio and interrupt polling
 2019-05-02  8:25 UTC  (3+ messages)

[RFC 00/17] use standard signature for mt7615 mcu api
 2019-05-02  8:24 UTC  (4+ messages)
` [RFC 12/17] mt7615: mcu: do not use function pointer whenever possible

[PATCH net] udp: fix GRO packet of death
 2019-05-02  8:24 UTC  (2+ messages)

[PATCH] vsock/virtio: Initialize core virtio vsock before registering the driver
 2019-05-02  8:20 UTC  (4+ messages)

[PATCH v5 0/7] ARM: dts: sun8i: v40 Rewrite BPi M2 Berry DTS based on BPi M2 Ultra
 2019-05-02  8:20 UTC  (6+ messages)
` [PATCH v5 7/7] ARM: dts: sun8i: v40: bananapi-m2-berry: Add Bluetooth device node
    ` [linux-sunxi] "
      `  "

memleak around kobject_init_and_add()
 2019-05-02  8:19 UTC  (6+ messages)

[OSSTEST PATCH] Drop Xen 4.5 and earlier
 2019-05-02  8:17 UTC  (4+ messages)
` [Xen-devel] "

[PATCH 1/3] drm/i915: Complete both freed-object passes before draining the workqueue
 2019-05-02  8:16 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [1/3] "

[Qemu-devel] [PATCH v9 00/27] gdbstub: Refactor command packets handler
 2019-05-02  8:15 UTC  (28+ messages)
` [Qemu-devel] [PATCH v9 01/27] gdbstub: Add infrastructure to parse cmd packets
` [Qemu-devel] [PATCH v9 02/27] gdbstub: Implement deatch (D pkt) with new infra
` [Qemu-devel] [PATCH v9 03/27] gdbstub: Implement thread_alive (T "
` [Qemu-devel] [PATCH v9 04/27] gdbstub: Implement continue (c "
` [Qemu-devel] [PATCH v9 05/27] gdbstub: Implement continue with signal (C "
` [Qemu-devel] [PATCH v9 06/27] gdbstub: Implement set_thread (H "
` [Qemu-devel] [PATCH v9 07/27] gdbstub: Implement insert breakpoint (Z "
` [Qemu-devel] [PATCH v9 08/27] gdbstub: Implement remove breakpoint (z "
` [Qemu-devel] [PATCH v9 09/27] gdbstub: Implement set register (P "
` [Qemu-devel] [PATCH v9 10/27] gdbstub: Implement get register (p "
` [Qemu-devel] [PATCH v9 11/27] gdbstub: Implement write memory (M "
` [Qemu-devel] [PATCH v9 12/27] gdbstub: Implement read memory (m "
` [Qemu-devel] [PATCH v9 13/27] gdbstub: Implement write all registers (G "
` [Qemu-devel] [PATCH v9 14/27] gdbstub: Implement read all registers (g "
` [Qemu-devel] [PATCH v9 15/27] gdbstub: Implement file io (F "
` [Qemu-devel] [PATCH v9 16/27] gdbstub: Implement step (s "
` [Qemu-devel] [PATCH v9 17/27] gdbstub: Implement v commands "
` [Qemu-devel] [PATCH v9 18/27] gdbstub: Implement generic query (q pkt) "
` [Qemu-devel] [PATCH v9 19/27] gdbstub: Implement generic set (Q "
` [Qemu-devel] [PATCH v9 20/27] gdbstub: Implement target halted (? "
` [Qemu-devel] [PATCH v9 21/27] gdbstub: Clear unused variables in gdb_handle_packet
` [Qemu-devel] [PATCH v9 22/27] gdbstub: Implement generic query qemu.Supported
` [Qemu-devel] [PATCH v9 23/27] gdbstub: Implement qemu physical memory mode
` [Qemu-devel] [PATCH v9 24/27] gdbstub: Add another handler for setting qemu.sstep
` [Qemu-devel] [PATCH v9 25/27] kvm: Add API to read/write a CPU MSR value
` [Qemu-devel] [PATCH v9 26/27] gdbstub: Add support to read a MSR for KVM target
` [Qemu-devel] [PATCH v9 27/27] gdbstub: Add support to write "

[Qemu-devel] [PATCH v2] linux-user: avoid string truncation warnings in uname field copying
 2019-05-02  8:16 UTC  (2+ messages)

[PATCH] drm/i915/csr: alpha_support doesn't depend on csr or vice versa
 2019-05-02  8:18 UTC  (3+ messages)

[PATCH] x86/entry/64: randomize kernel stack offset upon syscall
 2019-05-02  8:15 UTC  (17+ messages)

[PATCH bpf-next v2] bpf, libbpf: Add .so files to gitignore
 2019-05-02  8:14 UTC 

[Qemu-trivial] [PATCH v2 0/5] Fix some GCC 9 build warnings
 2019-05-02  8:14 UTC  (6+ messages)
` [Qemu-trivial] [PATCH v2 5/5] linux-user/elfload: Fix "
  ` [Qemu-devel] "

Linux kernel 4.19.38 released
 2019-05-02  8:15 UTC 

Linux kernel 5.0.11 released
 2019-05-02  8:15 UTC 

[RFC PATCH 0/7] Clean up x86_64 boot code
 2019-05-02  8:14 UTC  (5+ messages)
` [RFC PATCH 2/7] x86/boot: Remove gratuitous call back into low-memory code
  ` [Xen-devel] "

[PATCH] bpf, libbpf: Add .so files to gitignore
 2019-05-02  8:12 UTC  (4+ messages)

[PATCH v3 0/8] stm32 m4 remoteproc on STM32MP157c
 2019-05-02  8:10 UTC  (22+ messages)
` [PATCH v3 1/8] dt-bindings: stm32: add bindings for ML-AHB interconnect
` [PATCH v3 2/8] dt-bindings: remoteproc: add bindings for stm32 remote processor driver
` [PATCH v3 3/8] remoteproc: stm32: add an ST stm32_rproc driver
` [PATCH v3 4/8] ARM: dts: stm32: add m4 remoteproc support on STM32MP157c
` [PATCH v3 5/8] ARM: dts: stm32: declare copro reserved memories on STM32MP157c-ed1
` [PATCH v3 6/8] ARM: dts: stm32: enable m4 coprocessor support "
` [PATCH v3 7/8] ARM: dts: stm32: declare copro reserved memories on STM32MP157a-dk1
` [PATCH v3 8/8] ARM: dts: stm32: enable m4 coprocessor support "

[dpdk-dev] [PATCH] net/mlx: support IOVA VA mode
 2019-05-02  8:10 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2 1/2] bus/pci: add Mellanox kernel driver type

[Qemu-devel] [PATCH v8 00/27] gdbstub: Refactor command packets handler
 2019-05-02  7:53 UTC  (3+ messages)

[Bug 203471] New: Tearing on Raven Ridge and RX560X PRIME setup even with Vsync enabled
 2019-05-02  8:10 UTC  (2+ messages)
` [Bug 203471] "

[PATCH 0/5] synquacer - wire up Atmel SHA204A as RNG in DT and ACPI mode
 2019-05-02  8:08 UTC  (3+ messages)
` [PATCH 1/5] i2c: acpi: permit bus speed to be discovered after enumeration


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.