All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-06-07 13:36:09 to 2018-06-07 14:11:58 UTC [more...]

[PATCH 3.16 000/410] 3.16.57-rc1 review
 2018-06-07 14:05 UTC  (28+ messages)
` [PATCH 3.16 384/410] RDMA/ucma: Correct option size check using optlen
` [PATCH 3.16 017/410] kvm/x86: fix icebp instruction handling
` [PATCH 3.16 343/410] ALSA: seq: Clear client entry before deleting else at closing
` [PATCH 3.16 057/410] KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL
` [PATCH 3.16 385/410] MIPS: ralink: Don't set pm_power_off
` [PATCH 3.16 014/410] cifs: empty TargetInfo leads to crash on recovery
` [PATCH 3.16 055/410] KVM/x86: Add IBPB support
` [PATCH 3.16 377/410] can: cc770: Fix use after free in cc770_tx_interrupt()
` [PATCH 3.16 006/410] Bluetooth: hidp_connection_add() unsafe use of l2cap_pi()
` [PATCH 3.16 007/410] media: dvb-usb-v2: lmedm04: Improve logic checking of warm start
` [PATCH 3.16 096/410] xtensa: fix futex_atomic_cmpxchg_inatomic
` [OpenRISC] [PATCH 3.16 125/410] signal/openrisc: Fix do_unaligned_access to send the proper signal
` [PATCH 3.16 342/410] ALSA: seq: Fix possible UAF in snd_seq_check_queue()
` [PATCH 3.16 267/410] arm64: do not use print_symbol()
  ` [3.16,267/410] "
` [PATCH 3.16 382/410] RDMA/ucma: Fix use-after-free access in ucma_close
` [PATCH 3.16 097/410] signal/sh: Ensure si_signo is initialized in do_divide_error
` [PATCH 3.16 056/410] KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES
` [PATCH 3.16 405/410] net/mlx4_en: do not ignore autoneg in mlx4_en_set_pauseparam()
` [PATCH 3.16 093/410] PM / devfreq: Propagate error from devfreq_add_device()
` [PATCH 3.16 058/410] KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRL
` [PATCH 3.16 311/410] x86/xen: Zero MSR_IA32_SPEC_CTRL before suspend
` [PATCH 3.16 286/410] clocksource/drivers/fsl_ftm_timer: Fix error return checking
` [PATCH 3.16 346/410] l2tp: fix races with ipv4-mapped ipv6 addresses
` [PATCH 3.16 381/410] ALSA: usb-audio: Fix parsing descriptor of UAC2 processing unit

[PATCH V5] powercap/drivers/idle_injection: Add an idle injection framework
 2018-06-07 14:11 UTC  (7+ messages)

[meta-java] maintainer status
 2018-06-07 14:10 UTC  (9+ messages)

[Buildroot] [PATCH] netplug: prevent starting multiple instances of netplugd
 2018-06-07 14:10 UTC  (2+ messages)

[Buildroot] [PATCH] DEVELOPERS: add myself to init-related packages
 2018-06-07 14:10 UTC  (2+ messages)

[Buildroot] [PATCH] opusfile: bump to version 0.10
 2018-06-07 14:10 UTC  (2+ messages)

[Buildroot] [PATCH] mpd: bump to version 0.20.20
 2018-06-07 14:09 UTC  (2+ messages)

[PATCH] ieee802154: add rx LQI from userspace
 2018-06-07 14:08 UTC 

[igt-dev] [PATCH i-g-t] tests/gem_evict_everything fix for mlocked-* subtests
 2018-06-07 14:07 UTC  (2+ messages)

[Buildroot] [Bug 9771] New: toolchain-external misses lib directory when copying sysroot
 2018-06-07 14:07 UTC  (2+ messages)
` [Buildroot] [Bug 9771] "

[U-Boot] [PATCH 2/4] arm: zynq: Dont define SDRAM_BASE and SDRAM_SIZE in .h
 2018-06-07 14:07 UTC  (3+ messages)
