All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-05-11 19:52:05 to 2017-05-11 21:00:52 UTC [more...]

[PATCH v7 00/23] FSI device driver implementation
 2017-05-11 21:00 UTC  (32+ messages)
` [PATCH v7 01/23] drivers/fsi: Add fsi master definition
` [PATCH v7 02/23] drivers/fsi: Add slave definition
` [PATCH v7 03/23] drivers/fsi: Add empty master scan
` [PATCH v7 04/23] lib: Add crc4 module
` [PATCH v7 05/23] drivers/fsi: Add slave & master read/write APIs
` [PATCH v7 06/23] drivers/fsi: Set up links for slave communication
` [PATCH v7 08/23] drivers/fsi: Set slave SMODE to init communication
` [PATCH v7 09/23] drivers/fsi: scan slaves & register devices
` [PATCH v7 10/23] drivers/fsi: Add device read/write/peek API
` [PATCH v7 11/23] drivers/fsi: Add master unscan
` [PATCH v7 12/23] drivers/fsi: Add documentation for GPIO bindings
` [PATCH v7 13/23] drivers/fsi: Add client driver register utilities
  ` [PATCH v7 07/23] drivers/fsi: Implement slave initialisation
  ` [PATCH v7 14/23] drivers/fsi: Add sysfs files for FSI master & slave accesses
` [PATCH v7 15/23] drivers/fsi: expose direct-access slave API

[Buildroot] [PATCH v2] package: protobuf, python-protobuf: bump to v3.3.0
 2017-05-11 21:00 UTC  (2+ messages)

[v3 0/9] parallelized "struct page" zeroing
 2017-05-11 20:59 UTC  (13+ messages)

[PATCH] staging: greybus: power_supply: replace kzalloc by kcalloc
 2017-05-11 20:58 UTC 

[PATCH v5 0/9] Enhancement to intel_dp_aux_backlight driver
 2017-05-11 20:59 UTC  (4+ messages)
` [PATCH v5 6/9] drm/i915: Support dynamic backlight via DPCD register

[PATCH v2] sound: Disable the build of OSS drivers
 2017-05-11 20:58 UTC  (2+ messages)

[PATCH] ignore VOID when trying to if-convert phi-nodes
 2017-05-11 20:57 UTC  (6+ messages)
  ` [PATCH v2] "

bpf.h and you
 2017-05-11 20:57 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/7] curl: locking cleanups/fixes, coroutine conversion, remove aio_poll
 2017-05-11 20:56 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/7] curl: strengthen assertion in curl_clean_state
` [Qemu-devel] [PATCH 2/7] curl: never invoke callbacks with s->mutex held
` [Qemu-devel] [PATCH 3/7] curl: avoid recursive locking of BDRVCURLState mutex

[PATCH] ip: mpls: fix printing of mpls labels
 2017-05-11 20:52 UTC  (3+ messages)

[PATCH 0/5 RfC] pintrl: meson: add support for GPIO IRQs
 2017-05-11 20:52 UTC  (4+ messages)

[PATCH] fetch-pack: always allow fetching of literal SHA1s
 2017-05-11 20:52 UTC  (5+ messages)
` [PATCH v3] "

[Buildroot] [PATCH] package/opencv3: fix build for x86_64 target
 2017-05-11 20:51 UTC  (2+ messages)

[Buildroot] Altera SoC Buildroot external toolchain incompatible error
 2017-05-11 20:51 UTC  (5+ messages)

[PATCH v2] Input: elan_i2c - check if device is there before really probing
 2017-05-11 20:51 UTC  (2+ messages)
` [v2] "

[PATCH 00/29] Easy to review grep & pre-PCRE changes
 2017-05-11 20:50 UTC  (24+ messages)
` [PATCH 07/29] grep: change non-ASCII -i test to stop using --debug
` [PATCH 18/29] grep: catch a missing enum in switch statement
` [PATCH 21/29] grep: factor test for \0 in grep patterns into a function
` [PATCH 22/29] grep: change the internal PCRE macro names to be PCRE1
` [PATCH 24/29] grep: move two functions to avoid forward declaration
` [PATCH 26/29] pack-objects & index-pack: add test for --threads warning
` [PATCH 28/29] grep: given --threads with NO_PTHREADS=YesPlease, warn

