All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-03-15 10:07:34 to 2017-03-15 10:51:50 UTC [more...]

[Qemu-devel] [PATCH v2 0/9] xen/9pfs: introduce the Xen 9pfs backend
 2017-03-15 10:51 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 1/9] configure: change CONFIG_XEN_BACKEND to be a target property
  ` [Qemu-devel] [PATCH v2 6/9] xen/9pfs: receive requests from the frontend
    `  "

[PATCH v4 14/36] [media] v4l2-mc: add a function to inherit controls from a pipeline
 2017-03-15 10:50 UTC  (12+ messages)
              ` media / v4l2-mc: wishlist for complex cameras (was Re: [PATCH v4 14/36] [media] v4l2-mc: add a function to inherit controls from a pipeline)

[PATCH 1/4] mmc: pwrseq: add op reset to struct mmc_pwrseq_ops
 2017-03-15 10:50 UTC  (3+ messages)

[Buildroot] [git commit] irssi: bump version to version 1.0.2
 2017-03-15 10:50 UTC 

[PATCH V3 0/7] PM / Domains: Implement domain performance states
 2017-03-15 10:49 UTC  (4+ messages)

[RESEND PATCH v2 1/2] mfd: retu: Add OF device ID table
 2017-03-15 10:49 UTC  (2+ messages)
` [RESEND PATCH v2 2/2] mfd: tps6105x: "

[PATCH 0/3] soc/tegra: bpmp: Generic PM domains for Tegra186
 2017-03-15 10:49 UTC  (3+ messages)
` [PATCH 3/3] soc/tegra: bpmp: Implement generic PM domains

[Qemu-devel] [PATCH] migration: allow clearing migration string parameters
 2017-03-15 10:49 UTC  (10+ messages)

[FIX PATCH v1] powerpc/pseries: Fix reference count leak during CPU unplug
 2017-03-15 10:48 UTC  (5+ messages)

[PATCH] drm/i915: update the firmware download URL
 2017-03-15 10:49 UTC 

[PATCH] remove unmaintained TILE-Gx architecture
 2017-03-15 10:49 UTC  (2+ messages)

[RFC PATCH] rework memory hotplug onlining
 2017-03-15 10:48 UTC  (3+ messages)

[LTP] [PATCH 1/3] diotest: use user specified bufsize correctly
 2017-03-15 10:48 UTC  (7+ messages)
` [LTP] [PATCH 2/3] diotest6: test readv/writev not read/write
` [LTP] [PATCH 3/3] runtest/dio: enable dio29/30

[Buildroot] [PATCH] mariadb: security bump to version 10.1.22
 2017-03-15 10:48 UTC 

[PATCH] gpio: xlp: Update for ARCH_THUNDER2
 2017-03-15 10:48 UTC  (3+ messages)

[Qemu-devel] [PATCH] cirrus: stop passing around dst pointers in the blitter
 2017-03-15 10:47 UTC 

[kvm-unit-tests PATCH] Use /bin/env in shebang to make scripts more portable
 2017-03-15 10:48 UTC  (2+ messages)

[PATCH v2 00/17] iio: Add OF device table to I2C drivers that are missing it
 2017-03-15 10:46 UTC  (3+ messages)
` [PATCH v2 02/17] iio: mlx96014: Add OF device ID table

[PATCH 2/2] drm/i915: Fix SKL cursor watermarks
 2017-03-15 10:46 UTC  (2+ messages)
