All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-10-20 23:05:15 to 2017-10-21 00:43:51 UTC [more...]

[PATCH] Btrfs: avoid deadlock in btrfs_async_run_delayed_root
 2017-10-20 23:40 UTC 

[PATCH] net: core: rtnetlink: use BUG_ON instead of if condition followed by BUG
 2017-10-21  0:43 UTC 

[PATCH] gpio: brcmstb: Do not use gc->pin2mask()
 2017-10-21  0:42 UTC  (4+ messages)

[PATCH 0/2] examples/kni: update kni example application
 2017-10-21  0:42 UTC  (5+ messages)
` [PATCH 1/2] examples/kni: check if pci_dev isn't NULL before using it
` [PATCH 2/2] examples/kni: stop lcores while doing kni ops

[PATCH net-next v3 0/2] ipv6: fixes for RTF_CACHE entries
 2017-10-21  0:40 UTC  (2+ messages)

[meta-networking][PATCH] ssmtp: misc recipe updates + add Debian "partial loss of message body" fix
 2017-10-21  0:37 UTC  (4+ messages)

[PATCH v3 net] dccp/tcp: fix ireq->opt races
 2017-10-21  0:36 UTC  (2+ messages)

[PATCH net 0/3] Two BPF fixes for range marking
 2017-10-21  0:34 UTC  (4+ messages)
` [PATCH net 1/3] bpf: fix off by one for range markings with L{T,E} patterns
` [PATCH net 2/3] bpf: fix pattern matches for direct packet access
` [PATCH net 3/3] bpf: add test cases to bpf selftests to cover all access tests

[fstests] hardcoded values in common/rc for xfs (and probably others)
 2017-10-21  0:32 UTC  (4+ messages)

[PATCH rdma-next 00/16] Flow counters support
 2017-10-21  0:29 UTC  (4+ messages)
` [PATCH rdma-next 03/16] IB/core: Introduce counter set describe verb

notification has not yet been cleaned in server side when ble is disconnected
 2017-10-21  0:28 UTC  (6+ messages)

more extent mapping cleanups
 2017-10-21  0:27 UTC  (17+ messages)
` [PATCH 08/15] xfs: inline xfs_shift_file_space into callers
` [PATCH 09/15] xfs: remove XFS_BMAP_MAX_SHIFT_EXTENTS
` [PATCH 10/15] xfs: split xfs_bmap_shift_extents
` [PATCH 11/15] xfs: remove xfs_bmse_shift_one
` [PATCH 12/15] xfs: update got in xfs_bmap_shift_update_extent
` [PATCH 13/15] xfs: don't rely on extent indices in xfs_bmap_collapse_extents
` [PATCH 14/15] xfs: don't rely on extent indices in xfs_bmap_insert_extents
` [PATCH 15/15] xfs: rewrite xfs_bmap_first_unused to make better use of xfs_iext_get_extent

[PATCH 1/3] debugging: Use \ln for natural logarithm in Eq E.9
 2017-10-21  0:26 UTC  (4+ messages)
` [PATCH 2/3] Remove trademark and registered symbols in text
` [PATCH 3/3] toolsoftrade: Adjust wording on age of POWER5

[PATCH BlueZ] gatt: Clear subscriptions for device not paired
 2017-10-21  0:26 UTC  (2+ messages)

[Qemu-devel] [PATCH v7 00/52] tcg queued patches
 2017-10-21  0:24 UTC  (54+ messages)
