All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-07-22 15:26:50 to 2019-07-22 15:54:05 UTC [more...]

[PATCH] iommu/vt-d: Print pasid table entries MSB to LSB in debugfs
 2019-07-22 15:53 UTC  (2+ messages)

[Qemu-riscv] [Qemu-devel] [PATCH v2 00/20] Invert Endian bit in SPARCv9 MMU TTE
 2019-07-22 15:53 UTC  (50+ messages)
`  "
` [Qemu-riscv] [Qemu-devel] [PATCH v2 01/20] tcg: Replace MO_8 with MO_UB alias
  `  "
` [Qemu-riscv] [Qemu-devel] [PATCH v2 02/20] tcg: Replace MO_16 with MO_UW alias
  `  "
` [Qemu-riscv] [Qemu-devel] [PATCH v2 03/20] tcg: Replace MO_32 with MO_UL alias
  `  "
` [Qemu-riscv] [Qemu-devel] [PATCH v2 04/20] tcg: Replace MO_64 with MO_UQ alias
  `  "
` [Qemu-riscv] [Qemu-devel] [PATCH v2 05/20] tcg: Move size+sign+endian from TCGMemOp to MemOp
  `  "
` [Qemu-riscv] [Qemu-devel] [PATCH v2 06/20] tcg: Rename get_memop to get_tcgmemop
  `  "
` [Qemu-riscv] [Qemu-devel] [PATCH v2 07/20] memory: Access MemoryRegion with MemOp
  `  "
` [Qemu-riscv] [Qemu-devel] [PATCH v2 08/20] target/mips: "
  `  "
` [Qemu-riscv] [Qemu-devel] [PATCH v2 09/20] hw/s390x: "
  `  "
` [Qemu-riscv] [Qemu-devel] [PATCH v2 10/20] hw/intc/armv7m_nic: "
  `  "
` [Qemu-riscv] [Qemu-devel] [PATCH v2 11/20] hw/virtio: "
  `  "
` [Qemu-riscv] [Qemu-devel] [PATCH v2 12/20] hw/vfio: "
  ` [Qemu-arm] "
  `  "
` [Qemu-riscv] [Qemu-devel] [PATCH v2 13/20] exec: "
  ` [Qemu-arm] "
  `  "
` [Qemu-devel] [PATCH v2 14/20] cputlb: "
  ` [Qemu-riscv] "
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v2 15/20] memory: Access MemoryRegion with MemOp semantics
  ` [Qemu-riscv] "
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v2 16/20] memory: Single byte swap along the I/O path
  ` [Qemu-riscv] "
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v2 17/20] cpu: TLB_FLAGS_MASK bit to force memory slow path
  ` [Qemu-riscv] "
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v2 18/20] cputlb: Byte swap memory transaction attribute
  ` [Qemu-riscv] "
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v2 19/20] target/sparc: Add TLB entry with attributes
  ` [Qemu-riscv] "
  ` [Qemu-arm] "

[PATCH 1/6] python-scons: update to 3.1.0
 2019-07-22 15:53 UTC  (5+ messages)
` [PATCH 4/6] python3-git: update to 2.1.12

WARNING in __mmdrop
 2019-07-22 15:52 UTC  (15+ messages)
    ` RFC: call_rcu_outstanding (was Re: WARNING in __mmdrop)

[dpdk-dev] [PATCH 0/2] Fixes on IOVA mode selection
 2019-07-22 15:53 UTC  (3+ messages)
` [dpdk-dev] [PATCH v4 0/4] "

[U-Boot] [PATCH v5 0/8] x86: Add basic Slim Bootloader payload support
 2019-07-22 15:53 UTC  (2+ messages)

[PATCH 1/2] iommu: add support for drivers that manage iommu explicitly
 2019-07-22 15:48 UTC  (9+ messages)
` [PATCH v2] "

[PATCH v5] media: v4l: ctrls: Add debug messages
 2019-07-22 15:52 UTC  (2+ messages)

[PATCH 00/22] ReST conversion of text files without .txt extension
 2019-07-22 15:51 UTC  (6+ messages)
` [PATCH 04/22] docs: spi: convert to ReST and add it to the kABI bookset

[PATCH v9 00/21] Generic page walk and ptdump
 2019-07-22 15:42 UTC  (49+ messages)
