All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-07-24 08:09:17 to 2018-07-24 08:49:58 UTC [more...]

[PATCH v2 00/19] wil6210 patches
 2018-07-24  7:44 UTC  (7+ messages)
` [PATCH v2 01/19] wil6210: Rx multicast packets duplicate detection
` [PATCH v2 02/19] wil6210: drop Rx packets with L2 error indication from HW
` [PATCH v2 03/19] wil6210: add TX latency statistics
` [PATCH v2 04/19] wil6210: fix temperature debugfs
` [PATCH v2 05/19] wil6210: fix RX checksum report to network stack
` [PATCH v2 06/19] wil6210: support Talyn specific FW file

[PATCH 0/6] Symbol namespaces
 2018-07-24  8:09 UTC  (11+ messages)
` [PATCH 2/6] module: add support for symbol namespaces

[PATCH] drm/i915: Pull unpin map into vma release
 2018-07-24  8:48 UTC  (2+ messages)

[PATCH 1/2] examples/ipsec-secgw: fix bypass rule processing for outbound port
 2018-07-24  8:48 UTC  (10+ messages)
` [PATCH 2/2] examples/ipsec-secgw: fix portmask option parsing

[Qemu-devel] [PATCH 0/2] iotests: Fix 226 on _my_ system
 2018-07-24  8:47 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] docs: Describe using images in writing iotests
` [Qemu-devel] [PATCH 2/2] iotests: Don't lock /dev/null in 226

[PATCH] net/p9/trans_fd.c: fix double list_del()
 2018-07-24  8:46 UTC  (2+ messages)

[U-Boot] [PATCH] sunxi: enable SATA on Banana Pi M2 Berry
 2018-07-24  8:46 UTC  (2+ messages)

[Qemu-devel] [PATCH] qstring: Fix integer overflow
 2018-07-24  8:46 UTC  (7+ messages)

[U-Boot] [UBOOT PATCH] gpio: zynq: Used platdata structure for storing static data instead of priv
 2018-07-24  8:46 UTC  (3+ messages)

[PATCH v1 0/2] mm/kdump: exclude reserved pages in dumps
 2018-07-24  8:46 UTC  (6+ messages)

[PATCH 0/5] Do not request a pointer kaddr when not required
 2018-07-24  8:45 UTC  (12+ messages)
` [PATCH 1/5] libnvdimm, pmem: Allow a NULL-kaddr to ->direct_access()
` [PATCH 2/5] tools/testing/nvdimm: "
` [PATCH 3/5] s390, dcssblk: "
` [PATCH 4/5] filesystem-dax: Do not request a pointer kaddr when not required
` [PATCH 5/5] dax/super: "

[PATCH v3] mmc: sunxi: remove output of virtual base address
 2018-07-24  8:46 UTC  (3+ messages)

Possible regression caused by commit a192aa923b66a
 2018-07-24  8:46 UTC  (5+ messages)
    ` [PATCH] ACPI / LPSS: Avoid PM quirks on suspend and resume from S3

[PATCH] mmc: sunxi: allow 3.3V DDR when DDR is available
 2018-07-24  8:44 UTC  (4+ messages)

[U-Boot] [PATCH V3 1/2] mmc: add HS400 support
 2018-07-24  8:44 UTC  (3+ messages)

[Qemu-devel] [RFC PATCH v2] hw/s390x/virtio-ccw: Consolidate calls to virtio_ccw_unrealize()
 2018-07-24  8:43 UTC 

[PATCH] doc: add graphics to bbdev library documentation
 2018-07-24  8:43 UTC  (2+ messages)

[PATCH 1/2] mtd: lpddr: use mtd_device_register()
 2018-07-24  8:42 UTC  (3+ messages)
` [PATCH 2/2] mtd: spi-nor: intel-spi: "

[PATCH 0/5] Allwinner H6 Ethernet support
 2018-07-24  8:41 UTC  (5+ messages)