` [2/2] "

[PATCH net-next v3] net: ipv4: add support for ECMP hash policy choice
 2017-03-15 10:46 UTC  (12+ messages)

[PATCH 0/33 v5] fsnotify: Avoid SRCU stalls with fanotify permission events
 2017-03-15 10:46 UTC  (34+ messages)
` [PATCH 01/33] fsnotify: Remove unnecessary tests when showing fdinfo
` [PATCH 02/33] inotify: Remove inode pointers from debug messages
` [PATCH 03/33] fanotify: Move recalculation of inode / vfsmount mask under mark_mutex
` [PATCH 04/33] audit: Abstract hash key handling
` [PATCH 05/33] fsnotify: Update comments
` [PATCH 06/33] fsnotify: Move mark list head from object into dedicated structure
` [PATCH 07/33] fsnotify: Move object pointer to fsnotify_mark_connector
` [PATCH 08/33] fsnotify: Make fsnotify_mark_connector hold inode reference
` [PATCH 09/33] fsnotify: Remove indirection from mark list addition
` [PATCH 10/33] fsnotify: Move fsnotify_destroy_marks()
` [PATCH 11/33] fsnotify: Move locking into fsnotify_recalc_mask()
` [PATCH 12/33] fsnotify: Move locking into fsnotify_find_mark()
` [PATCH 13/33] fsnotify: Determine lock in fsnotify_destroy_marks()
` [PATCH 14/33] fsnotify: Remove indirection from fsnotify_detach_mark()
` [PATCH 15/33] fsnotify: Remove useless list deletion and comment
` [PATCH 16/33] fsnotify: Lock object list with connector lock
` [PATCH 17/33] fsnotify: Free fsnotify_mark_connector when there is no mark attached
` [PATCH 18/33] inotify: Do not drop mark reference under idr_lock
` [PATCH 19/33] fsnotify: Move queueing of mark for destruction into fsnotify_put_mark()
` [PATCH 20/33] fsnotify: Detach mark from object list when last reference is dropped
` [PATCH 21/33] fsnotify: Remove special handling of mark destruction on group shutdown
` [PATCH 22/33] fsnotify: Provide framework for dropping SRCU lock in ->handle_event
` [PATCH 23/33] fsnotify: Pass fsnotify_iter_info into handle_event handler
` [PATCH 24/33] fanotify: Release SRCU lock when waiting for userspace response
` [PATCH 25/33] fsnotify: Remove fsnotify_set_mark_{,ignored_}mask_locked()
` [PATCH 26/33] fsnotify: Remove fsnotify_recalc_{inode|vfsmount}_mask()
` [PATCH 27/33] fsnotify: Inline fsnotify_clear_{inode|vfsmount}_mark_group()
` [PATCH 28/33] fsnotify: Rename fsnotify_clear_marks_by_group_flags()
` [PATCH 29/33] fsnotify: Remove fsnotify_detach_group_marks()
` [PATCH 30/33] fsnotify: Remove fsnotify_find_{inode|vfsmount}_mark()
` [PATCH 31/33] fsnotify: Drop inode_mark.c
` [PATCH 32/33] fsnotify: Add group pointer in fsnotify_init_mark()
` [PATCH 33/33] fsnotify: Move ->free_mark callback to fsnotify_ops

KVM call for 2017-03-14
 2017-03-15 10:29 UTC  (7+ messages)
` [Qemu-devel] "

[PATCH 0/2] pinctrl: sh-pfc: r8a7795: Misc fixes and cleanups
 2017-03-15 10:46 UTC  (3+ messages)

[PATCH 1/2] reset: Add API to count number of reset available with device
 2017-03-15 10:45 UTC  (6+ messages)
` [PATCH 2/2] usb; dwc3: of-simple: Add support to get resets for the device

[Qemu-devel] Requesting Edit Access to the wiki
 2017-03-15 10:44 UTC  (2+ messages)

what shell programming constructs can we count on in .bbclass files?
 2017-03-15 10:44 UTC 

Fixes that failed to backport to v4.11-rc1
 2017-03-15 10:44 UTC  (3+ messages)
` [PATCH] drm/i915/glk: Remove MODULE_FIRMWARE() tag from Geminilake's DMC

[PATCH] tools: remove gntshr support
 2017-03-15 10:44 UTC  (2+ messages)

[PATCH v2 0/2] net/mlx5: add enhanced multi-packet send for ConnectX-5
 2017-03-15 10:44 UTC  (4+ messages)
` [PATCH v2 1/2] "

[PATCH] sched/deadline: Add missing update_rq_clock() in dl_task_timer()
 2017-03-15 10:44 UTC  (3+ messages)

