All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-04-14 09:36:06 to 2016-04-14 10:45:43 UTC [more...]

[Qemu-devel] [RFC v2] virtio-crypto specification
 2016-04-14 10:45 UTC  (13+ messages)

[PATCH v2 0/3] x86/ioreq server: introduce HVMMEM_ioreq_server mem type
 2016-04-14 10:45 UTC  (13+ messages)
` [PATCH v2 3/3] x86/ioreq server: Add HVMOP to map guest ram with p2m_ioreq_server to an ioreq server

[PATCH v3 00/16] index-helper, watchman
 2016-04-14 10:43 UTC  (9+ messages)
` [PATCH v3 03/16] index-helper: new daemon for caching index and related stuff

[U-Boot] [PATCH] odroid: Update README with correct firmware link and XU4 support
 2016-04-14 10:41 UTC  (3+ messages)

[U-Boot] [PATCH] exynos: Set CNTFRQ
 2016-04-14 10:41 UTC  (4+ messages)
` [U-Boot] [PATCH v2] "

[PATCHv2 0/1] Revert cleaning of users/groups
 2016-04-14 10:40 UTC  (9+ messages)
` [PATCHv2 1/1] Revert "useradd.bbclass: remove user/group created by the package in clean* task"

[Question] refcount of DT node
 2016-04-14 10:40 UTC  (13+ messages)

[PATCH nf] netfilter: ipv6: Orphan skbs in nf_ct_frag6_gather()
 2016-04-14 10:35 UTC  (4+ messages)

[for-4.7] x86/emulate: synchronize LOCKed instruction emulation
 2016-04-14 10:35 UTC  (2+ messages)

[PATCH] dracut: 99base: do not mount /run with the "noexec" option
 2016-04-14 10:33 UTC  (4+ messages)

[PATCH 0/3] pull: chrt fixes
 2016-04-14 10:32 UTC  (6+ messages)
` [PATCH 1/3] chrt: make --sched-* short options to require an argument

v10.1.2 Jewel release candidate release
 2016-04-14 10:32 UTC  (4+ messages)
    ` [ceph-users] "

[meta-oe][PATCH] gtest, gmock: allow building gtest-native and gmock-native
 2016-04-14 10:29 UTC 

[Buildroot] [PATCH] luv: bump to version 1.9.0-1
 2016-04-14 10:29 UTC 

bit-timing and sample point
 2016-04-14 10:26 UTC  (2+ messages)

[Buildroot] [PATCH] php: bump version to 7.0.5
 2016-04-14 10:28 UTC 

[GIT PULL] sound fixes for 4.6-rc4
 2016-04-14 10:28 UTC 

[PATCH RFC 0/2] tun: lockless xmit
 2016-04-14 10:27 UTC  (12+ messages)
` [PATCH RFC 1/2] tun: don't require serialization lock on tx
` [PATCH RFC 2/2] tun: don't set a default qdisc

Enable module aliases for vio on sparc/sparc64
 2016-04-14 10:27 UTC  (2+ messages)

[PATCH 00/10] perf tools: Use SIGUSR2 control data dumpping
 2016-04-14 10:21 UTC  (8+ messages)
` [PATCH 03/10] perf record: Turns auxtrace_snapshot_enable into 3 states

[nf_tables PATCH] netfilter: nf_tables: invert chain deletion abort path
 2016-04-14 10:24 UTC  (2+ messages)

[PATCH] btrfs: s_bdev is not null after missing replace
 2016-04-14 10:24 UTC 

[linux-lvm] lvm2-2.02.150: error running autotools
 2016-04-14 10:24 UTC 

[PATCH RFC 00/22] Replace the CFQ I/O Scheduler with BFQ
 2016-04-14 10:23 UTC  (10+ messages)
` [PATCH RFC 09/22] block, cfq: replace CFQ with the BFQ-v0 I/O scheduler

[PATCH V2 0/9] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2016-04-14 10:22 UTC  (5+ messages)
` [PATCH V2 2/9] ras: acpi/apei: cper: generic error data entry v3 per ACPI 6.1

[PATCH] procfs: expose umask in /proc/<PID>/status (formerly umask2, formerly getumask)
 2016-04-14 10:21 UTC  (4+ messages)
` [PATCH] procfs: expose umask in /proc/<PID>/status

[Qemu-devel] [PATCH for 2.6 1/1] nbd: fix assert() on qemu-nbd stop
 2016-04-14 10:20 UTC 

[RFC 00/35] mempool: rework memory allocation
 2016-04-14 10:19 UTC  (38+ messages)
