All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-11-28 11:13:18 to 2016-11-28 12:15:13 UTC [more...]

[PATCH] powerpc/xmon: Add 'dt' command to dump trace buffers
 2016-11-28 12:15 UTC  (2+ messages)
`  "

[GIT PULL] STi defconfig fix for v4.9-rcs
 2016-11-28 12:14 UTC  (4+ messages)

[PATCH v3.1 00/15] Initial PVHv2 Dom0 support
 2016-11-28 12:14 UTC  (8+ messages)
` [PATCH v3.1 12/15] xen/x86: populate PVHv2 Dom0 physical memory map
` [PATCH v3.1 13/15] xen/x86: parse Dom0 kernel for PVHv2

[PATCH v3] virtio-crypto: add Linux driver
 2016-11-28 12:08 UTC  (4+ messages)
` [PATCH v3] crypto: add virtio-crypto driver
` [Qemu-devel] "

[iptables PATCH] xtables-translate: Fix chain type when translating nat table
 2016-11-28 12:14 UTC 

[kernel-hardening] Conversion from atomic_t to refcount_t: summary of issues
 2016-11-28 12:13 UTC  (2+ messages)
` [kernel-hardening] "

stmmac ethernet in kernel 4.4: coalescing related pauses?
 2016-11-28 12:13 UTC  (13+ messages)
` stmmac ethernet in kernel 4.9-rc6: coalescing related pauses
      ` [PATCH] stmmac ethernet: unify locking
        ` [PATCH] stmmac ethernet: remove cut & paste code
    ` [PATCH] stmmac: fix comments, make debug output consistent

[PATCH 1/3] drm/i915/debugfs: add dp mst info
 2016-11-28 12:07 UTC  (3+ messages)
` [PATCH 2/3] drm/i915: abstract ddi being audio enabled
` [PATCH 3/3] drm/i915: enable dp mst audio

[patch] vfio-mdev: fix some error codes in the sample code
 2016-11-28 12:12 UTC  (3+ messages)

Problem with iptables-translate and tcp flags match
 2016-11-28 12:12 UTC  (3+ messages)

[PATCH] powerpc/mm: Fixup kernel read only mapping
 2016-11-28 12:11 UTC  (2+ messages)
`  "

[cip-dev] Proposal: send gitlab notifications to this list
 2016-11-28 12:11 UTC  (2+ messages)

[PATCH v10 0/4] dtc: Dynamic DT support
 2016-11-28 12:10 UTC  (4+ messages)
` [PATCH v10 3/4] dtc: Plugin and fixup support

[PATCH] drm/i915: drop the struct_mutex when wedged or trying to reset
 2016-11-28 12:10 UTC  (4+ messages)

GuC vs multiple timelines
 2016-11-28 12:09 UTC  (8+ messages)
` [PATCH 11/15] drm/i915: Trim i915_guc_info() stack usage
` [PATCH 12/15] drm/i915/guc: Rename client->cookie to match use
` [PATCH 13/15] drm/i915/guc: Initialise doorbell cookie to matching value

[PATCH 1/5] mbcache: correctly handle 'e_referenced' bit
 2016-11-28 12:09 UTC  (3+ messages)
` [PATCH 2/5] mbcache: don't BUG() if entry cache cannot be allocated

[Qemu-devel] [PATCH] include: Add roundup_pow_of_two helper function
 2016-11-28 12:08 UTC  (2+ messages)

Improve processing efficiency for addition and deletion of multipath devices
 2016-11-28 12:08 UTC  (6+ messages)

[PATCH v3] virtio-crypto: add Linux driver
 2016-11-28 12:08 UTC 

[PATCH v6 0/3] spi-nor: Add support for Intel SPI serial flash controller
 2016-11-28 12:06 UTC  (4+ messages)
` [PATCH v6 1/3] "
` [PATCH v6 2/3] mfd: lpc_ich: Add support for SPI serial flash host controller
` [PATCH v6 3/3] mfd: lpc_ich: Add support for Intel Apollo Lake SoC

[PATCH] powerpc/boot: request no dynamic linker for boot wrapper
 2016-11-28 12:07 UTC  (3+ messages)

[i-g-t PATCH] lib: add option for running generic tests cases only
 2016-11-28 12:07 UTC  (2+ messages)

[RFC PATCH 00/29] arm64: Scalable Vector Extension core support
 2016-11-28 12:06 UTC  (6+ messages)
` [RFC PATCH 13/29] arm64/sve: Basic support for KERNEL_MODE_NEON

ASSUME_PROVIDED versus SANITY_REQUIRED_UTILITIES versus "The Build Host Packages"
 2016-11-28 12:04 UTC  (2+ messages)

