All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-02-27 14:38:08 to 2018-02-27 15:19:36 UTC [more...]

[PATCH 0/3] xen/arm: Rework the way to allocate event channel IRQ for hwdom
 2018-02-27 15:15 UTC  (4+ messages)
` [PATCH 1/3] xen/arm: domain_build: Prepare DTB/ACPI tables after specific mappings
` [PATCH 2/3] xen/arm: domain_build: Rework the way to allocate the event channel interrupt
` [PATCH 3/3] xen/arm: domain_builder: irq sanity check logic fix

[Patch v8 00/12] Add MFC v10.10 support
 2018-02-27 15:18 UTC  (6+ messages)
  ` [Patch v8 12/12] Documention: v4l: Documentation for HEVC CIDs

[Qemu-devel] [PATCH v2 00/67] target/arm: Scalable Vector Extension
 2018-02-27 15:18 UTC  (13+ messages)
` [Qemu-devel] [PATCH v2 54/67] target/arm: Implement SVE prefetches
` [Qemu-devel] [PATCH v2 55/67] target/arm: Implement SVE gather loads
  ` [Qemu-devel] [Qemu-arm] "
` [Qemu-devel] [PATCH v2 56/67] target/arm: Implement SVE scatter store vector immediate
  ` [Qemu-devel] [Qemu-arm] "
` [Qemu-devel] [PATCH v2 57/67] target/arm: Implement SVE floating-point compare vectors
  ` [Qemu-devel] [Qemu-arm] "
` [Qemu-devel] [PATCH v2 58/67] target/arm: Implement SVE floating-point arithmetic with immediate
` [Qemu-devel] [PATCH v2 59/67] target/arm: Implement SVE Floating Point Multiply Indexed Group
  ` [Qemu-devel] [Qemu-arm] "

imx-sdma: fix pagefault when channel is disabled during interrupt
 2018-02-27 15:17 UTC 

[PATCH] ARM: dts: imx7: add CPU PMU support
 2018-02-27 15:16 UTC  (2+ messages)

[PATCH 0/6] x86: Switch some bits of MSR handing over to the new infrastructure
 2018-02-27 15:15 UTC  (7+ messages)