[PATCH] tools/xl/xl_parse.c: Remove blank line
 2017-03-15 10:43 UTC  (2+ messages)

[PATCH v2] tools: include sys/sysmacros.h on Linux
 2017-03-15 10:43 UTC  (2+ messages)

Resizeable PCI BAR support V3
 2017-03-15 10:42 UTC  (7+ messages)
` [PATCH 4/4] drm/amdgpu: resize VRAM BAR for CPU access

[Bridge] [PATCH net] bridge: ebtables: fix reception of frames DNAT-ed to bridge device
 2017-03-15 10:42 UTC  (9+ messages)
  `  "

[Qemu-devel] [PATCH v3] memory: reduce heap Rss size around 3M
 2017-03-15 13:39 UTC  (3+ messages)

[PATCH net] fjes: Fix wrong netdevice feature flags
 2017-03-15 10:41 UTC  (2+ messages)

Request for including dbd5c8c9a288 ("xfs: pass total block res. as total xfs_bmapi_write() parameter") into stable
 2017-03-15 10:41 UTC 

[PATCH nft 0/9] ct helper set support
 2017-03-15 10:40 UTC  (6+ messages)
` [PATCH nft 6/9] tests: py: add ct helper tests
` [PATCH nft 9/9] doc: helper assignement

pr_debug
 2017-03-15 10:40 UTC  (3+ messages)

[PATCH] [v2] mtd: spi-nor: don't include linux/mtd/cfi.h from header
 2017-03-15 10:40 UTC  (3+ messages)

[PATCH v9 0/8] VMX: Properly handle pi descriptor and per-cpu
 2017-03-15 10:38 UTC  (3+ messages)
` [PATCH v9 8/8] VT-d: Add copy_irte_{to, from}_irt for updating irte

[PATCH v2 00/11] add thermal throttling to Allwinner A33 SoC
 2017-03-15 10:38 UTC  (5+ messages)
` [PATCH v2 08/11] iio: adc: sun4i-gpadc-iio: add support for A33 thermal sensor

[PATCH] tools/kdd: remove unneeded packed attributes
 2017-03-15 10:37 UTC  (3+ messages)
` [PATCH] tools/kdd: don't use a pointer to an unaligned field

[PATCH] common/config: apply specific mount options for nfs in _test_mount_opts
 2017-03-15 10:37 UTC 

[rdma-core v3 0/9] Broadcom User Space RoCE Driver
 2017-03-15 10:37 UTC  (10+ messages)
  ` [rdma-core v3 1/9] libbnxt_re: introduce bnxtre user space RDMA provider
  ` [rdma-core v3 2/9] libbnxt_re: Add support for user memory regions
  ` [rdma-core v3 3/9] libbnxt_re: Add support for CQ and QP management
  ` [rdma-core v3 4/9] libbnxt_re: Add support for posting and polling
  ` [rdma-core v3 5/9] libbnxt_re: Allow apps to poll for flushed completions
  ` [rdma-core v3 6/9] libbnxt_re: Enable UD control path and wqe posting
  ` [rdma-core v3 7/9] libbnxt_re: Enable polling for UD completions
  ` [rdma-core v3 8/9] libbnxt_re: Add support for atomic operations
  ` [rdma-core v3 9/9] libbnxt_re: Add support for SRQ in user lib

[PATCH v1] mfd: intel-lpss: Remove left over variable
 2017-03-15 10:36 UTC  (2+ messages)

[PATCH] SUNRPC: fix include for cmpxhg_relaxed()
 2017-03-15 10:35 UTC  (2+ messages)

[Cocci] coccicheck run error
 2017-03-15 10:35 UTC 

[PATCH 1/2] mfd: retu: Add OF device ID table
 2017-03-15 10:35 UTC  (4+ messages)
` [PATCH 2/2] mfd: tps6105x: "

[PATCH] pinctrl: qcom: qdf2xxx: add names to the gpios
 2017-03-15 10:33 UTC  (4+ messages)

[PATCH v2 00/17] tools: provide pkg-config files for all libs
 2017-03-15 10:33 UTC  (9+ messages)
` [PATCH v2 08/17] tools: provide pkg-config file for libxengnttab

