All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-07-14 12:33:25 to 2016-07-14 13:28:38 UTC [more...]

[Qemu-devel] [PATCH v4 00/11] block: Accept node-name in all node level QMP commands
 2016-07-14 13:28 UTC  (5+ messages)
` [Qemu-devel] [PATCH v4 02/11] block: Accept node-name for block-commit
` [Qemu-devel] [PATCH v4 03/11] block: Accept node-name for blockdev-backup
` [Qemu-devel] [PATCH v4 04/11] block: Accept node-name for blockdev-mirror
` [Qemu-devel] [PATCH v4 05/11] block: Accept node-name for blockdev-snapshot-delete-internal-sync

[PATCH 1/7] libmount: Fix possible crash in mnt_context_setup_loopdev()
 2016-07-14 13:28 UTC 

[PATCH 0/7] safe implementation of loop reuse
 2016-07-14 13:28 UTC 

[PATCH] spinlock: Move constructor function out of header file
 2016-07-14 13:27 UTC 

[GIT PULL 1/4] ARM: exynos: Drivers for v4.8, last round
 2016-07-14 13:27 UTC  (3+ messages)

[PATCH v3 0/3] Complete ZTE PL011 device support
 2016-07-14 13:26 UTC  (3+ messages)

[PATCH v2 00/13] sched: Clean-ups and asymmetric cpu capacity support
 2016-07-14 13:25 UTC  (6+ messages)
` [PATCH v2 06/13] sched: Store maximum per-cpu capacity in root domain

[Bug] fs/dcache.c: NULL pointer dereference on dentry_string_cmp
 2016-07-14 13:25 UTC 

[PATCH 1/2] toaster/tests: browser rename selenium_helpers to selenium_helpers_base
 2016-07-14 13:25 UTC  (2+ messages)

[PATCH 0/5] CPPC enhancements
 2016-07-14 13:25 UTC  (3+ messages)
` [PATCH 5/5] ACPI/CPPC: add sysfs support to compute delivered performance

[PATCH 1/2] vfio: fix pci_vfio_map_resource
 2016-07-14 13:25 UTC  (2+ messages)

Kernel 4.1.28: Update TM user feature bits in scan_features()
 2016-07-14 13:25 UTC  (4+ messages)

[GIT PULL] Ux500 cleanups from Arnd
 2016-07-14 13:24 UTC  (2+ messages)

16.07-rc2 issue with rte_rtm_init(void) constructor
 2016-07-14 13:24 UTC  (5+ messages)

[Qemu-devel] [PATCH v3 0/2] AVX2 configure fixes
 2016-07-14 13:23 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 2/2] avx2 configure: Use primitives in test

bug in memcg oom-killer results in a hung syscall in another process in the same cgroup
 2016-07-14 13:22 UTC  (10+ messages)

[PATCH v2] drm/vgem: Attach sw fences to exported vGEM dma-buf (ioctl)
 2016-07-14 13:23 UTC  (7+ messages)
` [PATCH v3] "

[PATCH] mmc: dwmmc: exynos: Warn if HS400 is being used on non-Exynos5420 chipset
 2016-07-14 13:22 UTC  (2+ messages)

[PATCH] drm/edid: move DDC_SEGMENT_ADDR into drm_edid.h
 2016-07-14 13:21 UTC  (3+ messages)

master - macros: Add lv_is_not_synced
 2016-07-14 13:21 UTC 

[PATCH] Add optional ACPI device for Windows Continuum
 2016-07-14 13:21 UTC  (2+ messages)

[PATCH 1/2] net: ethernet: tc35815: use phydev from struct net_device
 2016-07-14 13:20 UTC  (2+ messages)
` [PATCH 2/2] net: ethernet: tc35815: use phy_ethtool_{get|set}_link_ksettings

[PATCH v4 1/5] dma-buf/fence-array: add fence_is_array()
 2016-07-14 13:21 UTC  (3+ messages)
` [PATCH v4 5/5] dma-buf/sync_file: only enable fence signalling on poll()

[PATCH] Revert "drm: Resurrect atomic rmfb code"
 2016-07-14 13:20 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] ARM64: zynqmp: Enable CLK and SPL_CLK by default
 2016-07-14 13:19 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] serial: zynq: Read information about clock from DT
` [U-Boot] [PATCH 3/3] ARM64: zynqmp: Remove get_uart_clk()

Introducing a kernel driver for the DS28E17 Onewire to I2C master bridge; Feature request: introduce I2C_FUNC_STOP
 2016-07-14 13:19 UTC  (4+ messages)

Severe performance regression w/ 4.4+ on Android due to cgroup locking changes
 2016-07-14 13:18 UTC  (9+ messages)

