All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-07-26 17:15:18 to 2019-07-26 17:57:58 UTC [more...]

[Qemu-devel] [PATCH 00/67] target/arm: Convert aa32 base isa to decodetree
 2019-07-26 17:50 UTC  (100+ messages)
`  "
` [Qemu-devel] [PATCH 01/67] decodetree: Allow !function with no input bits
  `  "
` [Qemu-devel] [PATCH 02/67] target/arm: Remove offset argument to gen_exception_insn
  `  "
` [Qemu-devel] [PATCH 03/67] target/arm: Remove offset argument to gen_exception_bkpt_insn
  `  "
` [Qemu-devel] [PATCH 04/67] target/arm: Remove offset argument to gen_exception_internal_insn
  `  "
` [Qemu-devel] [PATCH 05/67] target/arm: Use the saved value of the insn address
  `  "
` [Qemu-devel] [PATCH 06/67] target/arm: Introduce pc_read
  `  "
` [Qemu-devel] [PATCH 07/67] target/arm: Introduce add_reg_for_lit
  `  "
` [Qemu-devel] [PATCH 08/67] target/arm: Use store_reg_from_load in thumb2 code
  `  "
` [Qemu-devel] [PATCH 09/67] target/arm: Fold a pc load into load_reg
  `  "
` [Qemu-devel] [PATCH 10/67] target/arm: Move test for AL into arm_skip_unless
  `  "
` [PATCH 11/67] target/arm: Add stubs for aa32 decodetree
` [Qemu-devel] [PATCH 12/67] target/arm: Introduce gen_illegal_op
  `  "
` [Qemu-devel] [PATCH 13/67] target/arm: Convert Data Processing (reg, reg-shifted-reg, imm)
  `  "
` [Qemu-devel] [PATCH 14/67] target/arm: Convert multiply and multiply accumulate
  `  "
` [Qemu-devel] [PATCH 15/67] target/arm: Convert Saturating addition and subtraction
  `  "
` [Qemu-devel] [PATCH 16/67] target/arm: Convert Halfword multiply and multiply accumulate
  `  "
` [Qemu-devel] [PATCH 17/67] target/arm: Convert MSR (immediate) and hints
  `  "
` [Qemu-devel] [PATCH 18/67] target/arm: Convert MRS/MSR (banked, register)
  `  "
` [Qemu-devel] [PATCH 19/67] target/arm: Convert Cyclic Redundancy Check
  `  "
` [Qemu-devel] [PATCH 20/67] target/arm: Convert the rest of A32 Miscelaneous instructions
  `  "
` [Qemu-devel] [PATCH 21/67] target/arm: Convert T32 ADDW/SUBW
  `  "
` [PATCH 22/67] target/arm: Convert load/store (register, immediate, literal)
` [Qemu-devel] [PATCH 23/67] target/arm: Convert Synchronization primitives
  `  "
` [Qemu-devel] [PATCH 24/67] target/arm: Convert USAD8, USADA8, SBFX, UBFX, BFC, BFI, UDF
  `  "
` [Qemu-devel] [PATCH 25/67] target/arm: Convert Parallel addition and subtraction
  `  "
` [Qemu-devel] [PATCH 26/67] target/arm: Convert Packing, unpacking, saturation, and reversal
  `  "
` [Qemu-devel] [PATCH 27/67] target/arm: Convert Signed multiply, signed and unsigned divide
  `  "
` [Qemu-devel] [PATCH 28/67] target/arm: Convert MOVW, MOVT
  `  "
` [PATCH 29/67] target/arm: Convert LDM, STM
` [PATCH 30/67] target/arm: Convert B, BL, BLX (immediate)
` [PATCH 31/67] target/arm: Convert SVC
` [PATCH 32/67] target/arm: Convert RFE and SRS
` [PATCH 33/67] target/arm: Convert Clear-Exclusive, Barriers
` [PATCH 34/67] target/arm: Convert CPS (privileged)
` [Qemu-devel] [PATCH 35/67] target/arm: Convert SETEND
  `  "
` [Qemu-devel] [PATCH 36/67] target/arm: Convert PLI, PLD, PLDW
  `  "
` [Qemu-devel] [PATCH 37/67] target/arm: Convert Unallocated memory hint
  `  "
` [PATCH 38/67] target/arm: Convert Table Branch
` [PATCH 39/67] target/arm: Convert SG
` [PATCH 40/67] target/arm: Convert TT
` [PATCH 41/67] target/arm: Simplify disas_thumb2_insn
` [PATCH 42/67] target/arm: Simplify disas_arm_insn
` [PATCH 43/67] target/arm: Add skeleton for T16 decodetree
` [PATCH 44/67] target/arm: Convert T16 data-processing (two low regs)
` [Qemu-devel] [PATCH 45/67] target/arm: Convert T16 load/store (register offset)
  `  "
