All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-07-24 16:52:32 to 2018-07-24 17:53:10 UTC [more...]

[Qemu-devel] [PATCH v4 00/55] Add nanoMIPS support to QEMU
 2018-07-24 17:31 UTC  (26+ messages)
` [Qemu-devel] [PATCH v4 01/55] target/mips: Add preprocessor constants for nanoMIPS
` [Qemu-devel] [PATCH v4 02/55] target/mips: Add nanoMIPS base instruction set opcodes
` [Qemu-devel] [PATCH v4 03/55] target/mips: Add nanoMIPS DSP ASE opcodes
` [Qemu-devel] [PATCH v4 04/55] target/mips: Add placeholder and invocation of decode_nanomips_opc()
` [Qemu-devel] [PATCH v4 05/55] target/mips: Add nanoMIPS decoding and extraction utilities
` [Qemu-devel] [PATCH v4 06/55] target/mips: Add emulation of misc nanoMIPS 16-bit instructions
` [Qemu-devel] [PATCH v4 07/55] target/mips: Add emulation of nanoMIPS 16-bit load and store instructions
` [Qemu-devel] [PATCH v4 08/55] target/mips: Add emulation of nanoMIPS 16-bit logic instructions
` [Qemu-devel] [PATCH v4 09/55] target/mips: Add emulation of nanoMIPS 16-bit save and restore instructions
` [Qemu-devel] [PATCH v4 10/55] target/mips: Add emulation of some common nanoMIPS 32-bit instructions
` [Qemu-devel] [PATCH v4 11/55] target/mips: Add emulation of nanoMIPS 48-bit instructions
` [Qemu-devel] [PATCH v4 12/55] target/mips: Add emulation of nanoMIPS FP instructions
` [Qemu-devel] [PATCH v4 13/55] target/mips: Add emulation of misc nanoMIPS instructions (pool32a0)
` [Qemu-devel] [PATCH v4 14/55] target/mips: Add emulation of misc nanoMIPS instructions (pool32axf)
` [Qemu-devel] [PATCH v4 15/55] target/mips: Add emulation of misc nanoMIPS instructions (pool p_lsx)
` [Qemu-devel] [PATCH v4 16/55] target/mips: Implement emulation of nanoMIPS ROTX instruction
` [Qemu-devel] [PATCH v4 17/55] target/mips: Implement emulation of nanoMIPS EXTW instruction
` [Qemu-devel] [PATCH v4 18/55] target/mips: Add emulation of nanoMIPS 32-bit load and store instructions
` [Qemu-devel] [PATCH v4 19/55] target/mips: Add emulation of nanoMIPS branch instructions
` [Qemu-devel] [PATCH v4 20/55] target/mips: Implement MT ASE support for nanoMIPS
` [Qemu-devel] [PATCH v4 21/55] target/mips: Add emulation of DSP ASE for nanoMIPS - part 1
` [Qemu-devel] [PATCH v4 22/55] target/mips: Add emulation of DSP ASE for nanoMIPS - part 2
` [Qemu-devel] [PATCH v4 23/55] target/mips: Add emulation of DSP ASE for nanoMIPS - part 3
` [Qemu-devel] [PATCH v4 24/55] target/mips: Add handling of branch delay slots for nanoMIPS
` [Qemu-devel] [PATCH v4 25/55] target/mips: Implement emulation of nanoMIPS LLWP/SCWP pair

[PATCH v6 00/18] crypto: Remove VLA usage
 2018-07-24 17:51 UTC  (15+ messages)
` [PATCH v6 17/18] crypto: ccm: "
` [PATCH v6 18/18] crypto: Remove AHASH_REQUEST_ON_STACK

Setting include path in a recipe
 2018-07-24 17:51 UTC  (2+ messages)

[PATCH 0/6 V2] xfs: more verifications!
 2018-07-24 16:43 UTC  (4+ messages)
` [PATCH 2/6] xfs: verify extent size hint is valid in inode verifier

How to debug long `acpi_os_sleep()`?
 2018-07-24 17:50 UTC 

[Bug 200633] New: [Regression] VGA not being detected with R9 380 using AMDGPU after 4.17 kernel update
 2018-07-24 17:49 UTC  (2+ messages)
` [Bug 200633] "

[PATCH v3 0/2] clk: qcom: Quad SPI (qspi) clock support for sdm845
 2018-07-24 17:45 UTC  (4+ messages)
` [PATCH v3 1/2] clk: qcom: Add qspi (Quad SPI) clock defines for sdm845 to header
` [PATCH v3 2/2] clk: qcom: Add qspi (Quad SPI) clocks for sdm845

[xen-unstable-smoke test] 125549: tolerable all pass - PUSHED
 2018-07-24 17:45 UTC 

[libvirt] [RFC PATCH 0/2] Add new mdev type for aggregated resources
 2018-07-24 17:44 UTC  (3+ messages)
` [libvirt] [PATCH v2 0/4] New mdev type handling "