[GIT PULL] omap2plus_defconfig fix for v4.8 merge window
 2016-07-14 13:17 UTC  (3+ messages)

[GIT PULL v2] STi defconfig updates for v4.8
 2016-07-14 13:15 UTC  (3+ messages)

[PATCH] x86/reboot: Add Dell Optiplex 7450 AIO reboot quirk
 2016-07-14 13:16 UTC  (2+ messages)

[PATCH] net: phy: micrel: Add KSZ8041FTL fiber mode support
 2016-07-14 13:16 UTC  (3+ messages)

[PATCH v8 0/4] perf: Add APM X-Gene SoC Performance Monitoring Unit driver
 2016-07-14 13:16 UTC  (4+ messages)

[Qemu-devel] [PATCH v3 00/11] Reduce lock contention on TCG hot-path
 2016-07-14 13:15 UTC  (26+ messages)
` [Qemu-devel] [PATCH v3 04/11] tcg: Prepare safe access to tb_flushed out of tb_lock
` [PATCH v3 06/11] tcg: Introduce tb_mark_invalid() and tb_is_invalid()
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v3 07/11] tcg: Prepare TB invalidation for lockless TB lookup
` [Qemu-devel] [PATCH v3 10/11] tcg: Avoid bouncing tb_lock between tb_gen_code() and tb_add_jump()
` [Qemu-devel] [PATCH v3 11/11] tcg: Merge tb_find_slow() and tb_find_fast()

[PATCH 0/2][RFC v4] PM / hibernate: Introduce snapshot test mode for hibernation
 2016-07-14 13:15 UTC  (3+ messages)
` [PATCH 1/2][RFC "
` [PATCH 2/2][RFC v4] PM / Documentation: Add description for snapshot test mode

What's cooking in git.git (Jul 2016, #05; Wed, 13)
 2016-07-14 13:15 UTC  (3+ messages)

[PATCH] drm/i915: remove superfluous i915_gem_object_free_mmap_offset call
 2016-07-14 13:14 UTC  (4+ messages)
` ✗ Ro.CI.BAT: failure for "

[PATCH v2] xfstests, generic: add project quota attribute tests
 2016-07-14 13:13 UTC  (11+ messages)

[PATCH v3] drm/nouveau/fb/nv50: set DMA mask before mapping scratch page
 2016-07-14 13:13 UTC  (2+ messages)

[PATCH 1/2] drm/i915: compile-time consistency check on __EXEC_OBJECT flags
 2016-07-14 13:12 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: refactor eb_get_batch()

[PATCH] PCI: xilinx: Fix return value in case of error
 2016-07-14 13:12 UTC  (4+ messages)

Bad flicker on skylake HQD due to code in the 4.7 merge window
 2016-07-14 13:12 UTC  (5+ messages)
` [PATCH] drm/i915: Ignore panel type from OpRegion on SKL
` ✗ Ro.CI.BAT: warning for "

[PATCH] net: ip_finish_output_gso: If skb_gso_network_seglen exceeds MTU, do segmentation even for non IPSKB_FORWARDED skbs
 2016-07-14 13:12 UTC  (9+ messages)

[GIT PULL v3] STi SoC changes for v4.8
 2016-07-14 13:10 UTC  (3+ messages)

Converting heap page_infos to contiguous virtual
 2016-07-14 13:10 UTC  (9+ messages)

Shorter build time?
 2016-07-14 13:06 UTC  (2+ messages)

[patch V2 00/67] cpuhotplug: Convert all priority notifiers to the state machine
 2016-07-14 13:08 UTC  (4+ messages)
` [patch V2 60/67] KVM/arm/arm64/vgic-new: Convert to hotplug "

[GIT PULL] Qualcomm Driver Updates for v4.8 Part 2
 2016-07-14 13:07 UTC  (3+ messages)

[Qemu-trivial] [PATCH] aio_ctx_check: follow CODING_STYLE
 2016-07-14 13:10 UTC  (2+ messages)
` [Qemu-devel] "

Alsa Soc details
 2016-07-14 13:07 UTC 

Cached NAND reads and UBIFS
 2016-07-14 13:06 UTC  (4+ messages)

Advice needed with file system corruption
 2016-07-14 13:05 UTC  (2+ messages)

[Qemu-devel] [RFC 0/2] Fix some bugs in usermode cpu tracking
 2016-07-14 13:05 UTC  (9+ messages)
` [Qemu-devel] [RFC 1/2] linux-user: Don't leak cpus on thread exit
` [Qemu-devel] [RFC 2/2] linux-user: Fix cpu_index generation

[PATCH] mtd: nand: omap2: add missing braces
 2016-07-14 13:04 UTC  (2+ messages)

[PATCH 0/8] x86: audit and remove needless module.h includes
 2016-07-14 13:04 UTC  (3+ messages)

[PATCH 0/4 v1] Refactoring ieee80211_iface_work
 2016-07-14 13:04 UTC  (3+ messages)

[Qemu-devel] [PATCH for-2.7 v9 00/17] qapi netdev_add introspection (post-introspection cleanups subset F)
 2016-07-14 13:03 UTC  (5+ messages)
` [Qemu-devel] [PATCH v9 16/17] qapi: Tweak QmpInputVisitor to optionally do string conversion