` [Qemu-devel] [PATCH 46/67] target/arm: Convert T16 load/store (immediate offset)
  `  "
` [PATCH 47/67] target/arm: Convert T16 add pc/sp (immediate)
` [PATCH 48/67] target/arm: Convert T16 load/store multiple
` [PATCH 49/67] target/arm: Convert T16 add/sub (3 low, 2 low and imm)
` [PATCH 50/67] target/arm: Convert T16 one low register and immediate
` [PATCH 51/67] target/arm: Convert T16 branch and exchange
` [PATCH 52/67] target/arm: Convert T16 add, compare, move (two high registers)
` [PATCH 53/67] target/arm: Convert T16 adjust sp (immediate)
` [PATCH 54/67] target/arm: Convert T16, extract
` [PATCH 55/67] target/arm: Convert T16, Change processor state
` [PATCH 56/67] target/arm: Convert T16, Reverse bytes
` [PATCH 57/67] target/arm: Convert T16, nop hints
` [PATCH 58/67] target/arm: Convert T16, push and pop
` [PATCH 59/67] target/arm: Convert T16, Conditional branches, Supervisor call
` [PATCH 60/67] target/arm: Convert T16, Miscellaneous 16-bit instructions
` [PATCH 61/67] target/arm: Convert T16, shift immediate
` [PATCH 62/67] target/arm: Convert T16, load (literal)
` [PATCH 63/67] target/arm: Convert T16, Unconditional branch
` [PATCH 64/67] target/arm: Convert T16, long branches
` [PATCH 65/67] target/arm: Clean up disas_thumb_insn
` [PATCH 66/67] target/arm: Move singlestep check from gen_jmp to gen_goto_tb
` [PATCH 67/67] target/arm: Merge gen_bx_im into trans_BLX_i

[VDSO] [x86_32] v5-3-rc1 needs vdso32=0 to get systemd-journald running
 2019-07-26 17:57 UTC  (4+ messages)

[PATCH 4.19 000/271] 4.19.61-stable review
 2019-07-26 17:57 UTC  (3+ messages)
` [PATCH 4.19 085/271] ACPICA: Clear status of GPEs on first direct enable

[GIT PULL] Block fixes for 5.3-rc2
 2019-07-26 17:56 UTC  (2+ messages)

[PATCH v2 00/26] ReST conversion of text files without .txt extension
 2019-07-26 17:55 UTC  (2+ messages)
      ` [PATCH v2 25/26] docs: rcu: convert some articles from html to ReST

[RFC PATCH 00/40] soundwire: updates for 5.4
 2019-07-26 17:55 UTC  (16+ messages)
` [RFC PATCH 27/40] soundwire: Add Intel resource management algorithm
  ` [alsa-devel] "
` [RFC PATCH 35/40] soundwire: intel: export helper to exit reset
  ` [alsa-devel] "
` [RFC PATCH 36/40] soundwire: intel: disable interrupts on suspend
  ` [alsa-devel] "
` [RFC PATCH 37/40] soundwire: cadence_master: add hw_reset capability in debugfs
  ` [alsa-devel] "
` [RFC PATCH 38/40] soundwire: cadence_master: make clock stop exit configurable on init
  ` [alsa-devel] "

[PATCH v2 1/2] dt-bindings: vendor-prefixes: Add Admatec AG
 2019-07-26 17:54 UTC  (5+ messages)
` [PATCH v2 2/2] ARM: dts: imx6ul-kontron-n6310: Add Kontron i.MX6UL N6310 SoM and boards

[RFC-ish PATCH 00/17] Clean up ASPEED devicetree warnings
 2019-07-26 17:53 UTC  (13+ messages)