[Bug 100984] QupZilla crashes at startup after mesa upgrade
 2017-05-11 20:50 UTC  (2+ messages)

[Buildroot] [git commit] package/opencv3: fix build for x86_64 target
 2017-05-11 20:49 UTC 

Threads stuck in zap_pid_ns_processes()
 2017-05-11 20:48 UTC  (6+ messages)

Advice on user space application integration with tc
 2017-05-11 20:45 UTC 

[PATCH v3 1/2] selinux: add brief info to policydb
 2017-05-11 20:45 UTC  (6+ messages)

[PATCH 0/3] poll()able DM events
 2017-05-11 20:45 UTC  (9+ messages)
` [PATCH 1/3] dm: a basic support for using the select or poll function

[PATCH] usb-musb: keep VBUS on when device is disconnected
 2017-05-11 20:44 UTC  (14+ messages)

[RFC 0/2] Add support for Meson MX "SDIO" MMC driver
 2017-05-11 20:44 UTC  (7+ messages)

[Qemu-devel] [PATCH v2 00/16] block: Protect AIO context change with perm API
 2017-05-11 20:43 UTC  (22+ messages)
` [Qemu-devel] [PATCH v2 07/16] backup: Do initial aio context move of target via BB interface
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH v2 08/16] mirror: Request aio context change permission on target
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH v2 09/16] commit: Allow aio context change on s->base
` [Qemu-devel] [PATCH v2 10/16] mirror: Do initial aio context move of target via BB interface
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH v2 11/16] virtio-scsi: Request BLK_PERM_AIO_CONTEXT_CHANGE for dataplane
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH v2 12/16] virtio-blk: "
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH v2 13/16] blk: fix aio context loss on media change
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH v2 14/16] nbd: Allow BLK_PERM_AIO_CONTEXT_CHANGE on BB
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH v2 15/16] block: Add perm assertion on blk_set_aio_context
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH v2 16/16] tests: Add test case for BLK_PERM_AIO_CONTEXT_CHANGE
` [Qemu-devel] [Qemu-block] [PATCH v2 00/16] block: Protect AIO context change with perm API

[RFC PATCH V2 0/4] capabilities: do not audit log BPRM_FCAPS on set*id
 2017-05-11 20:42 UTC  (10+ messages)
` [RFC PATCH V2 1/4] capabilities: use macros to make the logic easier to follow and verify
` [RFC PATCH V2 2/4] capabilities: invert logic for clarity
` [RFC PATCH V2 3/4] capabilities: fix logic for effective root or real root
` [RFC PATCH V2 4/4] capabilities: auit log other surprising conditions

backing up to a Drobo CIFS VFS: Error -11 sending data on socket to server, Bufferbloat?
 2017-05-11 20:42 UTC 

future of sounds/oss
 2017-05-11 20:40 UTC  (9+ messages)
    ` [alsa-devel] "

[RFC] send-email: support validate hook
 2017-05-11 20:39 UTC  (2+ messages)

[PATCH] target: remove dead code
 2017-05-11 20:39 UTC  (2+ messages)

[PATCH v5 00/17] net: qualcomm: add QCA7000 UART driver
 2017-05-11 20:38 UTC  (4+ messages)
` [PATCH v5 15/17] dt-bindings: qca7000: append UART interface to binding

Creating btrfs RAID on LUKS devs makes devices disappear
 2017-05-11 20:36 UTC  (2+ messages)

[PATCH] devtool/standard: Fix lock in _prep_extract_operation
 2017-05-11 20:36 UTC 

[sound:topic/kill-set_fs 40/43] sound/soc/blackfin/bf5xx-ac97.c:62:30: error: 'SRC' undeclared
 2017-05-11 20:35 UTC 