[PATCH v2] bcache: set max writeback rate when I/O request is idle
 2018-07-24 16:36 UTC  (5+ messages)

[Qemu-devel] [PATCH v7 00/10] Mips maintenance and misc fixes and improvements
 2018-07-24 17:42 UTC  (15+ messages)
` [Qemu-devel] [PATCH v7 01/10] target/mips: Update maintainer's email addresses
` [Qemu-devel] [PATCH v7 02/10] target/mips: Avoid case statements formulated by ranges
` [Qemu-devel] [PATCH v7 03/10] target/mips: Update some CP0 registers bit definitions
` [Qemu-devel] [PATCH v7 04/10] target/mips: Add CP0 BadInstrX register
` [Qemu-devel] [PATCH v7 05/10] target/mips: Don't update BadVAddr register in Debug Mode
` [Qemu-devel] [PATCH v7 06/10] target/mips: Check ELPA flag only in some cases of MFHC0 and MTHC0
` [Qemu-devel] [PATCH v7 07/10] elf: Remove duplicate preprocessor constant definition
` [Qemu-devel] [PATCH v7 08/10] elf: Add ELF flags for MIPS machine variants
` [Qemu-devel] [PATCH v7 09/10] linux-user: Update MIPS syscall numbers up to kernel 4.18 headers
` [Qemu-devel] [PATCH v7 10/10] linux-user: Add preprocessor availability control to some syscalls

data corruption with 'splt' workload to XFS on DM cache with its 3 underlying devices being on same NVMe device
 2018-07-24 17:42 UTC  (5+ messages)

[PATCH 1/3] block: move ref_tag calculation func to the block layer
 2018-07-24 17:41 UTC  (6+ messages)
` [PATCH 2/3] block: move dif_prepare/dif_complete functions to "

[PATCH v6 0/2] Input: Add Cypress Gen5 Touchscreen driver
 2018-07-24 17:40 UTC  (4+ messages)

[PATCH v9 00/24] ILP32 for ARM64
 2018-07-24 17:39 UTC  (4+ messages)

[PATCH v3 1/2] fpga: fpga-mgr: Add readback support
 2018-07-24 16:32 UTC  (3+ messages)
` [PATCH v3 2/2] fpga: zynq-fpga: Add support for readback

[PATCH] drm/i915: Protect guc_fini_wq() against module load abort
 2018-07-24 17:39 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for drm/i915: Protect guc_fini_wq() against module load abort (rev2)

[PATCH v4 0/3] add crc64 calculation as kernel library
 2018-07-24 17:39 UTC  (9+ messages)
` [PATCH v4 1/3] lib: add crc64 calculation routines
` [PATCH v4 3/3] lib/test_crc: Add test cases for crc calculation

[PATCH] app/testpmd: workaround softnic CLI modifications
 2018-07-24 17:39 UTC  (2+ messages)

[PATCH 1/2] MIPS: Introduce HAS_RAPIDIO Kconfig option
 2018-07-24 17:38 UTC  (3+ messages)
` [PATCH 2/2] MIPS: Octeon: Select HAS_RAPIDIO

[PATCH] Documentation/diff-options: explain different diff algorithms
 2018-07-24 17:38 UTC  (3+ messages)

[PATCH v2 0/8] Fix breakage caused by the NTB multi-port patchset
 2018-07-24 17:37 UTC  (6+ messages)
` [PATCH v2 4/8] NTB: ntb_pingpong: Choose doorbells based on port number

[PATCH] mips: use asm-generic version of msi.h
 2018-07-24 17:36 UTC  (2+ messages)

[PATCH net-next 0/2] net/sctp: Avoid allocating high order memory with kmalloc()
 2018-07-24 17:36 UTC  (3+ messages)

[PATCH v3] cpufreq: trace frequency limits change
 2018-07-24 17:35 UTC  (2+ messages)

m68k allmodconfig build errors
 2018-07-24 17:35 UTC  (4+ messages)

[PATCHv3 0/3] Fix crash due to vma_is_anonymous() false-positives
 2018-07-24 17:33 UTC  (2+ messages)

[PATCH 0/5] ti_am335x_tsc: Enable wakeup capability
 2018-07-24 17:33 UTC  (7+ messages)

[PATCH v1] msvc: fix non-standard escape sequence in source
 2018-07-24 17:33 UTC  (2+ messages)

[PATCH] drm/msm/display: negative x/y in cursor move
 2018-07-24 17:33 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v3 0/3] Add display clock controller driver for SDM845
 2018-07-24 17:32 UTC  (12+ messages)