[PATCH] Fix: truncate the metadata file in shm-path
 2016-11-28  8:37 UTC 

[PATCH v4] crypto: arm64/sha2: integrate OpenSSL implementations of SHA256/SHA512
 2016-11-28 12:05 UTC  (6+ messages)

[PATCH for-4.9 v2 00/19] XSA-191 followup
 2016-11-28 12:04 UTC  (28+ messages)
` [PATCH v2 01/19] x86/shadow: Fix #PFs from emulated writes crossing a page boundary
` [PATCH v2 02/19] x86/emul: Drop X86EMUL_CMPXCHG_FAILED
` [PATCH v2 03/19] x86/emul: Simplfy emulation state setup
` [PATCH v2 04/19] x86/emul: Rename hvm_trap to x86_event and move it into the emulation infrastructure
` [PATCH v2 05/19] x86/emul: Rename HVM_DELIVER_NO_ERROR_CODE to X86_EVENT_NO_EC
` [PATCH v2 06/19] x86/pv: Implement pv_inject_{event, page_fault, hw_exception}()
` [PATCH v2 07/19] x86/emul: Remove opencoded exception generation
` [PATCH v2 08/19] x86/emul: Rework emulator event injection
` [PATCH v2 09/19] x86/vmx: Use hvm_{get, set}_segment_register() rather than vmx_{get, set}_segment_register()
` [PATCH v2 10/19] x86/hvm: Reposition the modification of raw segment data from the VMCB/VMCS
` [PATCH v2 11/19] x86/emul: Avoid raising faults behind the emulators back
` [PATCH v2 12/19] x86/pv: "
` [PATCH v2 13/19] x86/shadow: "
` [PATCH v2 14/19] x86/hvm: Extend the hvm_copy_*() API with a pagefault_info pointer
` [PATCH v2 15/19] x86/hvm: Reimplement hvm_copy_*_nofault() in terms of no pagefault_info
` [PATCH v2 16/19] x86/hvm: Rename hvm_copy_*_guest_virt() to hvm_copy_*_guest_linear()
` [PATCH v2 17/19] x86/hvm: Avoid __hvm_copy() raising #PF behind the emulators back
` [PATCH v2 18/19] x86/hvm: Prepare to allow use of system segments for memory references
` [PATCH v2 19/19] x86/hvm: Use system-segment relative memory accesses

[Qemu-devel] [PATCH v6 3/4] hw/intc/arm_gicv3_kvm: Save and Restore ICC_SRE_EL1 register
 2016-11-28 12:01 UTC  (6+ messages)
    ` [Qemu-arm] "
  ` [Qemu-arm] [PATCH v6 2/4] hw/intc/arm_gicv3_kvm: Implement get/put functions
    ` [Qemu-devel] "

Kernel Panics on Xen ARM64 for Domain0 and Guest
 2016-11-28 11:59 UTC  (4+ messages)

[linux-lvm] deadlock during lvm snapshot
 2016-11-28 11:58 UTC 

[kvm-unit-tests PATCH v7 00/11] QEMU MTTCG Test cases
 2016-11-28 11:58 UTC  (14+ messages)
` [kvm-unit-tests PATCH v7 03/11] run_tests: allow passing of options to QEMU
  ` [Qemu-devel] "
` [Qemu-devel] [kvm-unit-tests PATCH v7 00/11] QEMU MTTCG Test cases

[POC/RFC PATCH] overlayfs: constant inode numbers
 2016-11-28 11:56 UTC  (4+ messages)
    ` Fwd: "

[PATCH v3 0/4] core-api ReST: assoc_array, atomic_ops, local_ops
 2016-11-28 11:56 UTC  (11+ messages)
` [PATCH v3 2/4] Documentation/atomic_ops.txt: convert to ReST markup

[PATCH v9 0/4] dtc: Dynamic DT support
 2016-11-28 11:55 UTC  (8+ messages)
` [PATCH v9 3/4] dtc: Plugin and fixup support

[PATCH v3 1/3] drm/i915/gen6+: Clear upper data byte during PCODE write
 2016-11-28 11:54 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for series starting with [v3,1/3] "

[PATCH] Input: joystick: adi - change msleep to usleep_range for small msecs
 2016-11-28 11:53 UTC  (2+ messages)

[PATCH] crypto: caam: check caam_emi_slow instead of re-lookup platform
 2016-11-28 17:53 UTC 

[PATCH] rtl8xxxu: tx rate reported before set
 2016-11-28 11:53 UTC  (2+ messages)