` [PATCH 06/17] ARM: dts: swift: Cleanup gpio-keys-polled properties
` [RFC PATCH 14/17] ipmi: kcs: Finish configuring ASPEED KCS device before enable
` [RFC PATCH 15/17] ipmi: kcs: aspeed: Implement v2 bindings

[PATCH 1/3] drm/i915/uc: Remove redundant header_offset/size definitions
 2019-07-26 17:51 UTC  (8+ messages)
` [PATCH 2/3] drm/i915/uc: Remove redundant ucode offset definition
` [PATCH 3/3] drm/i915/uc: Remove redundant RSA "

[PATCH v3] nvme: fix controller removal race with scan work
 2019-07-26 17:50 UTC  (4+ messages)

[PATCH v3] drivers/autotune: Fix UBSAN warnings
 2019-07-26 17:47 UTC 

[RESEND v2 1/1] power/supply/sbs-battery: Fix confusing battery status when idle or empty
 2019-07-26 17:47 UTC  (2+ messages)

[PATCH v4 00/11] add thermal driver for h6
 2019-07-26 17:46 UTC  (5+ messages)

[Bug 110719] Crash in radeon_drv_video.so when attempting to convert rgb video data
 2019-07-26 17:46 UTC  (2+ messages)
` [Bug 110719] Crash in radeonsi_drv_video.so "

[PATCH v3 00/13] Cleanup recordmcount and begin objtool conversion
 2019-07-26 17:45 UTC  (3+ messages)
` [PATCH v3 04/13] recordmcount: Rewrite error/success handling

UDF filesystem image with Write-Once UDF Access Type
 2019-07-26 17:44 UTC  (2+ messages)

[PATCH 0/2] Fix Octeon to build on !MIPS
 2019-07-26 17:44 UTC  (3+ messages)
` [PATCH 1/2] octeon: Fix typo
` [PATCH 2/2] staging/octeon: Allow test build on !MIPS

[Qemu-riscv] [PATCH-4.2 v1 0/6] RISC-V: Hypervisor prep work part 2
 2019-07-26 17:40 UTC  (4+ messages)
` [Qemu-riscv] [PATCH-4.2 v1 5/6] target/riscv: Update the Hypervisor CSRs to v0.4
  ` [Qemu-devel] "
    ` [Qemu-riscv] "

[PATCH v3] drm: Set crc->opened to false before setting crc source to NULL
 2019-07-26 17:37 UTC 

[PATCH] kprobes: Allow kprobes coexist with livepatch
 2019-07-26 17:38 UTC  (4+ messages)

[PATCH v12 0/2] Add XYUV format support
 2019-07-26 17:36 UTC  (4+ messages)
` [PATCH v12 1/2] drm: Introduce new DRM_FORMAT_XYUV

[Qemu-devel] [PULL 0/1] Linux user for 4.1 patches
 2019-07-26 17:35 UTC  (2+ messages)
` [Qemu-devel] [PULL 1/1] linux-user: Make sigaltstack stacks per-thread

Intercepting MOV to/from CR3 when using EPT
 2019-07-26 17:34 UTC  (3+ messages)

[SPDK] ctrlr.c: 534:spdk_nvmf_ctrlr_connect: *ERROR*: Subsystem 'nqn.2016-06.io.spdk:cnode2' does not allow host '2014-08.org.nvmexpress:uuid:f7124f51-379b-4752-b195-0487d39d4543'
 2019-07-26 17:34 UTC 

[dpdk-dev] Should we disallow running secondaries after primary has died?
 2019-07-26 17:33 UTC  (11+ messages)

[Bug 204331] New: amdgpu audio parameter not functional
 2019-07-26 17:33 UTC  (2+ messages)
` [Bug 204331] "

RDEPENDS in a containerized world
 2019-07-26 17:32 UTC 

[PATCH] nvme-rdma: fix possible use-after-free in connect error flow
 2019-07-26 17:29 UTC 

[PATCH -next] scsi: initio: Make some functions static
 2019-07-26 17:28 UTC  (2+ messages)

[cip-dev] [ANNOUNCE] v4.19.50-cip3-rt2
 2019-07-26 17:27 UTC  (6+ messages)
` [cip-dev] [ANNOUNCE] v4.4.185-cip35-rt24

[Qemu-devel] [PATCH v3 0/3] qapi: block-dirty-bitmap-remove transaction action
 2019-07-26 17:26 UTC  (5+ messages)

[PATCH v3 1/2] tests: move common definitions and functions into pidfd.h
 2019-07-26 17:24 UTC  (4+ messages)
