All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-06-17 07:24:09 to 2018-06-17 11:23:39 UTC [more...]

Patch "drm/msm: don't deref error pointer in the msm_fbdev_create error path" has been added to the 4.16-stable tree
 2018-06-17 11:23 UTC 

Patch "spi: bcm2835aux: ensure interrupts are enabled for shared handler" has been added to the 4.14-stable tree
 2018-06-17 11:23 UTC 

Patch "drm/msm: don't deref error pointer in the msm_fbdev_create error path" has been added to the 4.14-stable tree
 2018-06-17 11:23 UTC 

[PATCH] Staging: lustre: Use kmemdup() instead of kzalloc and memcpy
 2018-06-17 11:22 UTC  (4+ messages)
` [lustre-devel] "

[PATCH] Kbuild: fix mismatched if/endif pairs
 2018-06-17 10:16 UTC 

Patch "KVM: arm/arm64: vgic: fix possible spectre-v1 in vgic_mmio_read_apr()" has been added to the 4.14-stable tree
 2018-06-17 11:23 UTC 

[U-Boot] [PATCH] eth: dm: fec: Add gpio phy reset binding
 2018-06-17 11:18 UTC 

[PATCH kernel v2 0/6] powerpc/powernv/iommu: Optimize memory use
 2018-06-17 11:14 UTC  (14+ messages)
` [PATCH kernel v2 1/6] powerpc/powernv: Remove useless wrapper
` [PATCH kernel v2 2/6] powerpc/powernv: Move TCE manupulation code to its own file
` [PATCH kernel v2 3/6] KVM: PPC: Make iommu_table::it_userspace big endian
` [PATCH kernel v2 4/6] powerpc/powernv: Add indirect levels to it_userspace
` [PATCH kernel v2 5/6] powerpc/powernv: Rework TCE level allocation
` [PATCH kernel v2 6/6] powerpc/powernv/ioda: Allocate indirect TCE levels on demand

usb: xhci: tegra: fix runtime PM error handling
 2018-06-17 11:12 UTC  (2+ messages)
` [PATCH] "

[ANNOUNCE] Git v2.18.0-rc2
 2018-06-17 11:12 UTC  (2+ messages)

[PATCH v3 0/5] crypto: Speck support
 2018-06-17 11:10 UTC  (15+ messages)
` [PATCH v3 3/5] crypto: arm/speck - add NEON-accelerated implementation of Speck-XTS

[RFC] eventdev: event tx adapter APIs
 2018-06-17 11:09 UTC  (3+ messages)
` [RFC v2] "

v4.14.21+: ATOMIC_SLEEP splat bisected to 9428088c90b6 ("drm/qxl: reapply cursor after resetting primary")
 2018-06-17 11:02 UTC  (7+ messages)

[PATCH v3 3/5] batman-adv: use BIT_ULL for NL80211_STA_INFO_* attribute types
 2018-06-17 10:57 UTC  (5+ messages)
` [B.A.T.M.A.N.] "

[PATCH] nvme: Fix error flow at nvme_rdma_configure_admin_queue()
 2018-06-17 10:52 UTC  (3+ messages)

[PATCH] arm64: dts: renesas: IPMMU deferred probe test prototype
 2018-06-17 10:54 UTC 

[PATCH v2 1/2] ASoC: pxa: add binding for pxa2xx-ac97 audio complex
 2018-06-17 10:50 UTC  (5+ messages)
` [PATCH v2 2/2] ASoC: pxa: add devicetree support

[PATCH V2] EDAC, altera: Fix an error handling path in 'altr_s10_sdram_probe()'
 2018-06-17 10:45 UTC  (5+ messages)
    ` [V2] "

[PATCH v2 00/03] arm64: dts: renesas: Add IPMMU device nodes V2
 2018-06-17 10:42 UTC  (4+ messages)
` [PATCH v2 01/03] arm64: dts: renesas: r8a77965: Add IPMMU devices nodes
` [PATCH v2 02/03] arm64: dts: renesas: r8a77980: "
` [PATCH v2 03/03] arm64: dts: renesas: r8a77990: "

[PATCH v1] platform/x86: silead_dmi: Add touchscreen info for the Onda V891w V3 tablet
 2018-06-17 10:37 UTC 

[PATCH] brcm80211: fix wrap around in conversion from constant to s16
 2018-06-17 10:33 UTC 

[PATCH] Revert "net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friends"
 2018-06-17 10:27 UTC  (6+ messages)

