All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-01-23 12:53:35 to 2018-01-23 13:22:14 UTC [more...]

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2018-01-23 13:22 UTC 

[GIT PULL 00/43] perf/core improvements and changes
 2018-01-23 13:12 UTC  (62+ messages)
` [PATCH 01/43] perf intel-pt/bts: Do not swap when synthesizing samples
` [PATCH 02/43] perf evsel: Ensure reserved member of PERF_SAMPLE_CPU is zero in perf_event__synthesize_sample()
` [PATCH 05/43] perf bpf: Don't warn about unavailability of builtin clang, just fallback
` [PATCH 06/43] perf tools: Move conditional O_CLOEXEC to util.h
` [PATCH 08/43] perf report: Fix regression when decoding intel_pt traces
` [PATCH 09/43] perf build: Display EXTRA features for VF=1 build
` [PATCH 10/43] tools include arch: Grab a copy of errno.h for arch's supported by perf
` [PATCH 12/43] perf util: Introduce architecture specific errno/name mapping
` [PATCH 14/43] perf trace: Remove audit-libs dependency if syscall tables are present
` [PATCH 15/43] perf vendor events intel: Update Broadwell events to V22
` [PATCH 16/43] perf vendor events intel: Update BroadwellX events to V13
` [PATCH 17/43] perf vendor events intel: Update Goldmont events to V12
` [PATCH 18/43] perf vendor events intel: Update Haswell events to V27
` [PATCH 19/43] perf vendor events intel: Update HaswellX events to V19
` [PATCH 20/43] perf vendor events intel: Update IvyBridge events to V20
` [PATCH 21/43] perf vendor events intel: Update IvyTown "
` [PATCH 22/43] perf vendor events intel: Update Silvermont events to V14
` [PATCH 23/43] perf vendor events intel: Update Skylake events to V36
` [PATCH 24/43] perf vendor events intel: Update SkylakeX events to V1.06
` [PATCH 25/43] perf vendor events intel: Update BroadwellDE events to V7
` [PATCH 26/43] perf vendor events intel: Update IvyBridge files to V20
` [PATCH 27/43] perf vendor events intel: Update IvyTown "
` [PATCH 28/43] perf tools: Integrating the CoreSight decoding library
` [PATCH 29/43] perf tools: Add initial entry point for decoder CoreSight traces
` [PATCH 30/43] perf tools: Add processing of coresight metadata
` [PATCH 31/43] perf tools: Add decoder mechanic to support dumping trace data
` [PATCH 32/43] perf tools: Add support for decoding CoreSight "
` [PATCH 33/43] perf tools: Add functionality to communicate with the openCSD decoder
` [PATCH 34/43] pert tools: Add queue management functionality
` [PATCH 35/43] perf tools: Add full support for CoreSight trace decoding
` [PATCH 36/43] perf tools: Add mechanic to synthesise CoreSight trace packets
` [PATCH 37/43] MAINTAINERS: Adding entry for CoreSight trace decoding
` [PATCH 38/43] perf bpf: Remove misplaced __maybe_unused attribute
` [PATCH 39/43] perf trace: Add --print-sample
` [PATCH 40/43] perf trace: Do not print from time delta for interrupted syscall lines
` [PATCH 41/43] perf trace beauty futex: Beautify FUTEX_BITSET_MATCH_ANY
` [PATCH 42/43] perf evlist: Remove fcntl.h from evlist.h
` [PATCH 43/43] perf trace beauty flock: Move to separate object file

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2018-01-23 13:21 UTC 

[GIT PULL for 4.16] CIO2 compiler warning fix
 2018-01-23 13:21 UTC  (4+ messages)

Patch to add support for lz4hc and deflate optimization algorithms in zramctl
 2018-01-23 13:21 UTC  (3+ messages)

[Qemu-devel] [PATCH] sdhci: fix a NULL pointer dereference due to uninitialized AddresSpace object
 2018-01-23 13:20 UTC 

[PATCH] x86/efi: Fix trailing semicolons
 2018-01-23 13:20 UTC 

[Qemu-devel] [PATCH] Revert "virtio: postpone the execution of event_notifier_cleanup function"
 2018-01-23 13:20 UTC 

[PATCH v4 0/8] PCI: brcmstb: Add Broadcom Settopbox PCIe support
 2018-01-23 13:20 UTC  (11+ messages)
` [PATCH v4 4/8] PCI: brcmstb: Add dma-range mapping for inbound traffic

[PATCH 00/16] Adding NV12 support
 2018-01-23 13:23 UTC  (3+ messages)
` [PATCH 03/16] drm/i915/skl+: add NV12 in skl_format_to_fourcc

ieee80211 phy0: rt2x00queue_write_tx_frame: Error - Dropping frame due to full tx queue...?
 2018-01-23 13:20 UTC  (10+ messages)

post-receive: pub/scm/linux/kernel/git/kas/linux
 2018-01-23 13:20 UTC 

[PATCH v4] x86: relocate pvh_info
 2018-01-23 13:19 UTC  (8+ messages)

