All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-08-30 07:57:58 to 2017-08-30 08:45:53 UTC [more...]

[U-Boot] [PATCH 00/19] Add FPGA, SDRAM drivers and booting to U-boot
 2017-08-30  8:45 UTC  (20+ messages)
` [U-Boot] [PATCH 01/19] configs: Add FPGA loadfs config for Arria 10
` [U-Boot] [PATCH 03/19] arm: socfpga: Add driver for flash to program FPGA
` [U-Boot] [PATCH 04/19] arm: socfpga: Add FPGA loadfs command support
` [U-Boot] [PATCH 05/19] arm: socfpga: Enhance FPGA program support with at least 4 byte data
` [U-Boot] [PATCH 06/19] arm: socfpga: Rename the gen5 sdram driver to more specific name
` [U-Boot] [PATCH 07/19] arm: socfpga: Add DRAM bank size initialization function

[PATCH v2 00/15] Enable Memory Bandwidth Allocation in Xen
 2017-08-30  8:45 UTC  (21+ messages)
` [PATCH v2 02/15] Rename PSR sysctl/domctl interfaces and xsm policy to make them be general
` [PATCH v2 03/15] x86: rename 'cbm_type' to 'psr_val_type' to make it general
` [PATCH v2 04/15] x86: implement data structure and CPU init flow for MBA
` [PATCH v2 07/15] x86: implement set value "
` [PATCH v2 08/15] tools: create general interfaces to support psr allocation features

[PATCH 0/5] qtnfmac: pcie datapath updates and fixes
 2017-08-30  8:45 UTC  (4+ messages)
` [PATCH 3/5] qtnfmac: modify qtnf_map_bar not to return NULL

[PATCH 0/5] Scrubbing updates
 2017-08-30  8:43 UTC  (9+ messages)
` [PATCH 1/5] mm: Initialize lowmem virq when boot-time scrubbing is disabled
` [PATCH 2/5] mm: Change boot_scrub_done definition
` [PATCH 4/5] mm: Don't request scrubbing until dom0 is running
` [PATCH 5/5] mm: Don't hold heap lock in alloc_heap_pages() longer than necessary

linux-next: Tree for Aug 22
 2017-08-30  8:42 UTC  (8+ messages)
` possible circular locking dependency detected [was: linux-next: Tree for Aug 22]

[PATCH v3 0/2] tpm_tis_spi: Use DMA-safe memory
 2017-08-30  8:42 UTC  (4+ messages)

[PATCH] perf report: calculate the average cycles of iterations
 2017-08-30  8:41 UTC  (4+ messages)

[PATCH v2 net-next 0/6] flow_dissector: Protocol specific flow dissector offload
 2017-08-30  8:41 UTC  (2+ messages)

[PATCH 00/13] mmu_notifier kill invalidate_page callback
 2017-08-30  8:40 UTC  (7+ messages)

[PATCH 00/14] arm64: kexec: add kexec_file_load support
 2017-08-30  8:40 UTC  (7+ messages)
` [PATCH 14/14] arm64: kexec_file: add vmlinux format support

Linux kernel 4.12.10 released
 2017-08-30  8:40 UTC 

Linux kernel 4.9.46 released
 2017-08-30  8:40 UTC 

[PATCH] atomisp: fix small Kconfig issues
 2017-08-30  8:39 UTC 

[PATCH v2] PCIe AER: report uncorrectable errors only to the functions that logged the errors
 2017-08-30  8:38 UTC  (3+ messages)

[PATCH v3 0/2] drm/dumb-buffers: Add defaults for .dumb_map_offset and .dumb_destroy
 2017-08-30  8:38 UTC  (12+ messages)
` [PATCH v3 1/2] drm/gem: drm_gem_dumb_map_offset(): reject dma-buf
` [PATCH v3 2/2] drm/armada: Use .dumb_map_offset and .dumb_destroy defaults

[PATCH kvmtool] x86/kvm-cpu.c: don't include <asm/msr-index.h>
 2017-08-30  8:36 UTC  (2+ messages)

[Bug 196409] New: kvm_amd nested pagetable gpu passthrough performance oddities
 2017-08-30  8:36 UTC  (2+ messages)
