All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-03-07 18:39:15 to 2016-03-07 19:35:03 UTC [more...]

[PATCH 0/2] drivers: net: xgene: fix irq related issues
 2016-03-09  5:49 UTC  (3+ messages)
` [PATCH 1/2] drivers: net: xgene: fix: Derive prefetch number from irq

[PATCH 00/10] Last batch of fixes for LNet
 2016-03-07 19:34 UTC  (4+ messages)
  ` [lustre-devel] "

[PATCH 00/10] IB/hfi1: Adaptive PIO bug fixes and a few others
 2016-03-07 19:35 UTC  (2+ messages)
  ` [PATCH 01/10] IB/hfi1: Improve LED beaconing

[PATCH] pwms: pwm-ti*: Remove support for local clock gating
 2016-03-07 19:33 UTC 

Again, no space left on device while rebalancing and recipe doesnt work
 2016-03-07 19:33 UTC  (12+ messages)

[PATCH V7 0/4] Add generic PM domain support for Tegra
 2016-03-07 19:33 UTC  (6+ messages)
` [PATCH V7 2/4] Documentation: DT: bindings: Add power domain info for NVIDIA PMC

NTP forwarding
 2016-03-07 19:33 UTC  (6+ messages)

[Intel-wired-lan] [PATCH v2 net-next 1/3] net: ixgbe: fix error handling in tc cls_u32 offload routines
 2016-03-07 19:31 UTC  (6+ messages)
` [Intel-wired-lan] [PATCH v2 net-next 2/3] net: ixgbe: Fix cls_u32 offload support for fields with masks
` [Intel-wired-lan] [PATCH v2 net-next 3/3] net: ixgbe: Fix cls_u32 offload support for L4 ports

[PATCH] arch/microblaze: export isa_io_base to modules
 2016-03-07 19:29 UTC 

[PATCH 1/2] drm/rockchip: dw_hdmi: Call drm_encoder_cleanup() in error path
 2016-03-07 19:26 UTC  (13+ messages)

[Qemu-devel] [PATCH v2 00/42] ivshmem: Fixes, cleanups, device model split
 2016-03-07 19:25 UTC  (43+ messages)
` [Qemu-devel] [PATCH v2 01/42] exec: Fix memory allocation when memory path names new file
` [Qemu-devel] [PATCH v2 02/42] exec: Fix memory allocation when memory path isn't on hugetlbfs
` [Qemu-devel] [PATCH v2 03/42] target-ppc: Document TOCTTOU in hugepage support
` [Qemu-devel] [PATCH v2 04/42] ivshmem-server: Fix and clean up command line help
` [Qemu-devel] [PATCH v2 05/42] ivshmem-server: Don't overload POSIX shmem and file name
` [Qemu-devel] [PATCH v2 06/42] qemu-doc: Fix ivshmem huge page example
` [Qemu-devel] [PATCH v2 07/42] event_notifier: Make event_notifier_init_fd() #ifdef CONFIG_EVENTFD
` [Qemu-devel] [PATCH v2 08/42] tests/libqos/pci-pc: Fix qpci_pc_iomap() to map BARs aligned
` [Qemu-devel] [PATCH v2 09/42] ivshmem-test: Improve test case /ivshmem/single
` [Qemu-devel] [PATCH v2 10/42] ivshmem-test: Clean up wait for devices to become operational
` [Qemu-devel] [PATCH v2 11/42] ivshmem-test: Improve test cases /ivshmem/server-*
` [Qemu-devel] [PATCH v2 12/42] ivshmem: Rewrite specification document
` [Qemu-devel] [PATCH v2 13/42] ivshmem: Add missing newlines to debug printfs
` [Qemu-devel] [PATCH v2 14/42] ivshmem: Compile debug prints unconditionally to prevent bit-rot
` [Qemu-devel] [PATCH v2 15/42] ivshmem: Clean up after commit 9940c32
` [Qemu-devel] [PATCH v2 16/42] ivshmem: Drop ivshmem_event() stub
` [Qemu-devel] [PATCH v2 17/42] ivshmem: Don't destroy the chardev on version mismatch
` [Qemu-devel] [PATCH v2 18/42] ivshmem: Fix harmless misuse of Error
` [Qemu-devel] [PATCH v2 19/42] ivshmem: Failed realize() can leave migration blocker behind
` [Qemu-devel] [PATCH v2 20/42] ivshmem: Clean up register callbacks
` [Qemu-devel] [PATCH v2 21/42] ivshmem: Clean up MSI-X conditions
` [Qemu-devel] [PATCH v2 22/42] ivshmem: Leave INTx alone when using MSI-X
` [Qemu-devel] [PATCH v2 23/42] ivshmem: Assert interrupts are set up once
` [Qemu-devel] [PATCH v2 24/42] ivshmem: Simplify rejection of invalid peer ID from server
` [Qemu-devel] [PATCH v2 25/42] ivshmem: Disentangle ivshmem_read()
` [Qemu-devel] [PATCH v2 26/42] ivshmem: Plug leaks on unplug, fix peer disconnect
` [Qemu-devel] [PATCH v2 27/42] ivshmem: Receive shared memory synchronously in realize()
` [Qemu-devel] [PATCH v2 28/42] ivshmem: Propagate errors through ivshmem_recv_setup()
` [Qemu-devel] [PATCH v2 29/42] ivshmem: Rely on server sending the ID right after the version
` [Qemu-devel] [PATCH v2 30/42] ivshmem: Drop the hackish test for UNIX domain chardev
` [Qemu-devel] [PATCH v2 31/42] ivshmem: Simplify how we cope with short reads from server
` [Qemu-devel] [PATCH v2 32/42] ivshmem: Tighten check of property "size"
` [Qemu-devel] [PATCH v2 33/42] ivshmem: Implement shm=... with a memory backend
` [Qemu-devel] [PATCH v2 34/42] ivshmem: Simplify memory regions for BAR 2 (shared memory)
` [Qemu-devel] [PATCH v2 35/42] ivshmem: Inline check_shm_size() into its only caller
` [Qemu-devel] [PATCH v2 36/42] qdev: New DEFINE_PROP_ON_OFF_AUTO
` [Qemu-devel] [PATCH v2 37/42] ivshmem: Replace int role_val by OnOffAuto master
` [Qemu-devel] [PATCH v2 38/42] ivshmem: Split ivshmem-plain, ivshmem-doorbell off ivshmem
` [Qemu-devel] [PATCH v2 39/42] ivshmem: Clean up after the previous commit
` [Qemu-devel] [PATCH v2 40/42] ivshmem: Drop ivshmem property x-memdev
` [Qemu-devel] [PATCH v2 41/42] ivshmem: Require master to have ID zero
` [Qemu-devel] [PATCH v2 42/42] contrib/ivshmem-server: Print "not for production" warning