` [PATCH v3 2/2] tests: add pidfd poll tests

[PATCH] KVM: X86: Use IPI shorthands in kvm guest when support
 2019-07-26 17:22 UTC  (2+ messages)

[PATCH v6 00/24] Associate ddc adapters with connectors
 2019-07-26 17:23 UTC  (25+ messages)
` [PATCH v6 02/24] drm: Add drm_connector_init() variant with ddc
` [PATCH v6 04/24] drm: rockchip: Provide ddc symlink in rk3066_hdmi sysfs directory
` [PATCH v6 05/24] drm: rockchip: Provide ddc symlink in inno_hdmi "
` [PATCH v6 06/24] drm/msm/hdmi: Provide ddc symlink in hdmi connector "
` [PATCH v6 08/24] drm/mediatek: "
` [PATCH v6 09/24] drm/tegra: Provide ddc symlink in output "
` [PATCH v6 12/24] drm/vc4: Provide ddc symlink in "
` [PATCH v6 13/24] drm: zte: Provide ddc symlink in hdmi "
` [PATCH v6 15/24] drm/tilcdc: Provide ddc symlink in "
` [PATCH v6 16/24] drm: sti: Provide ddc symlink in hdmi "
` [PATCH v6 17/24] drm/mgag200: Provide ddc symlink in "
` [PATCH v6 19/24] drm/bridge: dumb-vga-dac: "
  ` [PATCH v6 01/24] drm: Add ddc link in sysfs created by drm_connector
  ` [PATCH v6 03/24] drm/exynos: Provide ddc symlink in connector's sysfs
  ` [PATCH v6 07/24] drm/sun4i: hdmi: Provide ddc symlink in sun4i hdmi connector sysfs directory
  ` [PATCH v6 10/24] drm/imx: imx-ldb: Provide ddc symlink in connector's sysfs
  ` [PATCH v6 11/24] drm/imx: imx-tve: "
  ` [PATCH v6 14/24] drm: zte: Provide ddc symlink in vga connector sysfs directory
  ` [PATCH v6 18/24] drm/ast: Provide ddc symlink in "
  ` [PATCH v6 20/24] drm/bridge: dw-hdmi: "
  ` [PATCH v6 24/24] drm/i915: Provide ddc symlink in hdmi "
` [PATCH v6 21/24] drm/bridge: ti-tfp410: Provide ddc symlink in "
` [PATCH v6 22/24] drm/amdgpu: "
` [PATCH v6 23/24] drm/radeon: "

[Qemu-devel] [PATCH for-4.1] linux-user: Make sigaltstack stacks per-thread
 2019-07-26 17:21 UTC  (3+ messages)

[Xen-devel] [PATCH v3 00/35] Specific platform to run OVMF in Xen PVH and HVM guests
 2019-07-26 17:19 UTC  (5+ messages)
` [Xen-devel] [PATCH v3 33/35] OvmfPkg: Introduce XenIoPvhDxe to initialize Grant Tables

[PATCH] fetch2/wget: avoid 'maximum recursion depth' RuntimeErrors when handling 403 codes
 2019-07-26 17:18 UTC 

[SPDK] ctrlr.c: 534:spdk_nvmf_ctrlr_connect: *ERROR*: Subsystem 'nqn.2016-06.io.spdk:cnode2' does not allow host '2014-08.org.nvmexpress:uuid:f7124f51-379b-4752-b195-0487d39d4543'
 2019-07-26 17:19 UTC 

[PATCH v3 0/7] drivers: Add generic device lookup helpers
 2019-07-26 17:18 UTC  (9+ messages)
` [PATCH v3 2/7] drivers: Introduce device lookup variants by of_node
` [PATCH v3 5/7] drivers: Introduce device lookup variants by ACPI_COMPANION device

[PATCH v1] md: Convert to use int_pow()
 2019-07-26 17:18 UTC  (2+ messages)

[PATCH] drm/i915/uc: Don't fail on HuC firmware failure
 2019-07-26 17:16 UTC  (2+ messages)

[PATCH 1/1] iommu/vt-d: Correctly check format of page table in debugfs
 2019-07-26 17:17 UTC  (5+ messages)

[Qemu-devel] [PATCH for-3.1.1 0/2] tpm: Improve on error handling
 2019-07-26 17:15 UTC  (2+ messages)

[PATCH 1/2] libnss-nis: Fix build with glibc 2.30
 2019-07-26 17:15 UTC  (2+ messages)
` [PATCH 2/2] lttng-ust: Check for gettid libc API


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.