` [PATCH 2/6] x86/hvm: Handle viridian MSRs via the new guest_{rd, wr}msr() infrastructure
` [PATCH 5/6] x86/hvm: Handle x2apic MSRs "
` [PATCH 6/6] x86/msr: Blacklist various MSRs which guests definitely shouldn't be using

[Qemu-devel] [PATCH v4 00/31] Add ARMv8.2 half-precision functions
 2018-02-27 15:14 UTC  (34+ messages)
` [Qemu-devel] [PATCH v4 01/31] include/exec/helper-head.h: support f16 in helper calls
` [Qemu-devel] [PATCH v4 02/31] target/arm/cpu64: introduce ARM_V8_FP16 feature bit
` [Qemu-devel] [PATCH v4 03/31] target/arm/cpu.h: update comment for half-precision values
` [Qemu-devel] [PATCH v4 04/31] target/arm/cpu.h: add additional float_status flags
` [Qemu-devel] [PATCH v4 05/31] target/arm/helper: pass explicit fpst to set_rmode
` [Qemu-devel] [PATCH v4 06/31] arm/translate-a64: implement half-precision F(MIN|MAX)(V|NMV)
` [Qemu-devel] [PATCH v4 07/31] arm/translate-a64: handle_3same_64 comment fix
` [Qemu-devel] [PATCH v4 08/31] arm/translate-a64: initial decode for simd_three_reg_same_fp16
` [Qemu-devel] [PATCH v4 09/31] arm/translate-a64: add FP16 FADD/FABD/FSUB/FMUL/FDIV to simd_three_reg_same_fp16
` [Qemu-devel] [PATCH v4 10/31] arm/translate-a64: add FP16 F[A]C[EQ/GE/GT] "
` [Qemu-devel] [PATCH v4 11/31] arm/translate-a64: add FP16 FMULA/X/S "
` [Qemu-devel] [PATCH v4 12/31] arm/translate-a64: add FP16 FR[ECP/SQRT]S "
` [Qemu-devel] [PATCH v4 13/31] arm/translate-a64: add FP16 pairwise ops simd_three_reg_same_fp16
` [Qemu-devel] [PATCH v4 14/31] arm/translate-a64: add FP16 FMULX/MLS/FMLA to simd_indexed
` [Qemu-devel] [PATCH v4 15/31] arm/translate-a64: add FP16 x2 ops for simd_indexed
` [Qemu-devel] [PATCH v4 16/31] arm/translate-a64: initial decode for simd_two_reg_misc_fp16
` [Qemu-devel] [PATCH v4 17/31] arm/translate-a64: add FP16 FPRINTx to simd_two_reg_misc_fp16
` [Qemu-devel] [PATCH v4 18/31] arm/translate-a64: add FCVTxx "
` [Qemu-devel] [PATCH v4 19/31] arm/translate-a64: add FP16 FCMxx (zero) "
` [Qemu-devel] [PATCH v4 20/31] arm/translate-a64: add FP16 SCVTF/UCVFT "
` [Qemu-devel] [PATCH v4 21/31] arm/translate-a64: add FP16 FNEG/FABS "
` [Qemu-devel] [PATCH v4 22/31] arm/helper.c: re-factor recpe and add recepe_f16
` [Qemu-devel] [PATCH v4 23/31] arm/translate-a64: add FP16 FRECPE
` [Qemu-devel] [PATCH v4 24/31] arm/translate-a64: add FP16 FRCPX to simd_two_reg_misc_fp16
` [Qemu-devel] [PATCH v4 25/31] arm/translate-a64: add FP16 FSQRT "
` [Qemu-devel] [PATCH v4 26/31] arm/helper.c: re-factor rsqrte and add rsqrte_f16
` [Qemu-devel] [PATCH v4 27/31] arm/translate-a64: add FP16 FRSQRTE to simd_two_reg_misc_fp16
` [Qemu-devel] [PATCH v4 28/31] arm/translate-a64: add FP16 FMOV to simd_mod_imm
` [Qemu-devel] [PATCH v4 29/31] arm/translate-a64: add all FP16 ops in simd_scalar_pairwise
` [Qemu-devel] [PATCH v4 30/31] arm/translate-a64: implement simd_scalar_three_reg_same_fp16
` [Qemu-devel] [PATCH v4 31/31] arm/translate-a64: add all single op FP16 to handle_fp_1src_half

dmaengine: mv_xor_v2: Fix clock resource by adding a register clock
 2018-02-27 15:15 UTC  (3+ messages)
` [PATCH] "

[morty][meta-processor-sdk][PATCH v3] ti-pdk-build-rtos: Installing newly added comp_paths.mk
 2018-02-27 15:14 UTC 

Support on vendor id and device id
 2018-02-27 15:14 UTC  (4+ messages)

[v3] imx-sdma: fix pagefault when channel is disabled during interrupt
 2018-02-27 15:14 UTC 

[PATCH] drm/amdgpu:Fixed wrong emit frame size for enc
 2018-02-27 15:14 UTC  (3+ messages)

[PATCH] thermal: exynos: Propagate error value from tmu_read()
 2018-02-27 15:14 UTC 

[PATCH] eal/ppc: fix rte_smp_mb for a compilation error with else clause
 2018-02-27 15:13 UTC 

[PATCH v2 0/4] qtnfmac: qsr10g pcie backend updates
 2018-02-27 15:13 UTC  (4+ messages)
` [PATCH v2 4/4] qtnfmac: enable networked standby mode on device inactivity

[PATCH 02/10] drm: Add Plane Degamma properties
 2018-02-27 15:13 UTC  (2+ messages)

[PATCH v2 0/8] Decode IA32/X64 CPER
 2018-02-27 15:13 UTC  (9+ messages)
` [PATCH v2 1/8] efi: Fix IA32/X64 Processor Error Record definition
` [PATCH v2 2/8] efi: Decode IA32/X64 Processor Error Section
` [PATCH v2 5/8] efi: Decode IA32/X64 Cache, TLB, and Bus Check structures

inconsistent lock state with usbnet/asix usb ethernet and xhci
 2018-02-27 15:13 UTC  (8+ messages)

[PATCH] nvme-pci: assign separate irq vectors for adminq and ioq0
 2018-02-27 15:13 UTC  (3+ messages)

Applied "ASoC: topology: Fix logical inversion in set_link_hw_format()" to the asoc tree
 2018-02-27 15:13 UTC  (5+ messages)
  ` [alsa-devel] "

