All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-02-22 13:52:12 to 2019-02-22 14:18:27 UTC [more...]

[Bug 109370] [Runelite GPU plugin] Enabling GPU plugin produces incorrect rendering
 2019-02-22 14:18 UTC  (2+ messages)

Proposal for pldmtool
 2019-02-22 14:17 UTC  (3+ messages)

[PATCH net-next v2 0/7] AF_PACKET transport_offset fix
 2019-02-22 14:16 UTC  (5+ messages)
` [PATCH net-next v2 1/7] net: Don't set transport offset to invalid value

[Qemu-devel] [RFC PATCH 00/11] qcow2: External data files
 2019-02-22 14:16 UTC  (17+ messages)
` [Qemu-devel] [RFC PATCH 06/11] qcow2: Don't assume 0 is an invalid cluster offset
` [Qemu-devel] [RFC PATCH 08/11] qcow2: Add basic data-file infrastructure
` [Qemu-devel] [RFC PATCH 10/11] qcow2: Store data file name in the image
` [Qemu-devel] [RFC PATCH 11/11] qcow2: Add data file to ImageInfoSpecificQCow2

COW improvements and always_cow support V5
 2019-02-22 14:16 UTC  (4+ messages)
` [PATCH 3/8] xfs: don't use delalloc extents for COW on files with extsize hints

[PATCH 1/2] gdk-pixbuf: update to 2.38.0
 2019-02-22 14:16 UTC  (2+ messages)
` [PATCH 2/2] glib-2.0: restore API docs generation

[Qemu-devel] [PATCH v7 00/17] ARM virt: Initial RAM expansion and PCDIMM/NVDIMM support
 2019-02-22 14:15 UTC  (10+ messages)
` [Qemu-devel] [PATCH v7 07/17] hw/arm/virt: Dynamic memory map depending on RAM requirements
` [Qemu-devel] [PATCH v7 08/17] hw/arm/virt: Implement kvm_type function for 4.0 machine
` [Qemu-devel] [PATCH v7 13/17] hw/arm/virt: Allocate device_memory

arm64 Kernel build for qemu-system-aarch64 ?
 2019-02-22 14:10 UTC  (5+ messages)

[Qemu-devel] [PATCH v5 00/14] Audio patches
 2019-02-22 14:09 UTC  (4+ messages)
` [Qemu-devel] [PATCH v5 03/14] audio: -audiodev command line option: documentation
  ` [Qemu-devel] [libvirt] "

[Qemu-devel] [PATCH v8 00/34] target/riscv: Convert to decodetree
 2019-02-22 14:10 UTC  (70+ messages)