bad key ordering - repairable?
 2018-01-23 13:17 UTC  (5+ messages)

[Buildroot] [PATCH] netcat-openbsd: bump to version 1.187-1
 2018-01-23 13:17 UTC 

[tools/perf] perf test LLVM failure on 4.9
 2018-01-23 13:17 UTC  (3+ messages)

[RFC PATCH 0/6] mempool: add bucket mempool driver
 2018-01-23 13:16 UTC  (19+ messages)
` [RFC v2 00/17] "
  ` [RFC v2 01/17] mempool: fix phys contig check if populate default skipped
  ` [RFC v2 02/17] mempool: add op to calculate memory size to be allocated
  ` [RFC v2 03/17] mempool/octeontx: add callback to calculate memory size
  ` [RFC v2 04/17] mempool: add op to populate objects using provided memory
  ` [RFC v2 05/17] mempool/octeontx: implement callback to populate objects
  ` [RFC v2 06/17] mempool: remove callback to get capabilities
  ` [RFC v2 07/17] mempool: deprecate xmem functions
  ` [RFC v2 08/17] mempool/octeontx: prepare to remove register memory area op
  ` [RFC v2 09/17] mempool/dpaa: convert to use populate driver op
  ` [RFC v2 10/17] mempool: remove callback to register memory area
  ` [RFC v2 11/17] mempool: ensure the mempool is initialized before populating
  ` [RFC v2 12/17] mempool/bucket: implement bucket mempool manager
  ` [RFC v2 13/17] mempool: support flushing the default cache of the mempool
  ` [RFC v2 14/17] mempool: implement abstract mempool info API
  ` [RFC v2 15/17] mempool: support block dequeue operation
  ` [RFC v2 16/17] mempool/bucket: implement "
  ` [RFC v2 17/17] mempool/bucket: do not allow one lcore to grab all buckets

[PATCH] block/sed-opal: Fix trailing semicolon
 2018-01-23 13:16 UTC 

[PATCH] event/sw: fix memory leak if self test fails
 2018-01-23 13:15 UTC 

post-receive: pub/scm/linux/kernel/git/lee/mfd
 2018-01-23 13:15 UTC 

[PATCH 1/5] nvme: Request cancelling helpers
 2018-01-23 13:14 UTC  (10+ messages)
` [PATCH 2/5] nvme: Ending failed unstarted requests
` [PATCH 3/5] nvme/pci: End stopped queue requests directly

[PATCH] media: lirc: Fix uninitialized variable in ir_lirc_transmit_ir()
 2018-01-23 13:14 UTC  (3+ messages)

[PATCH 0/4] usb: dwc3: add UniPhier dwc3 glue layer support
 2018-01-23 13:12 UTC  (22+ messages)
` [PATCH 1/4] dt-bindings: dwc3: add binding documentation for UniPhier dwc3 glue driver
  ` [1/4] "
` [PATCH 2/4] usb: dwc3: add dwc3 glue layer for UniPhier SoCs
  ` [2/4] "
  ` [PATCH 3/4] ARM: dts: uniphier: add dwc3 usb node for PXs2
    ` [3/4] "
  ` [PATCH 4/4] arm64: dts: uniphier: add dwc3 usb node for LD20
    ` [4/4] "

[PATCH] glibc-locale.inc: avoid duplicate packages
 2018-01-23 13:12 UTC  (2+ messages)

[PATCH 1/3] tpm: cmd_ready command can be issued only after granting locality
 2018-01-23 13:12 UTC  (9+ messages)
` [PATCH 2/3] tpm: separate cmd_ready/go_idle from runtime_pm
` [PATCH 3/3] tpm: add longer timeouts for creation commands

[PATCH V3 00/10] clk: add imx7ulp clk support
 2018-01-23 13:10 UTC  (6+ messages)
` [PATCH V3 01/10] clk: clk-divider: add CLK_DIVIDER_ZERO_GATE "

[Qemu-devel] [PULL 0/9] CPU hotplug test, __FUNCTION__ and some fprintf patches
 2018-01-23 13:10 UTC  (2+ messages)

[RFC][PATCH 0/5] s390: improve speculative execution handling v2
 2018-01-23 13:09 UTC  (7+ messages)
` [PATCH 1/5] prctl: add PR_ISOLATE_BP process control
` [PATCH 2/5] s390/alternative: use a copy of the facility bit mask
` [PATCH 3/5] s390: add options to change branch prediction behaviour for the kernel
` [PATCH 4/5] s390: define ISOLATE_BP to run tasks with modified branch prediction
` [PATCH 5/5] s390: scrub registers on kernel entry and KVM exit

[Buildroot] [PATCH] libbsd: bump to version 0.8.7
 2018-01-23 13:09 UTC 

post-receive: pub/scm/linux/kernel/git/acme/linux
 2018-01-23 13:09 UTC 

[PATCH v2] doc: convert license headers to SPDX tags
 2018-01-23 13:08 UTC  (7+ messages)