` [Bug 196409] "

[Qemu-devel] [RFC v2 00/33] Migration: postcopy failure recovery
 2017-08-30  8:32 UTC  (34+ messages)
` [Qemu-devel] [RFC v2 01/33] bitmap: remove BITOP_WORD()
` [Qemu-devel] [RFC v2 02/33] bitmap: introduce bitmap_count_one()
` [Qemu-devel] [RFC v2 03/33] bitmap: provide to_le/from_le helpers
` [Qemu-devel] [RFC v2 04/33] migration: dump str in migrate_set_state trace
` [Qemu-devel] [RFC v2 05/33] migration: better error handling with QEMUFile
` [Qemu-devel] [RFC v2 06/33] migration: reuse mis->userfault_quit_fd
` [Qemu-devel] [RFC v2 07/33] migration: provide postcopy_fault_thread_notify()
` [Qemu-devel] [RFC v2 08/33] migration: new postcopy-pause state
` [Qemu-devel] [RFC v2 09/33] migration: implement "postcopy-pause" src logic
` [Qemu-devel] [RFC v2 10/33] migration: allow dst vm pause on postcopy
` [Qemu-devel] [RFC v2 11/33] migration: allow src return path to pause
` [Qemu-devel] [RFC v2 12/33] migration: allow send_rq to fail
` [Qemu-devel] [RFC v2 13/33] migration: allow fault thread to pause
` [Qemu-devel] [RFC v2 14/33] qmp: hmp: add migrate "resume" option
` [Qemu-devel] [RFC v2 15/33] migration: pass MigrationState to migrate_init()
` [Qemu-devel] [RFC v2 16/33] migration: rebuild channel on source
` [Qemu-devel] [RFC v2 17/33] migration: new state "postcopy-recover"
` [Qemu-devel] [RFC v2 18/33] migration: wakeup dst ram-load-thread for recover
` [Qemu-devel] [RFC v2 19/33] migration: new cmd MIG_CMD_RECV_BITMAP
` [Qemu-devel] [RFC v2 20/33] migration: new message MIG_RP_MSG_RECV_BITMAP
` [Qemu-devel] [RFC v2 21/33] migration: new cmd MIG_CMD_POSTCOPY_RESUME
` [Qemu-devel] [RFC v2 22/33] migration: new message MIG_RP_MSG_RESUME_ACK
` [Qemu-devel] [RFC v2 23/33] migration: introduce SaveVMHandlers.resume_prepare
` [Qemu-devel] [RFC v2 24/33] migration: synchronize dirty bitmap for resume
` [Qemu-devel] [RFC v2 25/33] migration: setup ramstate "
` [Qemu-devel] [RFC v2 26/33] migration: final handshake for the resume
` [Qemu-devel] [RFC v2 27/33] migration: free SocketAddress where allocated
` [Qemu-devel] [RFC v2 28/33] migration: return incoming task tag for sockets
` [Qemu-devel] [RFC v2 29/33] migration: return incoming task tag for exec
` [Qemu-devel] [RFC v2 30/33] migration: return incoming task tag for fd
` [Qemu-devel] [RFC v2 31/33] migration: store listen task tag
` [Qemu-devel] [RFC v2 32/33] migration: allow migrate_incoming for paused VM
` [Qemu-devel] [RFC v2 33/33] migration: init dst in migration_object_init too

Linux kernel 4.4.85 released
 2017-08-30  8:35 UTC 

[PATCH net-next v4 00/13] net: mvpp2: comphy configuration
 2017-08-30  8:29 UTC  (14+ messages)
