All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-08-06 15:48:16 to 2019-08-06 16:14:46 UTC [more...]

post-receive: pub/scm/linux/kernel/git/dtor/input
 2019-08-06 16:14 UTC 

unstable refresh rate
 2019-08-06 16:14 UTC 

[Tech-board-discuss] Minutes summary from March 7, 2019 TAB conference call
 2019-08-06 16:14 UTC 

[PATCH i-g-t] i915/gem_persistent_relocs: Don't call DROP_IDLE in the middle of submitting
 2019-08-06 16:13 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

[PATCH 00/17] Networking driver debugfs cleanups
 2019-08-06 16:11 UTC  (21+ messages)
` [PATCH 01/17] wimax: no need to check return value of debugfs_create functions
` [PATCH 02/17] bonding: no need to print a message if debugfs_create_dir() fails
` [PATCH 03/17] mlx5: no need to check return value of debugfs_create functions
` [PATCH 04/17] xgbe: "
` [PATCH 05/17] bnxt: "
` [PATCH 06/17] cxgb4: "
` [PATCH 07/17] hns3: "
` [PATCH 08/17] nfp: "
` [PATCH 09/17] stmmac: "
` [PATCH 10/17] dpaa2: "
` [PATCH 11/17] qca: "
` [PATCH 12/17] skge: "
` [PATCH 13/17] mvpp2: "
` [PATCH 14/17] fm10k: "
  ` [Intel-wired-lan] "
` [PATCH 15/17] i40e: "
  ` [Intel-wired-lan] "
` [PATCH 16/17] ixgbe: "
  ` [Intel-wired-lan] "
` [PATCH 17/17] ieee802154: "

[PATCH v13 0/6] Add utilization clamping support (CGroups API)
 2019-08-06 16:12 UTC  (6+ messages)
` [PATCH v13 1/6] sched/core: uclamp: Extend CPU's cgroup controller
` [PATCH v13 2/6] sched/core: uclamp: Propagate parent clamps

[dpdk-dev] Compilation error on master with gcc 9.1
 2019-08-06 16:11 UTC 

[PATCH V2] fork: Improve error message for corrupted page tables
 2019-08-06 16:11 UTC  (5+ messages)

[PATCH v2 0/5] x86: KVM: svm: get rid of hardcoded instructions lengths
 2019-08-06 16:11 UTC  (3+ messages)
` [PATCH v2 5/5] x86: KVM: svm: remove hardcoded instruction length from intercepts

[PULL] drm-misc-next
 2019-08-06 16:11 UTC  (4+ messages)

post-receive: pub/scm/libs/libgpiod/libgpiod
 2019-08-06 16:11 UTC 

fix default dma_mmap_* pgprot
 2019-08-06 16:08 UTC  (12+ messages)
` [PATCH] dma-mapping: fix page attributes for dma_mmap_*

[PATCH 0/6] ARM: psci: cpuidle: PSCI CPUidle rework
 2019-08-06 16:10 UTC  (13+ messages)
` [PATCH 1/6] ARM: cpuidle: Remove useless header include
` [PATCH 2/6] ARM: cpuidle: Remove overzealous error logging
` [PATCH 3/6] drivers: firmware: psci: Decouple checker from generic ARM CPUidle
` [PATCH 4/6] ARM: psci: cpuidle: Introduce PSCI CPUidle driver