UDF developer ID & registration
 2018-02-27 15:12 UTC  (3+ messages)

[PATCH V2 0/2] Rockchip: Add RK1608 driver and DT-bindings
 2018-02-27 15:12 UTC  (4+ messages)
` [PATCH V2 1/2] [media] Add Rockchip RK1608 driver

[PATCH] ethdev: return diagnostic when setting MAC address
 2018-02-27 15:11 UTC 

[PATCH i-g-t 1/2] igt/gem_fd_exhaustion: Actually test error handling on fd exhaustion
 2018-02-27 15:09 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for series starting with [1/2] "

[Qemu-devel] [PATCH 0/9] generalize build_fadt()
 2018-02-27 15:09 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/9] acpi: remove unused acpi-dsdt.aml
` [Qemu-devel] [PATCH 8/9] virt_arm: acpi: reuse common build_fadt()

[Buildroot] LADSPA on Buildroot
 2018-02-27 15:07 UTC 

[PATCH v2] x86/xen: add tty0 and hvc0 as preferred consoles for dom0
 2018-02-27 15:07 UTC  (3+ messages)

[PATCH v2 0/7] Introduce GENI SE Controller Driver
 2018-02-27 15:07 UTC  (4+ messages)
` [PATCH v2 7/7] tty: serial: msm_geni_serial: Add serial driver support for GENI based QUP

[PATCH v2 0/3] media: i2c: adv748x: Fix CBUS page issue
 2018-02-27 15:05 UTC  (4+ messages)
` [PATCH v2 1/3] media: i2c: adv748x: Simplify regmap configuration
` [PATCH v2 2/3] media: i2c: adv748x: Add missing CBUS page
` [PATCH v2 3/3] media: i2c: adv748x: Add support for i2c_new_secondary_device

[PATCH] libxc: really tolerate empty PV records
 2018-02-27 15:05 UTC  (3+ messages)

[PATCH v2 00/27] btrfs-progs: introduce libbtrfsutil, "btrfs-progs as a library"
 2018-02-27 15:04 UTC  (7+ messages)

[RFC PATCH 0/2] Ion unit test with VGEM
 2018-02-27 15:06 UTC  (11+ messages)
` [PATCH 2/2] selftests: ion: Add simple test with the vgem driver

[PATCH] pinctrl/rockchip: Don't call pinctrl_force_* for nothing
 2018-02-27 15:05 UTC  (2+ messages)

[PATCH] mmc: sdhci-of-arasan: Add quirk to avoid erroneous msg
 2018-02-27 15:05 UTC  (7+ messages)

[Qemu-devel] [PULL-for-s390x 00/14] s390-ccw firmware update
 2018-02-27 15:04 UTC  (8+ messages)
` [Qemu-devel] [PULL-for-s390x 06/14] s390-ccw: parse and set boot menu options
    ` [Qemu-devel] [qemu-s390x] "

dmaengine: rcar-dmac: fix max_chunk_size for R-Car Gen3
 2018-02-27 15:03 UTC  (2+ messages)
` [PATCH] "

[PATCH] watchdog: renesas_wdt: adapt timer setup to recommended procedure
 2018-02-27 15:03 UTC  (4+ messages)

[PATCH 00/10] drm: Add plane color matrix on rockchip
 2018-02-27 15:03 UTC  (3+ messages)
` [PATCH 01/10] drm/rockchip: YUV overlays BT.601 color conversion

[PATCH] ARM: dts: NSP: Fix amount of RAM on BCM958625HR
 2018-02-27 15:02 UTC  (3+ messages)

[PATCH 0/4] Minor xattr handler cleanups
 2018-02-27 15:02 UTC  (6+ messages)
` [PATCH 1/4] btrfs: drop underscores from exported xattr functions
` [PATCH 2/4] btrfs: drop extern from function declarations
` [PATCH 3/4] btrfs: adjust return type of btrfs_getxattr
` [PATCH 4/4] btrfs: move btrfs_listxattr prototype to xattr.h

[Qemu-devel] [RFC 0/5] vhost-user: Forward virtio device status updates
 2018-02-27 15:01 UTC  (3+ messages)
` [Qemu-devel] [RFC 2/5] vhost-user: Introduce new request to send virtio device status

