All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-08-17 12:56:39 to 2018-08-17 14:04:43 UTC [more...]

[Qemu-devel] [PATCH v10 00/65] Add nanoMIPS support to QEMU
 2018-08-17 14:03 UTC  (65+ messages)
` [Qemu-devel] [PATCH v10 01/65] target/mips: Add preprocessor constants for nanoMIPS
` [Qemu-devel] [PATCH v10 02/65] target/mips: Add nanoMIPS base instruction set opcodes
` [Qemu-devel] [PATCH v10 03/65] target/mips: Add nanoMIPS DSP ASE opcodes
` [Qemu-devel] [PATCH v10 04/65] target/mips: Add placeholder and invocation of decode_nanomips_opc()
` [Qemu-devel] [PATCH v10 05/65] target/mips: Add nanoMIPS decoding and extraction utilities
` [Qemu-devel] [PATCH v10 06/65] target/mips: Add emulation of nanoMIPS 16-bit arithmetic instructions
` [Qemu-devel] [PATCH v10 07/65] target/mips: Add emulation of nanoMIPS 16-bit branch instructions
` [Qemu-devel] [PATCH v10 08/65] target/mips: Add emulation of nanoMIPS 16-bit shift instructions
` [Qemu-devel] [PATCH v10 09/65] target/mips: Add emulation of nanoMIPS 16-bit misc instructions
` [Qemu-devel] [PATCH v10 10/65] target/mips: Add emulation of nanoMIPS 16-bit load and store instructions
` [Qemu-devel] [PATCH v10 11/65] target/mips: Add emulation of nanoMIPS 16-bit logic instructions
` [Qemu-devel] [PATCH v10 12/65] target/mips: Add emulation of nanoMIPS 16-bit save and restore instructions
` [Qemu-devel] [PATCH v10 13/65] target/mips: Add emulation of some common nanoMIPS 32-bit instructions
` [Qemu-devel] [PATCH v10 14/65] target/mips: Add emulation of nanoMIPS instructions MOVE.P and MOVE.PREV
` [Qemu-devel] [PATCH v10 15/65] target/mips: Add emulation of nanoMIPS 48-bit instructions
` [Qemu-devel] [PATCH v10 16/65] target/mips: Add emulation of nanoMIPS FP instructions
` [Qemu-devel] [PATCH v10 17/65] target/mips: Add emulation of misc nanoMIPS instructions (pool32a0)
` [Qemu-devel] [PATCH v10 18/65] target/mips: Add emulation of misc nanoMIPS instructions (pool32axf)
` [Qemu-devel] [PATCH v10 19/65] target/mips: Add emulation of misc nanoMIPS instructions (p_lsx)
` [Qemu-devel] [PATCH v10 20/65] target/mips: Implement emulation of nanoMIPS ROTX instruction
` [Qemu-devel] [PATCH v10 21/65] target/mips: Implement emulation of nanoMIPS EXTW instruction
` [Qemu-devel] [PATCH v10 22/65] target/mips: Add emulation of nanoMIPS 32-bit load and store instructions
` [Qemu-devel] [PATCH v10 23/65] target/mips: Implement emulation of nanoMIPS LLWP/SCWP pair
` [Qemu-devel] [PATCH v10 24/65] target/mips: Add emulation of nanoMIPS 32-bit branch instructions
` [Qemu-devel] [PATCH v10 25/65] target/mips: Fix pre-nanoMIPS MT ASE instructions availability control
` [Qemu-devel] [PATCH v10 26/65] target/mips: Implement MT ASE support for nanoMIPS
` [Qemu-devel] [PATCH v10 27/65] target/mips: Add emulation of DSP ASE for nanoMIPS - part 1
` [Qemu-devel] [PATCH v10 28/65] target/mips: Add emulation of DSP ASE for nanoMIPS - part 2
` [Qemu-devel] [PATCH v10 29/65] target/mips: Add emulation of DSP ASE for nanoMIPS - part 3
` [Qemu-devel] [PATCH v10 30/65] target/mips: Add emulation of DSP ASE for nanoMIPS - part 4
` [Qemu-devel] [PATCH v10 31/65] target/mips: Add emulation of DSP ASE for nanoMIPS - part 5
` [Qemu-devel] [PATCH v10 32/65] target/mips: Add emulation of DSP ASE for nanoMIPS - part 6
` [Qemu-devel] [PATCH v10 34/65] target/mips: Add updating BadInstr and BadInstrX for nanoMIPS
` [Qemu-devel] [PATCH v10 35/65] target/mips: Fix ERET/ERETNC behavior related to ADEL exception
` [Qemu-devel] [PATCH v10 36/65] elf: Add EM_NANOMIPS value as a valid one for e_machine field
` [Qemu-devel] [PATCH v10 37/65] elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS too
` [Qemu-devel] [PATCH v10 38/65] elf: On elf loading, treat both EM_MIPS and EM_NANOMIPS as legal for MIPS
` [Qemu-devel] [PATCH v10 39/65] elf: Don't check FCR31_NAN2008 bit for nanoMIPS
` [Qemu-devel] [PATCH v10 40/65] mips_malta: Add basic nanoMIPS boot code for Malta board
` [Qemu-devel] [PATCH v10 41/65] mips_malta: Add setting up GT64120 BARs to the nanoMIPS bootloader
` [Qemu-devel] [PATCH v10 42/65] mips_malta: Fix semihosting argument passing for nanoMIPS bare metal
` [Qemu-devel] [PATCH v10 43/65] target/mips: Add definition of nanoMIPS I7200 CPU
` [Qemu-devel] [PATCH v10 44/65] elf: Add nanoMIPS specific variations in ELF header fields
` [Qemu-devel] [PATCH v10 45/65] linux-user: Add syscall numbers for nanoMIPS
` [Qemu-devel] [PATCH v10 46/65] linux-user: Add target_signal.h header "
` [Qemu-devel] [PATCH v10 47/65] linux-user: Add termbits.h "
` [Qemu-devel] [PATCH v10 48/65] linux-user: Update syscall_defs.h "
` [Qemu-devel] [PATCH v10 49/65] linux-user: Add target_fcntl.h "
` [Qemu-devel] [PATCH v10 50/65] linux-user: Add sockbits.h "
` [Qemu-devel] [PATCH v10 51/65] linux-user: Add target_syscall.h "
` [Qemu-devel] [PATCH v10 52/65] linux-user: Add target_cpu.h "
` [Qemu-devel] [PATCH v10 53/65] linux-user: Add target_structs.h "
` [Qemu-devel] [PATCH v10 54/65] linux-user: Add target_elf.h "
` [Qemu-devel] [PATCH v10 55/65] linux-user: Add signal.c "
` [Qemu-devel] [PATCH v10 56/65] linux-user: Add support for nanoMIPS signal trampoline
` [Qemu-devel] [PATCH v10 57/65] linux-user: Add cpu_loop.c for nanoMIPS
` [Qemu-devel] [PATCH v10 58/65] linux-user: Amend support for sigaction() syscall "
` [Qemu-devel] [PATCH v10 59/65] linux-user: Add support for statx() syscall for all platforms
` [Qemu-devel] [PATCH v10 60/65] linux-user: Add support for nanoMIPS core files
` [Qemu-devel] [PATCH v10 61/65] linux-user: Add nanoMIPS linux user mode configuration support
` [Qemu-devel] [PATCH v10 62/65] linux-user: Add nanoMIPS support in scripts/qemu-binfmt-conf.sh
` [Qemu-devel] [PATCH v10 63/65] gdbstub: Disable handling of nanoMIPS ISA bit in the MIPS gdbstub
` [Qemu-devel] [PATCH v10 64/65] gdbstub: Add XML support for GDB for nanoMIPS
` [Qemu-devel] [PATCH v10 65/65] qemu-doc: Add nanoMIPS-related items

