All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-04-19 20:59:51 to 2017-04-19 22:00:28 UTC [more...]

post-receive: pub/scm/linux/kernel/git/powerpc/linux
 2017-04-19 22:00 UTC 

[PATCH v2] Code to allow cros-compilation on chromeOS
 2017-04-19 21:59 UTC  (8+ messages)
` [PATCH v3] "

new multipath device mistakenly replaced another PV in existing volume group
 2017-04-19 21:58 UTC 

[PATCH] scriptreplay: determine if script --quiet was used to create typescript
 2017-04-19 21:57 UTC  (4+ messages)

[PATCH 1/4] net: macb: Add support for PTP timestamps in DMA descriptors
 2017-04-19 21:57 UTC  (5+ messages)
` [PATCH 2/4] net: macb: Add tsu_clk to device tree

[PATCH for-4.9 0/4] xen/arm: Properly map the FDT in the boot page table
 2017-04-19 21:56 UTC  (15+ messages)
` [PATCH for-4.9 1/4] xen/arm: Add BOOT_FDT_VIRT_END and BOOT_FDT_SLOT_SIZE
` [PATCH for-4.9 2/4] xen/arm: Move the code to map FDT in the boot tables from assembly to C
` [PATCH for-4.9 3/4] xen/arm: Check if the FDT passed by the bootloader is valid
` [PATCH for-4.9 4/4] xen/arm: Properly map the FDT in the boot page table

[PATCH 1/2] usb: dwc2: Remove unnecessary debug prints
 2017-04-19 21:55 UTC  (2+ messages)

[PATCH v2 0/4] XRA1403,gpio - add XRA1403 gpio expander driver
 2017-04-19 21:55 UTC  (6+ messages)
` [PATCH v2 1/4] dt-bindings: gpio - add exar to vendor prefixes list
` [PATCH v2 3/4] doc,dts - add XRA1403 DTS binding documentation

[PATCH] ligtnvm: fix double blk_put_queue on same queue
 2017-04-19 21:47 UTC 

[PATCH] ARM: dts: BCM5301X: Specify MDIO bus in the DT
 2017-04-19 21:54 UTC  (3+ messages)
