All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-12-06 20:57:55 to 2016-12-06 22:02:35 UTC [more...]

[PATCH 00/15] SMB3 encryption support
 2016-12-06 22:02 UTC  (13+ messages)
  ` [PATCH 01/15] CIFS: Separate SMB2 header structure
  ` [PATCH 02/15] CIFS: Make SendReceive2() takes resp iov
  ` [PATCH 03/15] CIFS: Make send_cancel take rqst as argument
  ` [PATCH 04/15] CIFS: Send RFC1001 length in a separate iov
  ` [PATCH 05/15] CIFS: Separate SMB2 sync header processing
  ` [PATCH 06/15] CIFS: Separate RFC1001 length processing for SMB2 read
  ` [PATCH 07/15] CIFS: Add capability to transform requests before sending
  ` [PATCH 08/15] CIFS: Enable encryption during session setup phase
  ` [PATCH 09/15] CIFS: Encrypt SMB3 requests before sending
  ` [PATCH 10/15] CIFS: Add transform header handling callbacks
  ` [PATCH 11/15] CIFS: Add mid handle callback
  ` [PATCH 12/15] CIFS: Add copy into pages callback for a read operation

Enabling peer to peer device transactions for PCIe devices
 2016-12-06 22:02 UTC  (15+ messages)

[RFC PATCH 00/24] [FOR 4.9] arm64: Dom0 ITS emulation
 2016-12-06 22:01 UTC  (22+ messages)
` [RFC PATCH 21/24] ARM: vITS: handle INVALL command

[PATCH] usb: gadget: udc: atmel: Fix check in usba_ep_enable()
 2016-12-06 21:59 UTC  (2+ messages)

[PATCH][RFC] cfg80211: NL80211_ATTR_SOCKET_OWNER support for CMD_CONNECT
 2016-12-06 21:42 UTC  (9+ messages)

[Qemu-devel] [PATCH v3 0/5] add blkdebug tests
 2016-12-06 22:00 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 1/5] blkdebug: Sanity check block layer guarantees
` [Qemu-devel] [PATCH v3 2/5] blkdebug: Add pass-through write_zero and discard support

[Buildroot] [PATCH 1/3] efivar: fix comment after uClibc compatibility patch
 2016-12-06 21:58 UTC  (3+ messages)
` [Buildroot] [PATCH 1/1] gcc: fix powerpc64le arch config name

[BUG] Index.lock error message regression in git 2.11.0
 2016-12-06 21:56 UTC  (2+ messages)

[WireGuard] Wireguard disk image for QEMU Advent Calendar 2016?
 2016-12-06 22:01 UTC  (3+ messages)

Questions on the task isolation patches
 2016-12-06 21:43 UTC  (3+ messages)

[PATCH 00/32] OEQA Framework Refactor & Improvements
 2016-12-06 21:56 UTC  (34+ messages)
` [PATCH 01/32] oeqa/core: Add base OEQA framework
` [PATCH 02/32] oeqa/core: Add utils module for "
` [PATCH 03/32] oeqa/core: Add loader, context and decorator modules
` [PATCH 04/32] oeqa/core/decorator: Add support for OETestDepends
` [PATCH 05/32] oeqa/core/decorator: Add support for OETestID and OETestTag
` [PATCH 06/32] oeqa/core/decorator: Add support for OETimeout decorator
` [PATCH 07/32] oeqa/core/decorator: Add support for OETestDataDepends and skipIfDataVar
` [PATCH 08/32] oeqa/core: Add tests for the OEQA framework
` [PATCH 09/32] scripts/oe-test: Add new oe-test script
` [PATCH 10/32] oeqa/core/context: Add support of OETestContextExecutor
` [PATCH 11/32] oeqa/core/cases: Add example test cases
` [PATCH 12/32] oeqa/core: Add README
` [PATCH 13/32] oe/data: Add export2json function
` [PATCH 14/32] classes/rootfs-postcommands: Add write_image_test_data
` [PATCH 15/32] classes/populate_sdk_base: Add write_sdk_test_data to postprocess
` [PATCH 16/32] oeqa/core: Change name of d to td
` [PATCH 17/32] oeqa/utils/path: Add remove_safe function
` [PATCH 18/32] oeqa: Move common files to oeqa/files instead of runtime only
` [PATCH 19/32] oeqa/sdk: Move test cases inside cases directory
` [PATCH 20/32] oeqa/{runtime, sdk}/files: Move testsdkmakefile from runtime to sdk module
` [PATCH 21/32] oeqa/sdk: Add case and context modules for the SDK component
` [PATCH 22/32] classes/testsdk: Migrates testsdk.bbclass to use new OESDKTestContext
` [PATCH 23/32] oeqa/utils: Move targetbuild to buildproject module
` [PATCH 24/32] oeqa/utils: {Target, SDK, }BuildProject remove dependency of bb
` [PATCH 25/32] oeqa/sdk/cases: Migrate tests to the new OEQA framework
` [PATCH 26/32] classes/testsdk: Remove the need of TEST_LOG_DIR variable
` [PATCH 27/32] oeqa/sdkext: Move test cases inside cases directory
` [PATCH 28/32] oeqa/sdkext: Adds case and context modules
` [PATCH 29/32] classes/testsdk: Migrate to use the new OESDKExtTestContext
` [PATCH 30/32] oeqa/sdkext/cases: Migrate test case to new OEQA framework
` [PATCH 31/32] oeqa/runtime: Fix TargetBuildProject instances
` [PATCH 32/32] oeqa: Fix files handling on runtime tests

[PATCH 00/17] pathspec cleanup
 2016-12-06 21:51 UTC  (18+ messages)
` [PATCH 01/17] mv: convert to using pathspec struct interface
` [PATCH 02/17] dir: convert create_simplify to use the "
` [PATCH 03/17] dir: convert fill_directory "
` [PATCH 04/17] ls-tree: convert show_recursive "
` [PATCH 05/17] pathspec: remove the deprecated get_pathspec function
` [PATCH 06/17] pathspec: copy and free owned memory
` [PATCH 07/17] mv: small code cleanup
` [PATCH 08/17] pathspec: remove unused variable from unsupported_magic
` [PATCH 09/17] pathspec: always show mnemonic and name in unsupported_magic
` [PATCH 10/17] pathspec: simpler logic to prefix original pathspec elements
` [PATCH 11/17] pathspec: factor global magic into its own function
` [PATCH 12/17] pathspec: create parse_short_magic function
` [PATCH 13/17] pathspec: create parse_long_magic function
` [PATCH 14/17] pathspec: create parse_element_magic helper
` [PATCH 15/17] pathspec: create strip submodule slash helpers
` [PATCH 16/17] pathspec: small readability changes
` [PATCH 17/17] pathspec: remove outdated comment