[PROBLEM]: pcie imx6 link problem after a random number of reboot
 2016-07-14 13:00 UTC 

[distros-debian-wheezy test] 66566: tolerable trouble: blocked/broken
 2016-07-14 13:00 UTC 

[patch 1/2] drivers/virt: fix the error handling in ioctl_dtprop()
 2016-07-14 12:59 UTC  (3+ messages)

[PATCH 00/34] Move LRU page reclaim from zones to nodes v9
 2016-07-14 12:56 UTC  (10+ messages)
` [PATCH 26/34] mm, vmscan: avoid passing in remaining unnecessarily to prepare_kswapd_sleep
` [PATCH 27/34] mm, vmscan: Have kswapd reclaim from all zones if reclaiming and buffer_heads_over_limit
` [PATCH 33/34] mm, vmstat: print node-based stats in zoneinfo file

[PATCH -next] remoteproc: qcom: remove redundant dev_err call in q6v5_init_mem()
 2016-07-14 12:57 UTC 

[PATCH v9 00/17] KVM: arm64: GICv3 ITS emulation
 2016-07-14 12:57 UTC  (6+ messages)
` [PATCH v9 10/17] KVM: arm64: introduce new KVM ITS device

[linux-3.18 test] 97278: regressions - FAIL
 2016-07-14 12:56 UTC  (2+ messages)
` Linux 3.18 and Linux 4.1 reproducible OOM crashes

[PATCH] lib: move rte_ring read barrier to correct location
 2016-07-14 12:56 UTC  (11+ messages)

drm/tegra: sor: Implement sor1_brick clock
 2016-07-14 12:56 UTC  (2+ messages)

[Qemu-devel] [PULL 0/1] updated fw_cfg option ROM 2016-07-13
 2016-07-14 12:56 UTC  (3+ messages)

[RFC PATCH 0/4] KVM: Emulate UMIP (or almost do so)
 2016-07-14 12:54 UTC  (6+ messages)
` [RFC PATCH 4/4] KVM: vmx: add support for emulating UMIP

[BUG] kernel BUG at drivers/block/xen-blkfront.c:1711
 2016-07-14 12:53 UTC  (7+ messages)

Reiser4 (SFRN 4.0.1) linux-image-4.6.0-1+reiser4.0.1-amd64(4.6.3-1) d-i on Jessie successful install on HP Pavilion
 2016-07-14 12:51 UTC 

System freezes after OOM
 2016-07-14 12:51 UTC  (7+ messages)

[Qemu-devel] [PATCH v3] aio-posix: remove useless parameter
 2016-07-14 12:57 UTC 

Are these books outdated?
 2016-07-14 12:49 UTC  (4+ messages)

[GIT PULL] arm64: dts: juno updates for v4.8
 2016-07-14 12:48 UTC  (3+ messages)
` [GIT PULL v2] "

dpdk daily build error on dpdk16.07-rc2
 2016-07-14 12:48 UTC  (3+ messages)

[PATCH 0/2] Extend timer_slack_ns to u64 on 32bit systems & add /proc/<pid>/timerslack_ns
 2016-07-14 12:48 UTC  (5+ messages)
` [PATCH 2/2] proc: Add /proc/<pid>/timerslack_ns interface

[PATCH] ARM: dts: exynos: Properly select eMMC HighSpeed mode
 2016-07-14 12:47 UTC  (2+ messages)

[PATCH 0/4 v2] xfstests: extended names fixes
 2016-07-14 12:47 UTC  (6+ messages)
