All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-07-08 00:47:52 to 2019-07-08 02:57:33 UTC [more...]

linux-next: build failure after merge of the rdma tree
 2019-07-08  2:57 UTC 

[Qemu-devel] [PATCH v3 1/6] accel/tcg: adding structure to store TB statistics
 2019-07-08  2:51 UTC  (6+ messages)
` [Qemu-devel] [PATCH v3 5/6] monitor: adding info tb and tbs to monitor

[selftests/bpf] cd5385029f: kernel_selftests.bpf.xdping.fail
 2019-07-08  2:52 UTC 

[PATCH] python3-pbr: update to 5.4.0
 2019-07-08  2:51 UTC  (2+ messages)

[PATCH] Input: iforce - Remove empty multiline comments
 2019-07-08  2:50 UTC 

[dpdk-dev] [v2] net/e1000: i219 unit hang issue fix on reset/close
 2019-07-08 11:43 UTC 

[PATCH linux dev-5.2] ARM: dts: aspeed: Remove mbox node from device tree
 2019-07-08  2:47 UTC 

[PATCH][meta-networking] ipvsadm: update to 1.30
 2019-07-08  2:47 UTC  (3+ messages)

[PATCH] usb: roles: Add PM callbacks
 2019-07-08  2:25 UTC 

[PATCH][meta-networking] uftp: update to 4.9.11
 2019-07-08  2:42 UTC  (2+ messages)

[PATCH][meta-networking] libnftnl: update to 1.1.3
 2019-07-08  2:41 UTC  (2+ messages)

[PATCH][meta-networking] mosquitto: update to 1.6.3
 2019-07-08  2:39 UTC  (2+ messages)

[PATCH net-next] gve: Fix error return code in gve_alloc_qpls()
 2019-07-08  2:35 UTC  (3+ messages)

[PATCH net-next v2 0/4] qed*/devlink: Devlink support for config attributes
 2019-07-08  2:31 UTC  (6+ messages)
` [PATCH net-next v2 4/4] qed*: Add devlink support for configuration attributes
    ` [EXT] "

[RFC PATCH 0/5] NUMA Balancer Suite
 2019-07-08  2:25 UTC  (4+ messages)
` [PATCH 0/4] per cpu cgroup numa suite
  ` [PATCH 4/4] numa: introduce numa cling feature
    ` [PATCH v2 "

[PATCH 0/8] treewide: correct misuses of strscpy/strlcpy
 2019-07-08  2:23 UTC  (6+ messages)
` [PATCH 5/8] net: ethernet: sun4i-emac: Fix misuse of strlcpy
` [PATCH 6/8] net: nixge: "

[Problem]testOpenUpgradeLock test failed in nfsv4.0 in 5.2.0-rc7
 2019-07-08  2:20 UTC  (2+ messages)

[PATCH V6 0/4] Fix zone revalidation memory allocation failures
 2019-07-08  2:02 UTC  (4+ messages)
` [f2fs-dev] "

[PATCH v7 0/2] Make systemd as default init manager
 2019-07-08  2:13 UTC  (7+ messages)
` [PATCH 1/2] defaultsetup.conf: enable select "
    ` [OE-core] [oe-core][PATCH "

[Bug 111082] Severe stutter in CS:GO surf servers, despite ~300fps
 2019-07-08  2:16 UTC  (2+ messages)

[PATCH] arch: powerpc: Kconfig: pedantic formatting
 2019-07-08  1:19 UTC  (4+ messages)

[RFC PATCH] iomap: generalize IOMAP_INLINE to cover tail-packing case
 2019-07-08  2:12 UTC  (3+ messages)

[PATCH v3 1/9] powerpc/pseries: Use macros for referring to the DTL enable mask
 2019-07-08  1:19 UTC  (2+ messages)

[dpdk-dev] [PATCH] net/fm10k: fix descriptor filling in vector Tx
 2019-07-08  2:10 UTC  (2+ messages)

[PATCH] powerpc: Enable CONFIG_IPV6 in ppc64_defconfig
 2019-07-08  1:19 UTC  (2+ messages)

[dpdk-dev] [PATCH v4 4/4] net/ipn3ke: implementation of statistics
 2019-07-08  2:09 UTC  (13+ messages)
` [dpdk-dev] [PATCH v5 1/4] net/ipn3ke: add new register address
  ` [dpdk-dev] [PATCH v5 2/4] net/ipn3ke: delete MAC register address mask
  ` [dpdk-dev] [PATCH v5 3/4] net/ipn3ke: clear statistics when init and start dev
  ` [dpdk-dev] [PATCH v5 4/4] net/ipn3ke: implementation of statistics

[meta-oe][PATCH v2 1/2] keyutils: add new recipe for version 1.6
 2019-07-08  2:09 UTC  (5+ messages)
` [meta-oe][PATCH v2 2/2] ndctl: v63 -> v65

[PATCH v2] powerpc/mm/nvdimm: Add an informative message if we fail to allocate altmap block
 2019-07-08  1:19 UTC  (2+ messages)

[PATCH v2] io_uring: fix io_sq_thread_stop running in front of io_sq_thread
 2019-07-08  2:07 UTC 

[PATCH v7 00/12] Guest LBR Enabling
 2019-07-08  1:23 UTC  (13+ messages)
` [PATCH v7 01/12] perf/x86: fix the variable type of the LBR MSRs
` [PATCH v7 02/12] perf/x86: add a function to get the lbr stack
` [PATCH v7 03/12] KVM/x86: KVM_CAP_X86_GUEST_LBR
` [PATCH v7 04/12] KVM/x86: intel_pmu_lbr_enable
` [PATCH v7 05/12] KVM/x86/vPMU: tweak kvm_pmu_get_msr
` [PATCH v7 06/12] KVM/x86: expose MSR_IA32_PERF_CAPABILITIES to the guest
` [PATCH v7 07/12] perf/x86: no counter allocation support
` [PATCH v7 08/12] KVM/x86/vPMU: Add APIs to support host save/restore the guest lbr stack
` [PATCH v7 09/12] perf/x86: save/restore LBR_SELECT on vCPU switching
` [PATCH v7 10/12] KVM/x86/lbr: lazy save the guest lbr stack
` [PATCH v7 11/12] KVM/x86: remove the common handling of the debugctl msr
` [PATCH v7 12/12] KVM/VMX/vPMU: support to report GLOBAL_STATUS_LBRS_FROZEN

[PATCH v7 0/8] i915 vgpu PV to improve vgpu performance
 2019-07-08  2:05 UTC  (13+ messages)
` [PATCH v7 1/9] drm/i915: introduced vgpu pv capability
` [PATCH v7 2/9] drm/i915: vgpu shared memory setup for pv optimization
` [PATCH v7 3/9] drm/i915: vgpu pv command buffer support
` [PATCH v7 4/9] drm/i915: vgpu ppgtt update pv optimization
` [PATCH v7 5/9] drm/i915: vgpu context submission "
` [PATCH v7 6/9] drm/i915/gvt: GVTg handle pv_caps PVINFO register
` [PATCH v7 7/9] drm/i915/gvt: GVTg handle shared_page setup
` [PATCH v7 8/9] drm/i915/gvt: GVTg support ppgtt pv optimization
` [PATCH v7 9/9] drm/i915/gvt: GVTg support context submission "
` ✗ Fi.CI.CHECKPATCH: warning for i915 vgpu PV to improve vgpu performance
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[PATCH] powerpc: Remove unused variable declaration
 2019-07-08  1:19 UTC  (2+ messages)

[Bug 111077] link_shader and deserialize_glsl_program suddenly consume huge amount of RAM
 2019-07-08  2:04 UTC  (2+ messages)

[RFT][PATCH 1/2] regulator: lm363x: Fix off-by-one n_voltages for lm3632 ldo_vpos/ldo_vneg
 2019-07-08  2:04 UTC  (10+ messages)
` [RFT][PATCH 2/2] regulator: lm363x: Fix n_voltages setting for lm36274

[PATCH v2 1/3] powerpc/mm/drconf: Use NUMA_NO_NODE on failures instead of node 0
 2019-07-08  1:19 UTC  (2+ messages)

[PATCH v2 1/2] powerpc/mm/hash/4k: Don't use 64K page size for vmemmap with 4K pagesize
 2019-07-08  1:19 UTC  (2+ messages)

linux-next: build failure after merge of the slave-dma tree
 2019-07-08  2:01 UTC  (5+ messages)

linux-next: manual merge of the akpm-current tree with the pidfd tree
 2019-07-08  2:01 UTC  (2+ messages)

[PATCH kernel v2] powerpc/pci/of: Parse unassigned resources
 2019-07-08  1:19 UTC  (2+ messages)

[PATCH kernel] powerpc/powernv: Fix stale iommu table base after VFIO
 2019-07-08  1:19 UTC  (2+ messages)

[PATCH v2 net-next 0/3] tc-testing: Add JSON verification and simple traffic generation
 2019-07-08  1:57 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S HV: Fix CR0 setting in TM emulation
 2019-07-08  1:19 UTC  (3+ messages)

[PATCH] Make rxe driver to calculate correct byte_len on receiving side when work completion is generated with IB_WC_RECV_RDMA_WITH_IMM opcode
 2019-07-08  1:57 UTC  (4+ messages)

[PATCH net 0/6] gtp: fix several bugs
 2019-07-08  1:55 UTC  (2+ messages)

[PATCH] selftests/powerpc: Add missing newline at end of file
 2019-07-08  1:19 UTC  (3+ messages)

[PATCH] powerpc/4xx/uic: clear pending interrupt after irq type/pol change
 2019-07-08  1:19 UTC  (2+ messages)

linux-next: manual merge of the jc_docs tree with the vfs tree
 2019-07-08  1:50 UTC 

[PATCH] powerpc/scm: Use a specific endian format for storing uuid from the device tree
 2019-07-08  1:19 UTC  (2+ messages)

[PATCH] powerpc/scm: Mark the region volatile if cache flush not required
 2019-07-08  1:19 UTC  (2+ messages)

[PATCH v2] powerpc/nvdimm: Add support for multibyte read/write for metadata
 2019-07-08  1:19 UTC  (2+ messages)

[PATCH] powerpc/configs: Remove useless UEVENT_HELPER_PATH
 2019-07-08  1:19 UTC  (3+ messages)

[PATCH] powerpc/configs: Disable latencytop
 2019-07-08  1:19 UTC  (2+ messages)

[PATCH] x86/hyper-v: Zero out the VP assist page to fix CPU offlining
 2019-07-08  1:41 UTC  (2+ messages)

[U-Boot] [PATCH V2 00/51] Support i.MX8MM/N
 2019-07-08  1:40 UTC  (52+ messages)
` [U-Boot] [PATCH V2 01/51] linux: compat: guard PAGE_SIZE
` [U-Boot] [PATCH V2 02/51] dm: clk: ignore default settings when node not valid
` [U-Boot] [PATCH V2 03/51] pinctrl: imx: use devfdt_get_addr_size_index
` [U-Boot] [PATCH V2 04/51] i2c: mxc: add CONFIG_CLK support
` [U-Boot] [PATCH V2 05/51] tools: imx8m_image: align spl bin image size
` [U-Boot] [PATCH V2 06/51] ddr: imx8m: fix ddr firmware location when enable SPL OF
` [U-Boot] [PATCH V2 07/51] tools: imx8mimage: fix HDMI/FIT parsing
` [U-Boot] [PATCH V2 08/51] imx8m: add image cfg for i.MX8MM lpddr4
` [U-Boot] [PATCH V2 09/51] imx: add IMX8MQ kconfig entry
` [U-Boot] [PATCH V2 10/51] imx: add IMX8MM "
` [U-Boot] [PATCH V2 11/51] imx: imx8mm: add clock bindings header
` [U-Boot] [PATCH V2 12/51] imx: add i.MX8MM cpu type
` [U-Boot] [PATCH V2 13/51] imx: spl: add spl_board_boot_device for i.MX8MM
` [U-Boot] [PATCH V2 14/51] imx8m: update imx-regs "
` [U-Boot] [PATCH V2 15/51] imx: add get_cpu_rev support "
` [U-Boot] [PATCH V2 16/51] imx8m: rename clock to clock_imx8mq
` [U-Boot] [PATCH V2 17/51] imx8m: restructure clock.h
` [U-Boot] [PATCH V2 18/51] imx8m: add clk support for i.MX8MM
` [U-Boot] [PATCH V2 19/51] imx8m: soc: probe clk before relocation
` [U-Boot] [PATCH V2 20/51] imx8m: add pin header for i.MX8MM
` [U-Boot] [PATCH V2 21/51] imx: add i.MX8MM PE property
` [U-Boot] [PATCH V2 22/51] imx8m: Fix MMU table issue for OPTEE memory
` [U-Boot] [PATCH V2 23/51] imx8m: set BYPASS ID SWAP to avoid AXI bus errors
` [U-Boot] [PATCH V2 24/51] imx8m: Configure trustzone region 0 for non-secure access
` [U-Boot] [PATCH V2 25/51] imx8m: soc: enable SCTR clock before timer init
` [U-Boot] [PATCH V2 26/51] serial: Kconfig: make MXC_UART usable for MX7 and IMX8M
` [U-Boot] [PATCH V2 27/51] clk: imx: add Kconfig entry for i.MX8MM
` [U-Boot] [PATCH V2 28/51] clk: imx: add i.MX8MM clk driver
` [U-Boot] [PATCH V2 29/51] imx: add i.MX8MM EVK board support
` [U-Boot] [PATCH V2 30/51] ddr: imx8m: Fix ddr4 driver build issue
` [U-Boot] [PATCH V2 31/51] imx8mq: Update the ddrc QoS setting for B1 chip
` [U-Boot] [PATCH V2 32/51] driver: ddr: Refine the ddr init driver on imx8m
` [U-Boot] [PATCH V2 33/51] ddr: imx8m: Fix the ddr init hang on imx8mq
` [U-Boot] [PATCH V2 34/51] imx: add i.MX8MN kconfig entry
` [U-Boot] [PATCH V2 35/51] imx8mn: support get_cpu_rev
` [U-Boot] [PATCH V2 36/51] imx8m: add clk support for i.MX8MN
` [U-Boot] [PATCH V2 37/51] imx8mn: set BYPASS ID SWAP to avoid AXI bus errors
` [U-Boot] [PATCH V2 38/51] imx: add i.MX8MN PE property
` [U-Boot] [PATCH V2 39/51] imx8mn: add pin header
` [U-Boot] [PATCH V2 40/51] imx: spl: use spl_board_boot_device for i.MX8MN
` [U-Boot] [PATCH V2 41/51] spl: pass args to board_return_to_bootrom
` [U-Boot] [PATCH V2 42/51] imx: add rom api support
` [U-Boot] [PATCH V2 43/51] imx: cpu: restrict get_boot_device
` [U-Boot] [PATCH V2 44/51] imx8mn: add get_boot_device
` [U-Boot] [PATCH V2 45/51] tools: imx8mimage: add ROM VERSION
` [U-Boot] [PATCH V2 46/51] pinctrl: imx8m: support i.MX8MN
` [U-Boot] [PATCH V2 47/51] tools: imx8m_image: support ddr4 firmware
` [U-Boot] [PATCH V2 48/51] clk: imx: add i.MX8MN clk support
` [U-Boot] [PATCH V2 49/51] imx8m: add i.MX8MN ddr4 image cfg file
` [U-Boot] [PATCH V2 50/51] imx: add dtsi for i.MX8MN
` [U-Boot] [PATCH V2 51/51] imx: add i.MX8MN DDR4 board support

[PATCH v2 1/3] powerpc/mm: Handle page table allocation failures
 2019-07-08  1:19 UTC  (2+ messages)

[TRIVIAL] [PATCH] powerpc/powernv-eeh: Consisely desribe what this file does
 2019-07-08  1:19 UTC  (2+ messages)

How to add udev in Yocto build?
 2019-07-08  1:48 UTC  (2+ messages)

[PATCH v8 net-next 0/5] net: ethernet: ti: cpsw: Add XDP support
 2019-07-08  1:35 UTC  (3+ messages)

[Xen-devel] [qemu-mainline test] 138799: tolerable FAIL - PUSHED
 2019-07-08  1:34 UTC 

Missing init symbolic link in rootfs
 2019-07-08  1:46 UTC  (2+ messages)

[PATCH 1/3] powerpc/book3s: Use config independent helpers for page table walk
 2019-07-08  1:19 UTC  (2+ messages)

[U-Boot] [PATCH 00/52] Support i.MX8MM/N
 2019-07-08  1:28 UTC  (3+ messages)

[PATCH kernel 1/2] powerpc/pseries/dma: Allow swiotlb
 2019-07-08  1:19 UTC  (2+ messages)

[PATCH] powerpc: Add barrier_nospec to raw_copy_in_user()
 2019-07-08  1:19 UTC  (2+ messages)

[PATCH v3 3/5] powerpc: Use the correct style for SPDX License Identifier
 2019-07-08  1:19 UTC  (2+ messages)

[PATCH 1/4] powerpc/64: flush_inval_dcache_range() becomes flush_dcache_range()
 2019-07-08  1:19 UTC  (2+ messages)

[PATCH 3/4] powerpc/32: define helpers to get L1 cache sizes
 2019-07-08  1:19 UTC  (2+ messages)

[PATCH v2] powerpc: slightly improve cache helpers
 2019-07-08  1:19 UTC  (2+ messages)

[PATCH v3 1/3] powerpc/boot: don't force gzipped uImage
 2019-07-08  1:19 UTC  (2+ messages)

[PATCH v3 01/10] powerpc/8xx: move CPM1 related files from sysdev/ to platforms/8xx
 2019-07-08  1:19 UTC  (2+ messages)

[PATCH] powerpc/cell: set no_llseek in spufs_cntl_fops
 2019-07-08  1:19 UTC  (2+ messages)

[PATCH] powerpc/perf/24x7: use rb_entry
 2019-07-08  1:19 UTC  (2+ messages)

[PATCH 4/4] powerpc/64: reuse PPC32 static inline flush_dcache_range()
 2019-07-08  1:19 UTC  (2+ messages)

[PATCH v2] powerpc/mm: mark more tlb functions as __always_inline
 2019-07-08  1:19 UTC  (2+ messages)

[PATCH v3 1/3] powerpc: Move PPC_HA() PPC_HI() and PPC_LO() to ppc-opcode.h
 2019-07-08  1:19 UTC  (5+ messages)
` [PATCH v3 3/3] powerpc/module64: Use symbolic instructions names

Здравствуйте! Вас интересуют клиентские базы данных?
 2019-07-07 18:39 UTC 

[U-Boot] [PATCH] rockchip: dts: rk3399: Add spl-boot-order for Rock PI 4
 2019-07-08  1:17 UTC  (3+ messages)

[PATCH v9 00/10] namei: openat2(2) path resolution restrictions
 2019-07-08  1:15 UTC  (9+ messages)
` [PATCH v9 10/10] selftests: add openat2(2) selftests

[U-Boot] [PATCH v2 3/3] arm: mediatek: remove arch_misc_init
 2019-07-08  1:15 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/3] board_r: move initr_watchdog to be called after initr_serial
 2019-07-08  1:15 UTC  (2+ messages)

[U-Boot] Please pull u-boot-dm (wandboard fix)
 2019-07-08  1:15 UTC  (2+ messages)

[U-Boot] Please pull u-boot-video
 2019-07-08  1:15 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-usb/master
 2019-07-08  1:15 UTC  (2+ messages)

[U-Boot] Pull request: u-boot-rockchip/tags/rockchip-for-v2019.07-rc5-3
 2019-07-08  1:15 UTC  (2+ messages)

[U-Boot] [PATCH] rockchip: make_fit_atf.py: fix loadables property set error
 2019-07-08  1:07 UTC  (7+ messages)
      ` [U-Boot] [PATCH] rockchip: make_fit_atf.py: fix loadables property set error【请注意,邮件由mark.kettenis@sibelius.xs4all.nl代发】

linux-next: manual merge of the vfs tree with the nfsd tree
 2019-07-08  1:06 UTC 

Slow I/O on USB media after commit f664a3cc17b7d0a2bc3b3ab96181e1029b0ec0e6
 2019-07-08  1:01 UTC  (8+ messages)

646c19aee0 [ 13.602078] WARNING: CPU: 0 PID: 795 at kernel/locking/lockdep.c:4053 lock_release
 2019-07-08  0:51 UTC 


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.