` [PATCH V2] "

[linux-lvm] new multipath device mistakenly replaced another PV in existing volume group
 2017-04-19 21:53 UTC 

[RFC PATCH net] net/mlx5e: Race between mlx5e_update_stats() and getting the stats
 2017-04-19 21:53 UTC  (3+ messages)

[PATCH] perf, tools: Fix display of data source snoop indication
 2017-04-19 21:53 UTC  (2+ messages)

[PATCH net-next v6 00/11] Landlock LSM: Toward unprivileged sandboxing
 2017-04-19 21:51 UTC  (7+ messages)
` [PATCH net-next v6 09/11] seccomp: Enhance test_harness with an assert step mechanism
      ` [kernel-hardening] "

[Ksummit-discuss] "Maintainer summit" invitation discussion
 2017-04-19 21:52 UTC  (12+ messages)

[PATCH net] net: ipv6: RTF_PCPU should not be settable from userspace
 2017-04-19 21:52 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/59] RAMState + qdev
 2017-04-19 21:49 UTC  (47+ messages)
` [Qemu-devel] [PATCH 15/59] ram: Remove unused dup_mig_bytes_transferred()
` [Qemu-devel] [PATCH 16/59] ram: Remove unused pages_skipped variable
` [Qemu-devel] [PATCH 17/59] ram: Move norm_pages to RAMState
` [Qemu-devel] [PATCH 18/59] ram: Remove norm_mig_bytes_transferred
` [Qemu-devel] [PATCH 19/59] ram: Move iterations into RAMState
` [Qemu-devel] [PATCH 20/59] ram: Move xbzrle_bytes "
` [Qemu-devel] [PATCH 21/59] ram: Move xbzrle_pages "
` [Qemu-devel] [PATCH 22/59] ram: Move xbzrle_cache_miss "
` [Qemu-devel] [PATCH 23/59] ram: Move xbzrle_cache_miss_rate "
` [Qemu-devel] [PATCH 24/59] ram: Move xbzrle_overflows "
` [Qemu-devel] [PATCH 25/59] ram: Move migration_dirty_pages to RAMState
` [Qemu-devel] [PATCH 26/59] ram: Everything was init to zero, so use memset
` [Qemu-devel] [PATCH 27/59] ram: Move migration_bitmap_mutex into RAMState
` [Qemu-devel] [PATCH 28/59] ram: Move migration_bitmap_rcu "
` [Qemu-devel] [PATCH 29/59] ram: Move bytes_transferred "
` [Qemu-devel] [PATCH 30/59] ram: Use the RAMState bytes_transferred parameter
` [Qemu-devel] [PATCH 31/59] ram: Remove ram_save_remaining
` [Qemu-devel] [PATCH 32/59] ram: Move last_req_rb to RAMState
` [Qemu-devel] [PATCH 33/59] ram: Move src_page_req* "
` [Qemu-devel] [PATCH 34/59] ram: Create ram_dirty_sync_count()
` [Qemu-devel] [PATCH 35/59] ram: Remove dirty_bytes_rate
` [Qemu-devel] [PATCH 36/59] ram: Move dirty_pages_rate to RAMState
` [Qemu-devel] [PATCH 37/59] ram: Move postcopy_requests into RAMState
` [Qemu-devel] [PATCH 38/59] ram: Add QEMUFile to RAMState
` [Qemu-devel] [PATCH 39/59] ram: Move QEMUFile into RAMState
` [Qemu-devel] [PATCH 40/59] ram: Remove compression_switch and inline its logic
` [Qemu-devel] [PATCH 41/59] migration: Remove MigrationState from migration_in_postcopy
` [Qemu-devel] [PATCH 42/59] ram: We don't need MigrationState parameter anymore
` [Qemu-devel] [PATCH 43/59] ram: Rename qemu_target_page_bits() to qemu_target_page_size()
` [Qemu-devel] [PATCH 44/59] ram: Add page-size to output in 'info migrate'
` [Qemu-devel] [PATCH 45/59] ram: Pass RAMBlock to bitmap_sync
` [Qemu-devel] [PATCH 46/59] ram: ram_discard_range() don't use the mis parameter
` [Qemu-devel] [PATCH 47/59] ram: reorganize last_sent_block
` [Qemu-devel] [PATCH 48/59] ram: Use page number instead of an address for the bitmap operations
` [Qemu-devel] [PATCH 49/59] ram: Remember last_page instead of last_offset
` [Qemu-devel] [PATCH 50/59] ram: Change offset field in PageSearchStatus to page
` [Qemu-devel] [PATCH 51/59] ram: Use ramblock and page offset instead of absolute offset
` [Qemu-devel] [PATCH 52/59] ram: rename last_ram_offset() last_ram_pages()
` [Qemu-devel] [PATCH 53/59] ram: Use RAMBitmap type for coherence
` [Qemu-devel] [PATCH 54/59] migration: Remove MigrationState parameter from migration_is_idle()
` [Qemu-devel] [PATCH 55/59] qdev: qdev_hotplug is really a bool
` [Qemu-devel] [PATCH 56/59] qdev: Export qdev_hot_removed
` [Qemu-devel] [PATCH 57/59] qdev: Move qdev_unplug() to qdev-monitor.c
` [Qemu-devel] [PATCH 58/59] migration: Disable hotplug/unplug during migration
` [Qemu-devel] [PATCH 59/59] ram: Remove migration_bitmap_extend()

xfsaild in D state seems to be blocking all other i/o sporadically
 2017-04-19 21:47 UTC  (10+ messages)

[PATCH] HID: wacom: Override incorrect logical maximum contact identifier
 2017-04-19 21:47 UTC 

usb: dwc2: NMI watchdog: BUG: soft lockup - CPU#0 stuck for 146s
 2017-04-19 21:47 UTC  (8+ messages)

nfqueue buf size for recv()
 2017-04-19 21:45 UTC  (2+ messages)

[PATCH] perf, tools, stat: Fix documentation of CSV output
 2017-04-19 21:07 UTC 

[PATCH v7 07/10] powerpc/perf: PMU functions for Core IMC and hotplugging
 2017-04-19 21:44 UTC  (2+ messages)

OpenEmbedded 2017 General Meeting
 2017-04-19 21:44 UTC  (3+ messages)
  ` [oe] "

[PATCH nf-next 0/3] netfilter: conntrack: removal prealloc support
 2017-04-19 21:44 UTC  (4+ messages)
` [PATCH nf-next 1/3] netfilter: conntrack: remove "
` [PATCH nf-next 2/3] netfilter: conntrack: mark extension structs as const
` [PATCH nf-next 3/3] netfilter: conntrack: handle initial extension alloc via krealloc

[PATCH] irq/affinity: Fix extra vecs calculation
 2017-04-19 21:53 UTC  (5+ messages)