` [PATCH v3 1/3] "
  ` [PATCH v3 2/3] "
  ` [PATCH v3 3/3] "

post-receive: pub/scm/linux/kernel/git/kas/linux
 2018-01-23 13:07 UTC 

[PATCH] multipath-tools:fix unexport/export LUN access permission multipath can't restore
 2018-01-23 13:06 UTC  (4+ messages)

[LTP] [RFC] [PATCH] fs/doio: Increase the MAX_FNAME_LENGTH
 2018-01-23 13:06 UTC 

[PATCH 0/4] Buffer's log item refactoring
 2018-01-23 13:05 UTC  (4+ messages)
` [PATCH 4/4] Use list_head infra-structure for buffer's log items list

[PATCH 0/3] mfd/omap-usb-tll: Adjustments for usbtll_omap_probe()
 2018-01-23 13:04 UTC  (5+ messages)
` [PATCH 3/3] mfd/omap-usb-tll: Return an error code only as a constant in usbtll_omap_probe()

post-receive: pub/scm/linux/kernel/git/kdave/linux
 2018-01-23 13:04 UTC 

[Qemu-devel] [RFC 0/2] virtio-vhost-user: add virtio-vhost-user device
 2018-01-23 13:06 UTC  (4+ messages)

[PATCH 0/3] mfd/sm501: Adjustments for five function implementations
 2018-01-23 13:04 UTC  (4+ messages)
` [PATCH 3/3] mfd/sm501: Adjust 12 checks for null pointers

[PATCH 0/7] dpaa: fixes and performance improvement changes
 2018-01-23 12:31 UTC  (5+ messages)
` [PATCH 0/7 v2] "
  ` [PATCH 5/7 v2] net/dpaa: use phy to virt optimizations
  ` [PATCH 6/7 v2] bus/dpaa: check portal presence in the caller API
  ` [PATCH 7/7 v2] net/dpaa: further push mode optimizations

[RFC/RFT PATCH 0/2] arm64: per-task stack canaries
 2018-01-23 13:03 UTC  (3+ messages)
` [RFC/RFT PATCH 1/2] gcc-plugins: add support plugin for arm64 "
` [RFC/RFT PATCH 2/2] arm64: kernel: use a unique stack canary value for each task

[Qemu-devel] virtio block device is not working
 2018-01-23 13:02 UTC  (4+ messages)

[PATCH 1/2] drm/i915: Increase render/media power gating hysteresis for gen9+
 2018-01-23 13:02 UTC  (3+ messages)
` ✓ Fi.CI.IGT: success for series starting with [v2] drm/i915: Increase render/media power gating hysteresis for gen9+ (rev3)

[PATCH] media: dw9714: annotate a __be16 integer value
 2018-01-23 13:02 UTC  (2+ messages)

[PATCH] mfd/viperboard: Delete an error message for a failed memory allocation in vprbrd_probe()
 2018-01-23 13:01 UTC  (5+ messages)

[PATCH v2 0/6] Nintendo Wii GPIO driver
 2018-01-23 12:58 UTC  (5+ messages)
` [PATCH v2 1/6] resource: Extend the PPC32 reserved memory hack

[U-Boot] Wrong u-boot-mmc git URL
 2018-01-23 12:58 UTC 

[PATCH] drm/i915/edp: Do not do link training fallback or prune modes on EDP
 2018-01-23 12:57 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] ARM: dts: imx7s-warp: enable uart6 on mikroBus
 2018-01-23 12:57 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t 0/8] lib/igt_fb: Add support for the NV12 format
 2018-01-23 12:56 UTC  (9+ messages)
` [igt-dev] [PATCH i-g-t 1/8] lib/igt_fb: Add igt_put_cairo_ctx as counter to igt_get_cairo_ctx
` [igt-dev] [PATCH i-g-t 2/8] lib/igt_fb: Pass format to igt_calc_fb_size
` [igt-dev] [PATCH i-g-t 3/8] lib/fb: Handle planar formats in igt_calc_fb_size and create_bo_for_fb
` [igt-dev] [PATCH i-g-t 4/8] lib/intel_batchbuffer: Add delta argument to igt_blitter_fast_copy__raw
` [igt-dev] [PATCH i-g-t 5/8] lib/intel_batchbuffer: Add src/dst delta arguments to igt_blitter_fast_copy too
` [igt-dev] [PATCH i-g-t 6/8] lib/fb: Add support for creating planar framebuffers
` [igt-dev] [PATCH i-g-t 7/8] tests/kms_render: Copy all planes when copying fb
` [igt-dev] [PATCH i-g-t 8/8] lib/igt_fb: Add support for NV12 format through conversion

[PATCH v3 7/7] app/testpmd: adjust ethdev port ownership
 2018-01-23 12:56 UTC  (11+ messages)

[PATCH v4 0/4] x86/cpuid: enable new cpu features
 2018-01-23 12:56 UTC  (4+ messages)
` [PATCH v4 3/4] x86emul: Support vaes insns

[PATCH v2] mfd: omap-usb-tll: Allocate driver data at once
 2018-01-23 12:55 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/gfs2/linux-gfs2
 2018-01-23 12:53 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.