[Buildroot] [PATCH] package/libloki: new package
 2017-05-11 20:33 UTC  (2+ messages)

[PATCH 0/6] small multipath fixes
 2017-05-11 20:33 UTC  (9+ messages)
` [PATCH 3/6] libmultipath: refactor calls to get dm device info
` [PATCH 4/6] libmultipath: fix suspended devs from failed reloads
` [PATCH 5/6] kpartx: fix device checks
` [PATCH 6/6] mpath_persist: Don't join threads that don't exist

[Buildroot] [PATCH v3 1/3] package/ltp-testsuite: remove ldd command test with static only build
 2017-05-11 20:31 UTC  (4+ messages)
` [Buildroot] [PATCH v3 2/3] package/ltp-testsuite: introduce BR2_PACKAGE_LTP_TESTSUITE_ARCH_SUPPORTS

Possible bug in includeIf / conditional includes on non git initialised directories
 2017-05-11 20:31 UTC  (2+ messages)

[meta-raspberrypi][PATCH 1/2] userland: Add missing GLES2 defines
 2017-05-11 20:25 UTC  (4+ messages)
` [meta-raspberrypi][PATCH 2/2] mesa-gl: Enable gbm for rpi

[PATCH] leds: pca955x: add GPIO support
 2017-05-11 20:23 UTC  (2+ messages)

[PATCH] parisc: Add Page Deallocation Table (PDT) support
 2017-05-11 20:24 UTC 

Lockdep splat involving all_q_mutex
 2017-05-11 20:23 UTC  (5+ messages)

question about the RCU variant in CITRUS tree paper
 2017-05-11 20:23 UTC 

[PATCH] mac80211: Validate michael MIC before attempting packet decode
 2017-05-11 20:22 UTC  (3+ messages)

[PATCH] avoid useless warning for 'bool <- restricted type' conversion
 2017-05-11 20:20 UTC  (2+ messages)

[Buildroot] [git commit branch/next] package/libloki: new package
 2017-05-11 20:21 UTC 

Preshared Key Rework Coming Soon
 2017-05-11 20:32 UTC 

I'd like to donate a MacBook Pro
 2017-05-11 20:21 UTC  (9+ messages)

[PATCH v2 0/3] gpiolib: Initializing GPIOs using DT property gpio-initval
 2017-05-11 20:18 UTC  (9+ messages)