` [PATCH v9 01/21] arc: mm: Add p?d_leaf() definitions
` [PATCH v9 02/21] arm: "
` [PATCH v9 03/21] arm64: "
` [PATCH v9 04/21] mips: "
` [PATCH v9 05/21] powerpc: "
` [PATCH v9 06/21] riscv: "
` [PATCH v9 07/21] s390: "
` [PATCH v9 08/21] sparc: "
` [PATCH v9 09/21] x86: "
` [PATCH v9 10/21] mm: Add generic p?d_leaf() macros
` [PATCH v9 11/21] mm: pagewalk: Add p4d_entry() and pgd_entry()
` [PATCH v9 12/21] mm: pagewalk: Allow walking without vma
` [PATCH v9 13/21] mm: pagewalk: Add test_p?d callbacks
` [PATCH v9 14/21] x86: mm: Don't display pages which aren't present in debugfs
` [PATCH v9 15/21] x86: mm: Point to struct seq_file from struct pg_state
` [PATCH v9 16/21] x86: mm+efi: Convert ptdump_walk_pgd_level() to take a mm_struct
` [PATCH v9 17/21] x86: mm: Convert ptdump_walk_pgd_level_debugfs() to take an mm_struct
` [PATCH v9 18/21] x86: mm: Convert ptdump_walk_pgd_level_core() "
` [PATCH v9 19/21] mm: Add generic ptdump
` [PATCH v9 20/21] x86: mm: Convert dump_pagetables to use walk_page_range
` [PATCH v9 21/21] arm64: mm: Convert mm/dump.c to use walk_page_range()

[PATCH 1/2] drivers: qcom: rpmh-rsc: simplify TCS locking
 2019-07-22 15:51 UTC  (4+ messages)
` [PATCH 2/2] drivers: qcom: rpmh-rsc: fix read back of trigger register

[PATCH] iommu/iova: Remove stale cached32_node
 2019-07-22 15:51 UTC  (3+ messages)

[U-Boot] [PATCH v5 0/8] x86: Add basic Slim Bootloader payload support
 2019-07-22 15:50 UTC  (3+ messages)

Issues with ov5640 camera on i.MX6Q
 2019-07-22 15:50 UTC  (3+ messages)

[Qemu-devel] [PATCH for-4.2 00/24] target/arm: Implement ARMv8.1-VHE
 2019-07-22 15:48 UTC  (4+ messages)
` [Qemu-devel] [PATCH for-4.2 03/24] target/arm: Install ASIDs for long-form from EL1

[U-Boot] [PATCH v5 7/8] board: intel: Add new slimbootloader board
 2019-07-22 15:48 UTC  (2+ messages)

[PATCH bpf v4 00/14] sockmap/tls fixes
 2019-07-22 15:48 UTC  (5+ messages)

[PATCH 0/2] Audio component support for radeon and nouveau
 2019-07-22 15:47 UTC  (9+ messages)
` [PATCH 1/2] drm/radeon: Add HD-audio component notifier support

[PATCH 0/2] Fix NULL pointer dereference with virtio-blk-pci and virtual IOMMU
 2019-07-22 15:46 UTC  (22+ messages)
` [PATCH 1/2] dma-mapping: Protect dma_addressing_limited against NULL dma_mask
` [PATCH 2/2] virtio/virtio_ring: Fix the dma_max_mapping_size call

[Xen-devel] [PATCH] x86/iommu: add comment regarding setting of need_sync
 2019-07-22 15:45 UTC 

[PATCH v2 0/6] drm/via: drop use of deprecated headers drmP.h and drm_os_linux.h
 2019-07-22 15:46 UTC  (5+ messages)
` [PATCH v2 1/4] drm/via: drop use of DRM(READ|WRITE) macros
` [PATCH v2 2/4] drm/via: add VIA_WAIT_ON()

[Buildroot] [PATCH v2] package/dcron: fix startup error due to missing directories
 2019-07-22 15:46 UTC  (2+ messages)

iTCO_wdt on Intel NUC
 2019-07-22 15:45 UTC  (4+ messages)

[PATCH 1/2] iommu/vt-d: Don't queue_iova() if there is no flush queue
 2019-07-22 15:44 UTC  (3+ messages)

[Xen-devel] [PATCH v3 00/14] x86: AMD x2APIC support
 2019-07-22 15:43 UTC  (7+ messages)