[PATCH] gnutls: Update to 3.6.3
 2018-08-17 14:04 UTC  (3+ messages)

[Qemu-devel] [PATCH v6 00/11] Enable postcopy RDMA live migration
 2018-08-17 14:01 UTC  (3+ messages)
` [Qemu-devel] [PATCH v6 09/11] migration: poll the cm event for destination qemu

[RFC PATCH v2 0/1] lightnvm: move bad block and chunk state logic to core
 2018-08-17 10:57 UTC  (9+ messages)

[Qemu-devel] clean/simple Q35 support in libvirt+QEMU for guest OSes that don't support virtio-1.0
 2018-08-17 13:59 UTC  (7+ messages)
  ` [Qemu-devel] [libvirt] "

[PATCH 3.18 00/15] 3.18.119-stable review
 2018-08-17 13:59 UTC  (2+ messages)

[PATCH] dpc.c: fix missing return value check of pci_find_ext_capability()
 2018-08-17 10:55 UTC  (2+ messages)

[PATCH] drm/i915: Verify power domains after enabling them
 2018-08-17 13:57 UTC  (11+ messages)
` ✓ Fi.CI.BAT: success for "
` [PATCH v2] "
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Verify power domains after enabling them (rev2)
` ✗ Fi.CI.BAT: failure "

[Qemu-devel] [PATCH 0/4 for-3.0?] NBD fixes for unaligned images
 2018-08-17 13:57 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/4] block: Add bdrv_get_request_alignment()
` [Qemu-devel] [PATCH 2/4] nbd/server: Advertise actual minimum block size
` [Qemu-devel] [PATCH 4/4] nbd/client: Deal with unaligned size from server

[PATCH 1/2] Revert "drm/amdgpu/display: Replace CONFIG_DRM_AMD_DC_DCN1_0 with CONFIG_X86"
 2018-08-17 13:56 UTC  (4+ messages)

[U-Boot] [PATCH] dts: Fix typo in OF_LIVE Kconfig help
 2018-08-17 13:56 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2] kconfig: fix typo 'parition'
 2018-08-17 13:56 UTC  (2+ messages)
` [U-Boot] [U-Boot,v2] "