` [Qemu-devel] [PATCH v7 01/52] tcg: Merge opcode arguments into TCGOp
` [Qemu-devel] [PATCH v7 02/52] tcg: Propagate args to op->args in optimizer
` [Qemu-devel] [PATCH v7 03/52] tcg: Propagate args to op->args in tcg.c
` [Qemu-devel] [PATCH v7 04/52] tcg: Propagate TCGOp down to allocators
` [Qemu-devel] [PATCH v7 05/52] tcg: Introduce arg_temp
` [Qemu-devel] [PATCH v7 06/52] tcg: Add temp_global bit to TCGTemp
` [Qemu-devel] [PATCH v7 07/52] tcg: Return NULL temp for TCG_CALL_DUMMY_ARG
` [Qemu-devel] [PATCH v7 08/52] tcg: Introduce temp_arg, export temp_idx
` [Qemu-devel] [PATCH v7 09/52] tcg: Use per-temp state data in liveness
` [Qemu-devel] [PATCH v7 10/52] tcg: Avoid loops against variable bounds
` [Qemu-devel] [PATCH v7 11/52] tcg: Change temp_allocate_frame arg to TCGTemp
` [Qemu-devel] [PATCH v7 12/52] tcg: Remove unused TCG_CALL_DUMMY_TCGV
` [Qemu-devel] [PATCH v7 13/52] tcg: Use per-temp state data in optimize
` [Qemu-devel] [PATCH v7 14/52] tcg: Push tcg_ctx into generator functions
` [Qemu-devel] [PATCH v7 15/52] tcg: Push tcg_ctx into tcg_gen_callN
` [Qemu-devel] [PATCH v7 16/52] tcg: Introduce tcgv_{i32, i64, ptr}_{arg, temp}
` [Qemu-devel] [PATCH v7 17/52] tcg: Introduce temp_tcgv_{i32, i64, ptr}
` [Qemu-devel] [PATCH v7 18/52] tcg: Remove GET_TCGV_* and MAKE_TCGV_*
` [Qemu-devel] [PATCH v7 19/52] tcg: Remove TCGV_EQUAL*
` [Qemu-devel] [PATCH v7 20/52] qom: Introduce CPUClass.tcg_initialize
` [Qemu-devel] [PATCH v7 21/52] tcg: Use offsets not indices for TCGv_*
` [Qemu-devel] [PATCH v7 22/52] tcg: Use pointers in TCGOp->args
` [Qemu-devel] [PATCH v7 23/52] tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASK
` [Qemu-devel] [PATCH v7 24/52] tcg: Add CPUState cflags_next_tb
` [Qemu-devel] [PATCH v7 25/52] tcg: Include CF_COUNT_MASK in CF_HASH_MASK
` [Qemu-devel] [PATCH v7 26/52] tcg: convert tb->cflags reads to tb_cflags(tb)
` [Qemu-devel] [PATCH v7 27/52] target/arm: check CF_PARALLEL instead of parallel_cpus
` [Qemu-devel] [PATCH v7 28/52] target/hppa: "
` [Qemu-devel] [PATCH v7 29/52] target/i386: "
` [Qemu-devel] [PATCH v7 30/52] target/m68k: "
` [Qemu-devel] [PATCH v7 31/52] target/s390x: "
` [Qemu-devel] [PATCH v7 32/52] target/sh4: "
` [Qemu-devel] [PATCH v7 33/52] target/sparc: "
` [Qemu-devel] [PATCH v7 34/52] tcg: "
` [Qemu-devel] [PATCH v7 35/52] cpu-exec: lookup/generate TB outside exclusive region during step_atomic
` [Qemu-devel] [PATCH v7 36/52] tcg: Add CF_LAST_IO + CF_USE_ICOUNT to CF_HASH_MASK
` [Qemu-devel] [PATCH v7 37/52] tcg: Remove CF_IGNORE_ICOUNT
` [Qemu-devel] [PATCH v7 38/52] translate-all: use a binary search tree to track TBs in TBContext
` [Qemu-devel] [PATCH v7 39/52] exec-all: rename tb_free to tb_remove
` [Qemu-devel] [PATCH v7 40/52] translate-all: report correct avg host TB size
` [Qemu-devel] [PATCH v7 41/52] tcg: take tb_ctx out of TCGContext
` [Qemu-devel] [PATCH v7 42/52] tcg: define tcg_init_ctx and make tcg_ctx a pointer
` [Qemu-devel] [PATCH v7 43/52] gen-icount: fold exitreq_label into TCGContext
` [Qemu-devel] [PATCH v7 44/52] tcg: introduce **tcg_ctxs to keep track of all TCGContext's
` [Qemu-devel] [PATCH v7 45/52] tcg: distribute profiling counters across TCGContext's
` [Qemu-devel] [PATCH v7 46/52] tcg: allocate optimizer temps with tcg_malloc
` [Qemu-devel] [PATCH v7 47/52] osdep: introduce qemu_mprotect_rwx/none
` [Qemu-devel] [PATCH v7 48/52] translate-all: use qemu_protect_rwx/none helpers
` [Qemu-devel] [PATCH v7 49/52] tcg: introduce regions to split code_gen_buffer
` [Qemu-devel] [PATCH v7 50/52] tcg: enable multiple TCG contexts in softmmu
` [Qemu-devel] [PATCH v7 51/52] tcg: Initialize cpu_env generically
` [Qemu-devel] [PATCH v7 52/52] translate-all: exit from tb_phys_invalidate if qht_remove fails