` [Qemu-riscv] "
` [Qemu-riscv] [PATCH v8 01/34] target/riscv: Activate decodetree and implemnt LUI & AUIPC
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v8 02/34] target/riscv: Convert RVXI branch insns to decodetree
  ` [Qemu-riscv] "
` [Qemu-riscv] [PATCH v8 03/34] target/riscv: Convert RV32I load/store "
  ` [Qemu-devel] "
` [Qemu-riscv] [PATCH v8 04/34] target/riscv: Convert RV64I "
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v8 05/34] target/riscv: Convert RVXI arithmetic "
  ` [Qemu-riscv] "
` [Qemu-devel] [PATCH v8 06/34] target/riscv: Convert RVXI fence "
  ` [Qemu-riscv] "
` [Qemu-riscv] [PATCH v8 07/34] target/riscv: Convert RVXI csr "
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v8 08/34] target/riscv: Convert RVXM "
  ` [Qemu-riscv] "
` [Qemu-riscv] [PATCH v8 09/34] target/riscv: Convert RV32A "
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v8 10/34] target/riscv: Convert RV64A "
  ` [Qemu-riscv] "
` [Qemu-devel] [PATCH v8 11/34] target/riscv: Convert RV32F "
  ` [Qemu-riscv] "
` [Qemu-devel] [PATCH v8 12/34] target/riscv: Convert RV64F "
  ` [Qemu-riscv] "
` [Qemu-devel] [PATCH v8 13/34] target/riscv: Convert RV32D "
  ` [Qemu-riscv] "
` [Qemu-devel] [PATCH v8 14/34] target/riscv: Convert RV64D "
  ` [Qemu-riscv] "
` [Qemu-devel] [PATCH v8 15/34] target/riscv: Convert RV priv "
  ` [Qemu-riscv] "
` [Qemu-devel] [PATCH v8 16/34] target/riscv: Convert quadrant 0 of RVXC "
  ` [Qemu-riscv] "
` [Qemu-riscv] [PATCH v8 17/34] target/riscv: Convert quadrant 1 "
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v8 18/34] target/riscv: Convert quadrant 2 "
  ` [Qemu-riscv] "
` [Qemu-devel] [PATCH v8 19/34] target/riscv: Remove gen_jalr()
  ` [Qemu-riscv] "
` [Qemu-devel] [PATCH v8 20/34] target/riscv: Remove manual decoding from gen_branch()
  ` [Qemu-riscv] "
` [Qemu-riscv] [PATCH v8 21/34] target/riscv: Remove manual decoding from gen_load()
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v8 22/34] target/riscv: Remove manual decoding from gen_store()
  ` [Qemu-riscv] "
` [Qemu-riscv] [PATCH v8 23/34] target/riscv: Move gen_arith_imm() decoding into trans_* functions
  ` [Qemu-devel] "
` [Qemu-riscv] [PATCH v8 24/34] target/riscv: make ADD/SUB/OR/XOR/AND insn use arg lists
  ` [Qemu-devel] "
` [Qemu-riscv] [PATCH v8 25/34] target/riscv: Remove shift and slt insn manual decoding
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v8 26/34] target/riscv: Remove manual decoding of RV32/64M insn
  ` [Qemu-riscv] "
` [Qemu-devel] [PATCH v8 27/34] target/riscv: Rename trans_arith to gen_arith
  ` [Qemu-riscv] "
` [Qemu-riscv] [PATCH v8 28/34] target/riscv: Remove gen_system()
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v8 29/34] target/riscv: Remove decode_RV32_64G()
  ` [Qemu-riscv] "
` [Qemu-riscv] [PATCH v8 30/34] target/riscv: Convert @cs_2 insns to share translation functions
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v8 31/34] target/riscv: Convert @cl_d, @cl_w, @cs_d, @cs_w insns
  ` [Qemu-riscv] "
` [Qemu-devel] [PATCH v8 32/34] target/riscv: Splice fsw_sd and flw_ld for riscv32 vs riscv64
  ` [Qemu-riscv] "
` [Qemu-devel] [PATCH v8 33/34] target/riscv: Splice remaining compressed insn pairs "
  ` [Qemu-riscv] "
` [Qemu-riscv] [PATCH v8 34/34] target/riscv: Remaining rvc insn reuse 32 bit translators
  ` [Qemu-devel] "

[PATCH v1] scsi: ufs-mediatek: Add UFS support for Mediatek SoC chips
 2019-02-22 14:13 UTC  (4+ messages)
` [PATCH v1 2/2] "

[Qemu-devel] [PULL 00/27] Block patches
 2019-02-22 14:07 UTC  (28+ messages)
` [Qemu-devel] [PULL 01/27] block: enhance QEMUIOVector structure
` [Qemu-devel] [PULL 02/27] block/io: use qemu_iovec_init_buf
` [Qemu-devel] [PULL 03/27] block/block-backend: use QEMU_IOVEC_INIT_BUF
` [Qemu-devel] [PULL 04/27] block/backup: use qemu_iovec_init_buf
` [Qemu-devel] [PULL 05/27] block/commit: use QEMU_IOVEC_INIT_BUF
` [Qemu-devel] [PULL 06/27] block/stream: "
` [Qemu-devel] [PULL 07/27] block/parallels: "
` [Qemu-devel] [PULL 08/27] block/qcow: use qemu_iovec_init_buf
` [Qemu-devel] [PULL 09/27] block/qcow2: "
` [Qemu-devel] [PULL 10/27] block/qed: "
` [Qemu-devel] [PULL 11/27] block/vmdk: "
` [Qemu-devel] [PULL 12/27] qemu-img: "
` [Qemu-devel] [PULL 13/27] migration/block: "
` [Qemu-devel] [PULL 14/27] tests/test-bdrv-drain: use QEMU_IOVEC_INIT_BUF
` [Qemu-devel] [PULL 15/27] hw/ide: drop iov field from IDEState
` [Qemu-devel] [PULL 16/27] hw/ide: drop iov field from IDEBufferedRequest
` [Qemu-devel] [PULL 17/27] hw/ide: drop iov field from IDEDMA
` [Qemu-devel] [PULL 18/27] virtio-blk: add acct_failed param to virtio_blk_handle_rw_error()
` [Qemu-devel] [PULL 19/27] virtio-blk: add host_features field in VirtIOBlock
` [Qemu-devel] [PULL 20/27] virtio-blk: add "discard" and "write-zeroes" properties
` [Qemu-devel] [PULL 21/27] virtio-net: make VirtIOFeature usable for other virtio devices
` [Qemu-devel] [PULL 22/27] virtio-blk: set config size depending on the features enabled
` [Qemu-devel] [PULL 23/27] virtio-blk: add DISCARD and WRITE_ZEROES features
` [Qemu-devel] [PULL 24/27] tests/virtio-blk: change assert on data_size in virtio_blk_request()
` [Qemu-devel] [PULL 25/27] tests/virtio-blk: add virtio_blk_fix_dwz_hdr() function
` [Qemu-devel] [PULL 26/27] tests/virtio-blk: add test for WRITE_ZEROES command
` [Qemu-devel] [PULL 27/27] tests/virtio-blk: add test for DISCARD command

[LSF/MM TOPIC] More async operations for file systems - async discard?
 2019-02-22 14:12 UTC  (8+ messages)

[virtio-dev] virtio-blk: the nature of discard_sector_alignment
 2019-02-22 14:13 UTC  (5+ messages)

[PATCH] fs: fix guard_bio_eod to check for real EOD errors
 2019-02-22 14:13 UTC 

[LSF/MM TOPIC] memory reclaim with NUMA rebalancing
 2019-02-22 14:12 UTC  (5+ messages)
` [LSF/MM ATTEND ] "