[PATCH 1/2] nvmet: reset keep alive timer in controller enable
 2018-06-17 10:26 UTC  (6+ messages)
` [PATCH 2/2] nvme: start keep alive timer when enabling the controller

[PATCH v3 5/5] staging: use BIT_ULL for NL80211_STA_INFO_* attribute types
 2018-06-17 10:24 UTC  (2+ messages)

[Qemu-devel] valgrind problem in sun4u_load_kernel()
 2018-06-17 10:22 UTC  (2+ messages)

[PATCH RFC v2 00/23] Design document and performance evaluation for post-copy live migration
 2018-06-17 10:18 UTC  (24+ messages)
` [PATCH RFC v2 01/23] tools: rename COLO 'postcopy' to 'aftercopy'
` [PATCH RFC v2 02/23] libxc/xc_sr: parameterise write_record() on fd
` [PATCH RFC v2 03/23] libxc/xc_sr_restore.c: use write_record() in send_checkpoint_dirty_pfn_list()
` [PATCH RFC v2 04/23] libxc/xc_sr: naming correction: mfns -> gfns
` [PATCH RFC v2 05/23] libxc/xc_sr_restore: introduce generic 'pages' records
` [PATCH RFC v2 06/23] libxc/xc_sr_restore: factor helpers out of handle_page_data()
` [PATCH RFC v2 07/23] libxc/migration: tidy the xc_domain_save()/restore() interface
` [PATCH RFC v2 08/23] libxc/migration: defer precopy policy to a callback
` [PATCH RFC v2 09/23] libxl/migration: wire up the precopy policy RPC callback
` [PATCH RFC v2 10/23] libxc/xc_sr_save: introduce save batch types
` [PATCH RFC v2 11/23] libxc/migration: correct hvm record ordering specification
` [PATCH RFC v2 12/23] libxc/migration: specify postcopy live migration
` [PATCH RFC v2 13/23] libxc/migration: add try_read_record()
` [PATCH RFC v2 14/23] libxc/migration: implement the sender side of postcopy live migration
` [PATCH RFC v2 15/23] libxc/migration: implement the receiver "
` [PATCH RFC v2 16/23] libxl/libxl_stream_write.c: track callback chains with an explicit phase
` [PATCH RFC v2 17/23] libxl/libxl_stream_read.c: "
` [PATCH RFC v2 18/23] libxl/migration: implement the sender side of postcopy live migration
` [PATCH RFC v2 19/23] libxl/migration: implement the receiver "
` [PATCH RFC v2 20/23] tools: expose postcopy live migration support in libxl and xl
` [PATCH RFC v2 21/23] xen/mem_paging: move paging op arguments into a union
` [PATCH RFC v2 22/23] xen/mem_paging: add a populate_evicted paging op
` [PATCH RFC v2 23/23] libxc/xc_sr_restore.c: use populate_evicted()

[PATCH 0/7] net/mlx5: add port representor support
 2018-06-17 10:15 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/7] net/mlx5: remove redundant objects in probe code
  ` [PATCH v2 3/7] net/mlx5: split PCI from generic probing code
  ` [PATCH v2 6/7] net/mlx5: probe all port representors

[xen-unstable-coverity test] 124300: all pass - PUSHED
 2018-06-17 10:10 UTC 

Atheros AR9462 - 5Ghz not working
 2018-06-17 10:08 UTC  (3+ messages)

[PATCH v3 4/5] wireless-drivers: use BIT_ULL for NL80211_STA_INFO_ attribute types
 2018-06-17 10:07 UTC 

[PATCH v3 2/5] mac80211: use BIT_ULL for NL80211_STA_INFO_* attribute types
 2018-06-17 10:06 UTC 

[PATCH v3 1/5] cfg80211: use BIT_ULL for NL80211_STA_INFO_* attribute types
 2018-06-17 10:06 UTC 

[PATCH v3 0/5] use BIT_ULL for NL80211_STA_INFO_* attribute types
 2018-06-17 10:05 UTC  (2+ messages)