[U-Boot] [PULL] u-boot-sh/master
 2018-08-17 13:56 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-socfpga/master
 2018-08-17 13:56 UTC  (2+ messages)

[U-Boot] [PATCH] arm: dts: da850: Re-sync da850-evm.dts from Linux 4.18
 2018-08-17 13:56 UTC 

[RFC PATCH v2 0/2] mtd: rawnand: meson: add Amlogic NAND driver support
 2018-08-17 13:56 UTC  (9+ messages)
` [RFC PATCH v2 2/2] mtd: rawnand: meson: add support for Amlogic NAND flash controller

[Qemu-devel] [PATCH 0/4] Fix socket chardev regression
 2018-08-17 13:52 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] Revert "chardev: tcp: postpone TLS work until machine done"
` [Qemu-devel] [PATCH 2/4] Revert "chardev: tcp: postpone async connection setup"
` [Qemu-devel] [PATCH 3/4] char-socket: update all ioc handlers when changing context
` [Qemu-devel] [PATCH 4/4] test-char: add socket reconnect test

[PATCH] drm/i915/audio: Hook up component bindings even if displays are disabled
 2018-08-17 13:50 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[Qemu-devel] [PATCH v9 00/84] Add nanoMIPS support to QEMU
 2018-08-17 13:48 UTC  (6+ messages)
` [Qemu-devel] [PATCH v9 40/84] target/mips: Fix pre-nanoMIPS MT ASE instructions availability control

[Qemu-devel] [PATCH 0/4] block nodes graph visualization
 2018-08-17 13:47 UTC  (5+ messages)
` [Qemu-devel] [PATCH 3/4] scripts/qemu: add render_block_graph method for QEMUMachine

[PATCH 0/1] PCI/AER: prevent pcie_do_fatal_recovery from using device after it is removed
 2018-08-17 10:44 UTC  (16+ messages)
` [PATCH 1/1] "

[PATCH] irqchip/tango: Set irq handler and data in one go
 2018-08-17 13:45 UTC  (4+ messages)
` [PATCH resend] "

[meta-networking][PATCH v2] bird: initial import
 2018-08-17 13:45 UTC  (3+ messages)

[Qemu-devel] [PATCH] qemu-img.c: increase spacing between commands in documentation
 2018-08-17 13:44 UTC  (5+ messages)

[PATCH] drm/i915/execlists: Micro-optimise "idle" context switch
 2018-08-17 13:43 UTC  (2+ messages)

[PATCH v3 00/14] Add utilization clamping support
 2018-08-17 13:43 UTC  (3+ messages)
` [PATCH v3 09/14] sched/core: uclamp: propagate parent clamps

[RFC] Request API questions
 2018-08-17 10:38 UTC  (5+ messages)

[PATCH] x86/xen: enable early use of set_fixmap in 32-bit Xen PV guest
 2018-08-17 13:40 UTC 

[PATCH] x86/xen: enable early use of set_fixmap in 32-bit Xen PV guest
 2018-08-17 13:40 UTC 

[PATCH] lightnvm: pblk: fix race condition on metadata I/O
 2018-08-17 10:37 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/7] Some improvements in z/Arch instructions support
 2018-08-17 13:39 UTC  (2+ messages)

[meta-networking][PATCH] bird: initial import
 2018-08-17 13:39 UTC  (5+ messages)

[PATCH v2 1/2] hw/arm: check fw_cfg return value before using it
 2018-08-17 13:37 UTC  (4+ messages)
` [PATCH v2 2/2] hw/arm: Add Arm Enterprise machine type
  ` [Qemu-devel] "

[U-Boot] [PATCH v2 0/6] musb-new: Improve shutdown code
 2018-08-17 13:37 UTC  (6+ messages)
` [U-Boot] [RFC PATCH v2 3/6] dm: usb: Add UCLASS_USB_DEV_GENERIC shutdown

