All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-12-16 14:37:39 to 2015-12-16 15:31:43 UTC [more...]

best base / worst case RAID 5,6 write speeds
 2015-12-16 15:31 UTC  (25+ messages)

[PATCH 0/4] remove auto exit of production and added sysfs interface
 2015-12-16 15:29 UTC  (4+ messages)
` [PATCH 1/4] mfd/menf21bmc: remove auto exiting of production mode and add "
` [PATCH 2/4] doc/ABI: added sysfs description for the menf21bmc MFD driver
` [PATCH 3/4] mfd/menf21bmc.c: add additional sysfs entries for BMC status information

[PATCH v2 00/11] ref-filter: use parsing functions
 2015-12-16 15:30 UTC  (12+ messages)
` [PATCH v2 01/11] strbuf: introduce strbuf_split_str_without_term()
` [PATCH v2 02/11] ref-filter: use strbuf_split_str_omit_term()
` [PATCH v2 03/11] ref-filter: introduce struct used_atom
` [PATCH v2 04/11] ref-fitler: bump match_atom() name to the top
` [PATCH v2 05/11] ref-filter: skip deref specifier in match_atom_name()
` [PATCH v2 06/11] ref-filter: introduce color_atom_parser()
` [PATCH v2 07/11] ref-filter: introduce align_atom_parser()
` [PATCH v2 08/11] ref-filter: introduce prefixes for the align atom
` [PATCH v2 09/11] ref-filter: introduce remote_ref_atom_parser()
` [PATCH v2 10/11] ref-filter: introduce contents_atom_parser()
` [PATCH v2 11/11] ref-filter: introduce objectname_atom_parser()

[fido][PATCH v2] Fix build issue on openssl 1.0.2d on Fido branch. OpenSSL's URIs of old releases have changed to /source/old/<x.y.z> instead of /source
 2015-12-16 15:29 UTC  (2+ messages)

[PATCH] include/linux/mmdebug.h: should include linux/bug.h
 2015-12-16 15:29 UTC  (3+ messages)

[distros-debian-snapshot test] 38518: tolerable FAIL
 2015-12-16 15:29 UTC 

[PATCH 00/10] drm/i915: Fixes from my attempt at running igt on gen2
 2015-12-16 15:28 UTC  (5+ messages)
` [PATCH 05/10] drm/i915: Use drm_vblank_count() on gen2 for crc frame count

[RFC v5 0/8] Additional kmsg devices
 2015-12-16 15:27 UTC  (5+ messages)

[linuxtv-media:media-controller 2022/2026] drivers/media/usb/au0828/au0828-core.c:445:36: error: 'struct au0828_dev' has no member named 'media_dev'
 2015-12-16 15:24 UTC 

[PATCH] ahci: qoriq: Adjust the default register values on ls1021a
 2015-12-16 15:25 UTC  (2+ messages)

BGPIOF_READ_OUTPUT_REG_SET problem
 2015-12-16 15:25 UTC  (3+ messages)

[PATCH 1/2] ahci: qoriq: Adjust the default register values on ls1043a
 2015-12-16 15:25 UTC  (3+ messages)
` [PATCH 2/2] ahci: qoriq: Update the default Rx watermark value

[PATCH 2/2] Fix tyop in the 2.7.0 release notes
 2015-12-16 15:23 UTC  (2+ messages)

[Buildroot] [PATCH v2] sysvinit: arm64 build fix
 2015-12-16 15:21 UTC 

How to move the initramfs manifest into the rootfs?
 2015-12-16 15:12 UTC 

No auto CRLF conversion in Commit Message comments
 2015-12-16 15:13 UTC 

[PATCH] drm/panel: add kernel doc for size attributes in panel_desc
 2015-12-16 15:20 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH v0 0/9] Generic cpu-core device
 2015-12-16 15:19 UTC  (7+ messages)

[PATCH V2 00/23] MMCONFIG refactoring and support for ARM64 PCI hostbridge init based on ACPI
 2015-12-16 15:16 UTC  (51+ messages)