` [PATCH 00/36] "
  ` [PATCH 01/36] mempool: fix comments and style
  ` [PATCH 02/36] mempool: replace elt_size by total_elt_size
  ` [PATCH 03/36] mempool: uninline function to check cookies
  ` [PATCH 04/36] mempool: use sizeof to get the size of header and trailer
  ` [PATCH 05/36] mempool: rename mempool_obj_ctor_t as mempool_obj_cb_t
  ` [PATCH 06/36] mempool: update library version
  ` [PATCH 07/36] mempool: list objects when added in the mempool
  ` [PATCH 08/36] mempool: remove const attribute in mempool_walk
  ` [PATCH 09/36] mempool: remove const qualifier in dump and audit
  ` [PATCH 10/36] mempool: use the list to iterate the mempool elements
  ` [PATCH 11/36] mempool: use the list to audit all elements
  ` [PATCH 12/36] mempool: use the list to initialize mempool objects
  ` [PATCH 13/36] mempool: create the internal ring in a specific function
  ` [PATCH 14/36] mempool: store physaddr in mempool objects
  ` [PATCH 15/36] mempool: remove MEMPOOL_IS_CONTIG()
  ` [PATCH 16/36] mempool: store memory chunks in a list
  ` [PATCH 17/36] mempool: new function to iterate the memory chunks
  ` [PATCH 18/36] mempool: simplify xmem_usage
  ` [PATCH 19/36] mempool: introduce a free callback for memory chunks
  ` [PATCH 20/36] mempool: make page size optional when getting xmem size
  ` [PATCH 21/36] mempool: default allocation in several memory chunks
  ` [PATCH 22/36] eal: lock memory when using no-huge
  ` [PATCH 23/36] mempool: support no-hugepage mode
  ` [PATCH 24/36] mempool: replace mempool physaddr by a memzone pointer
  ` [PATCH 25/36] mempool: introduce a function to free a mempool
  ` [PATCH 26/36] mempool: introduce a function to create an empty mempool
  ` [PATCH 27/36] eal/xen: return machine address without knowing memseg id
  ` [PATCH 28/36] mempool: rework support of xen dom0
  ` [PATCH 29/36] mempool: create the internal ring when populating
  ` [PATCH 30/36] mempool: populate a mempool with anonymous memory
  ` [PATCH 31/36] mempool: make mempool populate and free api public
  ` [PATCH 32/36] test-pmd: remove specific anon mempool code
  ` [PATCH 33/36] mem: avoid memzone/mempool/ring name truncation
  ` [PATCH 34/36] mempool: new flag when phys contig mem is not needed
  ` [PATCH 35/36] app/test: rework mempool test
  ` [PATCH 36/36] mempool: update copyright

[PATCH 0/2] DRA7x: Increase QSPI frequency to 64MHz
 2016-04-14 10:18 UTC  (9+ messages)
` [PATCH 1/2] ARM: dts: dra7x: Remove QSPI pinmux
` [PATCH 2/2] ARM: dts: dra7x: Support QSPI MODE-0 operation at 64MHz

Running an own script after kernel compilation
 2016-04-14 10:19 UTC  (2+ messages)

[U-Boot] [PATCH] fastboot: Fix OUT transaction length alignment
 2016-04-14 10:18 UTC  (4+ messages)

[xen-unstable test] 91226: regressions - FAIL
 2016-04-14 10:18 UTC 

[PATCH] ARM: davinci_all_defconfig: enable GPIO_SYSFS
 2016-04-14 10:18 UTC  (2+ messages)

[PATCH] i40e: improve performance of vector PMD
 2016-04-14 10:15 UTC 

Removal of the kernel code/data/bss resources does break kexec/kdump
 2016-04-14 10:14 UTC 

[U-Boot] [PATCH] board: Remove overlooked vestiges of "dave" board
 2016-04-14 10:15 UTC 

HVMLite / PVHv2 - using x86 EFI boot entry
 2016-04-14 10:13 UTC  (20+ messages)
` [Xen-devel] "

[PATCH net-next V3 00/16] net: fec: cleanup and fixes
 2016-04-14 10:13 UTC  (3+ messages)

[Qemu-devel] post-copy is broken?
 2016-04-14 10:13 UTC  (9+ messages)

[PATCH v5 nf-next 0/4] netfilter: nftables: add connlabel set support
 2016-04-14 10:08 UTC  (5+ messages)