[8/8] usb: typec: fusb302: Add __printf attribute to fusb302_log function
 2019-02-22 14:12 UTC 

[7/8] usb: typec: fusb302: Simplify suspend/resume handling
 2019-02-22 14:12 UTC 

[6/8] usb: typec: fusb302: 2 small misc. fixes
 2019-02-22 14:12 UTC 

[5/8] usb: typec: fusb302: Fix fusb302_handle_togdone_src Ra handling
 2019-02-22 14:12 UTC 

[4/8] usb: typec: fusb302: Check vconn is off when we start toggling
 2019-02-22 14:12 UTC 

[3/8] usb: typec: fusb302: Fold fusb302_set_cc_pull into tcpm_set_cc
 2019-02-22 14:12 UTC 

[2/8] usb: typec: fusb302: Refactor / simplify tcpm_set_cc()
 2019-02-22 14:11 UTC 

[1/8] usb: typec: fusb302: Make fusb302_set_cc_polarity also set pull ups / downs
 2019-02-22 14:11 UTC 

[PATCH v5 00/23] Unify vDSOs across more architectures
 2019-02-22 14:09 UTC  (8+ messages)
` [PATCH v5 08/23] arm64: compat: Add KUSER_HELPERS config option

[RFC][PATCH 00/16] sched: Core scheduling
 2019-02-22 14:10 UTC  (5+ messages)

bug - git version 2.20.1.windows.1
 2019-02-22 14:10 UTC  (2+ messages)

[PATCH v5 1/3] mesa: Update 18.1.9 -> 18.3.4
 2019-02-22 14:09 UTC  (3+ messages)
` [PATCH v5 2/3] mesa: Replace dri-native with dri for native and nativesdk classes
` [PATCH v5 3/3] mesa: Add opengl to native and nativesdk PACKAGECONFIG

[PATCH v3 0/2] loop: fix two issues introduced by prior commit
 2019-02-22 14:10 UTC  (3+ messages)
` [PATCH v3 1/2] loop: do not print warn message if partition scan is successful
` [PATCH v3 2/2] loop: set GENHD_FL_NO_PART_SCAN after blkdev_reread_part()

[Qemu-devel] [PATCH v3 0/3] target/arm: Reduce overhead of cpu_get_tb_cpu_state
 2019-02-22 14:05 UTC  (2+ messages)

[Qemu-devel] [Qemu-block] Guest unresponsive after Virtqueue size exceeded error
 2019-02-22 14:04 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t] i915/gem_mocs_settings: Add mocs table for icelake
 2019-02-22 14:17 UTC  (3+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for i915/gem_mocs_settings: Add mocs table for icelake (rev4)
` [igt-dev] [PATCH i-g-t v2] i915/gem_mocs_settings: Add mocs table for icelake

[U-Boot] [PATCH 1/2] configs: stm32f746-disco: Enable SPI_FLASH_MACRONIX
 2019-02-22 14:04 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] board: stm32f746-disco: Get MII/RMII phy_mode from DT

how does one interpret "git diff <commit> ^<commit>"
 2019-02-22 14:04 UTC  (2+ messages)

[PATCH v5 00/19] R-Car DU display writeback support
 2019-02-22 14:04 UTC  (2+ messages)

[PATCH 3/4] x86/vmx: Fix security issue when a guest balloons out the #VE info page
 2019-02-22 14:03 UTC  (4+ messages)
` [PATCH v2 "

linux-next: build failure after merge of the rpmsg tree
 2019-02-22 14:02 UTC  (3+ messages)

[PATCH] tcp: detect use sendpage for slab-based objects
 2019-02-22 14:02 UTC  (3+ messages)

[ovmf test] 133354: regressions - FAIL
 2019-02-22 14:02 UTC 

[Qemu-devel] [Bug 1805697] [NEW] egl-headless crashes
 2019-02-22 13:53 UTC  (2+ messages)
` [Qemu-devel] [Bug 1805697] "