` [PATCH 2/5] dt-bindings: sunxi-sram: add binding for Allwinner H6 SRAM C

[PATCH] netfilter: avoid stalls in nf_ct_alloc_hashtable
 2018-07-24  7:19 UTC 

Build Error
 2018-07-24  8:40 UTC  (4+ messages)

[U-Boot] [PATCH v2 11/13] sunxi: add DRAM support to H6
 2018-07-24  8:40 UTC  (3+ messages)
` [U-Boot] [PATCH v2.1 "

[PATCH 01/24] pynfs: python3 support plan: print -> print()
 2018-07-24  7:33 UTC  (24+ messages)
` [PATCH 02/24] pynfs: python3 support plan: exec -> exec()
` [PATCH 03/24] pynfs: python3 support plan: "except E,e:" -> "except E as e:"
` [PATCH 04/24] pynfs: python3 support plan: "raise E, args:" -> "raise E(args)"
` [PATCH 05/24] pynfs: python3 support plan: remove suffix 'L' of long integer
` [PATCH 06/24] pynfs: python3 support plan: octal literal 0644 -> 0o644
` [PATCH 07/24] pynfs: python3 support plan: sys.maxint -> sys.maxsize
` [PATCH 08/24] pynfs: python3 support plan: cStringIO -> StringIO
` [PATCH 09/24] pynfs: python3 support plan: dict.has_key -> key in dict
` [PATCH 10/24] pynfs: python3 support plan: not equal op s/ <> / != /
` [PATCH 11/24] pynfs: python3 support plan: xdrgen: remove 'L' suffix of long integer
` [PATCH 12/24] pynfs: python3 support plan: file() -> open()
` [PATCH 13/24] pynfs: python3 support plan: list.sort() -> newlist = sorted(list)
` [PATCH 14/24] pynfs: python3 support plan: Relative Import -> Absolute Import
` [PATCH 15/24] pynfs: python3 support plan: fix 'socket' has no attribute '_socketobject'
` [PATCH 16/24] pynfs: python3 support plan: remove cPickle
` [PATCH 17/24] pynfs: python3 support plan: fix indent error on python3
` [PATCH 18/24] pynfs: python3 support plan: fix 'TypeError: must be str, not bytes'
` [PATCH 19/24] pynfs: python3 support plan: fix import fail on python3
` [PATCH 20/24] pynfs: python3 support plan: fix 'dict' has no attribute 'iteritems'
` [PATCH 21/24] pynfs: python3 support plan: fix sort() fail and require python version
` [PATCH 22/24] pynfs: python3 support plan: fix ord() failure on python3
` [PATCH 23/24] pynfs: python3 support plan: fix except multi exceptions in one line
` [PATCH 24/24] pynfs: python3 support plan: fix access class var in list comprehension

[U-Boot] [PATCH v2 00/13] Allwinner H6 support (w/ SPL)
 2018-07-24  8:39 UTC  (26+ messages)
` [U-Boot] [PATCH v2 02/13] sunxi: add basic memory map definitions of H6 SoC
` [U-Boot] [PATCH v2 03/13] sunxi: change RMR64's RVBAR address for H6
` [U-Boot] [PATCH v2 04/13] sunxi: change ATF position "
` [U-Boot] [PATCH v2 05/13] sunxi: add config for SPL at 0x20000 on H6
` [U-Boot] [PATCH v2 06/13] sunxi: change GIC address "
` [U-Boot] [PATCH v2 07/13] sunxi: add clock code for H6
` [U-Boot] [PATCH v2 08/13] sunxi: use sun6i-style watchdog "
` [U-Boot] [PATCH v2 09/13] sunxi: add UART0 setup "
` [U-Boot] [PATCH v2 10/13] sunxi: add MMC support "
    ` [U-Boot] [linux-sunxi] "
` [U-Boot] [PATCH v2 12/13] sunxi: add support for Allwinner H6 SoC
` [U-Boot] [PATCH v2 13/13] sunxi: add support for Pine H64 board

[PATCH v4 0/4] x86/boot/KASLR: Parse ACPI table and limit kaslr in immovable memory
 2018-07-24  8:36 UTC  (4+ messages)
` [PATCH v4 1/4] x86/boot: Add acpitb.h to help parse acpi tables

CCREE performance on R-Car H3
 2018-07-24  7:32 UTC  (7+ messages)
  ` CCREE performance on R-Car H3 + crash

[PATCH] lsof: Update SRC_URI
 2018-07-24  8:37 UTC  (3+ messages)

[PATCH 0/4] sched/topology: Set SD_ASYM_CPUCAPACITY flag automatically
 2018-07-24  8:37 UTC  (7+ messages)
` [PATCH 1/4] sched/topology: SD_ASYM_CPUCAPACITY flag detection

[U-Boot] [RFC PATCH] gpio: zynq: Setup bank_name to dev->name
 2018-07-24  8:37 UTC  (5+ messages)

[PATCH] net/mlx5: fix representors detection
 2018-07-24  8:36 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/3] Enable smmu support on sdm845
 2018-07-24  8:36 UTC  (4+ messages)