Mac User problem
 2018-02-27 15:01 UTC  (2+ messages)
` [Outreachy kernel] "

phy: micrel.c: Support ksz9031 energy-detect power-down mode
 2018-02-27 15:01 UTC  (2+ messages)

[PATCH] platform/x86: dell-laptop: Allocate buffer on heap rather than globally
 2018-02-27 15:01 UTC  (6+ messages)

imx-sdma: fix pagefault when channel is disabled during interrupt
 2018-02-27 15:01 UTC 

[RFC Patch v4 0/8] Extend resources to support more vcpus in single VM
 2018-02-27 14:59 UTC  (6+ messages)
` [RFC Patch v4 8/8] x86/hvm: bump the maximum number of vcpus to 512

[v1,1/1] drivers/usb/storage: NULL pointer dereference [null-pointer-deref] (CWE 476) problem
 2018-02-27 14:59 UTC 

[PATCH] eal: add asynchronous request API to DPDK IPC
 2018-02-27 14:59 UTC 

[PATCH v8 00/15] Krait clocks + Krait CPUfreq
 2018-02-27 14:58 UTC  (5+ messages)
` [PATCH v8 14/15] cpufreq: Add module to register cpufreq on Krait CPUs

[PATCH v0 0/3] additional cumulative livepatch doc/samples
 2018-02-27 14:58 UTC  (4+ messages)
` [PATCH v0 2/3] livepatch: update documentation/samples for callbacks

[PATCH] mmc: card: Don't show eMMC RPMB and BOOT areas in /proc/partitions
 2018-02-27 14:58 UTC  (3+ messages)

[PATCH v2 00/15] s390: vfio-ap: guest dedicated crypto adapters
 2018-02-27 14:58 UTC  (2+ messages)

[PATCH 4.15 00/64] 4.15.7-stable review
 2018-02-27 14:58 UTC  (2+ messages)

[bug report] Don't enter SCSI error handler on kernel 4.16-rc1
 2018-02-27 14:57 UTC 

[PATCH 4.14 00/54] 4.14.23-stable review
 2018-02-27 14:57 UTC  (5+ messages)

[PATCH 4.9 00/39] 4.9.85-stable review
 2018-02-27 14:56 UTC  (2+ messages)

[PATCH 4.4 00/22] 4.4.119-stable review
 2018-02-27 14:55 UTC  (2+ messages)

[PATCH] arm64/acpi: make ACPI boot preference configurable
 2018-02-27 14:55 UTC  (10+ messages)

[PATCH 3.18 00/13] 3.18.97-stable review
 2018-02-27 14:53 UTC  (2+ messages)

[net-next v3 0/2] eBPF seccomp filters
 2018-02-27 14:53 UTC  (7+ messages)

[morty][meta-processor-sdk][PATCH v2] ti-pdk-build-rtos: Installing newly added comp_paths.mk
 2018-02-27 14:53 UTC  (2+ messages)
` [EXTERNAL] "

[PATCH v3 0/2] pci: endpoint: Fix double free in pci_epf_create()
 2018-02-27 14:52 UTC  (3+ messages)

meson support : cross compile issues
 2018-02-27 14:52 UTC  (2+ messages)

[PATCH 0/1] Handling of serializers
 2018-02-27 14:51 UTC  (2+ messages)
` [PATCH 1/1] ASoC: davinci-mcasp: Only disable inactive serializer

[Bug 104825] [amdgpu] [drm:gfx_v8_0_hw_fini] *ERROR* KCQ disabled failed (scratch(0xC040)=0x00000000) when unbinding
 2018-02-27 14:51 UTC  (2+ messages)

[PATCH v2 0/5] x86: Lift create_exception_frame() up out of C
 2018-02-27 14:50 UTC  (6+ messages)