[PATCH 00/16] KFD interrupt and signal event handling improvements
 2017-10-21  0:23 UTC  (17+ messages)
  ` [PATCH 01/16] drm/amdkfd: Add SDMA trap src id to the KFD isr wanted list
  ` [PATCH 02/16] drm/amdkfd: Don't dereference kfd_process.mm
  ` [PATCH 03/16] drm/amdkfd: increase limit of signal events to 4096 per process
  ` [PATCH 04/16] drm/amdkfd: Short cut for kfd_wait_on_events without waiting
  ` [PATCH 05/16] drm/amdkfd: Fix scheduler race in kfd_wait_on_events sleep loop
  ` [PATCH 06/16] drm/amdkfd: Clean up kfd_wait_on_events
  ` [PATCH 07/16] drm/amdkfd: Fix event destruction with pending waiters
  ` [PATCH 08/16] drm/amdkfd: remove redundant kfd_event_waiter.input_index
  ` [PATCH 09/16] drm/amdkfd: Use wait_queue_t to implement event waiting
  ` [PATCH 10/16] drm/amdkfd: Simplify events page allocator
  ` [PATCH 11/16] drm/amdkfd: Simplify event ID and signal slot management
  ` [PATCH 12/16] drm/amdkfd: Use IH context ID for signal lookup
  ` [PATCH 13/16] drm/amdkfd: use standard kernel kfifo for IH
  ` [PATCH 14/16] drm/amdkfd: increase IH num entries to 8192
  ` [PATCH 15/16] drm/amdkfd: wait only for IH work on IH exit
  ` [PATCH 16/16] drm/amdkfd: use a high priority workqueue for IH work

[PATCH 0/3] making test-suite tracing more useful
 2017-10-21  0:19 UTC  (8+ messages)
