All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-05-31 12:13:56 to 2017-05-31 12:47:39 UTC [more...]

[PATCH 0/2] overlayfs multiple mount protection
 2017-05-31 12:47 UTC  (4+ messages)
` [PATCH 2/2] ovl: get exclusive ownership on upper/work dirs

[Qemu-devel] [PATCH 00/29] qed: Convert to coroutines
 2017-05-31 12:46 UTC  (49+ messages)
` [Qemu-devel] [PATCH 01/29] qed: Use bottom half to resume waiting requests
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH 02/29] qed: Make qed_read_table() synchronous
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH 03/29] qed: Remove callback from qed_read_table()
` [Qemu-devel] [PATCH 04/29] qed: Remove callback from qed_read_l2_table()
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH 05/29] qed: Remove callback from qed_find_cluster()
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH 06/29] qed: Make qed_read_backing_file() synchronous
` [Qemu-devel] [PATCH 07/29] qed: Make qed_copy_from_backing_file() synchronous
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH 08/29] qed: Remove callback from qed_copy_from_backing_file()
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH 09/29] qed: Make qed_write_header() synchronous
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH 10/29] qed: Remove callback from qed_write_header()
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH 11/29] qed: Make qed_write_table() synchronous
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH 12/29] qed: Remove GenericCB
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH 13/29] qed: Remove callback from qed_write_table()
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH 14/29] qed: Make qed_aio_read_data() synchronous
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH 15/29] qed: Make qed_aio_write_main() synchronous
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH 16/29] qed: Inline qed_commit_l2_update()
` [Qemu-devel] [PATCH 17/29] qed: Add return value to qed_aio_write_l1_update()
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH 18/29] qed: Add return value to qed_aio_write_l2_update()
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH 19/29] qed: Add return value to qed_aio_write_main()
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH 20/29] qed: Add return value to qed_aio_write_cow()
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH 21/29] qed: Add return value to qed_aio_write_inplace/alloc()
` [Qemu-devel] [PATCH 22/29] qed: Add return value to qed_aio_read/write_data()
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH 23/29] qed: Remove ret argument from qed_aio_next_io()
` [Qemu-devel] [PATCH 24/29] qed: Remove recursion in qed_aio_next_io()

[PATCH 3/3] ath10k: Log when longer bmi cmds happen
 2017-05-31 12:46 UTC  (2+ messages)
` [3/3] "

[PATCH RFC] v4l2-core: Use kvmalloc() for potentially big allocations
 2017-05-31 12:46 UTC  (3+ messages)

[PATCH 0/8] add new irq api to pcie-designware
 2017-05-31 12:46 UTC  (4+ messages)
` [PATCH 1/8] pci: adding new irq api to pci-designware

[PATCH v2 00/11] HDMI YCBCR output handling in DRM layer
 2017-05-31 12:46 UTC  (13+ messages)
` [PATCH v2 01/11] drm: Add HDMI 2.0 VIC support for AVI info-frames
` [PATCH v2 02/11] drm/edid: Complete CEA modedb(VIC 1-107)
` [PATCH v2 05/11] drm: create hdmi output property

[PATCH v5 00/17] fs: introduce new writeback error reporting and convert ext2 and ext4 to use it
 2017-05-31 12:45 UTC  (18+ messages)