[PATCH 0/3][v7] Fix task buildstats gathering
 2016-03-07 19:26 UTC  (10+ messages)
` [PATCH 1/3] toaster.bbclass: improve how we gather buildstats for Toaster
` [PATCH 2/3] toaster: rework task buildstats storage and display
` [PATCH 3/3] toaster-tests: add test for cputime subpage

[PATCH RESEND] Documentation: devicetree: Clean up gpio-keys example
 2016-03-07 19:25 UTC  (5+ messages)

[Qemu-devel] [PATCH v2] kvm: x86: q35: Add support for -machine kernel_irqchip=split for q35
 2016-03-07 19:25 UTC  (2+ messages)

[PATCH] PCI/MSI: pci-xgene-msi: Enable MSI support in ACPI boot for X-Gene v1
 2016-03-07 19:24 UTC  (5+ messages)

[PATCH 0/2] [media] gspca_kinect: enable both video and depth streams
 2016-03-07 19:23 UTC  (3+ messages)

[PATCH v2] sparc64: Add support for Application Data Integrity (ADI)
 2016-03-07 19:22 UTC  (43+ messages)

[PATCH 1/1 v3] mmc_utils: add ffu support
 2016-03-07 19:22 UTC  (2+ messages)

[PATCH 1/2] ARM: tegra: Add stdout-path for various boards
 2016-03-07 19:22 UTC  (2+ messages)

[PATCH v14 0/6] arm64, numa: Add numa support for arm64 platforms
 2016-03-07 19:22 UTC  (4+ messages)
` [PATCH v14 2/6] Documentation, dt, numa: dt bindings for NUMA

[PATCH 0/6 v5] Upgrade RPM to 5.4.16 (CVE HEAD)
 2016-03-07 19:19 UTC 

[PATCH V2 0/2] mailbox: Introduce Texas Instrument's message manager driver
 2016-03-07 19:18 UTC  (8+ messages)
` [PATCH V2 2/2] mailbox: Introduce TI "

[PATCH v2 0/2] Add missing ethdev driver support
 2016-03-07 19:19 UTC  (7+ messages)
` [PATCH v2 2/2] drivers/net/vmxnet3: add ethdev functions

[GIT PULL] Detach a live session
 2016-03-07 19:17 UTC 

[Qemu-devel] [Qemu-block] [PATCH] block/gluster: add support for SEEK_DATA/SEEK_HOLE
 2016-03-07 19:14 UTC 

[Qemu-devel] [PATCH V2] hw/acpi: fix Q35 support for legacy Windows OS
 2016-03-07 19:14 UTC 