` [PATCH V2 01/23] x86, pci: Reorder logic of pci_mmconfig_insert() function
` [PATCH V2 02/23] x86, pci, acpi: Move arch-agnostic MMCONFIG (aka ECAM) and ACPI code out of arch/x86/ directory
` [PATCH V2 03/23] pci, acpi, mcfg: Provide generic implementation of MCFG code initialization
` [PATCH V2 04/23] x86, pci: mmconfig_{32,64}.c code refactoring - remove code duplication
  ` [PATCH V2 04/23] x86, pci: mmconfig_{32, 64}.c "
` [PATCH V2 05/23] x86, pci, ecam: mmconfig_64.c becomes default implementation for ECAM driver
` [PATCH V2 06/23] XEN / PCI: Remove the dependence on arch x86 when PCI_MMCONFIG=y
` [PATCH V2 07/23] pci, acpi, mcfg: Provide default RAW ACPI PCI config space accessors
` [PATCH V2 08/23] arm64, acpi: Use empty PCI config space accessors from mcfg.c file
` [PATCH V2 09/23] pci, acpi, ecam: Add flag to indicate whether ECAM region was hot added or not
` [PATCH V2 10/23] x86, pci: Cleanup platform specific MCFG data using previously added ECAM hot_added flag
` [PATCH V2 11/23] arm64, pci: Remove useless boot time IRQ assignment when booting with DT
` [PATCH V2 12/23] pci, acpi: Move ACPI host bridge device companion assignment to core code
` [PATCH V2 13/23] x86, ia64, pci: Remove ACPI companion device from platform specific data
` [PATCH V2 14/23] pci, acpi: Provide generic way to assign bus domain number
` [PATCH V2 15/23] x86, ia64, pci: Convert arches to use PCI_DOMAINS_GENERIC
` [PATCH V2 16/23] x86, ia64: Include acpi_pci_{add|remove}_bus to the default pcibios_{add|remove}_bus implementation
` [PATCH V2 17/23] acpi, mcfg: Implement two calls that might be used to inject/remove MCFG region
` [PATCH V2 18/23] x86, acpi, pci: Use equivalent function introduced in previous patch
` [PATCH V2 19/23] acpi, mcfg: Add default PCI config accessors implementation and initial support for related quirks
` [PATCH V2 20/23] ACPI, PCI: Refine the way to handle translation_offset for ACPI resources
` [PATCH V2 21/23] pci, acpi: Support for ACPI based PCI hostbridge init
` [PATCH V2 22/23] pci, acpi: Match PCI config space accessors against platfrom specific quirks
` [PATCH V2 23/23] arm64, pci, acpi: Start using ACPI based PCI host bridge driver for ARM64

[PATCH v3 00/11] NFS/RDMA client patches for 4.5
 2015-12-16 15:17 UTC  (19+ messages)
` [PATCH v3 04/11] xprtrdma: Move struct ib_send_wr off the stack
` [PATCH v3 06/11] xprtrdma: Add ro_unmap_sync method for FRWR
` [PATCH v3 09/11] SUNRPC: Introduce xprt_commit_rqst()

small svc_rdma cleanup
 2015-12-16 15:17 UTC  (6+ messages)
` [PATCH] svc_rdma: use local_dma_lkey

fix mountd netgroup lookup for short hostnames
 2015-12-16 15:17 UTC  (2+ messages)

[PATCH 0/9] Fix checkpatch errors
 2015-12-16 15:17 UTC  (6+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] drivers: tty: 68328serial.c: Use tabs for indentation
  ` [PATCH v2 2/4] drivers: tty: 68328serial.c: remove trailing whitespaces
  ` [PATCH v2 3/4] drivers: tty: 68328serial.c: Use use same indentation for switch/case
  ` [PATCH v2 4/4] drivers: tty: 68328serial.c: Move trailing statements to next line

[PATCH] i2c: rcar: disable runtime PM correctly in slave mode
 2015-12-16 15:16 UTC  (3+ messages)

[PATCH][iproute2] tc/q_htb.c: Fix the MPU value output in 'tc -d class show dev <device_name> ' command
 2015-12-16 15:15 UTC  (2+ messages)

[PATCH iproute2] iplink: support 'stable-privacy' IPv6 addrgenmode
 2015-12-16 15:15 UTC 

[PATCH v6 0/5] MT8173 IOMMU SUPPORT
 2015-12-16 15:15 UTC  (8+ messages)
` [PATCH v6 4/5] iommu/mediatek: Add mt8173 IOMMU driver

