messages from 2019-07-26 17:23:09 to 2019-07-26 18:05:08 UTC [more...]
[PATCH 1/6] staging: rtl8188eu: add spaces around '+' in usb_halinit.c
2019-07-26 18:04 UTC (2+ messages)
` [PATCH 4/6] staging: rtl8188eu: add spaces around '<<' and '>>' "
[Qemu-devel] [PATCH 00/67] target/arm: Convert aa32 base isa to decodetree
2019-07-26 17:50 UTC (125+ 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
` "
` [Qemu-devel] [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
` "
` [Qemu-devel] [PATCH 29/67] target/arm: Convert LDM, STM
` "
` [Qemu-devel] [PATCH 30/67] target/arm: Convert B, BL, BLX (immediate)
` "
` [Qemu-devel] [PATCH 31/67] target/arm: Convert SVC
` "
` [Qemu-devel] [PATCH 32/67] target/arm: Convert RFE and SRS
` "
` [Qemu-devel] [PATCH 33/67] target/arm: Convert Clear-Exclusive, Barriers
` "
` [Qemu-devel] [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
` "
` [Qemu-devel] [PATCH 38/67] target/arm: Convert Table Branch
` "
` [Qemu-devel] [PATCH 39/67] target/arm: Convert SG
` "
` [Qemu-devel] [PATCH 40/67] target/arm: Convert TT
` "
` [Qemu-devel] [PATCH 41/67] target/arm: Simplify disas_thumb2_insn
` "
` [Qemu-devel] [PATCH 42/67] target/arm: Simplify disas_arm_insn
` "
` [PATCH 43/67] target/arm: Add skeleton for T16 decodetree
` [Qemu-devel] [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)
` "
` [Qemu-devel] [PATCH 47/67] target/arm: Convert T16 add pc/sp (immediate)
` "
` [Qemu-devel] [PATCH 48/67] target/arm: Convert T16 load/store multiple
` "
` [Qemu-devel] [PATCH 49/67] target/arm: Convert T16 add/sub (3 low, 2 low and imm)
` "
` [Qemu-devel] [PATCH 50/67] target/arm: Convert T16 one low register and immediate
` "
` [Qemu-devel] [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
` [Qemu-devel] [PATCH 55/67] target/arm: Convert T16, Change processor state
` "
` [Qemu-devel] [PATCH 56/67] target/arm: Convert T16, Reverse bytes
` "
` [PATCH 57/67] target/arm: Convert T16, nop hints
` [Qemu-devel] [PATCH 58/67] target/arm: Convert T16, push and pop
` "
` [Qemu-devel] [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
` [Qemu-devel] [PATCH 62/67] target/arm: Convert T16, load (literal)
` "
` [Qemu-devel] [PATCH 63/67] target/arm: Convert T16, Unconditional branch
` "
` [Qemu-devel] [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
how to encrypt fip for GXB P201 and possible bug in docs
2019-07-26 18:03 UTC (2+ messages)
[PATCH v2 00/26] ReST conversion of text files without .txt extension
2019-07-26 18:02 UTC (3+ messages)
` [PATCH v2 25/26] docs: rcu: convert some articles from html to ReST
[lttng-ust][PATCH] Add config time check for new gettid API
2019-07-26 18:01 UTC
[5.2 REGRESSION] Generic vDSO breaks seccomp-enabled userspace on i386
2019-07-26 18:01 UTC (11+ messages)
[PATCH] staging:iio:adc:ad7280a: add of_match_table entry
2019-07-26 17:59 UTC (3+ messages)
[PATCH 4.19 000/271] 4.19.61-stable review
2019-07-26 17:59 UTC (5+ messages)
` [PATCH 4.19 078/271] perf/x86/intel/uncore: Handle invalid event coding for free-running counter
` [PATCH 4.19 085/271] ACPICA: Clear status of GPEs on first direct enable
switch the remaining architectures to use generic GUP v4
2019-07-26 17:58 UTC (5+ messages)
` [PATCH 09/16] sparc64: use the generic get_user_pages_fast code
[VDSO] [x86_32] v5-3-rc1 needs vdso32=0 to get systemd-journald running
2019-07-26 17:57 UTC (4+ messages)
[GIT PULL] Block fixes for 5.3-rc2
2019-07-26 17:56 UTC (2+ messages)
[RFC PATCH 00/40] soundwire: updates for 5.4
2019-07-26 17:55 UTC (13+ messages)
` [RFC PATCH 27/40] soundwire: Add Intel resource management algorithm
` [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 (11+ messages)
` [PATCH v6 15/24] drm/tilcdc: Provide ddc symlink in connector sysfs directory
` [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 18/24] drm/ast: "
` [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: "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.