` [PATCH 3/3] iommu/arm-smmu: Error out only if not enough context interrupts

[PATCH 0/2] cpufreq: Fix a circular lock dependency problem
 2018-07-24  8:36 UTC  (6+ messages)
` [PATCH 2/2] "

[PATCH] coreutils: fix compile error since use wrong libnss_nis.so
 2018-07-24  8:32 UTC  (3+ messages)

[PATCH v2] bcache: set max writeback rate when I/O request is idle
 2018-07-24  8:33 UTC  (4+ messages)

[PATCH] seabios: modify SRC_URI
 2018-07-24  8:32 UTC 

[PATCH] staging/vc04_services: Use __user annotation for user-space pointers
 2018-07-24  8:32 UTC 

[LTP] [PATCH] add testcases/lib/tst_supported_fs to .gititnore
 2018-07-24  8:32 UTC  (2+ messages)

pull-request: mac80211-next 2018-07-24
 2018-07-24  7:25 UTC 

[Buildroot] [PATCH] vim: install /bin/vi as a relative symlink
 2018-07-24  8:30 UTC  (9+ messages)

[meta-oe][meta-python][PATCH] python-pyiface: Upgrade to version 0.0.9
 2018-07-24  8:27 UTC 

[U-Boot] [PATCH v2 00/26] mmc: Add support for HS200 and UHS modes
 2018-07-24  8:28 UTC  (3+ messages)
` [U-Boot] [PATCH v2 22/26] mmc: Change mode when switching to a boot partition

linux-next-20180723: battery status funny after bootup
 2018-07-24  8:27 UTC  (2+ messages)

[PATCH v13 00/11] x86/domctl: Save info for one vcpu instance
 2018-07-24  8:26 UTC  (5+ messages)
` [PATCH v13 02/11] x86/hvm: Introduce hvm_save_tsc_adjust_one() func
` [PATCH v13 07/11] x86/hvm: Introduce viridian_save_vcpu_ctxt_one() func

[PATCH v2 3/3] drm: mali-dp: Set encoder possible_clones
 2018-07-24  8:26 UTC  (15+ messages)
` [PATCH 00/10] Add helper for plane reset
  ` [PATCH 01/10] drm/atomic: Add __drm_atomic_helper_plane_reset
  ` [PATCH 03/10] drm: mali-dp: Use __drm_atomic_helper_plane_reset instead of copying the logic
  ` [PATCH 09/10] drm/vc4: "

[PATCH] dd: Invoke one probe retry cycle after every initcall level
 2018-07-24  8:24 UTC  (4+ messages)

[PATCH v1 01/10] Input: atmel_mxt_ts - only use first T9 instance
 2018-07-24  8:23 UTC  (4+ messages)
` [PATCH v1 09/10] Input: atmel_mxt_ts - tool type is ignored when slot is closed

pull-request: mac80211 2018-07-24
 2018-07-24  7:16 UTC 

[bpf] e103a45d2b: stderr.failed_to_make_bpf
 2018-07-24  8:22 UTC 

[RFC] drm: Allow DRM_IOCTL_MODE_MAP_DUMB for render nodes
 2018-07-24  8:22 UTC 

[PATCH v3 0/6] compress: add Octeontx ZIP compression PMD
 2018-07-24  8:22 UTC  (4+ messages)
` [PATCH v3 4/6] compress/octeontx: add ops enq deq apis

[PATCH v4 0/5] compress: add ZLIB compression PMD
 2018-07-24  8:19 UTC  (7+ messages)
` [PATCH v4 4/5] compress/zlib: support burst enqueue/dequeue