` [PATCH 2/4] fstests: filename handling for extended names in ./check was on a wrong place

[PATCH 0/7] i2c: improve error messages when registering an adapter
 2016-07-14 12:47 UTC  (2+ messages)

[PATCH] ARM: s3c64xx: avoid warning about 'struct device_node'
 2016-07-14 12:47 UTC  (5+ messages)

[PATCH -resend] pps: do not crash when failed to register
 2016-07-14 12:05 UTC  (2+ messages)

[PATCH] media: s5p-mfc remove unnecessary error messages
 2016-07-14 12:46 UTC  (3+ messages)

[PATCH BlueZ] test/example-gatt-server: Fix error on Property.GetAll
 2016-07-14 12:45 UTC 

[PATCH] ARM: davinci: fix build break because of undeclared dm365_evm_snd_data
 2016-07-14 12:44 UTC  (2+ messages)

[PATCH 0/7] dmaengine:omap-dma: Linked List transfer for slave_sg
 2016-07-14 12:42 UTC  (24+ messages)
` [PATCH 1/7] dmaengine: omap-dma: Simplify omap_dma_start_sg parameter list
` [PATCH 2/7] dmaengine: omap-dma: Complete the cookie first on transfer completion
` [PATCH 3/7] dmaengine: omap-dma: Simplify omap_dma_callback
` [PATCH 4/7] dmaengine: omap-dma: Dynamically allocate memory for lch_map
` [PATCH 5/7] dmaengine: omap-dma: Add more debug information when freeing channel
` [PATCH 6/7] dmaengine: omap-dma: Use pointer to omap_sg in slave_sg setup's loop
` [PATCH 7/7] dmaengine: omap-dma: Support for LinkedList transfer of slave_sg

[PATCH v3 0/8] thunderbolt: Introducing Thunderbolt(TM) networking
 2016-07-14 12:44 UTC  (3+ messages)
` [PATCH v3 5/8] thunderbolt: Communication with the ICM (firmware)

[GIT PULL/PATCH] Fix for current cycle - v4.7
 2016-07-14 12:44 UTC  (4+ messages)
` [PATCH] arm64: dts: Fix RTC by providing rtc_src clock

[PATCH 0/6 v3] xfstests: some small fixes and mkfs validation test
 2016-07-14 12:43 UTC  (7+ messages)
` [PATCH 1/6] xfstests: Fix installation for extended names
` [PATCH 2/6] fstests: filename handling for extended names in ./check was on a wrong place
` [PATCH 3/6] xfstests: remove unused variable
` [PATCH 4/6] xfstests: add _require_xfs_mkfs_validation to common/rc
` [PATCH 5/6] xfstests: update xfs/096 for new behaviour
` [PATCH 6/6] xfstests: Add mkfs input validation tests

[PATCH] usb: MAINTAINERS: Oliver Neukum is the new uas maintainer
 2016-07-14 12:42 UTC  (2+ messages)

[RFC 0/3] extend kexec_file_load system call
 2016-07-14 12:42 UTC  (7+ messages)

[Qemu-devel] [PATCH] virtio: Tell the user what went wrong when event_notifier_init failed
 2016-07-14 12:41 UTC  (2+ messages)

[Qemu-devel] [PULL 03/36] hw/pci: delay bus_master_enable_region initialization
 2016-07-14 12:40 UTC  (5+ messages)

[PATCH v3 1/2] drm/fsl-dcu: rework codes to support of_graph dt binding for panel
 2016-07-14 10:54 UTC  (2+ messages)
` [PATCH v3 2/2] drm/fsl-dcu: add support for drm bridge

[PATCH] wic: mountpoint is an optional argument
 2016-07-14 12:28 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 00/15] backup compression
 2016-07-14 12:37 UTC  (5+ messages)
` [Qemu-devel] [PATCH v5 04/15] qcow2: cleanup qcow2_co_pwritev_compressed to avoid the recursion
` [Qemu-devel] [PATCH v5 11/15] block: simplify blockdev-backup

[PATCH] Revert "mci: imx-esdhc: Remove excess function"
 2016-07-14 12:37 UTC 

What's cooking in git.git (May 2016, #09; Tue, 31)
 2016-07-14 12:35 UTC  (11+ messages)
` What's cooking in git.git (May 2016, #09; Tue, 31) t1308 broken
        ` [PATCH] t1308: do not get fooled by symbolic links to the source tree

master - lvmdump: include major and minor numbers for pvs and lvs reports
 2016-07-14 12:35 UTC 

[ath9k-devel] [RFC v3] ath9k: add devicetree support to ath9k
 2016-07-14 12:33 UTC  (4+ messages)
` [ath9k-devel] [PATCH v4 1/3] Documentation: dt: net: add ath9k wireless device binding
    `  "

[Qemu-devel] [PATCH 00/17] byte-based block discard
 2016-07-14 12:33 UTC  (4+ messages)
` [Qemu-devel] [PATCH 03/17] block: Switch BlockRequest to byte-based
  ` [Qemu-devel] [Qemu-block] "

[PATCH 00/32] Enable Intel Resource Allocation in Resource Director Technology
 2016-07-14 12:30 UTC  (3+ messages)
` [PATCH 25/32] x86/intel_rdt_rdtgroup.c: User interface for RDT

[RESEND][PATCH 1/2] i2c: versatile: Allow compile test build
 2016-07-14 12:33 UTC  (5+ messages)


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.