` [PATCH 2/3] t5615: avoid re-using descriptor 4

[GIT PULL 1/5] Broadcom soc changes for 4.15 (part 2)
 2017-10-21  0:16 UTC  (5+ messages)
` [GIT PULL 2/5] Broadcom devicetree changes for 4.15
` [GIT PULL 3/5] Broadcom maintainers "
` [GIT PULL 4/5] Broadcom defconfig "
` [GIT PULL 5/5] Broadcom drivers changes for 4.15 (part 2)

[PATCH 17/17] tcmu: allow max block and global max blocks to be settable
 2017-10-21  0:14 UTC  (2+ messages)

fio offset with ba
 2017-10-21  0:13 UTC  (3+ messages)

[PATCH 00/17] Parent Pointers V3
 2017-10-21  0:12 UTC  (8+ messages)
` [PATCH 10/17] :xfs: extent transaction reservations for parent attributes
` [PATCH 12/17] xfs: parent pointer attribute creation

[PATCH] drm/i915: Apply Wa Display #1183 on skl, kbl, and cfl
 2017-10-21  0:09 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for drm/i915: Apply Wa Display #1183 on skl, kbl, and cfl. (rev2)

Instability of i40e driver on 4.9 kernel
 2017-10-21  0:07 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH] styleguide: Reflect recent conversion of code snippets to listing
 2017-10-21  0:05 UTC  (5+ messages)

[linux-linus test] 114781: regressions - trouble: blocked/broken/fail/pass
 2017-10-20 23:57 UTC 

[PATCH] MIPS: kernel: proc: Remove spurious white space in cpuinfo
 2017-10-20 23:56 UTC  (8+ messages)

[PATCH] PCI/AER: update AER status string print to match other AER logs
 2017-10-20 23:55 UTC  (2+ messages)

[RFC 1/2] drm/i915: Add connector property to force bpc
 2017-10-20 23:54 UTC  (5+ messages)

[PATCH mmotm] lib/bug.c: fix build when MODULES are not enabled
 2017-10-20 23:53 UTC 

linux-firmware pull request
 2017-10-20 23:51 UTC 

[PATCH 4/3] t/Makefile: introduce TEST_SHELL_PATH
 2017-10-20 23:50 UTC  (2+ messages)

3-disk RAID5 won't assemble
 2017-10-20 23:49 UTC  (5+ messages)
    ` ***UNCHECKED*** "

[ANNOUNCE] Git v2.15.0-rc2
 2017-10-20 23:49 UTC  (3+ messages)
` Git for Windows v2.15.0-rc prerelease, was "

[PATCH i-g-t] igt/kms_rotation_crc: Add horizontal flip subtest
 2017-10-20 23:48 UTC  (2+ messages)
` ✗ Fi.CI.BAT: warning for igt/kms_rotation_crc: Add horizontal flip subtest. (rev2)

[Qemu-devel] [libfdt][PATCH v2] implement strnlen for systems that need it
 2017-10-20 23:44 UTC  (3+ messages)

[PATCH net-next] strparser: Use delayed work instead of timer for msg timeout
 2017-10-20 23:40 UTC 

[PATCH] smartpqi: initial submit of smartpqi man page
 2017-10-20 23:38 UTC  (4+ messages)

Contribution to Yocto Linux
 2017-10-20 23:37 UTC  (5+ messages)

[PATCH v12 00/30] xfs: online scrub support
 2017-10-20 23:34 UTC  (4+ messages)
` [PATCH 14/30] xfs: scrub the secondary superblocks

[RFCv2 PATCH 00/36] Process management for IOMMU + SVM for SMMUv3
 2017-10-20 23:32 UTC  (5+ messages)
` [RFCv2 PATCH 01/36] iommu: Keep track of processes and PASIDs

[PATCH] mm: fix movable_node kernel command-line
 2017-10-20 23:32 UTC 

Wind River Continuous Integration project
 2017-10-20 23:31 UTC  (2+ messages)

[bug report] regression bisected to "block: Make most scsi_req_init() calls implicit"
 2017-10-20 23:30 UTC  (4+ messages)

[PATCH] drm/i915/cnl: Force DDI_A_4_LANES when needed
 2017-10-20 23:30 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH 00/27] security, efi: Add kernel lockdown
 2017-10-20 23:29 UTC  (20+ messages)
` [PATCH 01/27] Add the ability to lock down access to the running kernel image
` [PATCH 03/27] Enforce module signatures if the kernel is locked down
` [PATCH 04/27] Restrict /dev/mem and /dev/kmem when "
` [PATCH 05/27] kexec: Disable at runtime if "
` [PATCH 07/27] kexec_file: Disable at runtime if securelevel has been set
` [PATCH 09/27] uswsusp: Disable when the kernel is locked down

RAID6: Reducing to Grow
 2017-10-20 23:26 UTC  (6+ messages)

[PATCH 0/3] arm64: cpuinfo: make /proc/cpuinfo more human-readable
 2017-10-20 23:26 UTC  (8+ messages)