[PATCH i-g-t] Add i915/gem_ctx_persistence
 2019-08-06 16:10 UTC  (3+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for Add i915/gem_ctx_persistence (rev2)
` [igt-dev] ✗ GitLab.Pipeline: warning "

[PATCH net-next v6 0/6] flow_offload: add indr-block in nf_table_offload
 2019-08-06 16:10 UTC  (5+ messages)
` [PATCH net-next v6 5/6] flow_offload: support get multi-subsystem block

[Qemu-devel] [PATCH v2] util/hbitmap: strict hbitmap_reset
 2019-08-06 16:09 UTC  (2+ messages)

[Virtio-fs] [PATCH RFC] virtiofs: improve io bandwidth by replacing pwrite with pwritev
 2019-08-06 16:09 UTC  (2+ messages)

[PATCH] docs: mtd: Update spi nor reference driver
 2019-08-06 16:06 UTC  (2+ messages)

[PATCH v2 0/8] sched/fair: rework the CFS load balance
 2019-08-06 16:07 UTC  (5+ messages)
` [PATCH v2 4/8] sched/fair: rework load_balance
` [PATCH v2 6/8] sched/fair: use load instead of runnable load

Regression due to d98849aff879 (dma-direct: handle DMA_ATTR_NO_KERNEL_MAPPING in common code)
 2019-08-06 16:07 UTC  (11+ messages)

[PATCH 6/6] drm: tiny: gdepaper: add driver for 2/3 color epaper displays
 2019-08-06 16:06 UTC  (3+ messages)

hmm cleanups, v2
 2019-08-06 16:05 UTC  (25+ messages)
` [PATCH 01/15] amdgpu: remove -EAGAIN handling for hmm_range_fault
` [PATCH 02/15] amdgpu: don't initialize range->list in amdgpu_hmm_init_range
` [PATCH 03/15] nouveau: pass struct nouveau_svmm to nouveau_range_fault
` [PATCH 04/15] mm: remove the pgmap field from struct hmm_vma_walk
` [PATCH 05/15] mm: remove the unused vma argument to hmm_range_dma_unmap
` [PATCH 06/15] mm: remove superflous arguments from hmm_range_register
` [PATCH 07/15] mm: remove the page_shift member from struct hmm_range
` [PATCH 08/15] mm: remove the mask variable in hmm_vma_walk_hugetlb_entry
` [PATCH 09/15] mm: don't abuse pte_index() in hmm_vma_handle_pmd
` [PATCH 10/15] mm: only define hmm_vma_walk_pud if needed
` [PATCH 11/15] mm: cleanup the hmm_vma_handle_pmd stub
` [PATCH 12/15] mm: cleanup the hmm_vma_walk_hugetlb_entry stub
` [PATCH 13/15] mm: allow HMM_MIRROR on all architectures with MMU
` [PATCH 14/15] mm: make HMM_MIRROR an implicit option
` [PATCH 15/15] amdgpu: remove CONFIG_DRM_AMDGPU_USERPTR

[PATCH 00/17] soundwire: fixes for 5.4
 2019-08-06 16:06 UTC  (5+ messages)
` [PATCH 06/17] soundwire: cadence_master: use firmware defaults for frame shape
    ` [alsa-devel] "

Test case suite for erofs
 2019-08-06 16:05 UTC  (2+ messages)

[dpdk-dev] [PATCH] net/mlx5: fix memory event callback list
 2019-08-06 16:05 UTC  (2+ messages)

[PATCH] Input: applespi - use struct_size() helper
 2019-08-06 16:04 UTC  (2+ messages)

[PATCH 0/2 net,v4] flow_offload hardware priority fixes
 2019-08-06 16:03 UTC  (3+ messages)
` [PATCH 1/2 net,v4] net: sched: use major priority number as hardware priority
` [PATCH 2/2 net,v4] netfilter: nf_tables: map basechain priority to "

[Qemu-devel] [PATCH v2 00/29] Tame a few "touch this, recompile the world" headers
 2019-08-06 16:02 UTC  (2+ messages)

[PATCH] musl: Update to master tip
 2019-08-06 16:03 UTC  (3+ messages)

[PATCH 5.2 000/131] 5.2.7-stable review
 2019-08-06 16:01 UTC  (3+ messages)

[PATCH] s390/pci: PCI_IOV_RESOURCES loop refactoring in zpci_map_resources
 2019-08-06 16:01 UTC 

[EOAN] [PATCH]: SRU for regression bug: 1839154
 2019-08-06 16:01 UTC 

Overhead of ring buffer in Ftrace
 2019-08-06 16:00 UTC  (2+ messages)

post-receive: pub/scm/libs/libgpiod/libgpiod
 2019-08-06 16:00 UTC 

[PATCH RFC 0/7] treewide: modify sh-pfc and add support pwm duty zero
 2019-08-06 16:00 UTC  (5+ messages)
` [PATCH RFC 5/7] pwm: rcar: remove a redundant condition in rcar_pwm_apply()

[meta-networking][PATCH] umip: add recipe
 2019-08-06 16:00 UTC  (2+ messages)

[PATCH v2 0/3] Fix oops in shared-processor spinlocks
 2019-08-06 15:57 UTC  (6+ messages)
` [PATCH v2 3/3] powerpc/spinlocks: "

[PATCH v2] mm/vmscan: shrink slab in node reclaim
 2019-08-06 15:59 UTC  (11+ messages)

[dpdk-dev] [PATCH 1/2] doc: announce ethdev ABI change for LRO fields
 2019-08-06 15:58 UTC  (3+ messages)
` [dpdk-dev] [PATCH 2/2] doc: announce new mbuf field for LRO

[PATCH v8 0/4] Add support for Orange Pi 3
 2019-08-06 15:57 UTC  (13+ messages)
` [PATCH v8 1/4] arm64: dts: allwinner: orange-pi-3: Enable ethernet
` [PATCH v8 2/4] dt-bindings: display: hdmi-connector: Support DDC bus enable
` [PATCH v8 3/4] drm: sun4i: Add support for enabling DDC I2C bus to sun8i_dw_hdmi glue
` [PATCH v8 4/4] arm64: dts: allwinner: orange-pi-3: Enable HDMI output

Suggestion: git clone should warn if repository has submodules
 2019-08-06 15:58 UTC  (3+ messages)

[PATCH] arm64/kvm: remove VMID rollover I-cache maintenance
 2019-08-06 15:57 UTC  (2+ messages)

[Buildroot] [PATCH 1/5] package/python-numpy: fix occasional build and run-time failure with lapack
 2019-08-06 15:57 UTC  (6+ messages)
` [Buildroot] [PATCH 2/5] package/liblapack: add liblapack as virtual package with lapack and clapack as providers

new device support doubts
 2019-08-06 15:57 UTC  (2+ messages)

[PATCH V2 00/10] x86/CPU and x86/resctrl: Support pseudo-lock regions spanning L2 and L3 cache
 2019-08-06 15:57 UTC  (7+ messages)
` [PATCH V2 01/10] x86/CPU: Expose if cache is inclusive of lower level caches

post-receive: pub/scm/linux/kernel/git/mellanox/linux
 2019-08-06 15:57 UTC 

post-receive: pub/scm/linux/kernel/git/leon/linux-rdma
 2019-08-06 15:57 UTC 

[PATCH 0/1] stress-ng: Add bash to DEPENDS
 2019-08-06 15:56 UTC  (15+ messages)
` [PATCH 1/1] "

[PATCH rdma-core 2/2] cxgb4: remove unused c4iw_match_device
 2019-08-06 15:55 UTC  (11+ messages)

[PATCH v1 0/2] NFS/RDMA-related NFSD patches for -next
 2019-08-06 15:55 UTC  (2+ messages)

[PATCH v1 00/18] NFS/RDMA patches
 2019-08-06 15:55 UTC  (19+ messages)
` [PATCH v1 01/18] xprtrdma: Refresh the documenting comment in frwr_ops.c
` [PATCH v1 02/18] xprtrdma: Fix calculation of ri_max_segs again
` [PATCH v1 03/18] xprtrdma: Boost maximum transport header size
` [PATCH v1 04/18] xprtrdma: Boost client's max slot table size to match Linux server
` [PATCH v1 05/18] xprtrdma: Rename CQE field in Receive trace points
` [PATCH v1 06/18] xprtrdma: Rename rpcrdma_buffer::rb_all
` [PATCH v1 07/18] xprtrdma: Toggle XPRT_CONGESTED in xprtrdma's slot methods
` [PATCH v1 08/18] xprtrdma: Simplify rpcrdma_mr_pop
` [PATCH v1 09/18] xprtrdma: Combine rpcrdma_mr_put and rpcrdma_mr_unmap_and_put
` [PATCH v1 10/18] xprtrdma: Move rpcrdma_mr_get out of frwr_map
` [PATCH v1 11/18] xprtrdma: Ensure creating an MR does not trigger FS writeback
` [PATCH v1 12/18] xprtrdma: Cache free MRs in each rpcrdma_req
` [PATCH v1 13/18] xprtrdma: Remove rpcrdma_buffer::rb_mrlock
` [PATCH v1 14/18] xprtrdma: Use an llist to manage free rpcrdma_reps
` [PATCH v1 15/18] xprtrdma: Clean up xprt_rdma_set_connect_timeout()
` [PATCH v1 16/18] xprtdma: Fix bc_max_slots return value
` [PATCH v1 17/18] xprtrdma: Inline XDR chunk encoder functions
` [PATCH v1 18/18] xprtrdma: Optimize rpcrdma_post_recvs()

[Xen-devel] [PATCH 0/6] per-domain IOMMU control
 2019-08-06 15:54 UTC  (3+ messages)
` [Xen-devel] [PATCH 4/6] make passthrough/pci.c:deassign_device() static

[PATCH v3] pseudo: Fix openat() with a symlink pointing to a directory
 2019-08-06 15:53 UTC  (5+ messages)

[Qemu-devel] [PATCH 00/67] target/arm: Convert aa32 base isa to decodetree
 2019-08-06 15:53 UTC  (8+ messages)
` [Qemu-devel] [PATCH 06/67] target/arm: Introduce pc_read

[U-Boot] [PATCH 00/14] net: ti: icssg: Add prueth support
 2019-08-06 15:53 UTC  (7+ messages)
` [U-Boot] [PATCH 04/14] soc: ti: pruss: add a misc driver for PRUSS in TI SoCs
` [U-Boot] [PATCH 11/14] arm: dts: k3-am65-main: Add pruss nodes for ICSSG2
` [U-Boot] [PATCH 12/14] arm64: dts: ti: am654-base-board: add ICSSG2 Ethernet support

[RFC PATCH v3 00/16] Core scheduling v3
 2019-08-06 15:53 UTC  (12+ messages)

MDI errors during resume from ACPI S3 (suspend to ram)
 2019-08-06 15:53 UTC  (3+ messages)
  ` [Intel-wired-lan] "

[PATCH v4 0/2] usbip: Implement SG support
 2019-08-06 15:52 UTC  (9+ messages)
` [PATCH v4 1/2] usbip: Skip DMA mapping and unmapping for urb at vhci
` [PATCH v4 2/2] usbip: Implement SG support to vhci-hcd and stub driver

[PATCH] git-gui: Call do_quit before destroying the main window
 2019-08-06 15:52 UTC  (2+ messages)

[Qemu-devel] [PATCH] migration: Add error_desc for file channel errors
 2019-08-06 15:51 UTC  (4+ messages)

[PATCH 1/3] libibumad: Support arbitrary number of IB devices
 2019-08-06 15:52 UTC  (2+ messages)

[PATCH v1 0/2] Two short subjects
 2019-08-06 15:52 UTC  (3+ messages)
` [PATCH v1 1/2] SUNRPC: Remove rpc_wake_up_queued_task_on_wq()
` [PATCH v1 2/2] SUNRPC: Inline xdr_commit_encode

[U-Boot] [PATCH v3 0/7] Switch MVPP2 to use new MVMDIO
 2019-08-06 15:51 UTC  (8+ messages)
` [U-Boot] [PATCH v3 1/7] net: mvpp2x: fix traffic stuck after PHY start error
` [U-Boot] [PATCH v3 2/7] net: mvpp2: Replace SMI implementation with marvell MDIO API
` [U-Boot] [PATCH v3 3/7] net: mvpp2: mark phy as invalid in case of missing appropriate driver
` [U-Boot] [PATCH v3 4/7] net: mvpp2: no deref null
` [U-Boot] [PATCH v3 5/7] arm: dts: armada-cp110-*dtsi: add xmdio nodes
` [U-Boot] [PATCH v3 6/7] net: mvpp2: use new MVMDIO driver
` [U-Boot] [PATCH v3 7/7] net: mvpp2: MVPP2 now needs MVMDIO

[PATCH v9 00/11] x86: PIE support to extend KASLR randomization
 2019-08-06 15:50 UTC  (4+ messages)

[PATCH 0/3] drm: add gem ttm helpers
 2019-08-06 15:51 UTC  (3+ messages)
` [PATCH 1/3] "

post-receive: pub/scm/linux/kernel/git/shemminger/iproute2
 2019-08-06 15:51 UTC 

[PATCH iproute2-next] ss: sctp: fix typo for nodelay
 2019-08-06 15:51 UTC  (2+ messages)

[PATCH 1/2] drm: add cache support for arm64
 2019-08-06 15:50 UTC  (5+ messages)

[PATCH v3 00/11] Add arm64/signal initial kselftest support
 2019-08-06 15:50 UTC  (4+ messages)
` [PATCH v3 02/11] kselftest: arm64: adds first test and common utils

post-receive: pub/scm/linux/kernel/git/axboe/linux-block
 2019-08-06 15:50 UTC 

[PATCH 4.19 00/74] 4.19.65-stable review
 2019-08-06 15:49 UTC  (2+ messages)

[PATCH 4.14 00/53] 4.14.137-stable review
 2019-08-06 15:49 UTC  (2+ messages)

[PATCH 0/6] arm64: add support for the Khadas VIM3
 2019-08-06 15:48 UTC  (6+ messages)
` [PATCH 6/6] arm64: dts: meson-g12b-khadas-vim3: add initial device-tree

[PATCH 4.9 00/42] 4.9.188-stable review
 2019-08-06 15:49 UTC  (2+ messages)

[PATCH] iommu/dma: Handle SG length overflow better
 2019-08-06 15:49 UTC  (3+ messages)

[Xen-devel] [PATCH 0/4] x86/boot: Cleanup
 2019-08-06 15:48 UTC  (3+ messages)
` [Xen-devel] [PATCH 4/4] x86/desc: Build boot_{,compat_}gdt[] in C
  ` [Xen-devel] [PATCH 4/4] x86/desc: Build boot_{, compat_}gdt[] "

[PATCH 4.4 00/22] 4.4.188-stable review
 2019-08-06 15:48 UTC  (2+ messages)

[PATCH v3] tracing: Function stack size and its name mismatch in arm64
 2019-08-06 15:48 UTC  (6+ 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.