` [PATCH v2 3/3] gpiolib: Add GPIO initialization

[PATCH] ndctl: add list -M documentation
 2017-05-11 20:18 UTC 

[xen-unstable test] 109309: regressions - FAIL
 2017-05-11 20:17 UTC 

[PATCH 01/12] drm/i915: Remove kref from i915_sw_fence
 2017-05-11 20:17 UTC  (13+ messages)
` [PATCH 02/12] drm/i915: Import the kfence selftests for i915_sw_fence
` [PATCH 03/12] drm/i915: Make ptr_unpack_bits() more function-like
` [PATCH 04/12] drm/i915: Redefine ptr_pack_bits() and friends
` [PATCH 05/12] drm/i915/execlists: Pack the count into the low bits of the port.request
` [PATCH 06/12] drm/i915: Don't mark an execlists context-switch when idle
` [PATCH 07/12] drm/i915: Use a define for the default priority [0]
` [PATCH 08/12] drm/i915: Split execlist priority queue into rbtree + linked list
` [PATCH 09/12] drm/i915: Create a kmem_cache to allocate struct i915_priolist from
` [PATCH 10/12] drm/i915/execlists: Reduce lock contention between schedule/submit_request
` [PATCH 11/12] drm/i915: Stop inlining the execlists IRQ handler
` [PATCH 12/12] drm/i915: Don't force serialisation on marking up execlists irq posted
` ✓ Fi.CI.BAT: success for series starting with [01/12] drm/i915: Remove kref from i915_sw_fence

Best "triangle" workflow setup?
 2017-05-11 20:17 UTC  (2+ messages)

[Buildroot] [PATCH 1/2] package/x11r7/xapp_xkbcomp: bump version to 1.4.0
 2017-05-11 20:17 UTC  (2+ messages)

[Buildroot] [git commit branch/next] package/x11r7/xdriver_xf86-input-libinput: bump version to 0.25.1
 2017-05-11 20:16 UTC 

[Buildroot] [git commit branch/next] package/x11r7/xapp_xkbcomp: bump version to 1.4.0
 2017-05-11 20:16 UTC 

[Bug 101011] Shadow of Mordor crashes with mesa from 08.05.2017
 2017-05-11 20:15 UTC 

[Buildroot] Problems building iotop
 2017-05-11 20:15 UTC  (3+ messages)

[PATCH] x86/power/64: Use char arrays for asm function names
 2017-05-11 20:13 UTC  (2+ messages)

[meta-oe][PATCH] sip: update recipe to 4.19.2
 2017-05-11 20:13 UTC 

[Buildroot] [git commit] kvm-unit-tests: fix build on x86-64 with specific gcc versions
 2017-05-11 20:13 UTC 

[PATCH] FS: Fixing return type of unsigned_offsets
 2017-05-11 20:09 UTC  (7+ messages)

question about the RCU variant in CITRUS tree paper
 2017-05-11 20:05 UTC 

[PATCH][V2] ethernet: aquantia: remove redundant checks on error status
 2017-05-11 20:02 UTC  (5+ messages)

[PATCH] pinctrl: when claiming hog, skip maps not served by same device
 2017-05-11 20:02 UTC 

[RFC 00/10] x86 TLB flush cleanups, moving toward PCID support
 2017-05-11 20:01 UTC  (4+ messages)
` [RFC 04/10] x86/mm: Pass flush_tlb_info to flush_tlb_others() etc

[PATCH 0/5] More misc patches
 2017-05-11 20:01 UTC  (5+ messages)
` [PATCH 4/5] kpartx: default to running in sync mode

[PATCH lttng-tools 2/3] Fix: lttng-sessiond: cpu hotplug: send channel to consumer only once
 2017-05-11 20:00 UTC  (2+ messages)
` [PATCH lttng-tools 3/3] Fix: lttng-consumerd: cpu hotplug: send "streams_sent" command

[PATCH lttng-tools 1/3] Fix: lttng-sessiond: cpu hotplug stream number mismatch
 2017-05-11 20:00 UTC 

[PATCH] pull: optionally rebase submodules
 2017-05-11 20:00 UTC  (2+ messages)

[kernel-locking] question about structure field initialization
 2017-05-11 20:00 UTC 

[kvm-unit-tests PATCH] x86/hyperv_clock: be explicit about mul instruction data size
 2017-05-11 19:59 UTC 

[PATCH v7] ndctl: add list --media-errors support
 2017-05-11 19:57 UTC  (2+ messages)

[PATCH v6] ndctl: add list --media-errors support
 2017-05-11 19:57 UTC  (4+ messages)

btrfs list corruption and soft lockups while testing writeback error handling
 2017-05-11 19:56 UTC  (3+ messages)

[Buildroot] [PATCH] package/espeak: add comment to ignore 'unmet dependencies'
 2017-05-11 19:54 UTC  (2+ messages)

[RFC 2/2] gemalto: Implement HardwareMonitor methods
 2017-05-11 19:54 UTC  (2+ messages)

[Buildroot] [git commit] package/espeak: add comment to ignore 'unmet dependencies'
 2017-05-11 19:54 UTC 

[Buildroot] [PATCH] lua: use target LDFLAGS
 2017-05-11 19:53 UTC  (2+ messages)

[PATCH net] samples/bpf: run cleanup routines when receiving SIGTERM
 2017-05-11 19:52 UTC 

[PATCH kvm-unit-tests 0/2] vmx: fixes to v2 tests
 2017-05-11 19:51 UTC  (5+ messages)
` [PATCH kvm-unit-tests 2/2] vmx: fix expected results of new EPT tests


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.