` [U-Boot] [PATCH 3/4] arm: zynq: Add Nand flash mini u-boot configuration for zynq

[PATCH v6 0/5] Reintroduce i.MX EPIT Timer
 2018-06-07 14:05 UTC  (12+ messages)
` [PATCH v6 1/5] clk: imx6: add EPIT clock support
` [PATCH v6 2/5] ARM: imx: remove inexistant EPIT timer init
` [PATCH v6 3/5] dt-bindings: timer: add i.MX EPIT timer binding
` [PATCH v6 4/5] clocksource: add driver for i.MX EPIT timer
` [PATCH v6 5/5] ARM: dts: imx: add missing compatible and clock properties for EPIT

[PATCH 0/7] paravirtual IOMMU interface
 2018-06-07 14:06 UTC  (7+ messages)
` [PATCH 5/7] public / x86: introduce __HYPERCALL_iommu_op

[Qemu-devel] storing machine data in qcow images?
 2018-06-07 14:06 UTC  (12+ messages)

[PATCH 00/23] Multi-pack-index (MIDX)
 2018-06-07 14:06 UTC  (25+ messages)
` [PATCH 01/23] midx: add design document
` [PATCH 02/23] midx: add midx format details to pack-format.txt
` [PATCH 03/23] midx: add midx builtin
` [PATCH 04/23] midx: add 'write' subcommand and basic wiring
` [PATCH 05/23] midx: write header information to lockfile
` [PATCH 06/23] midx: struct midxed_git and 'read' subcommand
` [PATCH 07/23] midx: expand test data
` [PATCH 08/23] midx: read packfiles from pack directory
` [PATCH 09/23] midx: write pack names in chunk
` [PATCH 10/23] midx: write a lookup into the pack names chunk
` [PATCH 11/23] midx: sort and deduplicate objects from packfiles
` [PATCH 12/23] midx: write object ids in a chunk
` [PATCH 13/23] midx: write object id fanout chunk
` [PATCH 14/23] midx: write object offsets
` [PATCH 15/23] midx: create core.midx config setting
` [PATCH 16/23] midx: prepare midxed_git struct
` [PATCH 17/23] midx: read objects from multi-pack-index
` [PATCH 18/23] midx: use midx in abbreviation calculations
` [PATCH 19/23] midx: use existing midx when writing new one
` [PATCH 20/23] midx: use midx in approximate_object_count
` [PATCH 21/23] midx: prevent duplicate packfile loads
` [PATCH 22/23] midx: use midx to find ref-deltas
` [PATCH 23/23] midx: clear midx on repack

[Buildroot] [Bug 11076] New: Docker containerd installed to incorrect path
 2018-06-07 14:05 UTC  (2+ messages)
` [Buildroot] [Bug 11076] "

Cherry-pick to Sumo (was: [PATCHv2 1/2] oe-pkgdata-util: Make parse_pkgdatafile() support package suffixed vars)
 2018-06-07 14:05 UTC  (3+ messages)

[PATCH v3 0/2] Fixes for v4.4
 2018-06-07 14:05 UTC  (4+ messages)
` [PATCH v3 1/2] tpm: do not suspend/resume if power stays on

[3.16,335/410] x86/MCE: Save microcode revision in machine check records
 2018-06-07 14:05 UTC 

[3.16,030/410] x86/MCE: Serialize sysfs changes
 2018-06-07 14:05 UTC 

[3.16,067/410] EDAC, octeon: Fix an uninitialized variable warning
 2018-06-07 14:05 UTC 

[PATCH V2 00/12] Add GCC 8 recipes
 2018-06-07 14:04 UTC  (11+ messages)