` [PATCH net-next v4 01/13] phy: add sgmii and 10gkr modes to the phy_mode enum
` [PATCH net-next v4 02/13] phy: add the mvebu cp110 comphy driver
` [PATCH net-next v4 03/13] Documentation/bindings: phy: document the Marvell "
` [PATCH net-next v4 04/13] net: mvpp2: initialize the comphy
` [PATCH net-next v4 05/13] net: mvpp2: simplify the link_event function
` [PATCH net-next v4 06/13] net: mvpp2: improve the link management function
` [PATCH net-next v4 07/13] net: mvpp2: do not set GMAC autoneg when using XLG MAC
` [PATCH net-next v4 08/13] net: mvpp2: dynamic reconfiguration of the comphy/GoP/MAC
` [PATCH net-next v4 09/13] arm64: dts: marvell: extend the cp110 syscon register area length
` [PATCH net-next v4 10/13] arm64: dts: marvell: add comphy nodes on cp110 master and slave
` [PATCH net-next v4 11/13] arm64: dts: marvell: mcbin: add comphy references to Ethernet ports
` [PATCH net-next v4 12/13] arm64: dts: marvell: 7040-db: "
` [PATCH net-next v4 13/13] arm64: defconfig: enable Marvell CP110 comphy

[Qemu-devel] [PATCH] oslib-posix: Print errors before aborting on qemu_alloc_stack()
 2017-08-30  8:33 UTC  (3+ messages)

[PATCH v2 00/30] Hardened usercopy whitelisting
 2017-08-30  8:33 UTC  (13+ messages)
` [PATCH v2 15/30] xfs: Define usercopy region in xfs_inode slab cache
              ` [kernel-hardening] "

[U-Boot] tpl build error "width suffixes are invalid in ARM mode"
 2017-08-30  8:33 UTC 

[PATCH] KVM: arm64: stop propagating DAIF flags between kernel and VHE's world switch
 2017-08-30  8:33 UTC  (5+ messages)

[Buildroot] [Bug 10276] New: BR2_PACKAGE_LINUX_TOOLS_GPIO fails for MIPS with "gpio-hammer.o: ABI is incompatible with that of the selected emulation"
 2017-08-30  8:32 UTC  (2+ messages)
` [Buildroot] [Bug 10276] "

[PATCH] hwmon: (asc7621): make several arrays static const
 2017-08-30  8:32 UTC  (2+ messages)

memory leak in mix/pcm_upmix.c mix/pcm_downmix.c!!!
 2017-08-30  8:32 UTC  (6+ messages)

[PATCH v4] hvmloader, libxl: use the correct ACPI settings depending on device model
 2017-08-30  8:31 UTC  (2+ messages)

[PATCH 0/3] remove unused code of DPDK version
 2017-08-30  8:31 UTC  (2+ messages)

[PATCH 00/12] drm/i915: Fix up the CCS code
 2017-08-30  8:31 UTC  (5+ messages)

[U-Boot] [PATCH 0/2] Board for QEMU's '-machine virt' on ARM
 2017-08-30  8:31 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] PCI: Add driver for a 'pci-host-ecam-generic' host controller
` [U-Boot] [PATCH 2/2] ARM: Add a new arch + board for QEMU's 'virt' machine

[PATCH net-next] xfrm: Add support for network devices capable of removing the ESP trailer
 2017-08-30  8:30 UTC 

[PATCH 0/6] Crypto-perf app improvements
 2017-08-30  8:30 UTC  (3+ messages)
` [PATCH 6/6] app/crypto-perf: use single mempool

[PATCH] drm: vmwgfx: constify vmw_fence_ops
 2017-08-30  8:30 UTC  (4+ messages)

[PATCH v6 0/3] perf/core: addressing 4x slowdown during per-process profiling of STREAM benchmark on Intel Xeon Phi
 2017-08-30  8:30 UTC  (9+ messages)
` [PATCH v6 1/3] perf/core: use rb trees for pinned/flexible groups

[Buildroot] Error while build Xorg with nvidia-driver
 2017-08-30  8:30 UTC  (3+ messages)

[PATCH v2 0/3] Improve requeuing behavior
 2017-08-30  8:30 UTC  (7+ messages)
` [PATCH v2 1/3] Call scsi_initialize_rq() also for filesystem requests
` [PATCH v2 2/3] Improve requeuing behavior
` [PATCH v2 3/3] Show .retries and .jiffies_at_alloc in debugfs

[U-Boot] [PATCH v3] spi: fsl_qspi: Add controller busy check before new spi operation
 2017-08-30  8:30 UTC 

[PATCH v2 0/3] power: reset: add reset for renesas r7s72100
 2017-08-30  8:29 UTC  (4+ messages)
` [PATCH v2 3/3] ARM: dts: r7s72100: Add reset handler

[PATCH v5] common/vm_event: Initialize vm_event lists on domain creation
 2017-08-30  8:29 UTC  (3+ messages)

[patch v1 0/2] Add support for Maxim MAX6621 temperature sensor device
 2017-08-30  8:28 UTC  (3+ messages)
` [patch v1 1/2] hwmon: Driver for Maxim MAX6621 temperature sensor

[Qemu-devel] [PATCH v2 00/13] add support for Hypervisor.framework in QEMU
 2017-08-30  8:27 UTC  (14+ messages)