`  "

post-receive: pub/scm/linux/kernel/git/paulmck/linux-rcu
 2017-04-19 21:44 UTC 

[PATCH] clk: ti: fix linker error with !SOC_OMAP4
 2017-04-19 21:43 UTC 

XDP question: best API for returning/setting egress port?
 2017-04-19 21:42 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/paulmck/linux-rcu
 2017-04-19 21:42 UTC 

[PATCH v4] [media] uvcvideo: Add iFunction or iInterface to device names
 2017-04-19 21:42 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/17] make bdrv_is_allocated[_above] byte-based
 2017-04-19 21:40 UTC  (5+ messages)
` [Qemu-devel] [PATCH 16/17] block: Make bdrv_is_allocated() byte-based
  ` [Qemu-devel] [Qemu-block] "

[GIT PULL 00/16] clocksource: arm_arch_timer: GTDT-based MMIO timer support
 2017-04-19 21:39 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/luto/linux
 2017-04-19 21:38 UTC 

kmemleak complaints in nvme PM
 2017-04-19 21:37 UTC  (5+ messages)

[PATCH] fs: compat: Remove warning from COMPATIBLE_IOCTL
 2017-04-19 21:37 UTC  (4+ messages)

[PATCH v2] sh_eth: unmap DMA buffers when freeing rings
 2017-04-19 21:36 UTC  (4+ messages)

[PATCH 0/3] Fix mdp device tree
 2017-04-19 21:35 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: mt8173: "

[PATCH v7 0/4] mtd: spi-nor: parse SFDP tables to setup (Q)SPI memories
 2017-04-19 21:35 UTC  (9+ messages)
` [PATCH v7 1/4] mtd: spi-nor: introduce SPI 1-2-2 and SPI 1-4-4 protocols
` [PATCH v7 3/4] mtd: spi-nor: introduce Double Transfer Rate (DTR) SPI protocols

[U-Boot] [PATCH 1/1] core/uclass: uclass_get_device_tail: always set devp
 2017-04-19 21:34 UTC  (14+ messages)
` [U-Boot] [PATCH v2 1/1] core/uclass: iterate over all devices of a uclass

[PATCH] cmake.bbclass: Do not use bitbake variable syntax for shell variables
 2017-04-19 16:57 UTC 

[Qemu-devel] [RFC PATCH] tcg/i386: Do not display HT warning for TCG
 2017-04-19 21:33 UTC  (8+ messages)
` [Qemu-devel] [PATCH] "

[PATCH v2 net 1/2] net sched actions: fix access to uninitialized data
 2017-04-19 21:32 UTC  (9+ messages)
` [PATCH v2 net 2/2] net sched actions: decrement module refcount earlier

post-receive: pub/scm/linux/kernel/git/rafael/linux-pm
 2017-04-19 21:32 UTC 

__sk_buff.data_end
 2017-04-19 21:31 UTC 

[pull-request] next-net 17.05 RC2
 2017-04-19 21:29 UTC  (2+ messages)

[PATCH v7 00/13] Introducing NXP dpaa2_sec based cryptodev pmd
 2017-04-19 21:29 UTC  (6+ messages)
` [PATCH v8 "
  ` [PATCH v8 11/13] crypto/dpaa2_sec: add crypto operation support

[PATCH 1/2] Revert "kexec-tools: Remove unused patch"
 2017-04-19 21:31 UTC  (2+ messages)
` [PATCH 2/2] kexec-tools: Add again the x32 patch

[PATCH v2 net-next]smsc911x: Adding support for Micochip LAN9250 Ethernet controller
 2017-04-19 21:26 UTC 

[PATCH 1/2] Revert "kexec-tools: Remove unused patch"
 2017-04-19 21:30 UTC  (2+ messages)
` [PATCH 2/2] kexec-tools: Add again the x32 patch

[U-Boot] [PATCH v2 00/14] Add support for Broadcom MIPS SoCs
 2017-04-19 21:25 UTC  (7+ messages)
` [U-Boot] [PATCH v3 00/15] "
  ` [U-Boot] [PATCH v3 02/15] sysreset-uclass: ensure udevice is probed before requesting reset

[RFC PATCH] parse-options: disallow double-negations of options starting with no-
 2017-04-19 21:24 UTC  (7+ messages)

[PATCH] soc: bcm: brcmstb: Correctly match 7435 SoC
 2017-04-19 21:24 UTC  (4+ messages)

[PATCH 0/2] hwrng: mtk: add support for hardware random generator on MT7623 SoC
 2017-04-19 21:23 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: hwrng: Add Mediatek hardware random generator bindings

[PATCH] arm64: prefetch: Change assembly to be compatible with gcc and clang
 2017-04-19 21:22 UTC  (2+ messages)

[Patch net-next v4 0/2] net_sched: clean up tc filter destroy and delete logic
 2017-04-19 21:21 UTC  (3+ messages)
` [Patch net-next v4 1/2] net_sched: move the empty tp check from ->destroy() to ->delete()
` [Patch net-next v4 2/2] net_sched: remove useless NULL to tp->root

[PATCH] soc: brcmstb: enable drivers for ARM64 also
 2017-04-19 21:21 UTC  (3+ messages)

[Qemu-devel] [RFC v2 0/6] pci: Refactor PCI root bus creation code
 2017-04-19 21:19 UTC  (7+ messages)