`  "

[Qemu-devel] [PATCH v3 for-2.9 0/3] q35: add negotiable broadcast SMI
 2016-11-28 11:53 UTC  (20+ messages)

[CI 1/5] drm/i915: Rename intel_guc.h to intel_uc.h
 2016-11-28 11:52 UTC  (5+ messages)
` [CI 2/5] drm/i915/guc: Drop guc2host/host2guc from names
` [CI 3/5] drm/i915/guc: Move guc_{send, recv}() to intel_uc.c
` [CI 4/5] drm/i915/guc: Init send_mutex in intel_uc_init_early()
` [CI 5/5] drm/i915/guc: Remove spurious include

[RESEND PATCH V4 4/8] mfd: da9061: MFD core support
 2016-11-28 11:37 UTC  (2+ messages)

Adding a .platform_init callback to sdhci_arasan_ops
 2016-11-28 11:44 UTC  (7+ messages)

[GIT PULL] Samsung SoC related updates
 2016-11-28 11:49 UTC 

[PATCH 0/4] wil6210 patches
 2016-11-28 11:49 UTC  (5+ messages)
` [PATCH 1/4] wil6210: delay remain on channel when scan is active
` [PATCH 2/4] wil6210: validate wil_pmc_alloc parameters
` [PATCH 3/4] wil6210: add debugfs blobs for UCODE code and data
` [PATCH 4/4] wil6210: align to latest auto generated wmi.h

[Qemu-arm] [PATCH] arm: Create /chosen and /memory devicetree nodes if necessary
 2016-11-28 11:46 UTC  (3+ messages)
  ` [Qemu-devel] "

[PATCH] arm64: dts: r8a7795: salvator-x: Set drive-strength for ravb pins
 2016-11-28 11:46 UTC 

[PATCH net-next] bpf: selftests: include <sys/resource.h> to fix build error
 2016-11-28 11:45 UTC 

[PATCH] mm: page_alloc: High-order per-cpu page allocator v3
 2016-11-28 11:45 UTC  (4+ messages)

Question regarding clocks in the DW-HDMI DT bindings
 2016-11-28 11:45 UTC  (6+ messages)

linux-next: build warning after merge of the wireless-drivers-next tree
 2016-11-28 11:44 UTC  (4+ messages)

npm.bbclass support for deep native modules?
 2016-11-28 11:44 UTC  (4+ messages)

[PATCH] ARC: mm: PAE40: Cast pfn to pte_t in pfn_pte() macro
 2016-11-28 11:43 UTC  (3+ messages)

[PATCH v7 0/7] Radix pte update tlbflush optimizations
 2016-11-28 11:42 UTC  (3+ messages)
` [PATCH v7 4/7] powerpc/mm: Add radix__tlb_flush_pte

[GIT PULL 0/4] DaVinci for v4.10 (set #4)
 2016-11-28 11:42 UTC  (5+ messages)
` [GIT PULL 1/4] DaVinci driver updates for v4.10 (part 2)
` [GIT PULL 2/4] DaVinci SoC updates for v4.10 (part 3)
` [GIT PULL 3/4] DaVinci DT "
` [GIT PULL 4/4] DaVinci defconfig "

[PATCH 0/5] KVM: VMX: Fix single stepping with emulated instructions
 2016-11-28 11:42 UTC  (3+ messages)
` [PATCH 5/5] KVM: VMX: Handle RFLAGS.TF in skip_emulated_instruction

[Qemu-devel] [Bug 1645287] [NEW] Option "split" does not available for kernel_irqchip flag in qemu-system-x86_64
 2016-11-28 11:28 UTC 

[PATCH 0/3] crypto: AF_ALG - AEAD memory handling fixes
 2016-11-28 11:39 UTC  (5+ messages)
` [PATCH 2/3] crypto: AF_ALG - disregard AAD buffer space for output

[PATCH] Fix objtool with clang
 2016-11-28 11:39 UTC  (3+ messages)
` [PATCH v2] "

[PATCH nft 1/7] Interpret OP_NEQ against a set as OP_LOOKUP
 2016-11-28 11:39 UTC  (2+ messages)

[PATCH 0/10] mmc: Add support to Marvell Xenon SD Host Controller
 2016-11-28 11:38 UTC  (13+ messages)
` [PATCH 7/10] mmc: sdhci-xenon: Add support to PHYs of Marvell Xenon SDHC

[PATCH] vxlan: fix a potential issue when create a new vxlan fdb entry
 2016-11-28 11:37 UTC  (2+ messages)

[PATCH v2] drm: tilcdc: fix parsing of some DT properties
 2016-11-28 11:37 UTC  (3+ messages)

"exe" ceph-mds processes
 2016-11-28 11:29 UTC  (3+ messages)

[PATCH v3] mmc: block: delete packed command support
 2016-11-28 11:35 UTC  (4+ messages)

SNAT --random & fully is not actually random for ips
 2016-11-28 11:35 UTC  (5+ messages)

[Buildroot] [PATCH 1/2] ti-cgt-pru: add package for PRU Host toolchain
 2016-11-28 11:34 UTC  (6+ messages)
` [Buildroot] [PATCH v2 3/3] pru-sample: add sample PRU application