Issue with Ceph File System and LIO
 2015-12-16 15:15 UTC  (5+ messages)

[PATCH 1/2] devicetree: add vendor prefix for Kyocera Corporation
 2015-12-16 15:15 UTC  (2+ messages)

[PATCH] sendfile.2: Document more return values
 2015-12-16 15:13 UTC  (3+ messages)
` [PATCH v2] "

Improving Data-At-Rest encryption in Ceph
 2015-12-16 15:13 UTC  (4+ messages)

i915 + DRM: *ERROR* too many voltage retries, give up + *ERROR* failed to train DP, aborting
 2015-12-16 15:12 UTC 

[PATCH] Keyboard backlight control for some Vaio Fit models
 2015-12-16 15:04 UTC  (3+ messages)

[PATCH v13 0/8] Xen VMware tools support
 2015-12-16 15:12 UTC  (3+ messages)
` [PATCH v13 5/8] xen: Add vmware_port support

[PATCH v4] mm,oom: Add memory allocation watchdog kernel thread
 2015-12-16 15:11 UTC  (5+ messages)

[Bug 100771] When activating ignore_nice_load with governor ondemand performance drops for normal processes
 2015-12-16 15:11 UTC 

Error building glib
 2015-12-16 15:10 UTC  (2+ messages)

[U-Boot] [PATCH V2 1/7] test/py: Implement pytest infrastructure
 2015-12-16 15:11 UTC  (3+ messages)

[PATCH v3 0/3] ext4 crypto: back up encrypted files
 2015-12-16 15:10 UTC  (2+ messages)

[PATCH] tools: allow configure time choice of libexec subdirectory
 2015-12-16 15:06 UTC 

[PATCH v9 0/4] irqchip:support mbigen interrupt controller
 2015-12-16 15:05 UTC  (7+ messages)
` [PATCH v9 3/4] irqchip:create irq domain for each mbigen device

[ [PATCH v2] 00/13] Add virtio support in arm/arm64
 2015-12-16 15:05 UTC  (13+ messages)
` [ [PATCH v2] 05/13] virtio: change io_base datatype from uint32_t to uint64_type
` [ [PATCH v2] 11/13] virtio_ioport: armv7/v8: mmap virtio iopci bar region

[PATCH RFC v1 00/14] xen: arm: support for save restore and dead migration
 2015-12-16 15:04 UTC  (4+ messages)
` [PATCH RFC XEN v1 07/14] xen: arm: Save and restore basic per-VCPU state

[PATCH] i2c: designware: Do not require clock when SSCN and FFCN are provided
 2015-12-16 15:04 UTC  (7+ messages)

[PATCH lttng-tools] Tests: fix make targets using objcopy
 2015-12-16 15:03 UTC 

attacking btrfs filesystems via UUID collisions?
 2015-12-16 15:04 UTC  (12+ messages)

The time(2) man page conflicts with glibc
 2015-12-16 15:04 UTC  (8+ messages)

[PATCH] sparc64: Add ADI capability to cpu capabilities
 2015-12-16 15:01 UTC  (2+ messages)

[PATCH v2] secilc/docs: Convert DocBook documentation into github markdown
 2015-12-16 15:01 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] arm: imx6: Add DDR3 calibration code for MX6 Q/D/DL
 2015-12-16 15:00 UTC  (3+ messages)
