All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-11-27 17:56:59 to 2019-11-27 18:33:51 UTC [more...]

[PATCH v2 for-5.0 0/7] block-copy improvements: part I
 2019-11-27 18:08 UTC  (7+ messages)
` [PATCH v2 1/7] block/block-copy: specialcase first copy_range request
` [PATCH v2 2/7] block/block-copy: use block_status
` [PATCH v2 3/7] block/block-copy: factor out block_copy_find_inflight_req
` [PATCH v2 4/7] block/block-copy: refactor interfaces to use bytes instead of end
` [PATCH v2 5/7] block/block-copy: rename start to offset in interfaces
` [PATCH v2 6/7] block/block-copy: reduce intersecting request lock

[PATCH 1/5] drm/vmwgfx: move the require_exist handling together
 2019-11-27 18:32 UTC  (11+ messages)
` [PATCH 5/5] drm: drop DRM_AUTH from PRIME_TO/FROM_HANDLE ioctls

[PATCH] perf c2c: fix '-e list'
 2019-11-27 18:33 UTC  (4+ messages)
` [PATCH v2] "

[RFC PATCH 00/28] kvm: mmu: Rework the x86 TDP direct mapped case
 2019-11-27 18:32 UTC  (7+ messages)
` [RFC PATCH 01/28] kvm: mmu: Separate generating and setting mmio ptes
` [RFC PATCH 02/28] kvm: mmu: Separate pte generation from set_spte
` [RFC PATCH 03/28] kvm: mmu: Zero page cache memory at allocation time

[PATCH] KVM: Add separate helper for putting borrowed reference to kvm
 2019-11-27 18:32 UTC  (9+ messages)

[PATCH 0/3] net: macb: cover letter
 2019-11-27 18:31 UTC  (6+ messages)
` [PATCH 1/3] net: macb: fix for fixed-link mode
` [PATCH 2/3] net: macb: add support for C45 MDIO read/write

[PATCH v4 0/6] s390x: Cleanup
 2019-11-27 18:15 UTC  (7+ messages)
` [PATCH v4 1/6] s390x: Don't do a normal reset on the initial cpu
` [PATCH v4 4/6] s390x: Move clear reset
` [PATCH v4 5/6] s390x: Beautify diag308 handling
` [PATCH v4 6/6] s390x: kvm: Make kvm_sclp_service_call void

[PATCH nf-next v2 0/8] nftables: Set implementation for arbitrary concatenation of ranges
 2019-11-27 18:29 UTC  (5+ messages)
` [PATCH nf-next v2 3/8] nf_tables: Add set type "

[PATCH 00/13] video, drm: constify fbops in struct fb_info
 2019-11-27 18:29 UTC  (46+ messages)
` [PATCH 01/13] video: fb_defio: preserve user fb_ops
    ` [Intel-gfx] "
` [PATCH 02/13] drm/fb-helper: don't preserve fb_ops across deferred IO use
  ` [Intel-gfx] "
` [PATCH 03/13] video: smscufx: don't restore fb_mmap after deferred IO cleanup
  ` [Intel-gfx] "
` [PATCH 04/13] video: udlfb: "
      ` [Intel-gfx] "
` [PATCH 05/13] video: fbdev: vesafb: modify the static fb_ops directly
  ` [Intel-gfx] "
` [PATCH 13/13] samples: vfio-mdev: constify fb ops
      ` [Intel-gfx] "

[PATCH] MIPS: Fix boot on Fuloong2 systems
 2019-11-27 18:28 UTC  (2+ messages)

[PATCH v5 00/14] CoreSight CTI Driver
 2019-11-27 18:26 UTC  (13+ messages)
` [PATCH v5 03/14] coresight: cti: Add sysfs access to program function regs
` [PATCH v5 09/14] coresight: cti: Add connection information to sysfs
` [PATCH v5 10/14] dt-bindings: qcom: Add CTI options for qcom msm8916
` [PATCH v5 11/14] dt-bindings: arm: Juno platform - add CTI entries to device tree

[PATCH v4 00/22] btrfs: async discard support
 2019-11-27 18:26 UTC  (3+ messages)

[f2fs-dev] problem with f2fs android partition
 2019-11-27 18:26 UTC  (6+ messages)