[PATCH v1 00/15] Add RDMA memory mode support for mediatek SOC MT2712
 2018-07-24  8:17 UTC  (48+ messages)
` [PATCH v1 01/15] drm/mediatek: add connection from RDMA0 to DPI1
` [PATCH v1 02/15] drm/mediatek: add connection from RDMA0 to DSI1
` [PATCH v1 03/15] drm/mediatek: add connection from RDMA1 to DSI0
` [PATCH v1 04/15] drm/mediatek: add connection from RDMA2 "
` [PATCH v1 05/15] drm/mediatek: add RDMA memory mode for crtc created
` [PATCH v1 06/15] drm/mediatek: add memory mode for RDMA
` [PATCH v1 07/15] drm/mediatek: add layer config to set RDMA for plane setting
` [PATCH v1 08/15] drm/mediatek: add RGB color format support for RDMA
` [PATCH v1 09/15] drm/mediatek: add YUYV/UYVY "
` [PATCH v1 10/15] drm/mediatek: add drm_device in RDMA for mamory mode to reaquest buffer
` [PATCH v1 11/15] drm/mediatek: add dummy buffer for RDMA memory mode
` [PATCH v1 12/15] drm/mediatek: add layer number condition for RDMA to control plane
` [PATCH v1 13/15] drm/mediatek: Update some variable name from ovl to comp
` [PATCH v1 14/15] drm/mediatek: fixed the error value for add DSI1 in mutex
` [PATCH v1 15/15] drm/mediatek: fixed connection from RDMA2 to DSI1

[PATCH 1/2] xen/xsm: Introduce new boot parameter xsm
 2018-07-24  8:18 UTC  (8+ messages)
` [PATCH 2/2] xen/xsm: Add new SILO mode for XSM

[PATCH 0/2] crypto/scheduler: add mode specific parameter support
 2018-07-24  8:17 UTC  (3+ messages)
` [PATCH v2 "

[PATCH RESEND] kthread, tracing: Don't expose half-written comm when creating kthreads
 2018-07-24  8:17 UTC  (7+ messages)

[PATCH] KVM/MMU: Combine flushing remote tlb in mmu_set_spte()
 2018-07-24  8:17 UTC 

qmi_wwan: fix interface number for DW5821e production firmware
 2018-07-24  8:16 UTC  (3+ messages)
` [PATCH] "

rte_mbuf library likely()/unlikely()
 2018-07-24  8:13 UTC  (6+ messages)

[Drbd-dev] BuildRequires for drbd-utils
 2018-07-24  8:08 UTC  (2+ messages)

[virtio-dev] [PATCH v36 0/5] Virtio-balloon: support free page reporting
 2018-07-24  8:12 UTC  (5+ messages)
` [virtio-dev] "
  `  "

[LTP] [PATCH] testcases: cve-2017-2671: Set attempts according to cpus
 2018-07-24  8:12 UTC  (4+ messages)

[PATCH] ipvs: fix race between ip_vs_conn_new() and ip_vs_del_dest()
 2018-07-24  8:12 UTC 

linux-next: build warning after merge of the arm64 tree
 2018-07-24  8:12 UTC  (3+ messages)

[PATCH] mmc: renesas_sdhi: Add r8a77990 support
 2018-07-24  7:07 UTC  (2+ messages)

[U-Boot] [PATCH V2] drivers: regulator: fixed: add u-boot, off-on-delay-us
 2018-07-24  8:11 UTC 

[U-Boot] [PATCH] ddr: altera: Add ECC DRAM scrubbing support for Stratix 10
 2018-07-24  8:10 UTC  (3+ messages)

[PATCH] blk-mq: Avoid that a request queue stalls when restarting a shared hctx
 2018-07-24  8:10 UTC  (2+ messages)

[PATCH] gpu/drm/exynos: Convert drm_atomic_helper_suspend/resume()
 2018-07-24  8:10 UTC  (4+ messages)

[PATCH v3 0/9] Add TOSHIBA TC358764 DSI/LVDS bridge driver
 2018-07-24  8:10 UTC  (5+ messages)
  ` [PATCH v3 2/9] drm/exynos: move connector creation to attach callback

DPDK 18.05 only works with up to 4 NUMAs systems
 2018-07-24  8:09 UTC  (7+ 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.