[PATCH 00/16] e1000 base code update
 2016-11-28 11:33 UTC  (3+ messages)

[dim PATCH] dim: fix update-branches to fetch all available nightly repos
 2016-11-28 11:33 UTC 

[Qemu-devel] [PATCH v2 1/1] cadence_uart: Check baud rate generator and divider values on migration
 2016-11-28 11:31 UTC  (2+ messages)

[PATCH kvm-unit-tests v6 00/14] VT-d unit test
 2016-11-28 11:32 UTC  (4+ messages)

[PATCH 0/4] libeventdev API and northbound implementation
 2016-11-28 11:30 UTC  (4+ messages)
` [PATCH 1/4] eventdev: introduce event driven programming model

[PATCH net-next 1/2] sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driver
 2016-11-28 11:29 UTC  (2+ messages)

[Qemu-devel] [PATCH v1 1/1] generic-loader: file: Only set a PC if a CPU is specified
 2016-11-28 11:29 UTC  (4+ messages)

[PATCH] x86/platform/intel-mid: Constify mid_pci_platform_pm
 2016-11-28 11:29 UTC  (3+ messages)

[PATCH nf-next 1/2] netfilter: nf_tables: add chain to pktinfo structure
 2016-11-28 11:27 UTC  (5+ messages)

[PATCH qemu 00/38] aspeed: going mainline
 2016-11-28 11:20 UTC  (4+ messages)
` [PATCH qemu 35/38] net/ftgmac100: add a 'aspeed' property

JBD2: Spotted dirty metadata buffer
 2016-11-28 11:26 UTC  (2+ messages)

[PATCH] bcma: add Dell Inspiron 3148
 2016-11-28 11:26 UTC  (3+ messages)

[PATCH] scsi: mvsas: Replace pci_pool_alloc by pci_pool_zalloc
 2016-11-28 11:26 UTC 

[PATCH 0/5] HPD support during suspend for BXT/APL
 2016-11-28 11:24 UTC  (5+ messages)
` [PATCH 1/5] drm/i915/bxt: Corrected the guid for bxt

[PATCH 0/1] NET: usb: cdc_ncm: adding MBIM RESET_FUNCTION request and modifying ncm bind common code
 2016-11-28 11:23 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH v2 0/3] Resume time optimisation
 2016-11-28 11:24 UTC  (6+ messages)
` [PATCH v2 1/3] drm/i915: Cleanup i915_gem_restore_gtt_mappings()

[Bug 98351] LibreOffice' OpenGL backend hangs GPU (ring 0&3 stalled)
 2016-11-28 11:23 UTC  (3+ messages)

Crash due to mutex genl_lock called from RCU context
 2016-11-28 11:22 UTC  (9+ messages)

[PATCH] doc: introduce PVP reference benchmark
 2016-11-28 11:22 UTC  (2+ messages)

[LTP] [PATCH] nm/datafiles: Add f1, f2 and f3 to .gitignore
 2016-11-28 11:20 UTC  (2+ messages)

[Qemu-devel] [PATCH v3] doc: Add NBD_CMD_BLOCK_STATUS extension
 2016-11-28 11:19 UTC  (3+ messages)
` [Qemu-devel] [Nbd] "

[PATCH] ARM: dts: sunxi: Enable UEXT related nodes for Olimex A20 SOM EVB
 2016-11-28 11:19 UTC  (7+ messages)

[PATCH v1] wic: Add --exclude-path option to rootfs source plugin
 2016-11-28 11:18 UTC  (8+ messages)

Introducing DeepSea: A tool for deploying Ceph using Salt
 2016-11-28 11:17 UTC  (3+ messages)

[kernel-hardening] [RFC PATCH v2 0/3] Add support for eXclusive Page Frame Ownership (XPFO)
 2016-11-28 11:15 UTC  (6+ messages)
` [kernel-hardening] [RFC PATCH v3 0/2] "
  ` [kernel-hardening] [RFC PATCH v3 1/2] "
    ` [kernel-hardening] "
      `  "

[PATCH v3 0/5] thermal: fixes the rockchip thermal
 2016-11-28 11:12 UTC  (3+ messages)
` [PATCH v3 2/5] thermal: rockchip: don't pass table structs by value
` [PATCH v3 5/5] thermal: rockchip: handle set_trips without the trip points


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.