[xen-unstable-coverity test] 106686: regressions - ALL FAIL
 2017-03-15 10:32 UTC 

[Buildroot] [PATCH 1/3] libgtk3: remove non-existent configure options
 2017-03-15 10:31 UTC  (6+ messages)
` [Buildroot] [PATCH 2/3] libgtk3: gdk-wayland backend depends on libX11

[PATCH v2] gpio: acpi: Ignore -EPROBE_DEFER for unselected gpioints
 2017-03-15 10:31 UTC  (2+ messages)

[PATCH] mfd: altr-a10sr: Add Arria10 SR sysfs attributes
 2017-03-15 10:31 UTC  (2+ messages)

[PATCH v5 0/3] new API to free consumed buffers in Tx ring
 2017-03-15 10:30 UTC  (7+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/3] ethdev: "
  ` [PATCH v6 3/3] net/vhost: vHost support to free consumed buffers

[rfc] amdgpu/sync_file shared semaphores
 2017-03-15 10:30 UTC  (3+ messages)
` [PATCH libdrm] libdrm/amdgpu: add interface for kernel semaphores

Getting "Wrong diagnostic page; asked for 7 got 0" error message on HBA's virtual SES device
 2017-03-15 10:30 UTC  (2+ messages)

[PATCH v2 0/3] x86emul: FPU handling corrections
 2017-03-15 10:29 UTC  (5+ messages)
` [PATCH v2 1/3] x86emul: centralize put_fpu() invocations
` [PATCH v2 2/3] x86emul: correct handling of FPU insns faulting on memory write
` [PATCH v2 3/3] x86emul: correct FPU code/data pointers and opcode handling
` [PATCH v2][XTF] add FPU/SIMD register state test

[PATCH fixes v4] pinctrl: Do not check previous and current state
 2017-03-15 10:29 UTC  (5+ messages)

[PATCH v5 0/3] printk: fix double printing with earlycon
 2017-03-15 10:28 UTC  (4+ messages)
` [PATCH v5 1/3] printk: fix name/type/scope of preferred_console var
` [PATCH v5 2/3] printk: rename selected_console -> preferred_console
` [PATCH v5 3/3] printk: fix double printing with earlycon

[PATCH] [media] doc: kapi: fix typo
 2017-03-15 10:28 UTC 

[PATCH 0/8] watchdog fixes for COMPILE_TEST change
 2017-03-15 10:27 UTC  (6+ messages)
` [PATCH 2/8] mfd: db8500-prcmu: fix stub helper interface

[Qemu-devel] [PATCH for-2.9] mirror: Fix backwards mirror_yield parameters
 2017-03-15 10:26 UTC  (5+ messages)

[PATCH v2] drm/rockchip: Refactor the component match logic
 2017-03-15 10:25 UTC  (4+ messages)

[PATCH v2 1/5] staging: rtl8192e: Fix coding style issues
 2017-03-15 10:24 UTC  (9+ messages)
` [PATCH v3 0/8] staging: rtl8192e: Fix coding style, warnings and checks
  ` [PATCH v3 2/8] staging: rtl8192e: Fix coding style
  ` [PATCH v3 3/8] staging: rtl8192e: Remove unnecessary 'out of memory' message
  ` [PATCH v3 5/8] staging: rtl8192e: Fix unbalanced braces

[rtc-linux] [PATCH v3 1/4] mfd: cros_ec: Add helper for event notifier
 2017-03-15 10:24 UTC  (6+ messages)
` [rtc-linux] [PATCH v3 4/4] mfd: cros_ec: add RTC as mfd subdevice
  ` [rtc-linux] "
        `  "

[PATCH] drm/i915: Enable FBC for non X-tiled FBs
 2017-03-15 10:23 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] migration/block: Avoid invoking blk_drain too frequently
 2017-03-15 10:21 UTC  (2+ messages)