` [PATCH v5 nf-next 4/4] "

[U-Boot] [GIT] Pull request: u-boot-dfu
 2016-04-14 10:08 UTC  (2+ messages)

[PATCH 1/3] drm/i915/overlay: Replace i915_gem_obj_ggtt_offset() with the known flip_addr
 2016-04-14 10:07 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915/overlay: Replace i915_gem_obj_ggtt_offset() with the known flip_addr (rev2)

Failure in sel_netport_sid_slow()
 2016-04-14 10:07 UTC  (6+ messages)

J1939 Linux
 2016-04-14 10:03 UTC  (8+ messages)

[for-CI-v2] drm/i915/mocs: Program MOCS for all engines on init
 2016-04-14 10:06 UTC  (2+ messages)

[PATCH v2 0/4] ACPI based PCI host driver with generic ECAM
 2016-04-14 10:05 UTC  (8+ messages)
` [PATCH v2 2/4] PCI: Provide common functions for ECAM mapping

[PATCH 00/10] Another shot at cruft removal
 2016-04-14 10:06 UTC  (4+ messages)
` [PATCH 08/10] drm: Forbid legacy MAP functions for DRIVER_MODESET

[PATCH nf-next] netfilter: conntrack: don't acquire lock during seq_printf
 2016-04-14 10:05 UTC  (2+ messages)

[PATCH v4 0/5] Modernize ARC clocksource/clockevent/intc drivers
 2016-04-14 10:05 UTC  (12+ messages)
` [PATCH v4 1/5] ARC: clockevent: DT based probe
` [PATCH v4 2/5] ARC: clocksource: "

[PATCH v4 00/16] index-helper, watchman
 2016-04-14 10:04 UTC  (5+ messages)
` [PATCH v4 03/16] index-helper: new daemon for caching index and related stuff

[PATCH v3 0/4] PCI: Add support for suspending (including runtime) of PCIe ports
 2016-04-14 10:04 UTC  (5+ messages)
` [PATCH v3 1/4] PCI: No need to set d3cold_allowed to "
` [PATCH v3 2/4] PCI: Move PCIe ports to D3 during suspend
` [PATCH v3 3/4] ACPI / hotplug / PCI: Runtime resume bridge before rescan
` [PATCH v3 4/4] PCI: Add runtime PM support for PCIe ports

[U-Boot] is there an official MAINTAINER for u-boot POST support?
 2016-04-14 10:03 UTC  (3+ messages)

[PATCH v2 0/4] LED trigger on MTD activity
 2016-04-14 10:03 UTC  (5+ messages)

[PATCH 0/9] mtd: nand: set ECC algorithm explicitly (part 2)
 2016-04-14 10:01 UTC  (2+ messages)

[patch] mfd: wm8400-core: signedness bug in wm8400_reg_read()
 2016-04-14 10:01 UTC  (4+ messages)

[PATCH RESEND] devcoredump: add scatterlist support
 2016-04-14  9:59 UTC 

[PATCH V16 04/18] Btrfs: subpage-blocksize: Define extent_buffer_head
 2016-04-14  9:57 UTC  (2+ messages)

[PATCH v4 00/13] Introduce device state 'failed', spare device and auto replace
 2016-04-14  9:57 UTC  (5+ messages)

[PATCH v1 1/1] ixgbe: fix queue stop
 2016-04-14  9:59 UTC 

[PATCH v6] Improve the performance of --num-threads -d 31
 2016-04-14  9:57 UTC  (3+ messages)

[PATCH v2] ARM: arm64: dts: Add expansion bus to VExpress and Juno
 2016-04-14  9:52 UTC  (3+ messages)

[Qemu-devel] [Bug 1569988] [NEW] [2.6] user network broken reaching foreign servers on Win64
 2016-04-14  9:44 UTC  (2+ messages)
` [Qemu-devel] [Bug 1569988] "

[PATCH] examples: fix CID 30708 out-of-bounds read
 2016-04-14  9:52 UTC 

[PATCH v2] i2c: efm32: Prevent potential division by zero
 2016-04-14  9:49 UTC 

[PATCH 00/19] mkfs cleaning
 2016-04-14  9:49 UTC  (5+ messages)
` [PATCH 15/19] mkfs: don't treat files as though they are block devices

[PATCH 11/13] btrfs: introduce device dynamic state transition to offline or failed
 2016-04-14  9:48 UTC  (5+ messages)