` [PATCH v5 01/17] lib: add errseq_t type and infrastructure for handling it
` [PATCH v5 02/17] fs: new infrastructure for writeback error handling and reporting
` [PATCH v5 03/17] mm: tracepoints for writeback error events
` [PATCH v5 04/17] fs: add a new fstype flag to indicate how writeback errors are tracked
` [PATCH v5 05/17] Documentation: flesh out the section in vfs.txt on storing and reporting writeback errors
` [PATCH v5 06/17] fs: adapt sync_file_range to new reporting infrastructure
` [PATCH v5 07/17] mm: add filemap_fdatawait_range_since and filemap_write_and_wait_range_since
` [PATCH v5 08/17] dax: set errors in mapping when writeback fails
` [PATCH v5 09/17] block: convert to errseq_t based writeback error tracking
` [PATCH v5 10/17] block: add sync_blockdev_since and sync_filesystem_since
` [PATCH v5 11/17] fs: add f_md_wb_err field to struct file for tracking metadata errors
` [PATCH v5 12/17] fs: allow __generic_file_fsync to support both flavors of error reporting
` [PATCH v5 13/17] jbd2: conditionally handle errors using errseq_t based on FS_WB_ERRSEQ flag
` [PATCH v5 14/17] ext4: convert to errseq_t based error tracking
` [PATCH v5 15/17] fs: add a write_one_page_since
` [PATCH v5 16/17] ext2: convert to errseq_t based writeback error tracking
` [PATCH v5 17/17] fs: convert ext2 to use write_one_page_since

[PATCH 1/2] libsepol: Clean up scope handling
 2017-05-31 12:45 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] STM32F4xx: use the last kernel
 2017-05-31 12:45 UTC  (5+ messages)
` [Buildroot] [PATCH v2] configs/stm32f4xx: use kernel version 4.11
` [Buildroot] [PATCH v3] "

[PATCH i-g-t] igt/gem_fence_upload: Stabilise the test for CI
 2017-05-31 12:45 UTC  (2+ messages)

[RFT 0/3] brcmfmac: firmware loading rework
 2017-05-31 12:45 UTC  (4+ messages)

[PATCH] smp: assert that all affected CPUs are online in on_selected_cpus()
 2017-05-31 12:45 UTC  (2+ messages)

[PATCH v2] xen: stop_machine: fill fn_result only in case of error
 2017-05-31 12:45 UTC  (2+ messages)

[U-Boot] [RESEND PATCH v2 0/5] net/pch_gbe: updates for MIPS Boston board
 2017-05-31 12:45 UTC  (3+ messages)

[x86/mm] e2a7dcce31: kernel_BUG_at_arch/x86/mm/tlb.c
 2017-05-31 12:44 UTC  (6+ messages)

[PATCHv2 1/2] arm64:vdso: Rewrite gettimeofday into C
 2017-05-31 12:44 UTC  (3+ messages)

[Qemu-devel] [PATCH] linuxboot_dma: compile for i486
 2017-05-31 12:44 UTC 

Device address specific mapping of arm,mmu-500
 2017-05-31 12:44 UTC  (11+ messages)

[PATCH] PCI/PM: Set D3 power state only if the end device supports it
 2017-05-31 12:43 UTC  (4+ messages)

[PATCH v3 for-next 0/3] Improvements to string.h
 2017-05-31 12:42 UTC  (7+ messages)
` [PATCH v3 3/3] x86/string: Clean up x86/string.h

[PATCH] archiver: Escape recipe name in regex
 2017-05-31 12:42 UTC 

[PATCH igt] lib/kms: Force a full reprobe if we find a bad link
 2017-05-31 12:42 UTC  (3+ messages)

[PATCH v2 0/2] Add basic support for Mediatek MT2712 SoC
 2017-05-31 12:42 UTC  (8+ messages)
` [PATCH v2 2/2] arm64: dts: Add Mediatek SoC MT2712 and evaluation board dts and Makefile

[PATCH v2] vlapic: fix two flaws in emulating MSR_IA32_APICBASE
 2017-05-31 12:41 UTC 

[PATCH] KEYS: fix refcount_inc() on zero
 2017-05-31 12:39 UTC  (7+ messages)

Beta testing crush optimization
 2017-05-31 12:40 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/2] s390x: program interrupt handler
 2017-05-31 12:39 UTC  (3+ messages)
` [kvm-unit-tests PATCH v2 1/2] s390x: generate asm offsets for the lowcore
` [kvm-unit-tests PATCH v2 2/2] s390x: pgm interrupt handler and a way to test them

[PATCH] mm: introduce MADV_CLR_HUGEPAGE
 2017-05-31 12:39 UTC  (20+ messages)

[PATCH v3 0/8] blk-mq: fix & improve queue quiescing
 2017-05-31 12:37 UTC  (12+ messages)
` [PATCH v3 1/9] blk-mq: introduce blk_mq_unquiesce_queue
` [PATCH v3 2/9] block: introduce flag of QUEUE_FLAG_QUIESCED
` [PATCH v3 3/9] blk-mq: use the introduced blk_mq_unquiesce_queue()
` [PATCH v3 4/9] nvme: host: unquiesce queue in nvme_kill_queues()
` [PATCH v3 5/9] blk-mq: fix blk_mq_quiesce_queue
` [PATCH v3 6/9] blk-mq: update comments on blk_mq_quiesce_queue()
` [PATCH v3 7/9] blk-mq: don't stop queue for quiescing
` [PATCH v3 8/9] blk-mq: clarify dispatch may not be drained/blocked by stopping queue
` [PATCH v3 9/9] Revert "blk-mq: don't use sync workqueue flushing from drivers"