[PATCH] ide: Use NULL to compare with pointer-typed value rather than 0
 2018-08-17 13:23 UTC  (2+ messages)

[PATCH BlueZ 0/2] Change ConnectDevice to optionally connect services
 2018-08-17 13:35 UTC  (3+ messages)
  ` [External] "

[PATCH v2] hash table: add an iterator over conflicting entries
 2018-08-17 13:34 UTC  (3+ messages)

[Buildroot] Custom Sources for Kernel Headers
 2018-08-17 13:33 UTC 

SCHED_DEADLINE as user
 2018-08-17 10:28 UTC  (5+ messages)

[U-Boot] [PATCH 0/4] arm: zynq: migrate to DM I2C driver
 2018-08-17 13:31 UTC  (5+ messages)

[PATCH 0/2] ethernet: Use NULL to compare with pointer-typed value rather than 0
 2018-08-17 13:18 UTC  (3+ messages)
` [PATCH 1/2] ethernet: declance: "
` [PATCH 2/2] ethernet: lpc_eth: "

[Qemu-devel] [PATCH v3 0/3] x86: QEMU side support on MSR based features
 2018-08-17 13:28 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 2/3] kvm: Add support to KVM_GET_MSR_FEATURE_INDEX_LIST and KVM_GET_MSRS system ioctl
` [Qemu-devel] [PATCH v3 3/3] Change other funcitons referring to feature_word_info[]

[GSoC][PATCH v5 00/20] rebase -i: rewrite in C
 2018-08-17 13:27 UTC  (6+ messages)
` [GSoC][PATCH v6 "
  ` [GSoC][PATCH v6 11/20] rebase -i: rewrite complete_action() "
  ` [GSoC][PATCH v6 15/20] rebase -i: rewrite write_basic_state() "

[PATCH v9 00/22] guest dedicated crypto adapters
 2018-08-17 13:27 UTC  (10+ messages)
` [PATCH v9 04/22] s390/zcrypt: Integrate ap_asm.h into include/asm/ap.h
` [PATCH v9 10/22] s390: vfio-ap: sysfs interfaces to configure adapters

[Xenomai] message pipe stream test application
 2018-08-17 13:26 UTC 

[dm-crypt] some questions on dm-crypt/cryptsetup and LUKS2+integrity
 2018-08-17 13:26 UTC  (3+ messages)

[xen-unstable-smoke test] 126049: regressions - FAIL
 2018-08-17 13:25 UTC 

[PATCH BlueZ 2/2] Update the Adapter1 API to match the change to ConnectDevice
 2018-08-17 13:25 UTC  (3+ messages)
  ` [External] "

[RESEND PATCH] x86/vdso: Handle clock_gettime(CLOCK_TAI) in vDSO
 2018-08-17 13:24 UTC  (3+ messages)

[PATCH] kernel: Add spaces around '=' operator
 2018-08-17 13:23 UTC 

[Qemu-devel] Pipe key broken on US keyboards
 2018-08-17 13:23 UTC  (10+ messages)

[PATCH] arm64: dts: renesas: Initial r8a774a1 SoC device tree
 2018-08-17 10:20 UTC  (3+ messages)
` [PATCH] arm64: defconfig: enable R8A774A1 SoC

[U-Boot] [UBOOT PATCH 0/2] dm: core: Scan "/firmware" node by default
 2018-08-17 13:22 UTC  (4+ messages)
` [U-Boot] [UBOOT PATCH 2/2] "

[RFC] git send-email hashbang
 2018-08-17 13:22 UTC  (2+ messages)

[PATCH] arm64: renesas_defconfig: enable R8A774A1 SoC
 2018-08-17 10:18 UTC  (4+ messages)

[LINUX PATCH v10 0/2] Add support for Arasan NAND Flash controller
 2018-08-17 13:19 UTC  (3+ messages)
` [LINUX PATCH v10 1/2] dt-bindings: mtd: arasan: Add device tree binding documentation
` [LINUX PATCH v10 2/2] mtd: rawnand: arasan: Add support for Arasan NAND Flash Controller