Fix bugs in X1000/X1500 and add X1830 pinctrl driver v6
 2019-11-27 18:25 UTC  (3+ messages)
` [PATCH v6 4/4] pinctrl: Ingenic: Add pinctrl driver for X1830

[PATCH kvmtool 00/16] Add writable BARs and PCIE 1.1 support
 2019-11-27 18:25 UTC  (9+ messages)
` [PATCH kvmtool 01/16] Makefile: Use correct objcopy binary when cross-compiling for x86_64
` [PATCH kvmtool 02/16] pci: Fix BAR resource sizing arbitration
` [PATCH kvmtool 03/16] Remove pci-shmem device
` [PATCH kvmtool 04/16] Check that a PCI device's memory size is power of two

[PATCH v37 00/17] QEMU AVR 8 bit cores
 2019-11-27 17:52 UTC  (18+ messages)
` [PATCH v37 01/17] target/avr: Add outward facing interfaces and core CPU logic
` [PATCH v37 02/17] target/avr: Add instruction helpers
` [PATCH v37 03/17] target/avr: Add instruction decoding
` [PATCH v37 04/17] target/avr: Add instruction translation - Registers definition
` [PATCH v37 05/17] target/avr: Add instruction translation - Arithmetic and Logic Instructions
` [PATCH v37 06/17] target/avr: Add instruction translation - Branch Instructions
` [PATCH v37 07/17] target/avr: Add instruction translation - Bit and Bit-test Instructions
` [PATCH v37 08/17] target/avr: Add instruction translation - MCU Control Instructions
` [PATCH v37 09/17] target/avr: Add instruction translation - CPU main translation function
` [PATCH v37 10/17] target/avr: Add instruction disassembly function
` [PATCH v37 11/17] target/avr: Add limited support for USART and 16 bit timer peripherals
` [PATCH v37 12/17] target/avr: Add example board configuration
` [PATCH v37 13/17] target/avr: Register AVR support with the rest of QEMU
` [PATCH v37 14/17] target/avr: Update build system
` [PATCH v37 15/17] target/avr: Add boot serial test
` [PATCH v37 16/17] target/avr: Add Avocado test
` [PATCH v37 17/17] target/avr: Update MAINTAINERS file

[PATCH v3 0/7] Raspberry Pi 4 PCIe support
 2019-11-27 18:24 UTC  (11+ messages)
` [PATCH v3 1/7] linux/log2.h: Add roundup/rounddown_pow_two64() family of functions

GUI Component Library
 2019-11-27 18:24 UTC  (4+ messages)

Bug in helper contrib/examples/reresolve-dns/reresolve-dns.sh
 2019-11-27 18:23 UTC  (3+ messages)

[PATCH] libertas: Fix two buffer overflows at parsing bss descriptor
 2019-11-27 18:23 UTC  (6+ messages)
    ` [kbuild-all] "

make dma_addressing_limited work for memory encryption setups
 2019-11-27 18:22 UTC  (3+ messages)
` [PATCH 2/2] dma-mapping: force unencryped devices are always addressing limited

[Intel-gfx] [CI] drm/i915/gen7: Re-enable full-ppgtt for ivb, byt, hsw
 2019-11-27 18:22 UTC  (3+ messages)
  `  "

[PATCH 1/2] arm64: dts: imx8mq: add missing SAI nodes
 2019-11-27 18:21 UTC  (4+ messages)
` [PATCH 2/2] arm64: dts: zii-ultra: add sound support

[kvm-unit-tests PATCH v4 0/3] s390x: SCLP Unit test
 2019-11-27 18:21 UTC  (6+ messages)
` [kvm-unit-tests PATCH v4 1/3] s390x: export sclp_setup_int
` [kvm-unit-tests PATCH v4 3/3] s390x: SCLP unit test

[PATCH] Btrfs: send, skip backreference walking for extents with many references
 2019-11-27 18:20 UTC  (9+ messages)

[PATCH] vfio: call irq_bypass_unregister_producer() before freeing irq
 2019-11-27 18:20 UTC  (2+ messages)

[GIT PULL] Please pull RDMA subsystem changes
 2019-11-27 18:19 UTC  (2+ messages)

[PATCH bpf] libbpf: fix global variable relocation
 2019-11-27 18:19 UTC  (2+ messages)

[PATCH] crypto: arm64/sha: fix function types
 2019-11-27 18:19 UTC  (4+ messages)
` [PATCH v3] "