[PATCH 1/4] drm/amdgpu: further cleanup amdgpu_vm_need_pipeline_sync
 2017-05-31 12:38 UTC  (4+ messages)
  ` [PATCH 2/4] drm/amdgpu: simplify VM shadow handling
  ` [PATCH 3/4] drm/amdgpu: increase fragmentation size for Vega10
  ` [PATCH 4/4] drm/amdgpu: enable huge page handling in the VM v3

RAID10 performance with 20 drives
 2017-05-31 12:36 UTC  (2+ messages)

[PATCH v5 0/4] gpio: mvebu: Add PWM fan support
 2017-05-31 12:36 UTC  (12+ messages)
` [PATCH v6 1/4] gpio: mvebu: Add limited PWM support

[Qemu-devel] Commit b2a575a1c652 broke i486 support
 2017-05-31 12:34 UTC  (5+ messages)

[PATCH 00/15] Enable OA unit for Gen 8 and 9 in i915 perf
 2017-05-31 12:33 UTC  (16+ messages)
` [PATCH v15 00/14] "
  ` [PATCH v15 01/14] drm/i915: Record both min/max eu_per_subslice in sseu_dev_info
  ` [PATCH v15 02/14] drm/i915: Program RPCS for Broadwell
  ` [PATCH v15 03/14] drm/i915: Record the sseu configuration per-context & engine
  ` [PATCH v15 04/14] drm/i915/perf: rework mux configurations queries
  ` [PATCH v15 05/14] drm/i915/perf: Add 'render basic' Gen8+ OA unit configs
  ` [PATCH v15 06/14] drm/i915/perf: Add OA unit support for Gen 8+
  ` [PATCH v15 07/14] drm/i915/perf: Add more OA configs for BDW, CHV, SKL + BXT
  ` [PATCH v15 08/14] drm/i915/perf: per-gen timebase for checking sample freq
  ` [PATCH v15 09/14] drm/i915/perf: remove perf.hook_lock
  ` [PATCH v15 10/14] drm/i915: add KBL GT2/GT3 check macros
  ` [PATCH v15 11/14] drm/i915/perf: add KBL support
  ` [PATCH v15 12/14] drm/i915/perf: add GLK support
  ` [PATCH v15 13/14] drm/i915/perf: reprogram NOA muxes at the beginning of each workload
  ` [PATCH v15 14/14] drm/i915/perf: notify sseu configuration changes

[PATCH] net: don't call strlen on non-terminated string in dev_set_alias()
 2017-05-31 12:33 UTC 

loosing netdevices with namespaces and unshare?
 2017-05-31 12:27 UTC  (3+ messages)

[PATCH] ASoC: atmel: tse850: fix off-by-one in the "ANA" enumeration count
 2017-05-31 12:32 UTC 

[PATCH v3] ovl: mark upper merge dir with type origin entries "impure"
 2017-05-31 12:31 UTC  (3+ messages)

[kvm-unit-tests PATCH] powerpc: Rework the rtas_token() function
 2017-05-31 12:31 UTC  (3+ messages)

[PATCH 00/19] cxd2841er/ddbridge: support Sony CXD28xx hardware
 2017-05-31 12:30 UTC  (19+ messages)
` [PATCH 10/19] [media] dvb-frontends/cxd2841er: make ASCOT use optional
` [PATCH 11/19] [media] dvb-frontends/cxd2841er: optionally tune earlier in set_frontend()
` [PATCH 12/19] [media] dvb-frontends/cxd2841er: make lock wait in set_fe_tc() optional
` [PATCH 13/19] [media] dvb-frontends/cxd2841er: configurable IFAGCNEG
` [PATCH 14/19] [media] dvb-frontends/cxd2841er: more configurable TSBITS
` [PATCH 15/19] [media] dvb-frontends/cxd2841er: improved snr reporting
` [PATCH 16/19] [media] ddbridge: board control setup, ts quirk flags
` [PATCH 17/19] [media] ddbridge: add I2C functions, add XO2 module support

[PATCH -v2] core/gatt: Add KeepCache config option
 2017-05-31 12:30 UTC 

[PATCH v6 0/6] Move firmware specific code to firmware specific locations
 2017-05-31 12:27 UTC  (7+ messages)
  ` [PATCH v6 1/6] ACPI: Constify argument to acpi_device_is_present()
` [PATCH v6 2/6] device property: Move FW type specific functionality to FW specific files
` [PATCH v6 3/6] device property: Move fwnode graph ops to firmware specific locations
` [PATCH v6 4/6] device property: Introduce fwnode_device_is_available()
` [PATCH v6 5/6] device property: Add FW type agnostic fwnode_graph_get_remote_node
` [PATCH v6 6/6] device property: Add fwnode_graph_get_port_parent

[PATCH v6 0/3] Preparation for further fwnode property cleanup
 2017-05-31 12:28 UTC  (2+ messages)

[PATCH net-next] netlink: include netnsid only when netns differs
 2017-05-31 12:28 UTC  (3+ messages)

[PATCH v5 0/3] Implement fast refcount overflow protection
 2017-05-31 12:27 UTC  (5+ messages)
  ` [kernel-hardening] "