[PATCH v3 -next 2/2] ARM: dts: sunxi: add support for Orange Pi Zero board
 2016-12-06 21:52 UTC  (3+ messages)

Supporting different temp sensors at same I2C location
 2016-12-06 21:51 UTC 

BLE LECC Connect - ERROR - LECC fails after failing once
 2016-12-06 21:51 UTC 

[libvirt test] 102983: tolerable all pass - PUSHED
 2016-12-06 21:50 UTC 

[PATCH] drm/amd/display: Fix compile error about incompatible pointer types
 2016-12-06 21:50 UTC 

[PATCH 0/6] i40iw: Fixes for i40iw
 2016-12-06 21:49 UTC  (7+ messages)
  ` [PATCH 1/6] i40iw: Fix double free of QP
  ` [PATCH 2/6] i40iw: Fix QP flush to not hang on empty queues or failure
  ` [PATCH 3/6] i40iw: Fix memory leak in CQP destroy when in reset
  ` [PATCH 4/6] i40iw: Fix race condition in terminate timer's handler
  ` [PATCH 5/6] i40iw: Assign MSS only when it is a new MTU
  ` [PATCH 6/6] i40iw: Fix incorrect check for error

[PATCHSET 00/10] perf sched timehist: Introduce --idle-hist option (v1)
 2016-12-06 21:31 UTC  (3+ messages)

[Qemu-devel] [PATCH] qcow2: Discard/zero clusters by byte count
 2016-12-06 21:48 UTC  (5+ messages)

[PATCH] can: raw: raw_setsockopt: limit number of can_filter that can be set
 2016-12-06 21:47 UTC  (4+ messages)

proposal deadline
 2016-12-06 21:45 UTC  (3+ messages)

[kernel-hardening] [PATCH 1/3] gcc-plugins: fix definition of DISABLE_LATENT_ENTROPY_PLUGIN
 2016-12-06 21:25 UTC  (4+ messages)
` [kernel-hardening] [PATCH 3/3] powerpc: enable support for GCC plugins
  `  "
    ` [kernel-hardening] "

[PATCH net] netvsc: reduce maximum GSO size
 2016-12-06 21:43 UTC 

+ checkpatch-dont-emit-unified-diff-error-for-rename-only-patches.patch added to -mm tree
 2016-12-06 21:43 UTC 

[PATCH] Add crypto PMD optimized for ARMv8
 2016-12-07  2:32 UTC  (6+ messages)
` [PATCH v2 00/12] "
  ` [PATCH v2 03/12] crypto/armv8: Add core crypto operations "

[Qemu-devel] [Bug 1646610] [NEW] "Assertion `!r->req.sg' failed." during live migration with VirtIO
 2016-12-06 21:33 UTC  (3+ messages)