` [B.A.T.M.A.N.] "

v3.16.57 build: 0 failures 16 warnings (v3.16.57)
 2018-06-17 10:01 UTC 

[PATCH rdma-next v2 00/20] Introduce mlx5 DEVX interface
 2018-06-17 10:00 UTC  (21+ messages)
` [PATCH mlx5-next v2 01/20] net/mlx5_core: Prevent warns in dmesg upon firmware commands
` [PATCH rdma-next v2 02/20] drm/i915: Move u64-to-ptr helpers to general header
` [PATCH rdma-next v2 03/20] kernel.h: Reuse u64_to_ptr macro to cast __user pointers
` [PATCH rdma-next v2 04/20] IB/uverbs: Export uverbs idr and fd types
` [PATCH rdma-next v2 05/20] IB/uverbs: Refactor uverbs_finalize_objects
` [PATCH rdma-next v2 06/20] IB/uverbs: Add PTR_IN attributes that are allocated/copied automatically
` [PATCH rdma-next v2 07/20] IB/uverbs: Add a macro to define a type with no kernel known size
` [PATCH rdma-next v2 08/20] IB/uverbs: Allow an empty namespace in ioctl() framework
` [PATCH rdma-next v2 09/20] IB/core: Improve uverbs_cleanup_ucontext algorithm
` [PATCH mlx5-next v2 10/20] net/mlx5: Expose DEVX ifc structures
` [PATCH mlx5-next v2 11/20] IB/mlx5: Introduce DEVX
` [PATCH rdma-next v2 12/20] IB/core: Introduce DECLARE_UVERBS_GLOBAL_METHODS
` [PATCH rdma-next v2 13/20] IB: Expose ib_ucontext from a given ib_uverbs_file
` [PATCH rdma-next v2 14/20] IB/mlx5: Add support for DEVX general command
` [PATCH rdma-next v2 15/20] IB/mlx5: Add obj create and destroy functionality
` [PATCH mlx5-next v2 16/20] IB/mlx5: Add DEVX support for modify and query commands
` [PATCH rdma-next v2 17/20] IB/mlx5: Add support for DEVX query UAR
` [PATCH mlx5-next v2 18/20] IB/mlx5: Add DEVX support for memory registration
` [PATCH rdma-next v2 19/20] IB/mlx5: Add DEVX query EQN support
` [PATCH rdma-next v2 20/20] IB/mlx5: Expose DEVX tree

[patch V3 00/12] SMT control knobs
 2018-06-17  9:51 UTC  (7+ messages)
` [patch V3 11/12] x86/cpu/AMD: Evaluate smp_num_siblings early
  ` [MODERATED] "
      ` [MODERATED] "

[Bug 199749] New: amdgpu on Ryzen 2400G freeze randomly
 2018-06-17  9:41 UTC  (3+ messages)
` [Bug 199749] "

love
 2018-06-17  9:41 UTC 

vmxnet3 TX TCP/UDP checksum not getting computed with L2_len > 14
 2018-06-17  9:25 UTC 

[PATCH net-next,RFC 00/13] New fast forwarding path
 2018-06-17  9:23 UTC  (5+ messages)

[Qemu-devel] [PATCH v7 00/54] fix building of tests/tcg - last chance to review!
 2018-06-17  9:18 UTC  (4+ messages)
` [Qemu-devel] [PATCH v7 12/54] tests/tcg/multiarch: don't hard code paths/ports for linux-test

[PATCH V2] boost: Improve reproducibility
 2018-06-17  9:17 UTC  (2+ messages)

[PATCH v2] drm/atmel-hlcdc: check stride values in the first plane
 2018-06-17  9:12 UTC  (6+ messages)

[PATCH v4 0/2] cpufreq: qcom-fw: Add support for QCOM cpufreq FW driver
 2018-06-17  9:03 UTC  (9+ messages)
` [PATCH v4 1/2] dt-bindings: cpufreq: Introduce QCOM CPUFREQ FW bindings

[PATCH v2] mm: convert return type of handle_mm_fault() caller to vm_fault_t
 2018-06-17  9:00 UTC  (7+ messages)
` [OpenRISC] "

[PATCH RFC] x86/resume: take care of fully eager FPU around system suspend
 2018-06-17  8:56 UTC 

[PATCH] drm/exynos: ipp: use correct enum type
 2018-06-17  8:55 UTC  (3+ messages)

[PATCH] drm/amd/display: don't initialize result
 2018-06-17  8:53 UTC  (2+ messages)

[PATCH] t3200-branch.sh: use "--set-upstream-to" in test
 2018-06-17  8:53 UTC  (4+ messages)