[PATCH net-next 0/8] Add tests for unlocked flower classifier implementation
 2019-02-22 14:00 UTC  (9+ messages)
` [PATCH net-next 1/8] selftests: tdc_batch.py: add options needed for concurrency tests
` [PATCH net-next 2/8] selftests: concurrency: add test to verify parallel rules insertion
` [PATCH net-next 3/8] selftests: concurrency: add test to verify parallel rules deletion
` [PATCH net-next 4/8] selftests: concurrency: add test to verify parallel rules replace
` [PATCH net-next 5/8] selftests: concurrency: add test to verify concurrent replace
` [PATCH net-next 6/8] selftests: concurrency: add test to verify concurrent delete
` [PATCH net-next 7/8] selftests: concurrency: add test to verify parallel add/delete
` [PATCH net-next 8/8] selftests: concurrency: add test to verify parallel replace/delete

[U-Boot] [PATCH v1 0/9] Synchronize DT with v4.20 kernel for STM32F4/F7 and H7 boards
 2019-02-22 14:00 UTC  (10+ messages)
` [U-Boot] [PATCH v1 1/9] ARM:dts: stm32: sort nodes by alphabetical order in f4 u-boot files
` [U-Boot] [PATCH v1 2/9] ARM: dts: stm32: Sync DT files with v4.20 kernel for stm32f4
` [U-Boot] [PATCH v1 3/9] ARM: dts: stm32: Migrate U-boot nodes to U-boot DT files for stm32f7
` [U-Boot] [PATCH v1 4/9] ARM: dts: stm32: Sync DT with v4.20 kernel "
` [U-Boot] [PATCH v1 5/9] ARM: dts: Migrate U-boot nodes to U-boot DT files for stm32h7
` [U-Boot] [PATCH v1 6/9] ARM: dts: stm32: Sync DT with v4.20 kernel "
` [U-Boot] [PATCH v1 7/9] ARM: dts: stm32: Restore old usart1 clock bindings for stm32f7
` [U-Boot] [PATCH v1 8/9] pinctrl: stm32: Add st, stm32f769-pinctrl compatible string
` [U-Boot] [PATCH v1 9/9] mmc: arm_pl180_mmci: Sync compatible with kernel

[LSF/MM TOPIC]: mm documentation
 2019-02-22 13:59 UTC  (2+ messages)

[PATCH net-next 00/10] mlxsw: Add support for new port types and speeds for Spectrum-2
 2019-02-22 13:56 UTC  (11+ messages)
` [PATCH net-next 01/10] mlxsw: spectrum: Remove duplicate port link mode entry
` [PATCH net-next 02/10] mlxsw: spectrum: Remove unsupported eth_proto_lp_advertise field in PTYS
` [PATCH net-next 03/10] mlxsw: spectrum: Query port connector type from firmware
` [PATCH net-next 04/10] mlxsw: spectrum: Rename port type-speed functions to ASIC specific
` [PATCH net-next 05/10] mlxsw: spectrum: Add port type-speed operations
` [PATCH net-next 06/10] mlxsw: reg: Rename p_eth_proto_adm to full name p_eth_proto_admin
` [PATCH net-next 07/10] mlxsw: reg: 80 columns wrapping change
` [PATCH net-next 08/10] mlxsw: reg: Add new port type-speed fields for PTYS register
` [PATCH net-next 09/10] mlxsw: spectrum: Add Spectrum-2 ASIC port type-speed operations
` [PATCH net-next 10/10] mlxsw: spectrum: Add Spectrum-2 ASIC support for new port types and speeds

[PATCH v3] mm/hugetlb: Fix unsigned overflow in __nr_hugepages_store_common()
 2019-02-22 14:01 UTC 

[GIT PULL] ARM: mvebu: dt for v5.1 (#2)
 2019-02-22 13:57 UTC  (2+ messages)

[PATCH] net/bonding: fix reset active slave
 2019-02-22 13:57 UTC  (7+ messages)
    ` [dpdk-stable] "

[PATCH] lib/metrics: add unregister api for metrics
 2019-02-22 13:56 UTC  (2+ messages)
` [PATCH v2] "

[U-Boot] [PATCH] Support boot Android image without address on bootm command
 2019-02-22 13:56 UTC  (2+ messages)

[GIT PULL] dts changes for cpsw phy driver for v5.1
 2019-02-22 13:55 UTC  (3+ messages)

[GIT PULL] two am335x ethernet phy mode fixes for v5.0-rc cycle
 2019-02-22 13:54 UTC  (3+ messages)

[PATCH] dt-bindings: net: can: binding for CTU CAN FD open-source IP core
 2019-02-22 13:20 UTC 

[Qemu-devel] [PULL 0/2] tcg patch queue
 2019-02-22 13:53 UTC  (2+ messages)


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.