` [PATCH v2 1/5] x86/entry: Correct comparisons against boolean variables
` [PATCH v2 2/5] x86/pv: Drop int80_bounce from struct pv_vcpu
` [PATCH v2 3/5] x86/pv: Introduce pv_create_exception_frame()
` [PATCH v2 4/5] x86/pv: Drop {compat_, }create_bounce_frame() and use the C version instead
` [PATCH v2 5/5] x86/pv: Implement the failsafe callback using the general path

Xen Security Advisory 255 - grant table v2 -> v1 transition may crash Xen
 2018-02-27 14:48 UTC  (3+ messages)

[PATCH] iio:magnetometer: Replace magic number 0 by IIO_CHAN_INFO_RAW
 2018-02-27 14:47 UTC  (2+ messages)

[PATCH 1/4] iommu: Add virtio-iommu driver
 2018-02-27 14:47 UTC  (6+ messages)
    ` [virtio-dev] "

[PATCH RFC 0/9] drm/omap: DSS6 with dynamically allocated objects
 2018-02-27 14:48 UTC  (7+ messages)
` [PATCH RFC 5/9] drm/omap: move common stuff from dss.h to omapdss.h
` [PATCH RFC 6/9] drm/omap: dss: Move platform_device_register from core.c to dss.c probe
` [PATCH RFC 7/9] drm/omap: dss: platform_register_drivers() to dss.c and remove core.c

xfs_repair: add '-F' option to ignore writable mount checking
 2018-02-27 14:47 UTC  (5+ messages)

[Qemu-devel] [PATCH v3 0/7] block: Handle null backing link
 2018-02-27 14:47 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 3/7] qapi: Replace qobject_to_X(o) by qobject_to(o, X)

[PATCH] PCI: Add function 1 DMA alias quirk for 88SE9220
 2018-02-27 14:47 UTC  (2+ messages)

[RFC 0/4] new function to create control threads
 2018-02-27 14:46 UTC  (6+ messages)
` [PATCH 0/4] fix control thread affinities
  ` [PATCH 1/4] eal: use sizeof to avoid a double use of a define
  ` [PATCH 2/4] eal: new function to create control threads
  ` [PATCH 3/4] eal: set name when creating a control thread
  ` [PATCH 4/4] eal: set affinity for control threads

[PATCH 3/3] btmrvl: support sysfs initiated firmware coredump
 2018-02-27 14:46 UTC  (4+ messages)
` [3/3] "

[PATCH] nativesdk-rpm: Add wrappers for nativesdk support
 2018-02-27 14:46 UTC  (3+ messages)

[xen-4.8-testing test] 120030: regressions - FAIL
 2018-02-27 14:45 UTC 

[PATCH] f2fs: fix to avoid race in between atomic write and background GC
 2018-02-27 14:45 UTC 

[RFC][PATCH bpf v2 1/2] bpf: allow 64-bit offsets for bpf function calls
 2018-02-27 14:44 UTC  (4+ messages)
` [RFC][PATCH bpf] tools: bpftool: Fix tags for bpf-to-bpf calls

[PATCH] brcm80211: remove duplicated bit-wise or of IEEE80211_CHAN_NO_IR
 2018-02-27 14:43 UTC  (3+ messages)
`  "

[PATCH v11 0/7] Address error and recovery for AER and DPC
 2018-02-27 14:41 UTC  (5+ messages)
` [PATCH v11 3/7] PCI/ERR: add mutex to synchronize recovery

[Qemu-devel] [PATCH v3 0/4] qcow2: minor compression improvements
 2018-02-27 14:41 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 2/4] qcow2: Document some maximum size constraints

[Buildroot] [PATCH 1/2] mpv: disable mali-fbdev support
 2018-02-27 14:41 UTC  (4+ messages)

[PATCH V3 00/19] lightnvm: pblk: implement 2.0 support
 2018-02-27 14:40 UTC  (5+ messages)
` [PATCH 17/19] lightnvm: pblk: implement get log report chunk

[v9 0/8] rsi: add bluetooth and coex support
 2018-02-27 14:26 UTC  (5+ messages)
` [v9 5/8] Bluetooth: btrsi: add new rsi bluetooth driver
` [v9 6/8] rsi: handle BT traffic in driver
` [v9 7/8] rsi: add module parameter operating mode
` [v9 8/8] rsi: sdio changes to support BT

[PATCH 0/6] qtnfmac: qsr10g pcie backend updates
 2018-02-27 14:37 UTC  (3+ messages)


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.