[PATCH 2/3] ath10k: Fix napi related crash when otp fails
 2017-05-31 12:27 UTC  (2+ messages)
` [2/3] "

[PATCH v5 0/6] Move firmware specific code to firmware specific locations
 2017-05-31 12:27 UTC  (5+ messages)
` [PATCH v5 2/6] device property: Move FW type specific functionality to FW specific files

[patch net-next v3 00/10] net: sched: introduce multichain support for filters
 2017-05-31 12:27 UTC  (3+ messages)
` [patch iproute2 v2 repost 3/3] tc/actions: introduce support for goto chain action

Leak in ipv6_gso_segment()?
 2017-05-31 12:26 UTC 

[Xenomai] gatekeeper & xnpod_schedule trouble
 2017-05-31 12:25 UTC 

[PATCH] x86: partially undo "fix build with gcc 7"
 2017-05-31 12:24 UTC  (2+ messages)

[xen-unstable-smoke test] 109894: trouble: blocked/broken/pass
 2017-05-31 12:24 UTC 

[PATCH 0/2] hvmloader: misc adjustments
 2017-05-31 12:23 UTC  (3+ messages)
` [PATCH 2/2] hvmloader: drop pointless objcopy invocation

[RFC i-g-t] GEM features into feat_profile.json
 2017-05-31 12:23 UTC 

[Qemu-devel] [PATCH 00/17] qobject/qapi: add uint type
 2017-05-31 12:22 UTC  (4+ messages)
` [Qemu-devel] [PATCH 15/17] Use uint property getter/setter where appropriate

Does bonding driver support 802.3ad "port-priority"?
 2017-05-31 12:21 UTC 

[PATCH v1 1/1] mux: mux-intel-usb: Add Intel USB Multiplexer driver
 2017-05-31 12:21 UTC  (5+ messages)

[PATCH v2 1/2] ACPICA: IORT: Update SMMU models for IORT rev. C
 2017-05-31 12:21 UTC  (4+ messages)

i40e igb_uio: reset pci on process exit
 2017-05-31 12:20 UTC  (3+ messages)
` [RFC PATCH] igb_uio: issue FLR during open and release of device file

[wireless-regdb] Regulatory customization
 2017-05-31 12:19 UTC  (3+ messages)

[Qemu-devel] [PATCH v3 00/16] block: Preallocated truncate
 2017-05-31 12:19 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 14/16] block/qcow2: falloc/full preallocating growth
  ` [Qemu-devel] [Qemu-block] "

[PATCH 0/1] xl man page cleanup and fixes proposal
 2017-05-31 12:18 UTC  (5+ messages)
` [PATCH v2 1/1] xl man page cleanup and fixes

[PATCH] i2c: at91: Fix compilation warning
 2017-05-31 12:18 UTC  (3+ messages)

[PATCH] ath10k: add configurable debugging
 2017-05-31 12:16 UTC  (3+ messages)

[PATCH] runqemu-export-rootfs: don't change RPC ports
 2017-05-31 12:17 UTC  (3+ messages)

[PATCH 1/4] drm/amd/powerplay: hardcode temp range to 0-89 for vega10
 2017-05-31 12:16 UTC  (4+ messages)
  ` [PATCH 2/4] drm/amd/powerplay: Add floor DCEF for DS on boot
  ` [PATCH 3/4] drm/amd/powerplay: Align with VBIOS to support AVFS parameters
  ` [PATCH 4/4] drm/amd/powerplay: enable CKS by default on vega10

[PATCH] b43legacy: Fix a sleep-in-atomic bug in b43legacy_op_bss_info_changed
 2017-05-31 12:15 UTC  (4+ messages)

[PATCH net] ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt()
 2017-05-31 12:15 UTC 

[PATCH] clvmd: try to refresh device cache on the first failure
 2017-05-31 12:15 UTC  (7+ messages)

[PATCH 0/4] SVM: misc cleanup
 2017-05-31 12:14 UTC  (3+ messages)
` [PATCH 4/4] SVM: clean up svm_vmcb_isvalid()

[PATCH v6 0/2] cec: STM32 driver
 2017-05-31 12:13 UTC  (3+ messages)
` [PATCH v6 1/2] dt-bindings: media: stm32 cec driver
` [PATCH v6 2/2] cec: add STM32 "


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.