` [Xen-devel] [PATCH v3 08/14] AMD/IOMMU: introduce 128-bit IRTE non-guest-APIC IRTE format

[PATCH 0/4] small set of nvme cleanups
 2019-07-22 15:42 UTC  (2+ messages)

[stable-4.19 0/4] CVE-2019-3900 fixes
 2019-07-22 15:42 UTC  (2+ messages)

[U-Boot] [PATCH v5 5/8] x86: slimbootloader: Set TSC information for timer driver
 2019-07-22 15:41 UTC  (2+ messages)

[PATCH 0/6] ARM: psci: cpuidle: PSCI CPUidle rework
 2019-07-22 15:37 UTC  (14+ messages)
` [PATCH 1/6] ARM: cpuidle: Remove useless header include
` [PATCH 2/6] ARM: cpuidle: Remove overzealous error logging
` [PATCH 3/6] drivers: firmware: psci: Decouple checker from generic ARM CPUidle
` [PATCH 4/6] ARM: psci: cpuidle: Introduce PSCI CPUidle driver
` [PATCH 5/6] ARM: psci: cpuidle: Enable "
` [PATCH 6/6] PSCI: cpuidle: Refactor CPU suspend power_state parameter handling

x86 - clang / objtool status
 2019-07-22 15:40 UTC  (4+ messages)

[dpdk-dev] [PATCH] app/testpmd: support QinQ strip offload
 2019-07-22 15:40 UTC  (6+ messages)

[PATCH V2 0/2] block/scsi/dm-rq: fix leak of request private data in dm-mpath
 2019-07-22 15:40 UTC  (3+ messages)
` [PATCH V2 2/2] scsi: implement .cleanup_rq callback

[PATCH v2 0/8] Amazon's Annapurna Labs DT-based PCIe host controller driver
 2019-07-22 15:38 UTC  (6+ messages)
` [PATCH v2 6/8] PCI: al: Add support for DW based driver type

[dpdk-dev] [PATCH] net/mlx5: fix NVGRE matching
 2019-07-22 15:38 UTC  (6+ messages)
` [dpdk-dev] [PATCH v2] "

[U-Boot] [PATCH v5 4/8] x86: slimbootloader: Add serial driver
 2019-07-22 15:37 UTC  (2+ messages)

[PATCH] kernel-shark: Add quotes around $XDG_SESSION_TYPE in kshark-su-record
 2019-07-22 15:37 UTC 

[PATCH] drm: fix out-of-bounds access with short VSDB blocks
 2019-07-22 15:37 UTC  (2+ messages)

Reiser4 successful install on HP ProLiant DL325 Gen10 AMD EPYC 7351P 16-Core Processor/64MB RAM
 2019-07-22 15:31 UTC  (2+ messages)

About threaded interrupt handler CPU affinity
 2019-07-22 15:34 UTC  (4+ messages)

[PATCH v3 00/24] erofs: promote erofs from staging
 2019-07-22 15:33 UTC  (8+ messages)
` [PATCH v3 12/24] erofs: introduce tagged pointer

[PATCH] drm/amdgpu: Default disable GDS for compute+gfx
 2019-07-22 15:34 UTC  (2+ messages)
  ` [PATCH v2] "

[Xen-devel] [PATCH] x86/p2m: fix non-translated handling of iommu mappings
 2019-07-22 15:33 UTC  (2+ messages)

[U-Boot] [PATCH v5 3/8] x86: slimbootloader: Add memory configuration
 2019-07-22 15:33 UTC  (2+ messages)

[PATCH 00/10] Refactor rxe driver to remove multiple race conditions
 2019-07-22 15:32 UTC  (11+ messages)
` [PATCH 04/10] Protect kref_put with the lock
` [PATCH 05/10] Fix reference counting for rxe tasklets
` [PATCH 07/10] Pass the return value of kref_put further
` [PATCH 10/10] Replace tasklets with workqueues

[dpdk-dev] SR-IOV set_mc_addr_list differences in i40evf and ixgbevf drivers
 2019-07-22 15:29 UTC 

[PATCH v3 0/3] media: uapi: h264: First batch of adjusments
 2019-07-22 15:29 UTC  (3+ messages)
` [PATCH v3 2/3] media: uapi: h264: Add the concept of decoding mode

[PATCH] ASoC: SOF: use __u32 instead of uint32_t in uapi headers
 2019-07-22 15:19 UTC  (3+ messages)
  ` [alsa-devel] "

[PATCH 0/5] blk-mq: wait until completed req's complete fn is run
 2019-07-22 15:27 UTC  (4+ messages)
` [PATCH 3/5] nvme: don't abort completed request in nvme_cancel_request


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.