` [U-Boot] [PATCH 2/2] arm: imx6: Enable DDR calibration on Novena

question on "mac80211_hwsim: support any address in userspace"
 2015-12-16 14:59 UTC  (9+ messages)

[PATCH] x86: Make printks consistent in hvm_set_callback_via function
 2015-12-16 14:59 UTC  (2+ messages)

[xen-unstable-smoke test] 66430: tolerable all pass - PUSHED
 2015-12-16 14:58 UTC 

[patch] HID: wacom: bitwise vs logical ORs
 2015-12-16 14:57 UTC  (3+ messages)

block layer bug with 4.4-rc3+
 2015-12-16 14:55 UTC  (6+ messages)

[patch] ASoC: Intel: Skylake: Fix a couple signedness bugs
 2015-12-16 14:56 UTC  (5+ messages)

lsupdates
 2015-12-16 14:54 UTC  (2+ messages)

[PATCH 1/1] powerpc/irq: tidy up inconsistent context in migrate_irqs()
 2015-12-16 14:45 UTC  (6+ messages)

[PATCH] i2c: designware: Add support for AMD Seattle I2C
 2015-12-16 14:54 UTC  (5+ messages)

[patch] ASoC: Intel: Skylake: pointer math issue
 2015-12-16 14:53 UTC  (4+ messages)

Is PROT_SOCK still relevant?
 2015-12-16 14:52 UTC  (6+ messages)

[PATCH] staging: rtl8723au: change parameter type in rtl8723a_set_rssi_cmd declaration
 2015-12-16 14:51 UTC  (2+ messages)

[Qemu-devel] [Minios-devel] [PATCH v7 0/<VARIOUS>] Begin to disentangle libxenctrl and provide some stable libraries
 2015-12-16 14:50 UTC  (13+ messages)
` [PATCH XEN v7 00/29] "
  ` [PATCH XEN v7 27/29] tools/libs/*: Use O_CLOEXEC on Linux and FreeBSD
` [Qemu-devel] [PATCH QEMU-XEN v7 0/8] Begin to disentangle libxenctrl and provide some stable libraries
  ` [Qemu-devel] [PATCH QEMU-XEN v7 5/8] xen: Switch uses of xc_map_foreign_{pages, bulk} to use libxenforeignmemory API
    `  "

[PATCH for-next V2 0/5] User-space time-stamping support for mlx5_ib
 2015-12-16 14:50 UTC  (6+ messages)
` [PATCH for-next V2 3/5] IB/mlx5: Add support for hca_core_clock and timestamp_mask
` [PATCH for-next V2 5/5] IB/mlx5: Mmap the HCA's core clock register to user-space

problem with coda when running qt-gstreamer and video reaches its end (resending in plain text)
 2015-12-16 14:49 UTC  (2+ messages)

[Qemu-devel] [PATCH 1/1] qmp: process system-reset event in paused state
 2015-12-16 14:47 UTC  (5+ messages)

[U-Boot] [PATCH 1/5] Make RBTREE selectable by Kconfig
 2015-12-16 14:47 UTC  (4+ messages)

[PATCH] mm: make sure isolate_lru_page() is never called for tail page
 2015-12-16 14:47 UTC  (2+ messages)

[Qemu-devel] [PATCH 26/74] pc: acpi: memhp: move MHPD._STA method into SSDT
 2015-12-16 14:47 UTC  (2+ messages)
` [Qemu-devel] [PATCH v2 "

[PATCH] x86/PCI: Intercept Dom0 MMCFG from dom0s in HVM containers
 2015-12-16 14:47 UTC  (4+ messages)

[PATCH/RFC 00/10] ref-filter: use parsing functions
 2015-12-16 14:45 UTC  (6+ messages)

[PATCH 0/4] ASoC: core: Update for DSP systems
 2015-12-16 14:48 UTC  (10+ messages)
` [PATCH 2/4] ASoC: core: Adds support for cpu loopback dai_link

how to enable kdb for xen
 2015-12-16 14:42 UTC  (4+ messages)

[PATCH] MAINTAINERS: add myself for kconfig
 2015-12-16 14:41 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH 00/40] Sneak peek of virtio and dataplane changes for 2.6
 2015-12-16 14:40 UTC  (6+ messages)

[PATCH 0/2] wil6210 patches
 2015-12-16 14:39 UTC  (3+ messages)
` [PATCH 1/2] wil6210: fix kernel OOPS when stopping interface during Rx traffic

[PATCH v8 00/28] Kconfig conversion
 2015-12-16 14:38 UTC  (3+ messages)

[PATCH LINUX v4 00/13] tty: xuartps: Fix lock ups
 2015-12-16 14:37 UTC  (8+ messages)
` [PATCH LINUX v4 06/13] tty: xuartps: Move request_irq to after setting up the HW

[PATCH 00/37] Add rdma verbs transport library
 2015-12-16 14:37 UTC  (8+ messages)
` [PATCH 37/37] IB/rdmavt: Add support for new memory registration API


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.