` [Qemu-devel] [Qemu-block] "

[PATCH v3] drm/rockchip: Refactor the component match logic
 2017-03-15 10:20 UTC  (2+ messages)

[PATCH 0/2] gpio: acpi: acpi_dev_gpio_irq_get: ignore the status of unselected irqs
 2017-03-15 10:19 UTC  (4+ messages)
` [PATCH 1/2] gpio: acpi: acpi_gpio_resource_lookup: return info even if there is no desc

[Intel-wired-lan] [jkirsher-next-queue:40GbE] BUILD SUCCESS b77ac975930741f0b6612b18e55d7a72c81ea2ac
 2017-03-15 10:19 UTC 

[PATCH] generic: test encryption key revocation during concurrent I/O
 2017-03-15 10:18 UTC  (2+ messages)

PMD features matrix
 2017-03-15 10:17 UTC 

[PATCH v4 0/5] perf report: Show inline stack
 2017-03-14 12:59 UTC  (2+ messages)

[PATCH 0/3] drm/omapdrm: Remove CONFIG_DRM_OMAP_NUM_CRTCS and cleanup
 2017-03-15 10:16 UTC  (5+ messages)
` [PATCH 2/3] drm/omapdrm: Change possible_crtcs to possible_crtcs_for_planes
` [PATCH 3/3] drm/omapdrm: Separate ids for planes and CRTCs in omap_modeset_init()

[PATCH v3] NI 169445 board support
 2017-03-15 10:15 UTC  (4+ messages)
` [PATCH 1/2] gpio: mmio: add support for NI 169445 NAND GPIO

net/sctp: recursive locking in sctp_do_peeloff
 2017-03-15 10:14 UTC  (6+ messages)

Can't compile because of -lpthreads
 2017-03-15 10:14 UTC  (6+ messages)
            ` Fwd: "

[Cocci] [PATCH 00/19] fixup usage of non-raw spinlocks in irqchips
 2017-03-15 10:14 UTC  (12+ messages)
` [PATCH 16/19] pinctrl: bcm: make use of raw_spinlock variants
` [PATCH 17/19] pinctrl: amd: "
` [PATCH 18/19] pinctrl: sirf: atlas7: "
` [PATCH 19/19] pinctrl: sunxi: "

[PATCH v2] mfd: intel_soc_pmic: Fix a mess with compilation units
 2017-03-15 10:12 UTC  (4+ messages)

Your visit to the 121st Canton Fair in China (41)
 2017-03-15 10:12 UTC 

[RFC v1 for accelerated IPoIB 00/25] Enhanced mode for IPoIB driver
 2017-03-15 10:11 UTC  (6+ messages)
` [RFC v1 for accelerated IPoIB 05/25] IB/ipoib: Support ipoib acceleration options callbacks

[PATCH 1/3] dt-bindings: add the grf clock for dw-mipi-dsi
 2017-03-15 10:10 UTC  (6+ messages)

[PATCH v4 0/5] phy/mfd/soc: exynos: Header cleanup
 2017-03-15 10:10 UTC  (4+ messages)
` [PATCH v4 4/5] mfd: exynos-lpass: Use common soc/exynos-regs-pmu.h header

[PATCH 0/2] net/mlx5: add enhanced multi-packet send for ConnectX-5
 2017-03-15 10:09 UTC  (3+ messages)
` [PATCH 1/2] "

[PATCH 0/3] drm/i915: Convert tv/dp_mst and crt connector properties to atomic
 2017-03-15 10:08 UTC  (10+ messages)
` [PATCH 1/3] drm/i915: Convert intel_tv "
            ` [PATCH 1/3] drm/i915: Convert intel_tv connector properties to atomic, v2
                ` [PATCH 1/3] drm/i915: Convert intel_tv connector properties to atomic, v3

[RFC][PATCH] dma-buf: Introduce dma-buf test module
 2017-03-15 10:08 UTC  (5+ messages)

[PATCH] xfs_repair: junk leaf attribute if count == 0
 2017-03-15 10:07 UTC  (4+ messages)

[U-Boot] [PATCH] PMIC: TI: TPS65903X errata (SLIA087) code
 2017-03-15 10:07 UTC  (3+ 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.