[PATCH] uas: Reduce can_queue to MAX_CMNDS
 2016-03-07 19:11 UTC 

[Qemu-devel] [PATCH v3 00/15] Dirty bitmap changes for migration/persistence work
 2016-03-07 19:11 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 04/15] block: Move block dirty bitmap code to separate files
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH v3 06/15] block: Hide HBitmap in block dirty bitmap interface
  ` [Qemu-devel] [Qemu-block] "

Failed to fetch URL git://gitorious.org/raw2rgbpnm/raw2rgbpnm.git
 2016-03-07 19:11 UTC 

[PATCH] usbhid: Fix lockdep unannotated irqs-off warning
 2016-03-07 19:10 UTC  (7+ messages)

Possible double-free in the usbnet driver
 2016-03-07 19:11 UTC  (4+ messages)

[net-next RFC 0/4] SO_BINDTOSUBNET
 2016-03-07 19:09 UTC  (2+ messages)

[net-next PATCH 1/4] gre: Enforce IP ID verification on outer headers
 2016-03-07 19:09 UTC  (4+ messages)
` [net-next PATCH 3/4] vxlan: "

[PATCH] drm/i915: Only write watermark registers if a pipe is active
 2016-03-07 19:09 UTC  (5+ messages)

[PATCH V2] IB/uverbs: Fix race between uverbs_close and remove_one
 2016-03-07 19:08 UTC  (2+ messages)

[PATCH bluetooth-next] 6lowpan: iphc: fix SAM/DAM bit comment
 2016-03-07 19:07 UTC 

[U-Boot] [PATCH] armv8/fsl-lsch2: fix sdhc clock frequency value
 2016-03-07 19:07 UTC  (2+ messages)

BTLE pairing sequence problem
 2016-03-07 19:06 UTC  (5+ messages)

[Qemu-devel] [RFC PATCH v1 00/10] Core based CPU hotplug for PowerPC sPAPR
 2016-03-07 19:05 UTC  (3+ messages)
` [Qemu-devel] [RFC PATCH v1 03/10] cpu: Reclaim vCPU objects

Bluez LE: Unable to get readings from LE devices
 2016-03-07 19:05 UTC 

[PATCH net-next 0/3] MACsec IEEE 802.1AE implementation
 2016-03-07 19:05 UTC  (3+ messages)
` [PATCH net-next 3/3] macsec: introduce IEEE 802.1AE driver

[Qemu-devel] [PATCH] win32: fix socket_error() to work with Mingw64
 2016-03-07 19:03 UTC  (2+ messages)

[PATCH i-g-t] tests/pm_rps: Fix assert for sysfs writes
 2016-03-07 19:02 UTC 

How to include just some subdirectory excluding all envelop tree
 2016-03-07 19:01 UTC 

linux-next: manual merge of the watchdog tree with the arm-soc tree
 2016-03-07 19:00 UTC  (11+ messages)

[Qemu-devel] strange crash in tracked_request_begin
 2016-03-07 19:00 UTC  (3+ messages)

[PATCH v2 1/2] cxl: Add mechanism for delivering AFU driver specific events
 2016-03-07 18:59 UTC  (2+ messages)
` [PATCH v2 2/2] cxl: add set/get private data to context struct

Bugs and tasks for 2.02[~rc1]
 2016-03-07 19:00 UTC  (4+ messages)

[Qemu-devel] [PULL 0/5] migration pull
 2016-03-07 18:58 UTC  (4+ messages)
` [Qemu-devel] [PULL 2/5] migration: move bdrv_invalidate_cache_all of of coroutine context

[PATCH v5 00/26] memory: omap-gpmc: mtd: nand: Support GPMC NAND on non-OMAP platforms
 2016-03-07 18:58 UTC  (6+ messages)
` [PATCH v5 10/26] mtd: nand: omap: Update DT binding documentation

[PATCH 0/3] drm/i915: Some GT freq stuff
 2016-03-07 18:57 UTC  (2+ messages)
` [PATCH 4/3] drm/i915: Read RPS frequencies earlier on non-VLV/CHV

+ mm-percpu-use-pr_fmt-to-prefix-output.patch added to -mm tree
 2016-03-07 18:55 UTC 

+ mm-convert-printkkern_level-to-pr_level.patch added to -mm tree
 2016-03-07 18:55 UTC 

+ mm-coalesce-split-strings.patch added to -mm tree
 2016-03-07 18:55 UTC 

+ mm-convert-pr_warning-to-pr_warn.patch added to -mm tree
 2016-03-07 18:55 UTC 

[PATCH] MAINTAINERS: Add devicetree bindings to Input Drivers section
 2016-03-07 18:54 UTC  (3+ messages)

[ovmf test] 85629: regressions - FAIL
 2016-03-07 18:54 UTC 