` [PATCH] Btrfs: Set superblock s_bdev field properly at device closing

[PATCH 0/5] PowerManagement Toggle for PowerTOP
 2016-04-14  9:48 UTC  (7+ messages)

[PATCH] mmc: tegra: Disable UHS-I modes for tegra124
 2016-04-14  9:48 UTC  (2+ messages)

[PATCH 0/9] Aspeed AST2400 BMC support
 2016-04-14  9:47 UTC  (11+ messages)
` [PATCH 1/9] doc/devicetree: Add Aspeed and Tyan to vendor-prefixes
` [PATCH 2/9] doc/devicetree: Add Aspeed VIC bindings
` [PATCH 3/9] doc/devicetree: Add Aspeed clock bindings
` [PATCH 4/9] clocksource/moxart: Generalise timer for use on other socs
` [PATCH 5/9] irqchip: Add irq controller for Aspeed
` [PATCH 6/9] drivers/clk: Add Aspeed clock driver
` [PATCH 7/9] arm/dts: Add aspeed device trees
` [PATCH 8/9] arm: Add Aspeed AST2400 machine
` [PATCH 9/9] arm/configs: Add aspeed defconfig

Default authentication over https?
 2016-04-14  9:46 UTC  (3+ messages)

[U-Boot] [PATCH] fdt: Do not report bad cell count when #size-cells = <0>
 2016-04-14  9:45 UTC  (2+ messages)

[RFC 0/2] add new fields to rte_eth_dev_info structure
 2016-04-14  9:44 UTC  (3+ messages)
` [RFC 1/2] doc: announce ABI change for "
` [RFC 2/2] librte_ether: add new fields to rte_eth_dev_info struct

[PATCH v4] mempool: reduce rte_mempool structure size
 2016-04-14  9:42 UTC  (2+ messages)
` [PATCH v5] "

Deprecating ext4 support
 2016-04-14  9:43 UTC  (3+ messages)
    ` Antw: "

[PATCH RFC 00/15] PCI bus support
 2016-04-14  9:42 UTC  (6+ messages)
` [PATCH RFC 10/15] pci: Add pci_print() and pci_type_desc()

[PATCH RESEND 1/2] pinctrl: ns2: add pinmux driver support for Broadcom NS2 SoC
 2016-04-14  9:42 UTC  (4+ messages)

[patch] bnx2i: silence uninitialized variable warnings
 2016-04-14  9:40 UTC  (2+ messages)

[PATCH v5 00/10] Support for Cortex-M Prototyping System
 2016-04-14  9:39 UTC  (4+ messages)

[patch] scsi_dh_alua: uninitialized variable in alua_rtpg()
 2016-04-14  9:39 UTC  (2+ messages)

[PATCHv2 00/14] ZAC support
 2016-04-14  9:39 UTC  (6+ messages)
` [PATCHv2 03/14] libsas: Define ATA_CMD_NCQ_NON_DATA

Ambiguous sha-1 during a rebase
 2016-04-14  9:38 UTC  (5+ messages)

[patch] hpsa: set the enclosure identifier to zero
 2016-04-14  9:37 UTC  (2+ messages)

[PATCH V2] vm_event: Allow subscribing to write events for specific MSR-s
 2016-04-14  9:37 UTC  (8+ messages)

[PATCH RFC] I2C: i2c-smbus: add device tree support
 2016-04-14  9:37 UTC  (3+ messages)

[PATCH V16 16/18] Btrfs: btrfs_clone: Flush dirty blocks of a page that do not map the clone range
 2016-04-14  9:36 UTC  (2+ messages)

[PATCH] drm/i915: Ignore GTFIFODBG FIFO free entry fields on CHV
 2016-04-14  9:37 UTC  (2+ messages)

[PATCH] locking/pvqspinlock: Add lock holder CPU argument to pv_wait()
 2016-04-14  9:36 UTC  (2+ messages)

[patch] scsi: ufs: silence uninitialized variable warning
 2016-04-14  9:37 UTC  (2+ messages)

[patch] leds: tca6507: silence an uninitialized variable warning
 2016-04-14  9:36 UTC  (2+ messages)

[PATCH v5 0/6] EC-based USB Power Delivery support for Chrome machines
 2016-04-14  9:35 UTC  (3+ messages)
` [PATCH v5 5/6] power: cros_usbpd-charger: Add EC-based USB PD charger driver

[PATCH 00/12] drm/i915: VLV/CHV irq handler fixes
 2016-04-14  9:36 UTC  (3+ messages)
` [PATCH 05/12] drm/i915: Clear VLV_IER around irq processing

[patch] w1: silence an uninitialized variable warning
 2016-04-14  9:35 UTC 


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.