` [Qemu-devel] [Bug 1646610] "

+ mm-add-three-more-cond_resched-in-swapoff.patch added to -mm tree
 2016-12-06 21:32 UTC 

[PATCH v2 net-next 0/4]: Allow head adjustment in XDP prog
 2016-12-06 21:40 UTC  (7+ messages)
` [PATCH v2 net-next 3/4] mlx4: xdp: Reserve headroom for receiving packet when XDP prog is active

[RFC 0/3] core/adapter: Add disabling duplicate device filtering from d-bus
 2016-12-06 21:40 UTC  (4+ messages)
` [RFC 1/3] bluetooth: Add managment ability to disable duplicate device fitlering
` [RFC 2/3] core/adapter: Add le_duplicates flag to management interface
` [RFC 3/3] core/adapter: Hook le_duplicates into d-bus interface

[PATCH rdma-next 01/10] IB/core: Add raw packet protocol
 2016-12-06 21:39 UTC  (14+ messages)

+ mm-make-transparent-hugepage-size-public.patch added to -mm tree
 2016-12-06 21:38 UTC 

[Buildroot] [PATCH 1/1] package/ffmpeg: bump version to 3.2.2
 2016-12-06 21:37 UTC  (2+ messages)

[Buildroot] [git commit] package/ffmpeg: bump version to 3.2.2
 2016-12-06 21:37 UTC 

[PATCH v27 00/21] Richacls (Core and Ext4)
 2016-12-06 21:36 UTC  (9+ messages)
` [PATCH v27 03/21] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD permission flags

[PATCH] mm: make transparent hugepage size public
 2016-12-06 21:37 UTC  (3+ messages)

[RFC v2 0/4] ACPI: SPCR: 32-bit access and non-standard baud rate
 2016-12-06 21:19 UTC  (5+ messages)
` [RFC v2 3/4] ACPI: DBG2: add 16550 UART with 32-bit access

[PATCH] run-postinsts: Print message before running deferred postinst scripts
 2016-12-06 19:01 UTC  (3+ messages)

ath10k firmware crashes in mesh mode on QCA9880
 2016-12-06 21:32 UTC  (9+ messages)

[PATCH v15 01/27] bisect--helper: use OPT_CMDMODE instead of OPT_BOOL
 2016-12-06 21:32 UTC  (7+ messages)
` [PATCH v15 09/27] bisect--helper: `bisect_write` shell function in C
` [PATCH v15 12/27] bisect--helper: `get_terms` & `bisect_terms` "

[PATCH v2 0/3] Support of Energy Performance hints
 2016-12-06 21:32 UTC  (4+ messages)
` [PATCH v2 1/3] cpufreq: intel_pstate: Lock HWP requests
` [PATCH v2 2/3] cpufreq: intel_pstate: Support of energy performance hint using HWP
` [PATCH v2 3/3] Documentation: intel_pstate: Add energy performance hint

+ mm-add-cond_resched-in-gather_pte_stats.patch added to -mm tree
 2016-12-06 21:32 UTC 