[PATCH v3] xSplice v1 implementation and design
 2016-03-07 18:52 UTC  (3+ messages)
` [PATCH v3 21/23] xsplice: Add support for shadow variables

[PATCH] examples/l3fwd: fix using packet type blindly
 2016-03-07 18:51 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v8 0/10] watchdog: Add support for keepalives triggered by infrastructure
 2016-03-07 18:50 UTC  (4+ messages)

[PATCH openbmc 0/2] Yocto cleanup
 2016-03-07 18:50 UTC  (3+ messages)
` [PATCH openbmc 1/2] Move systemd patches from yocto-poky tree
` [PATCH openbmc 2/2] Move glibc-cross-localedef patches from yocto-poky

btrfs-image run time
 2016-03-07 18:50 UTC  (5+ messages)

[PATCHv2] extensions: libipt_icmp: Add translation to nft
 2016-03-07 18:50 UTC  (5+ messages)

[PATCH 0/3] net: macb: Fix coding style issues
 2016-03-07 18:49 UTC  (3+ messages)
` [PATCH 2/3] net: macb: Fix more "

perf, tools: Refactor and support interval and CSV metrics
 2016-03-07 18:48 UTC  (4+ messages)

[PATCH v1 0/3] mailbox: rockchip: Add mailbox driver for Rockchip platform
 2016-03-07 18:48 UTC  (4+ messages)
` [PATCH v1 2/3] mailbox: rockchip: Add Rockchip mailbox driver

[PATCH 00/10] x86: Various SYSENTER/SYSEXIT/#DB fixes and cleanups
 2016-03-07 18:46 UTC  (6+ messages)
` [PATCH v2 07/10] x86/entry: Vastly simplify SYSENTER TF handling

[PATCH v3] Staging: wlan-ng: Handle error condition
 2016-03-07 10:45 UTC 

[PATCH 0/7] Miscellaneous patches to support cxlflash in PowerVM
 2016-03-07 18:45 UTC  (8+ messages)
` [PATCH 1/7] cxlflash: Simplify PCI registration
  ` [PATCH 6/7] cxlflash: Fix to avoid unnecessary scan with internal LUNs
  ` [PATCH 7/7] cxlflash: Increase cmd_per_lun for better throughput

initial_sid context via libsepol
 2016-03-07 18:44 UTC  (3+ messages)

[Buildroot] [Bug 8771] New: make savedefconfig modifies sources
 2016-03-07 18:43 UTC 

[PATCH 00/11] RxRPC: Rewrite part 2
 2016-03-07 18:42 UTC  (3+ messages)
` [PATCH 01/11] rxrpc: Add a common object cache

NFS mount crashes on linux-next 20160307
 2016-03-07 18:42 UTC  (2+ messages)

[PATCH 1/2] xsm: move the XSM_MAGIC value to Kconfig
 2016-03-07 18:42 UTC  (2+ messages)
` [PATCH 2/2] xsm: move FLASK_AVC_STATS "

Suspicious error for CMA stress test
 2016-03-07 18:42 UTC  (14+ messages)

[Qemu-devel] [PATCH 00/38] ivshmem: Fixes, cleanups, device model split
 2016-03-07 18:42 UTC  (4+ messages)
` [Qemu-devel] [PATCH 38/38] contrib/ivshmem-server: Print "not for production" warning

[RFT PATCH 1/2] usb: dwc2: Add a 10 ms delay to dwc2_core_reset()
 2016-03-07 18:40 UTC  (3+ messages)
` [RFT PATCH 2/2] Revert "usb: dwc2: Fix probe problem on bcm2835"

[RFC] pinctrl: sh-pfc: only use dummy states for non-DT platforms
 2016-03-07 18:40 UTC 

[PATCH 4/5] Subject: goldfish: 32 bit framebuffer support
 2016-03-07 18:40 UTC 

[PATCH v2 1/2] ti-sysbios: Update to 6.45.01.29
 2016-03-07 18:39 UTC  (3+ messages)
` [PATCH v2 2/2] ti-xdctools: Update to verion 3.32.00.06

[Qemu-devel] [RFC v7 00/16] Slow-path for atomic instruction translation
 2016-03-07 18:39 UTC  (4+ messages)
` [Qemu-devel] [RFC v7 14/16] target-arm: translate: Use ld/st excl for atomic insns

[PATCH] media: i2c/adp1653: fix check of devm_gpiod_get() error code
 2016-03-07 18:39 UTC 

[Cocci] Coccinelle Compilation Problem: configure file
 2016-03-07 18:39 UTC  (3+ messages)
` [Cocci] Regeneration of the script "configure" for Coccinelle
    ` [Cocci] Parsing C source files by Coccinelle


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.