[PATCH 1/2] fpga: doc: documentation for FPGA debugfs
 2018-08-17 13:19 UTC  (5+ messages)
` [PATCH 2/2] fpga: add FPGA manager debugfs

[RFC] edac: armv8_edac: Add ARMv8 EDAC driver
 2018-08-17 13:18 UTC  (5+ messages)
    ` [RFC PATCH] "

[Qemu-devel] [PATCH 0/3] Drop obsolete memory system request_ptr API
 2018-08-17 13:17 UTC  (2+ messages)

[Bug 107604] tes dhfhdghgdfgdshgfhs
 2018-08-17 13:17 UTC 

[Qemu-devel] [Bug 1787505] [NEW] Solaris host: no network connection, mouse pointer mismatch
 2018-08-17 13:05 UTC  (3+ messages)
` [Qemu-devel] [Bug 1787505] "

[PATCH v2 0/6] Add Rockchip VPU JPEG encoder
 2018-08-17 10:12 UTC  (4+ messages)
` [PATCH v2 5/6] media: Add controls for jpeg quantization tables

mv88e6xxx: question: can switch irq be shared?
 2018-08-17 10:09 UTC  (2+ messages)
` [PATCH net-next] net: dsa: mv88e6xxx: Share main switch IRQ

EDAC: Add missing MEM_LRDDR4 entry in edac_mem_types[]
 2018-08-17 13:14 UTC  (3+ messages)
` [PATCH] "

Query on shrink list
 2018-08-17 12:58 UTC  (2+ messages)

[PATCH v2 1/7] dt-bindings: arm: Document Renesas R-Car M3-N-based ULCB board
 2018-08-17 10:08 UTC  (2+ messages)

[Qemu-devel] [PATCH correct] checkpatch: allow space in more places before a bracket
 2018-08-17 13:09 UTC  (2+ messages)

[PATCH] ASoC: rsnd: Add device tree binding for r8a77990
 2018-08-17 10:05 UTC  (2+ messages)

[GIT PULL]: dmaengine updates for v4.19-rc1
 2018-08-17 13:05 UTC 

[PATCH v2 2/2] x86/mmcfg/drhd: Move acpi_mmcfg_init() call before calling acpi_parse_dmar()
 2018-08-17 13:05 UTC 

[PATCH v8 0/2] Directed kmem charging
 2018-08-17 13:04 UTC  (3+ messages)

[PATCH 3/3] dmaengine: at_xdmac: move spin_lock_bh to spin_lock in tasklet
 2018-08-17 13:03 UTC  (3+ messages)
` [3/3] "

[PATCH 0/3] iommu: Avoid DMA ops domain refcount contention
 2018-08-17 13:03 UTC  (3+ messages)

[PATCH] gpg-interface.c: Fix potentially freeing NULL values
 2018-08-17 13:02 UTC  (2+ messages)
` [PATCH] refactor various if (x) FREE_AND_NULL(x) to just FREE_AND_NULL(x)

[PATCH] openssh: fix wrong volatile dir for sshd host keys on read-only rootfs
 2018-08-17 13:02 UTC  (5+ messages)

[PATCH] serial: sh-sci: Document r8a774a1 bindings
 2018-08-17  9:59 UTC  (2+ messages)

[PATCH 2/3] dmaengine: mv_xor: move spin_lock_bh to spin_lock in tasklet
 2018-08-17 13:02 UTC  (2+ messages)
` [2/3] "

[PATCH 1/3] dmaengine: fsldma: move spin_lock_bh to spin_lock in tasklet
 2018-08-17 13:00 UTC  (2+ messages)
` [1/3] "

[PATCH] sched/fair: Avoid divide by zero when rebalancing domains
 2018-08-17 12:58 UTC  (6+ messages)

[PATCH 0/6] x86/mm: Minor non-functional cleanup
 2018-08-17 12:57 UTC  (3+ messages)
` [PATCH 3/6] x86/shadow: Switch shadow_domain.has_fast_mmio_entries to bool

[PATCH] media: camss: mark PM functions as __maybe_unused
 2018-08-17  9:53 UTC 

[PATCH] console: Add console=auto option
 2018-08-17 12:57 UTC  (7+ messages)
` [PATCH v2] "

[U-Boot] [PATCH 0/3] Update RV3029 driver to DM and add DM-backed bootcount support
 2018-08-17 12:56 UTC  (6+ messages)
` [U-Boot] [PATCH 3/3] bootcount: add DM-based backing store for bootcount


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.