` [PATCH v3 3/3] clk: qcom: "

[RFC v5 0/2] mm: zap pages with read mmap_sem in munmap for large mapping
 2018-07-24 17:31 UTC  (6+ messages)
` [RFC v5 PATCH 2/2] mm: mmap: zap pages with read mmap_sem in munmap

[PATCH v3 0/4] pci-dra7xx: Enable errata i870 workaround for RC mode
 2018-07-24 17:31 UTC  (5+ messages)
` [PATCH v3 1/4] dt-bindings: PCI: dra7xx: Add bindings for unaligned access in host mode
` [PATCH v3 2/4] ARM: dts: dra7: Enable workaround for errata i870 in PCIe "
` [PATCH v3 3/4] ARM: dts: dra7: Fix up unaligned access setting for PCIe EP
` [PATCH v3 4/4] pci: dwc: pci-dra7xx: Enable errata i870 for both EP and RC mode

your photos
 2018-07-24 10:34 UTC 

[PATCH v2] i2c: aspeed: Handle master/slave combined irq events properly
 2018-07-24 17:31 UTC  (3+ messages)

[PATCH 00/15] ARM: dts: tegra: apalis-tk1: major revamp
 2018-07-24 17:03 UTC  (7+ messages)

[RFC][PATCH 0/11] PIDTYPE_TGID and fewer fork restarts
 2018-07-24 17:29 UTC  (5+ messages)
                        ` [PATCH 00/20] PIDTYPE_TGID removal of "
                          ` [PATCH 20/20] signal: Don't restart fork when signals come in

[PATCH] checkpatch: Validate SPDX license with spdxcheck.py
 2018-07-24 17:29 UTC  (2+ messages)

[lkp-robot] [rcutorture] 3398b55446: WARNING:possible_recursive_locking_detected
 2018-07-24 17:28 UTC  (3+ messages)

[ovmf test] 125546: all pass - PUSHED
 2018-07-24 17:26 UTC 

[Bug 107309] libGL error: MESA-LOADER: failed to retrieve device information on virgl
 2018-07-24 17:26 UTC  (2+ messages)

[Intel-wired-lan] [PATCH] i40e: Remove duplicated prepare call in i40e_shutdown
 2018-07-24 17:26 UTC  (2+ messages)

[PATCH v2] cpufreq: trace frequency limits change
 2018-07-24 17:24 UTC  (4+ messages)

[PATCH] drm/amdgpu: Fix RLC safe mode test in gfx_v9_0_enter_rlc_safe_mode
 2018-07-24 17:24 UTC  (3+ messages)

[PATCH v2 00/18] Allwinner R40 HDMI refactoring
 2018-07-24 17:23 UTC  (8+ messages)
    ` [linux-sunxi] "
      `  "

automation: Creating a patchwork instance to improve pre-commit build testing
 2018-07-24 17:22 UTC  (12+ messages)

[U-Boot] [PATCH 1/1] arm: socfpga: Add support for the ReflexCES R329 board
 2018-07-24 17:21 UTC 

[PATCH v2 0/4] fail compilation with strcpy
 2018-07-24 17:20 UTC  (3+ messages)
` [PATCH v2 1/4] automatically ban strcpy()

[PATCH] iwlwifi: add more card IDs for 9000 series
 2018-07-24 16:13 UTC  (4+ messages)

download.ceph.com repository changes
 2018-07-24 17:20 UTC  (7+ messages)

[Qemu-devel] [PATCH v2 0/2] Introduction of l2-cache-full option for qcow2 images
 2018-07-24 17:20 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 1/2] qcow2: Introduce an option for sufficient L2 cache for the entire image
` [Qemu-devel] [PATCH v2 2/2] docs: Document the l2-cache-full option

[RFC PATCH 0/5] Add delta islands support
 2018-07-24 17:20 UTC  (9+ messages)
` [RFC PATCH 3/5] pack-objects: add delta-islands support

[PATCH v2 00/16] IIO-based thermal sensor driver for Allwinner H3 and A83T SoC
 2018-07-24 17:19 UTC  (10+ messages)
` [PATCH v2 14/16] arm: dts: sun8i: h3: enable H3 sid controller
      ` [linux-sunxi] "
                `  "

[PATCH v2 00/12] Add utilization clamping support
 2018-07-24 17:17 UTC  (6+ messages)
` [PATCH v2 12/12] sched/core: uclamp: use percentage clamp values

[PATCH xf86-video-amdgpu 1/4] Move DRM event queue related initialization to amdgpu_drm_queue_init
 2018-07-24 17:16 UTC  (4+ messages)
  ` [PATCH xf86-video-amdgpu 2/4] Add amdgpu_drm_wait_pending_flip function
  ` [PATCH xf86-video-amdgpu 3/4] Defer vblank event handling while waiting for a pending flip
  ` [PATCH xf86-video-amdgpu 4/4] Remove drmmode_crtc_private_rec::present_vblank_* related code