` [PATCH 01/12] tune/arm: Set -mtune instead of -mcpu

[PATCH bpf-next v5 00/10] BTF: BPF Type Format
 2018-06-07 14:03 UTC  (5+ messages)

[Buildroot] [git commit] opusfile: bump to version 0.10
 2018-06-07 14:03 UTC 

[Buildroot] [git commit] mpd: bump to version 0.20.20
 2018-06-07 14:03 UTC 

[Buildroot] [git commit] netplug: prevent starting multiple instances of netplugd
 2018-06-07 14:03 UTC 

[Buildroot] [git commit] DEVELOPERS: add myself to init-related packages
 2018-06-07 14:03 UTC 

possible deadlock in console_unlock
 2018-06-07 14:03 UTC  (6+ messages)

[PATCH] xen/privcmd: fix static checker warning
 2018-06-07 14:03 UTC  (5+ messages)
` [Xen-devel] "

[PATCH V2 1/2] evm: Don't deadlock if a crypto algorithm is unavailable
 2018-06-07 14:02 UTC  (3+ messages)
` [PATCH V2 2/2] evm: Allow non-SHA1 digital signatures

Why rte_pipeline.c only support forwarding to same table in different entries?
 2018-06-07 14:02 UTC  (2+ messages)

[RFC] testpmd: add ability to set tx IP and UDP parameters
 2018-06-07 14:01 UTC  (2+ messages)

[PATCH 0/4] nvme: ANATT handling
 2018-06-07 14:01 UTC  (12+ messages)
` [PATCH 2/4] nvmet: ANA transition timeout handling
` [PATCH 4/4] nvme: start ANATT timer on out-of-order state changes

[Qemu-devel] [PATCH v4 00/14] MemoryDevice: use multi stage hotplug handlers
 2018-06-07 14:00 UTC  (8+ messages)
` [Qemu-devel] [PATCH v4 04/14] pc: prepare for "

[meta-mingw][PATCH] mingw-w64-runtime: Fix build with gcc8
 2018-06-07 14:00 UTC  (2+ messages)

[PATCH 1/3] xen/kbdif: Move multi-touch device parameters to backend nodes
 2018-06-07 14:00 UTC  (9+ messages)
` [PATCH 2/3] xen/kbdif: Add unique input device identifier
` [PATCH 3/3] xen/displif: Add unique display connector identifier

[PATCH v6 0/4] enable early printing of hashed pointers
 2018-06-07 14:00 UTC  (4+ messages)

[PATCH 0/4] soc: imx: add scu firmware api support
 2018-06-07 13:59 UTC  (11+ messages)
  ` [PATCH 4/4] soc: imx: add SC firmware IPC and APIs

pci_error_handlers for pci_host_bridge ?
 2018-06-07 13:59 UTC  (5+ messages)

[RFC V2 0/3] arm_pmu: acpi: variant support and QCOM Falkor extensions
 2018-06-07 13:56 UTC  (8+ messages)
` [RFC V2 1/3] ACPI: add support for sentinel-delimited probe tables
` [RFC V2 2/3] arm_pmu: acpi: add support for CPU PMU variant detection
` [RFC V2 3/3] perf: qcom: Add Falkor CPU PMU IMPLEMENTATION DEFINED event support

[Buildroot] [PATCH 1/1] opencv3: Enable NEON and VFPV3 optimizations
 2018-06-07 13:57 UTC  (2+ messages)

[PATCH v6 0/7] Queued/runnable/running engine stats
 2018-06-07 13:57 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for Queued/runnable/running engine stats (rev14)