` [Qemu-devel] [PATCH v2 01/13] hvf: add support for Hypervisor.framework in the configure script
` [Qemu-devel] [PATCH v2 02/13] hvf: add code base from Google's QEMU repository
` [Qemu-devel] [PATCH v2 03/13] hvf: add compilation rules to Makefile.objs
` [Qemu-devel] [PATCH v2 04/13] hvf: run hvf code through checkpatch.pl and fix style issues
` [Qemu-devel] [PATCH v2 05/13] hvf: add fields to CPUState and CPUX86State; add definitions
` [Qemu-devel] [PATCH v2 06/13] hvf: use new helper functions for put/get xsave
` [Qemu-devel] [PATCH v2 07/13] apic: add function to apic that will be used by hvf
` [Qemu-devel] [PATCH v2 08/13] hvf: implement hvf_get_supported_cpuid
` [Qemu-devel] [PATCH v2 09/13] hvf: refactor cpuid code
` [Qemu-devel] [PATCH v2 10/13] hvf: implement vga dirty page tracking
` [Qemu-devel] [PATCH v2 11/13] hvf: move fields from CPUState to CPUX86State
` [Qemu-devel] [PATCH v2 12/13] hvf: refactor event injection code for hvf
` [Qemu-devel] [PATCH v2 13/13] hvf: inject General Protection Fault when vmexit through vmcall

[LTP] [PATCH COMMITTED] cve/cve-2016-7042: drop extra typedef for key_serial_t
 2017-08-30  8:28 UTC 

[PATCH] Add support for reservations to NVMeoF target
 2017-08-30  8:28 UTC  (3+ messages)

[PATCH v4.4.y] arm64: mm: abort uaccess retries upon fatal signal
 2017-08-30  8:27 UTC 

[PATCH 0/7] [DTS] enable hardware for Nanopi M1 & Nanopi M1 Plus
 2017-08-30  8:27 UTC  (5+ messages)
` [PATCH 3/7] ARM: dts: sun8i: h3: Enable dwmac-sun8i on the "

[PATCH v4.9.y] arm64: mm: abort uaccess retries upon fatal signal
 2017-08-30  8:26 UTC 

The RZ/A1 pin controller driver will be broken for 4.13
 2017-08-30  8:26 UTC  (2+ messages)

[PATCH v4.12.y] arm64: mm: abort uaccess retries upon fatal signal
 2017-08-30  8:25 UTC 

Linux kernel 3.18.68 released
 2017-08-30  8:25 UTC 

[PATCH xf86-video-amdgpu] Use a timer for unreferencing the all-black FB
 2017-08-30  8:24 UTC 

(Kernel Bug report) Make kaby lake cpu crash Ethernet
 2017-08-30  8:24 UTC  (2+ messages)

[PATCH 0/2] arm64: renesas: Add support for R-Car V3M
 2017-08-30  8:21 UTC  (5+ messages)

[PATCH 2/5] x86/pv: map_ldt_shadow_page() cleanup
 2017-08-30  8:21 UTC  (3+ messages)
` [PATCH v2 "

kasan is not working on 3.18 kernel due to patch "BACKPORT: kernel: add kcov code coverage"
 2017-08-30  8:20 UTC 

[RESEND PATCH] arm64: arch_timer: Workaround for Cortex-A73 erratum 858921
 2017-08-30  8:20 UTC  (3+ messages)

[PATCH] alsabat: fix one uninitialized warning issue
 2017-08-30  8:19 UTC  (2+ messages)

kvm splat in mmu_spte_clear_track_bits
 2017-08-30  8:19 UTC  (10+ messages)

[RFC PATCH 0/4] Handle forwarded level-triggered interrupts
 2017-08-30  8:19 UTC  (4+ messages)
` [RFC PATCH 2/4] KVM: arm/arm64: vgic: Support level-triggered mapped interrupts

[PATCH v8 0/4] crypto: add algif_akcipher user space API
 2017-08-30  8:17 UTC  (8+ messages)

[PATCH v3 00/09] arm64: dts: r8a7795: IPMMU upstream integration V3
 2017-08-30  8:15 UTC  (2+ messages)

[PATCHv2 0/4] nvme user metadata updates
 2017-08-30  8:15 UTC  (7+ messages)
` [PATCHv2 1/4] nvme: factor metadata handling out of __nvme_submit_user_cmd
` [PATCHv2 2/4] nvme/pci: Use req_op to determine DIF remapping