[PATCH] drm/amdgpu: move the amdgpu_fbdev_set_suspend() further up
 2018-07-24 17:16 UTC  (2+ messages)

VRF with enslaved L3 enabled bridge
 2018-07-24 16:08 UTC  (7+ messages)
  ` [**EXTERNAL**] "

[PATCH] ASoC: AMD: Add a fix voltage regulator for DA7219 and ADAU7002
 2018-07-24 17:14 UTC  (5+ messages)

[PATCH v2] Makefile: add a DEVOPTS flag to get pedantic compilation
 2018-07-24 17:13 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v2] selftests: add headers_install to lib.mk
 2018-07-24 17:10 UTC  (6+ messages)
` [PATCH v4] "

[PATCH] efifb: BGRT: Do not copy the boot graphics for non native resolutions
 2018-07-24 17:09 UTC  (3+ messages)

[PATCH v2 0/6] KVM: nVMX: Enlightened VMCS for Hyper-V on KVM
 2018-07-24 17:09 UTC  (3+ messages)
` [PATCH v2 6/6] KVM: nVMX: optimize prepare_vmcs02{,_full} for Enlightened VMCS case

[RESEND PATCH 4/4] sh: remove board_time_init() callback
 2018-07-24 17:07 UTC  (3+ messages)

[PATCH] PCI/AER: Do not clear AER bits if we don't own AER
 2018-07-24 15:59 UTC  (3+ messages)
` [PATCH v2] "

usbip: Fix misuse of strncpy()
 2018-07-24 17:04 UTC 

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD SUCCESS 5ee2face55c31b00f3a768982039b8799de8f400
 2018-07-24 17:02 UTC 

EDAC, sb_edac: Fix out of bound in PCI multi segment env
 2018-07-24 17:01 UTC  (3+ messages)
` [PATCH] "

[PATCH v3 bpf 0/3] Introduce BPF_ANNOTATE_KV_PAIR
 2018-07-24 15:54 UTC  (5+ messages)
` [PATCH v3 bpf 2/3] bpf: Replace [u]int32_t and [u]int64_t in libbpf
` [PATCH v3 bpf 3/3] bpf: Introduce BPF_ANNOTATE_KV_PAIR

[PATCH 0/9] Netfilter fixes for net
 2018-07-24 17:00 UTC  (2+ messages)

[PATCH 0/3] RZ/G2M SoC identification support
 2018-07-24 15:47 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: arm: Document RZ/G2M SoC DT bindings
` [PATCH 2/3] arm64: Add Renesas R8A774A1 support
` [PATCH 3/3] soc: renesas: Identify RZ/G2M

[PATCH] fbdev: fix omap2/omapfb/dss/ indentation warning
 2018-07-24 17:00 UTC  (3+ messages)

[PATCH v9 0/2] regulator: add QCOM RPMh regulator driver
 2018-07-24 16:59 UTC  (9+ messages)
` [PATCH v9 1/2] regulator: dt-bindings: add QCOM RPMh regulator bindings

[PATCH] app/testpmd: fix testpmd exit using ctrl+d
 2018-07-24 16:59 UTC  (5+ messages)

[PATCH v2] ASoC: da7219: Allow pdata to specify a VDDIO
 2018-07-24 16:58 UTC  (4+ messages)

[PATCH] omapfb: encoder-tpd12s015: remove redundant pointer 'in'
 2018-07-24 16:58 UTC  (4+ messages)

[igt-dev] [PATCH] docs/chamelium: Update sections of a network and a config file in detail
 2018-07-24 16:57 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for docs/chamelium: Update sections of a network and a config file in detail (rev3)

[PATCH] automation: introduce a script for build test
 2018-07-24 16:56 UTC 

[PATCH v3 0/2] PCI: imx: Initial imx7d pm support
 2018-07-24 16:55 UTC  (8+ messages)
` [PATCH v3 1/2] Revert "ARM: dts: imx7d: Invert legacy PCI irq mapping"
` [PATCH v3 2/2] PCI: imx: Initial imx7d pm support

[PATCH] f2fs: fix to restrict mount condition when without CONFIG_QUOTA
 2018-07-24 16:55 UTC 

[PATCH] PCI: Match Root Port's MPS to endpoint's MPSS when necessary
 2018-07-24 15:47 UTC  (2+ messages)

[PATCH v6 00/10] Add the I3C subsystem
 2018-07-24 16:54 UTC  (19+ messages)

[PATCH] drm/amdgpu/gmc9: clarify GPUVM fault error message
 2018-07-24 16:54 UTC 

selftests/bpf test_sockmap failure
 2018-07-24 15:45 UTC 


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.