` [Qemu-devel] [RFC v2 3/6] pci: Rename and change signatures of pci_bus_new() & related functions

[PATCH] net: arc_emac: switch to phy_start()/phy_stop()
 2017-04-19 21:19 UTC  (3+ messages)

fsl_ifc_nand: are blank pages protected by ECC?
 2017-04-19 21:18 UTC  (2+ messages)

[PATCH v2 0/3] efi: add support for non-standard capsule headers
 2017-04-19 21:17 UTC  (4+ messages)
` [PATCH v2 3/3] efi/capsule: Add support for Quark security header

[PATCH v2 0/5] mmc: Improve/fix support for SDIO IRQs
 2017-04-19 21:17 UTC  (6+ messages)
` [PATCH v2 1/5] mmc: core: Prevent processing SDIO IRQs when none is claimed
` [PATCH v2 2/5] mmc: sdio: Add API to manage SDIO IRQs from a workqueue
` [PATCH v2 3/5] mmc: dw_mmc: Convert to use MMC_CAP2_SDIO_IRQ_NOTHREAD for SDIO IRQs
` [PATCH v2 4/5] mmc: dw_mmc: Prevent runtime PM suspend when SDIO IRQs are enabled
` [PATCH v2 5/5] Revert "mmc: dw_mmc: Don't allow Runtime PM for SDIO cards"

[PATCH] cpufreq: intel_pstate: allow trace in passive mode
 2017-04-19 21:16 UTC 

NFS over NAT causes e1000e transmit hangs
 2017-04-19 21:15 UTC  (6+ messages)
    ` [Intel-wired-lan] "

[PATCH 1/2] dt-bindings: add vendor prefix for NLT Technologies, Ltd
 2017-04-19 21:15 UTC  (4+ messages)
` [PATCH 2/2] drm/panel: simple: add support for NLT NL192108AC18-02D

[PATCH] [media] rainshadow-cec: use strlcat instead of strncat
 2017-04-19 21:14 UTC  (2+ messages)

[PATCH] of: introduce event tracepoints for dynamic device_node lifecyle
 2017-04-19 21:13 UTC  (5+ messages)

kill req->errors V3
 2017-04-19 21:10 UTC  (13+ messages)
` [PATCH 01/23] pd: don't check blk_execute_rq return value
` [PATCH 02/23] block: remove the "
` [PATCH 23/23] block: remove the errors field from struct request

[PATCH ping] btrfs: warn about RAID5/6 being experimental at mount time
 2017-04-19 21:07 UTC 

e2fsck doesn't finish
 2017-04-19 21:07 UTC  (5+ messages)

[Qemu-devel] [PATCH v3] Split migration bitmaps by ramblock
 2017-04-19 21:06 UTC  (2+ messages)
` [Qemu-devel] [PATCH] ram: Split dirty bitmap by RAMBlock

[PATCH] [media] sti: hdmi: improve MEDIA_CEC_NOTIFIER dependency
 2017-04-19 21:06 UTC  (3+ messages)

[PATCH v4 00/18] net-next: stmmac: add dwmac-sun8i ethernet driver
 2017-04-19 21:06 UTC  (5+ messages)
` [PATCH v4 04/18] dt-bindings: syscon: Add DT bindings documentation for Allwinner syscon

[Buildroot] python-json-schema-validator, python-versiontools: Remove depends on BR2_PACKAGE_PYTHON
 2017-04-19 21:05 UTC  (2+ messages)

[PATCH v13 00/10] mux controller abstraction and iio/i2c muxes
 2017-04-19 21:04 UTC  (7+ messages)
` [PATCH v13 03/10] mux: minimal mux subsystem and gpio-based mux controller

[PATCH 0/2] Add Maxim Integrated MAX31760 fan controller driver
 2017-04-19 21:04 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] devicetree: Document the max31760 device binding

[morty/master][PATCH v4] ti-ipc: Update to new verison 3.46.00.01_eng
 2017-04-19 21:02 UTC 

[PATCH v4 0/2] kexec: Use hypercall_create_continuation to protect KEXEC ops
 2017-04-19 21:01 UTC  (3+ messages)
` [PATCH v4 1/2] kexec: use "
` [PATCH v4 2/2] kexec: remove spinlock now that all KEXEC hypercall ops are protected at the top-level

[PATCH net-next] bpf: add napi_id read access to __sk_buff
 2017-04-19 21:01 UTC 

[PATCH v2 0/5] Reduce code duplication
 2017-04-19 21:01 UTC  (6+ messages)
` [PATCH v2 1/5] block: Export blk_init_request_from_bio()
` [PATCH v2 2/5] null_blk: Use blk_init_request_from_bio() instead of open-coding it
` [PATCH v2 3/5] lightnvm: "
` [PATCH v2 4/5] block: Inline blk_rq_set_prio()
` [PATCH v2 5/5] block: Optimize ioprio_best()


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.