[Qemu-devel] [Qemu-discuss] Accessing a shared folder
 2017-08-30  8:15 UTC 

[PATCH] drm/i915: Always wake the device to flush the GTT
 2017-08-30  8:13 UTC  (3+ messages)
` [Resend for flip-flops] "

[LTP] thp01 is broken on kernel 4.12+
 2017-08-30  8:13 UTC 

[PATCH] xfs: skip free eofblocks if inode is under written back
 2017-08-30  8:10 UTC  (4+ messages)

DRM Format Modifiers in v4l2
 2017-08-30  8:10 UTC  (11+ messages)

[PATCH 1/2] drm/atomic: Move drm_crtc_commit to drm_crtc_state
 2017-08-30  8:08 UTC  (2+ messages)

[PATCH v2 0/8] r8a7795/6 Salvator-X PWM enablement
 2017-08-30  8:08 UTC  (5+ messages)
` [PATCH v2 7/8] arm64: dts: r8a7795-salvator-x: Enable PWM2

[PATCH 00/20] Add multiplexed media pads to support CSI-2 virtual channels
 2017-08-30  8:08 UTC  (5+ messages)
` [PATCH 20/20] arm64: dts: renesas: salvator: use VC1 for CVBS

[PATCH] net: ti: cpsw-common: dont print error if ti_cm_get_macid() fails
 2017-08-30  8:07 UTC 

[Qemu-devel] [PATCH v4] vl: exit if maxcpus is negative
 2017-08-30  8:07 UTC  (3+ messages)

[PATCH nf-next] net: Replace NF_CT_ASSERT() with WARN_ON()
 2017-08-30  8:07 UTC  (2+ messages)
` [PATCH nf-next] net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros

[U-Boot] Please pull u-boot-marvell/master
 2017-08-30  8:06 UTC 

I/O hangs after resuming from suspend-to-ram
 2017-08-30  8:06 UTC  (9+ messages)

[PATCH i-g-t] tests/kms_atomic: subtest atomic_invalid_params requires CRTC
 2017-08-30  8:06 UTC  (3+ messages)

[Bug 102300] Second monitor shows black screen but has signal
 2017-08-30  8:06 UTC  (2+ messages)
` [Bug 102300] Missing 1920x1080_59.94Hz mode (Second monitor shows black screen but has signal)

[PATCH] pinctrl: sh-pfc: r8a7795: Re-add DRIF support
 2017-08-30  8:05 UTC  (2+ messages)

[PATCH v3] mfd: tps65217: Introduce dependency on CONFIG_OF
 2017-08-30  8:05 UTC  (2+ messages)

[PATCH 00/27] qtnfmac: allow to configure channel, BW, HT/VHT caps
 2017-08-30  8:05 UTC  (5+ messages)
` [PATCH 14/27] qtnfmac: do not cache CSA chandef info

[U-Boot] [PATCH] ARM: mvebu: add "spi-flash" compatible string
 2017-08-30  8:04 UTC  (3+ messages)

[PATCH xf86-video-ati 0/6] Harden against other DRM masters
 2017-08-30  8:04 UTC  (4+ messages)
` [PATCH xf86-video-ati 5/6] Make all active CRTCs scan out an all-black framebuffer in LeaveVT

[PATCH v3 0/5] Add STM32 DMAMUX support
 2017-08-30  8:02 UTC  (24+ messages)
` [PATCH v3 2/5] dmaengine: Add STM32 DMAMUX driver

[PATCH 0/2] Avoid build failures due to setscene errors
 2017-08-30  8:02 UTC  (6+ messages)

[PATCH] Input: synaptics - Lenovo Thinkpad X1 Carbon G5 (2017) with Elantech trackpoints should use RMI
 2017-08-30  7:54 UTC 

[U-Boot] [PATCH 00/23] efi_loader implement missing functions
 2017-08-30  7:59 UTC  (11+ messages)

[cip-dev] How to back-port upstream BSP patches to CIP kernel
 2017-08-30  7:59 UTC  (3+ messages)

[PATCH] mfd: Add support for TI LMP92001
 2017-08-30  7:58 UTC  (3+ messages)

staging: r8822be: Add code for halmac sub-driver
 2017-08-30  7:58 UTC  (5+ messages)
` [PATCH] staging: r8822be: Fix typo for CONFIG_RTLWIFI_DEBUG

nflog performance 
 2017-08-30  7:57 UTC  (2+ 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.