[GIT PULL] ARM: mvebu: fixes for v4.17 (#2)
 2018-06-07 13:57 UTC  (3+ messages)

[PATCH v9 00/12] Intel Processor Trace virtualization enabling
 2018-06-07 13:56 UTC  (6+ messages)
` [PATCH v9 04/12] perf/x86/intel/pt: add new capability for Intel PT
` [PATCH v9 09/12] KVM: x86: Introduce a function to initialize the PT configuration

[PATCH] CODING_STYLE: discourage use of underscores where alternatives exist
 2018-06-07 13:56 UTC 

[RFC v2 0/1] Emacs-like isearch for mconf
 2018-06-07 13:53 UTC 

draft ANA support v3
 2018-06-07 13:55 UTC  (5+ messages)
` [PATCH 05/10] nvme: add ANA support

[PATCH xf86-video-amdgpu 0/7] Enabling Color Management - Round 3
 2018-06-07 13:55 UTC  (6+ messages)

[RFC] OVMF NVRAM Variable Retention
 2018-06-07 13:58 UTC  (3+ messages)

[Buildroot] [git commit] opencv3: conditionally enable NEON and VFPv3 optimizations
 2018-06-07 13:55 UTC 

[PATCH v2] NFC: pn533: Fix wrong GFP flag usage
 2018-06-07 13:54 UTC  (2+ messages)
` [v2] "

[PATCH] watchdog: orion_wdt: add wdt status init for handle_boot_enabled
 2018-06-07 13:54 UTC 

[PATCH v5 00/13] s390: vfio-ap: guest dedicated crypto adapters
 2018-06-07 13:54 UTC  (12+ messages)
` [PATCH v5 11/13] KVM: s390: implement mediated device open callback

[Qemu-devel] [PATCH 0/4] qapi/error: converts error_setg(&error_fatal) to error_report() + exit()
 2018-06-07 13:53 UTC  (10+ messages)
` [Qemu-devel] [PATCH 1/4] hw/block/fdc: Replace error_setg(&error_abort) by error_report() + abort()
` [Qemu-devel] [PATCH 3/4] hw/arm/sysbus-fdt: Replace error_setg(&error_fatal) by error_report() + exit()
` [Qemu-devel] [PATCH 4/4] device_tree: "

[Rocko][PATCH 0/4] small pull request
 2018-06-07 13:52 UTC  (5+ messages)
` [PATCH 1/4] wireshark: Update to 2.2.11
` [PATCH 2/4] wireshark: Update Package to 2.2.12
` [PATCH 3/4] python3-asn1crypto: add support for Python 3
` [PATCH 4/4] protobuf: Fix fetcher failure for rocko

[PATCH 1/3] ARM: dts: imx6dl: Add Engicam i.CoreM6 1.5 Quad/Dual MIPI starter kit support
 2018-06-07 13:51 UTC  (6+ messages)
` [PATCH 2/3] ARM: dts: imx6q-icore-mipi: Add OV5640 Camera sensor
` [PATCH 3/3] ARM: dts: imx6qdl-icore: Fix wrong reg_2p5 regulator node name

[PATCH] ASoC: rt1305: Use ULL suffixes for 64-bit constants
 2018-06-07 13:50 UTC 

[Qemu-devel] [PATCH V6 0/7] nvdimm: guarantee persistence of QEMU writes to persistent memory
 2018-06-07 13:50 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] docker-containerd: add missing binary symlink
 2018-06-07 13:50 UTC  (2+ messages)

iomap preparations for GFS2
 2018-06-07 13:50 UTC  (5+ messages)
` [PATCH 5/6] iomap: generic inline data handling
    ` [Cluster-devel] "

[PATCH] drm/i915: Mark the GPU as wedged without error on fault injection
 2018-06-07 13:49 UTC  (2+ messages)

[PATCH v2 2/4] ARM: dts: i.MX6: imx6dl-mamoj: Add parallel display support
 2018-06-07 13:47 UTC  (6+ messages)
` [PATCH v2 3/4] ARM: dts: i.MX6: imx6dl-mamoj: Add Wifi support
` [PATCH v2 4/4] ARM: dts: i.MX6: imx6dl-mamoj: Add usb host and device support

[PATCH NEXT 1/6] PCI/AER: Take mask into account while clearing error bits
 2018-06-07 13:48 UTC  (5+ messages)