[PATCH 1/2] drm/i915: Let's use more enum intel_dpll_id pll_id
 2017-10-20 23:26 UTC  (2+ messages)

[PATCH 00/23] Hardened usercopy whitelisting
 2017-10-20 23:25 UTC  (5+ messages)
    ` [kernel-hardening] "

[PATCH 0/2] KVM: fixes for the kernel-hardening tree
 2017-10-20 23:25 UTC  (6+ messages)
` [kernel-hardening] "
` [PATCH 1/2] KVM: allow setting a usercopy region in struct kvm_vcpu
  ` [kernel-hardening] "
` [PATCH 2/2] KVM: fix KVM_XEN_HVM_CONFIG ioctl
  ` [kernel-hardening] "

[PATCH 1/3] drm/i915: Add a hook for making the engines idle (parking) and unparking
 2017-10-20 23:25 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [1/3] drm/i915: Add a hook for making the engines idle (parking) and unparking (rev2)

[PATCH 2/2] net: netrom: refactor code in nr_add_node
 2017-10-20 23:09 UTC  (5+ messages)

[PATCH] drm/i915/cnl: Map VBT DDC Pin to BSpec DDC Pin
 2017-10-20 23:24 UTC  (4+ messages)

[Qemu-devel] [PATCH] Update Paul Burton's email address
 2017-10-20 23:21 UTC 

[PATCH 0/5] xfs refcount conversions
 2017-10-20 23:21 UTC  (2+ messages)

[PATCH] app/testpmd: refine xstats show
 2017-10-20 17:09 UTC  (2+ messages)

[PATCH v2] nvme-cli: add duplicate_connect parameter support
 2017-10-20 23:18 UTC 

[Intel-wired-lan] [jkirsher-net-queue:dev-queue] BUILD SUCCESS 003fdea588651487c282b1406ae0321151b320f1
 2017-10-20 23:18 UTC 

[PATCH v2 0/4] Add duplicate_connect option for ctlr connect requests
 2017-10-20 23:17 UTC  (5+ messages)
` [PATCH v2 1/4] nvme: add duplicate_connect option
` [PATCH v2 2/4] nvme: add helper to compare options to controller
` [PATCH v2 3/4] nvme_fc: add support for duplicate_connect option
` [PATCH v2 4/4] nvme-rdma: "

[PATCH v6 00/10] rockchip: kevin: Enable edp display
 2017-10-20 23:14 UTC  (6+ messages)
` [PATCH v6 03/10] drm/bridge: analogix: Do not use device's drvdata

[PATCH] drm/rockchip: Fix build warning in analogix_dp-rockchip.c
 2017-10-20 23:14 UTC  (3+ messages)

[patch] tools/testing/radix-tree: ida_get_new_above returns EAGAIN
 2017-10-20 23:12 UTC 

Q: Cherry-pick "af_packet: don't pass empty blocks for PACKET_V3" for 3.x stable kernels?
 2017-10-20 23:02 UTC 

[PATCH v2] dwc: dra7xx: Print link state to console for debug
 2017-10-20 23:09 UTC  (2+ messages)

[arm-platforms:kvm-arm64/icache 3/10] arch/arm/include/asm/kvm_mmu.h:203:30: error: macro "__write_sysreg" requires 5 arguments, but only 2 given
 2017-10-20 23:08 UTC 

[PATCHv2 0/5] AEN and userspace updates
 2017-10-20 23:06 UTC  (3+ messages)
` [PATCHv2 2/5] nvme/fc: remove unused "queue_size" field

[MPTCP] [PATCH 0/2] Shared control buffer proposal
 2017-10-20 23:06 UTC 

[PATCH] PCI: faraday: fix inconsistent IS_ERR and PTR_ERR
 2017-10-20 23:05 UTC  (2+ messages)

[PATCH 0/3] watchdog: hpwdt: driver update
 2017-10-20 22:54 UTC  (2+ messages)
` [PATCH 2/3] watchdog: hpwdt: SMBIOS check


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.