[PATCH] arm64: dts: zii-ultra: adjust board names
 2019-11-27 18:19 UTC  (2+ messages)

[Xen-devel] [PATCH v2] build: provide option to disambiguate symbol names
 2019-11-27 18:17 UTC  (6+ messages)
` [Xen-devel] Ping: "

[PATCH] loop: avoid EAGAIN, if offset or block_size are changed
 2019-11-27 18:18 UTC  (4+ messages)
` [PATCH v2] "
  ` [f2fs-dev] [PATCH v3] "

[PATCH v2] video: hyperv: hyperv_fb: Use physical memory for fb on HyperV Gen 1 VMs
 2019-11-27 18:14 UTC  (3+ messages)

[Bug 205675] New: Display locks up. AMDGPU timeout
 2019-11-27 18:17 UTC  (2+ messages)
` [Bug 205675] "

[PATCH 1/2] cobalt/sched: guard against missed rescheduling upon CPU migration
 2019-11-27 18:17 UTC  (3+ messages)
` [PATCH 2/2] drivers/testing: heapcheck: silence UMR warning (false positive)

[PATCH v2] loop: avoid EAGAIN, if offset or block_size are changed
 2019-11-27 18:17 UTC  (11+ messages)

kselftest: failed to build with -C tool/testing/selftests when KBUILD_OUTPUT is set
 2019-11-27 18:16 UTC  (10+ messages)

[dpdk-dev] [dpdk-announce] release candidate 19.11-rc4
 2019-11-27 18:16 UTC  (2+ messages)

[PATCH 0/5] rebase: fix breakage with `format.useAutoBase`
 2019-11-27 18:13 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/5] t3400: demonstrate failure with format.useAutoBase
  ` [PATCH v2 2/5] format-patch: fix indentation
  ` [PATCH v2 3/5] t4014: use test_config()
  ` [PATCH v2 4/5] format-patch: teach --no-base
  ` [PATCH v2 5/5] rebase: fix format.useAutoBase breakage

[PATCH v2 11/13] name-rev: drop name_rev()'s 'generation' and 'distance' parameters
 2019-11-27 18:13 UTC  (2+ messages)

[PATCH v2] KVM: SVM: Fix "error" isn't initialized
 2019-11-27 18:11 UTC  (2+ messages)

[dpdk-dev] [PATCH] test/service: fix wait for service core
 2019-11-27 18:11 UTC  (4+ messages)
    ` [dpdk-dev] [dpdk-stable] "

[alsa-devel] [PATCHv2 6/6] ASoC: da7213: Add default clock handling
 2019-11-27 18:10 UTC  (13+ messages)
                      `  "

[PATCH] arm64: Fix compile error with KVM and !HARDEN_BRANCH_PREDICTOR
 2019-11-27 18:10 UTC 

[PATCH] drm/mediatek: Fix build break
 2019-11-27 18:10 UTC  (5+ messages)

[PATCH] travis.yml: Run tcg tests with tci
 2019-11-27 18:08 UTC  (2+ messages)

[PATCH v2 0/3] drm/mgag200: Workaround HW bug with non-0 offset
 2019-11-27 18:08 UTC  (6+ messages)
` [PATCH v2 1/3] drm/mgag200: Extract device type from flags

[MPTCP] Re: [PATCH MPTCP] init ssn_offset for incoming/outgoing join requests
 2019-11-27 18:08 UTC 

[PATCH v6 0/7] add thermal sensor driver for A64, A83T, H3, H5, H6, R40
 2019-11-27 18:07 UTC  (5+ messages)
` [PATCH v6 2/7] dt-bindings: thermal: add YAML schema for sun8i-thermal driver bindings

[PATCH] Add prctl support for controlling mem reclaim V4
 2019-11-27 18:07 UTC  (2+ messages)

[PATCH v4 0/5] KVM: Unify mmu_memory_cache functionality across architectures
 2019-11-27 18:07 UTC  (4+ messages)
` [PATCH v4 1/5] KVM: x86: Move memcache allocation to GFP_PGTABLE_USER