` [PATCH NEXT 6/6] PCI/PORTDRV: Remove ERR_FATAL handling from pcie_portdrv_slot_reset()

[Buildroot] [git commit] docker-containerd: add missing docker-containerd symlink
 2018-06-07 13:47 UTC 

[PATCH v5] fetch/gitsm: avoid live submodule fetching during unpack()
 2018-06-07 13:47 UTC  (6+ messages)

[PATCH v9] new config option vtsc_tolerance_khz to avoid TSC emulation
 2018-06-07 13:47 UTC  (3+ messages)

[PATCH v2 1/4] drm/panel: simple: Add support for Rocktech RK070ER9427 LCD panel
 2018-06-07 13:46 UTC  (2+ messages)

[PATCH] drm/amdgpu/vg20:support new UVD FW version naming convention
 2018-06-07 13:47 UTC  (3+ messages)

[PATCH net] net/sched: act_simple: fix parsing of TCA_DEFDATA
 2018-06-07 13:46 UTC 

[PATCH v6 0/5] efi/firmware/platform-x86: Add EFI embedded fw support
 2018-06-07 13:46 UTC  (6+ messages)
` [PATCH v6 2/5] efi: Add embedded peripheral firmware support

[GIT PULL 00/46] perf/core fixes and improvements
 2018-06-07 13:45 UTC  (6+ messages)
` [PATCH 42/46] perf script powerpc: Python script for hypervisor call statistics

[Qemu-devel] [PATCH 0/6] Reenable hmp for preconfig mode
 2018-06-07 13:45 UTC  (5+ messages)
` [Qemu-devel] [PATCH 4/6] hmp: Add info commands for preconfig

[Buildroot] [PATCH 1/1] fix qtwebengine enable condition
 2018-06-07 13:45 UTC 

Fwd: New Version Notification for draft-cel-nfsv4-linux-seclabel-xtensions-00.txt
 2018-06-07 13:45 UTC  (5+ messages)
  ` [Fwd: Re: Fwd: New Version Notification for draft-cel-nfsv4-linux-seclabel-xtensions-00.txt]

[RFC net-next] ipv4: Don't promote secondaries when flushing addresses
 2018-06-07 13:44 UTC  (5+ messages)

[PATCH] Bluetooth: hci_bcm: Configure SCO routing automatically
 2018-06-07 13:43 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] mx6cuboxi: consolidate board detection and add som revision checking
 2018-06-07 13:43 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] mx6cuboxi: fix 4GB ddr memory detection

[2/3] usb: dwc3: pci: Enable ULPI Refclk on platforms where the firmware doesnot
 2018-06-07 13:42 UTC 

[PATCH v6 0/6] Driver for at91 usart in spi mode
 2018-06-07 13:42 UTC  (4+ messages)
` [PATCH v6 6/6] tty/serial: atmel: change the driver to work under at91-usart mfd

[Qemu-devel] [PATCH] hw/arm/smmuv3: fix smmu emulation when guest smmu is in passthrough mode
 2018-06-07 13:39 UTC  (2+ messages)

[PATCH] xsk: Fix umem fill/completion queue mmap on 32-bit
 2018-06-07 13:37 UTC  (2+ messages)

[linux-next test] 123847: regressions - FAIL
 2018-06-07 13:37 UTC 

[PATCH] wcn36xx: Remove Unicode Byte Order Mark from testcode
 2018-06-07 12:45 UTC 

[PATCH] net: mscc: ocelot: Fix uninitialized error in ocelot_netdevice_event()
 2018-06-07 13:10 UTC 

[meta-oe][PATCH 0/3] Add OpenSSL 1.1 support
 2018-06-07 13:21 UTC  (2+ messages)
` [meta-oe][PATCH 2/3] syslog-ng: update to 3.15.1

[PATCH 0/4] [PATCH 0/4] Exynos DRM cleanup
 2018-06-07 13:36 UTC  (2+ messages)
  ` [PATCH 4/4] drm/exynos: gem: Switch to drm_gem_object_put_unlocked() helper


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.