[meta-raspberrypi] Current master broken
 2016-12-06 21:32 UTC  (10+ messages)
          ` ***SPAM*** "

Filtering an avtab in libsepol
 2016-12-06 21:32 UTC  (4+ messages)

linux-next: build failure after merge of the pinctrl tree
 2016-12-06 21:31 UTC  (2+ messages)

[PATCHSET RFC] sched, jbd2: mark sleeps on journal->j_checkpoint_mutex as iowait
 2016-12-06 21:30 UTC  (9+ messages)
` [PATCH 1/4] sched: move IO scheduling accounting from io_schedule_timeout() to __schedule()
  ` [PATCH v2 "

+ kcov-add-missing-include-linux-schedh.patch added to -mm tree
 2016-12-06 21:30 UTC 

Hyper-v support
 2016-12-06 21:29 UTC  (5+ messages)

[Buildroot] [git commit] gcc: fix powerpc64le arch config name
 2016-12-06 21:27 UTC 

[PATCH 1/1] add dkms configuration file dkms.conf
 2016-12-06 21:31 UTC  (7+ messages)
` [PATCH v2 "

[PATCH v6 0/3] ieee802154: Add support for Cascoda CA8210
 2016-12-06 21:25 UTC  (2+ messages)
  ` [PATCH v6 1/3] ieee802154: Add CA8210 IEEE 802.15.4 device driver

[PATCH v3 00/33] Radix tree patches for 4.10
 2016-12-06 21:25 UTC  (6+ messages)
` [PATCH v3 33/33] Reimplement IDR and IDA using the radix tree

[PATCH nf-next v2] netfilter: xt_bpf: support ebpf
 2016-12-06 21:25 UTC 

[PATCH] config: remove insecure warnings
 2016-12-06 21:24 UTC  (2+ messages)

[PATCH] xdiff: Do not enable XDL_FAST_HASH by default
 2016-12-06 21:23 UTC  (3+ messages)

[PATCH net-next V2 0/7] liquidio VF data path
 2016-12-06 21:06 UTC  (8+ messages)
` [PATCH net-next V2 1/7] liquidio CN23XX: VF offload features
` [PATCH net-next V2 2/7] liquidio CN23XX: VF link status
` [PATCH net-next V2 3/7] liquidio CN23XX: VF mac address
` [PATCH net-next V2 4/7] liquidio CN23XX: VF scatter gather lists
` [PATCH net-next V2 5/7] liquidio CN23XX: VF xmit
` [PATCH net-next V2 6/7] liquidio CN23XX: VF TX buffers
` [PATCH net-next V2 7/7] liquidio VF rx data and ctl path

[Question] New mmap64 syscall?
 2016-12-06 21:20 UTC  (3+ messages)

"git add -p ." raises an unexpected "warning: empty strings as pathspecs will be made invalid in upcoming releases. please use . instead if you meant to match all paths"
 2016-12-06 21:21 UTC  (6+ messages)

patch "hv: acquire vmbus_connection.channel_mutex in vmbus_free_channels()" added to char-misc-next
 2016-12-06 21:19 UTC 

[PATCH 00/22] R-Car Gen3 HDMI output support
 2016-12-06 21:18 UTC  (7+ messages)
` [PATCH 14/22] dt-bindings: display: dw-hdmi: Clean up DT bindings documentation
` [PATCH 15/22] dt-bindings: display: renesas: Add R-Car Gen3 HDMI TX DT bindings

[linux-3.18 test] 102974: regressions - FAIL
 2016-12-06 21:17 UTC 

[PATCH 0/4] kernel-yocto: consolidated pull request
 2016-12-06 21:14 UTC  (3+ messages)
` [PATCH 3/4] kern-tools: fix processing for no branch meta-data

[PATCH] x86/memshr: add static
 2016-12-06 21:14 UTC  (2+ messages)

[PATCH v2] tag, branch, for-each-ref: add --ignore-case for sorting and filtering
 2016-12-06 21:11 UTC  (3+ messages)

[PATCH v3 00/30] perf clang: Builtin clang and perfhook support
 2016-12-06 21:02 UTC  (6+ messages)
` [PATCH v3 10/30] perf clang: Add builtin clang support ant test case

Problem with parcel shipping, ID:0000622814
 2016-12-06 18:33 UTC  (4+ messages)

[PATCH 00/22] qla2xxx: Target code enhancemets and feature update
 2016-12-06 20:30 UTC  (3+ messages)
` [PATCH 21/22] qla2xxx: Improve submission of non critical MB interface
` [PATCH 22/22] qla2xxx: Add check for corrupt ATIO

[PATCH 00/32] NXP DPAA2 PMD
 2016-12-06 21:08 UTC  (6+ messages)
` [PATCH 11/32] net/dpaa2: add dpaa2 vfio support
` [PATCH 18/32] net/dpaa2: introducing dpaa2 pmd driver

[PATCH] PM / Sleep: Print active wakeup sources when reading wakeup events blocked
 2016-12-06 21:07 UTC 

[PATCH v2] crypto/mcryptd: Check mcryptd algorithm compatibility
 2016-12-06 21:07 UTC  (2+ messages)

[PATCH] drm/i915: Use DRM_DEV_ERROR in i915_driver_load
 2016-12-06 21:07 UTC  (2+ messages)

edif / create files from a grub module
 2016-12-06 21:03 UTC 

[PATCH 1/1] cpufreq: Fix NULL pointer comparison warning
 2016-12-06 21:03 UTC  (2+ messages)

[PATCH] i2c-hid: Disable IRQ before freeing buffers
 2016-12-06 21:01 UTC  (2+ messages)

[PATCH] iio: Add Maxim MAX11100 driver
 2016-12-06 21:00 UTC  (2+ messages)

[PATCH RFC] drm/sun4i: rgb: Add 5% tolerance to dot clock frequency check
 2016-12-06 17:29 UTC  (2+ messages)

[PATCH 1/5] ARM: BCM5301X: Fix LAN LED labels for Luxul XWR-3100
 2016-12-06 20:57 UTC  (4+ messages)
` [PATCH 4/5] ARM: BCM5301X: Specify all RAM by including extra block

Rebasing nf-next
 2016-12-06 20:57 UTC 

[Qemu-devel] [RFC PATCH 0/3] tcg: tb lock updates
 2016-12-06 20:56 UTC  (3+ messages)
` [Qemu-devel] [RFC PATCH 1/3] tcg: Release tb_lock in the order acquired
` [Qemu-devel] [RFC PATCH 2/3] tcg: Reuse hashed pc value


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.