` [PATCH] t3200: clarify description of --set-upstream test

[PATCH] drm/amdgpu: use first uvd instance to avoid clang build error
 2018-06-17  8:52 UTC  (2+ messages)

[PATCH 00/15] Kill the_index part 1, expose it
 2018-06-17  8:49 UTC  (3+ messages)

[PATCH] tc, bpf: add option to dump bpf verifier as C program fragment
 2018-06-17  8:48 UTC 

[PATCH RFC] x86/EFI: take care of fully eager FPU around runtime calls
 2018-06-17  8:45 UTC 

[Qemu-devel] [PATCH] i386/monitor.c: make addresses canonical for "info mem" and "info tlb"
 2018-06-17  8:40 UTC 

4.17.X iwlwifi: probe of 0000:04:00.0 failed with error -12
 2018-06-17  8:37 UTC 

[PATCH v1] Revert "eventfd: only return events requested in poll_mask()"
 2018-06-17  8:31 UTC 

[PATCH] staging: wilc1000: Fix type of argument in ieee80211_is_action()
 2018-06-17  8:27 UTC  (3+ messages)

[PATCH] drm/atomic: Set current atomic state in drm_private_state
 2018-06-17  8:23 UTC  (4+ messages)

[Bug 105083] Random blinking display
 2018-06-17  8:21 UTC  (2+ messages)

[PATCH] mlx5: fix log initialization
 2018-06-17  8:21 UTC  (3+ messages)

[Bug 106938] Module *radeon* takes over two seconds to load
 2018-06-17  8:18 UTC  (3+ messages)

[xen-unstable test] 124225: regressions - FAIL
 2018-06-17  8:17 UTC 

[PATCH v1] net/mlx5: fix pmd crash in device probe
 2018-06-17  8:05 UTC  (3+ messages)

[PATCH] net/mlx5: fix error message in probe function
 2018-06-17  8:05 UTC  (3+ messages)

[PATCH 1/2] net/mlx5: fix errno object in probe code (minor)
 2018-06-17  8:05 UTC  (3+ messages)

[PATCH 1/2] net/mlx4: fix minor resource leak during init
 2018-06-17  8:05 UTC  (2+ messages)

[PATCH] ASoC: tegra: fix device_node refcounting
 2018-06-17  8:02 UTC  (3+ messages)
` [SIL2review] "

[PATCH v2 1/2] dt-bindings: iio: Add Spreadtrum SC27XX PMICs ADC controller documentation
 2018-06-17  8:03 UTC  (4+ messages)
` [PATCH v2 2/2] iio: adc: Add Spreadtrum SC27XX PMICs ADC support

[PATCH] musl: Upgrade to latest
 2018-06-17  7:58 UTC 

[meta-networking][PATCH 1/2] move cpprest to meta-oe
 2018-06-17  7:54 UTC  (2+ messages)
` [meta-networking][PATCH 2/2] spice: Fix build with musl

[powerpc/powervmc]kernel BUG at arch/powerpc/mm/pgtable-book3s64.c:414!
 2018-06-17  7:52 UTC  (3+ messages)

[PATCH] drm/atmel-hlcdc: remove unnecessary if statement
 2018-06-17  7:50 UTC  (4+ messages)

[PATCH COMMITTED] bluetooth: hci_nokia: Don't include linux/unaligned/le_struct.h directly
 2018-06-17  7:42 UTC  (2+ messages)

[PATCH 0/3] DSA driver for Vitesse VSC73xx
 2018-06-17  7:40 UTC  (3+ messages)
` [PATCH 1/3] net: dsa: Add DT bindings for Vitesse VSC73xx switches

[PATCH V2] soc: imx: gpcv2: correct PGC offset
 2018-06-17  7:38 UTC  (3+ messages)

[meta-networking][PATCH V2 1/5] rdma-core: Update to version 18
 2018-06-17  7:38 UTC  (4+ messages)
` [meta-oe][PATCH V2 4/5] cpprest: Fix build with gcc-8

[PATCH 1/6] gtk-immodules-cache.bbclass: convert cache creation to postinst_intercept mechanism
 2018-06-17  7:35 UTC  (3+ messages)
` [PATCH 2/6] lib/oe/package_manager: turn postinst failure warnings into bitbake failures

enable OTG on wandboard and riotboard
 2018-06-17  7:31 UTC  (4+ messages)
` [PATCH v2 1/4] ARM: dts: imx6qdl-wandboard: remove regulators bus node

[PATCH] ARM: DTS: imx53: Add support for imx53 HSC/DDC boards from K+P
 2018-06-17  7:31 UTC  (5+ messages)
` [PATCH v3] "

Linux kernel 3.16.57 released
 2018-06-17  7:30 UTC 

[PATCH 0/5] Reintroduce i.MX EPIT Timer
 2018-06-17  7:24 UTC  (3+ messages)
` [PATCH 2/5] ARM: clk-imx6q: add EPIT clock support


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.