[dpdk-dev] [PATCH v2] event/octeontx: fix partial Rx packet handling
 2019-11-27 18:07 UTC  (3+ messages)

One question about trusted key of keyring in Linux kernel
 2019-11-27 18:06 UTC  (4+ messages)

KASAN: use-after-free Read in si470x_int_in_callback (2)
 2019-11-27 18:07 UTC  (2+ messages)

[PATCH v2 0/5] EDT-FT5x06 improvements
 2019-11-27 18:06 UTC  (7+ messages)
` [PATCH v2 5/5] Input: edt-ft5x06 - improve power management operations

[dpdk-dev] [PATCH] examples/tep_termination: resolve unchecked return value
 2019-11-27 12:03 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH 0/2] adding gamma state checker for icl+ platforms
 2019-11-27 18:04 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for adding gamma state checker for icl+ platforms (rev7)
    `  "

[PATCH RFC v3 0/8] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs
 2019-11-27 18:02 UTC  (14+ messages)
` [PATCH 3/8] blk-mq: Use a pointer for sbitmap

[PATCH 1/5] drm/i915/psr: Add bits per pixel limitation
 2019-11-27 18:02 UTC  (8+ messages)
` [PATCH 5/5] drm/i915/vbt: Parse power conservation features block
        ` [Intel-gfx] "

[PATCH v2 02/13] t6120-describe: modernize the 'check_describe' helper
 2019-11-27 18:02 UTC  (2+ messages)

[PATCH v7] crypto: x86: Regularize glue function prototypes
 2019-11-27 18:01 UTC  (2+ messages)

[PATCH 0/3] iommu: reduce spinlock contention on fast path
 2019-11-27 18:00 UTC  (4+ messages)
` [PATCH 1/3] iommu: match the original algorithm

[PATCH] drm/i915: Serialise i915_active_fence_set() with itself
 2019-11-27 18:01 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Serialise i915_active_fence_set() with itself (rev3)
    `  "

[PATCH v2 13/13] name-rev: cleanup name_ref()
 2019-11-27 18:01 UTC  (2+ messages)

[PATCH 1/3] drm/i915: Handle SDEISR according to PCH rather than platform
 2019-11-27 18:00 UTC  (8+ messages)
` [PATCH 2/3] drm/i915/ehl: Make icp_digital_port_connected() use phy instead of port
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 1/3] drm/i915: Handle SDEISR according to PCH rather than platform

[PATCH 1/3] drm/rockchip: Use drm_gem_fb_create_with_dirty
 2019-11-27 18:00 UTC  (4+ messages)
` [PATCH 2/3] drm/hibmc: Use drm_gem_fb_create
` [PATCH 3/3] drm/todo: Add entry for fb funcs related cleanups

[PATCH 0/4] nvme: Threaded interrupt handling improvements
 2019-11-27 17:58 UTC  (5+ messages)
` [PATCH 1/4] PCI/MSI: Export __pci_msix_desc_mask_irq
` [PATCH 2/4] nvme/pci: Mask legacy and MSI in threaded handler
` [PATCH 3/4] nvme/pci: Mask MSIx interrupts for threaded handling
` [PATCH 4/4] nvme/pci: Spin threaded interrupt completions

[PATCH v2 0/3] ubsan: Split out bounds checker
 2019-11-27 17:59 UTC  (6+ messages)

[cip-dev] [PATCH 4.4.y-cip 00/22] Add RZ/G1C SD/eMMC support
 2019-11-27 17:59 UTC  (2+ messages)

[PATCH] avctp: Set more descriptive name for uinput device
 2019-11-27 17:58 UTC  (7+ messages)

[PATCH v2 12/13] name-rev: eliminate recursion in name_rev()
 2019-11-27 17:57 UTC  (2+ messages)

[LTP] [PATCH 1/2] network/iptables: reduce ping timeouts
 2019-11-27 17:57 UTC  (2+ messages)

[PATCH 0/1] contrib/buildsystems: fix Visual Studio Debug configuration
 2019-11-27 17:56 UTC  (3+ messages)
` [PATCH 1/1] "


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.