All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-04-24 12:44:21 to 2020-04-24 13:12:41 UTC [more...]

[dpdk-dev] [PATCH v1 0/7] vectorize virtio packed ring datapath
 2020-04-24 13:12 UTC  (5+ messages)
` [dpdk-dev] [PATCH v9 0/9] add packed ring vectorized path
  ` [dpdk-dev] [PATCH v9 5/9] net/virtio: add vectorized packed ring Rx path

[PATCH net-next v3 00/11] net: bridge: mrp: Add support for Media Redundancy Protocol(MRP)
 2020-04-24 13:12 UTC  (12+ messages)
` [PATCH net-next v3 01/11] bridge: uapi: mrp: Add mrp attributes
    ` [Bridge] "
` [PATCH net-next v3 02/11] bridge: mrp: Update Kconfig
    ` [Bridge] "
` [PATCH net-next v3 03/11] bridge: mrp: Extend bridge interface
    ` [Bridge] "
` [PATCH net-next v3 04/11] net: bridge: Add port attribute IFLA_BRPORT_MRP_RING_OPEN
  ` [Bridge] "

[PATCH net-next] liquidio: remove unused inline functions
 2020-04-24 13:11 UTC 

[Intel-gfx] [PATCH 1/3] drm/i915/gt: Prefer soft-rc6 over RPS DOWN_TIMEOUT
 2020-04-24 13:03 UTC  (4+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915/gt: Trace RPS events

[PATCH 2/6] lib/test_bitmap.c: Add for_each_set_clump test cases
 2020-04-24 13:11 UTC  (2+ messages)

[PATCH] mm, memcg: fix wrong mem cgroup protection
 2020-04-24 13:10 UTC  (9+ messages)

[PATCH v17 1/2] mem_sharing: fix sharability check during fork reset
 2020-04-24 13:11 UTC  (3+ messages)
` [PATCH v17 2/2] xen/tools: VM forking toolstack side

[Buildroot] [PATCH 1/3] package/mbedtls: add BR2_PACKAGE_MBEDTLS_X509_UNSUPPORTED_CRITICAL_EXTENSION
 2020-04-24 13:11 UTC  (8+ messages)

[PATCH v5 0/6] Loongson PCI Generic Driver
 2020-04-24 13:08 UTC  (7+ messages)
` [PATCH v5 1/6] PCI: OF: Don't remap iospace on unsupported platform
` [PATCH v5 2/6] PCI: Don't disable decoding when mmio_always_on is set
` [PATCH v5 3/6] PCI: Add Loongson PCI Controller support
` [PATCH v5 4/6] dt-bindings: Document Loongson PCI Host Controller
` [PATCH v5 5/6] MIPS: DTS: Loongson64: Add PCI Controller Node
` [PATCH v5 6/6] MIPS: Loongson64: Switch to generic PCI driver

[PATCH] ref-manual: correct "script" dirname to "scripts"
 2020-04-24 13:09 UTC 

[PATCH 0/2] Rename spl_boot_mode() and spl_boot_partition()
 2020-04-24 13:09 UTC  (3+ messages)
` [PATCH 2/2] spl: mmc: Rename spl_boot_partition() to spl_mmc_boot_partition()

[PATCH v2] staging: wfx: cleanup long lines in data_tx.c
 2020-04-24 13:09 UTC  (7+ messages)

[PATCH 1/5] drm: report dp downstream port type as a subconnector property
 2020-04-24 13:08 UTC  (15+ messages)
` [Intel-gfx] "
` [PATCH 2/5] drm/i915: utilize subconnector property for DP
  ` [Intel-gfx] "
` [PATCH 3/5] drm/nouveau: "
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 4/5] drm/amdgpu: utilize subconnector property for DP through atombios
  `  "
` [Intel-gfx] [PATCH 5/5] drm/amdgpu: utilize subconnector property for DP through DisplayManager
  `  "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/5] drm: report dp downstream port type as a subconnector property
` [Intel-gfx] ✗ Fi.CI.SPARSE: "

[GIT PULL 00/33] EFI updates for v5.8
 2020-04-24 13:05 UTC  (34+ messages)
` [PATCH 01/33] efi/libstub: Move arm-stub to a common file
` [PATCH 02/33] efi/libstub: Make initrd file loader configurable
` [PATCH 03/33] efi/libstub: Unify EFI call wrappers for non-x86
` [PATCH 04/33] efi/libstub/arm: Make install_memreserve_table static
` [PATCH 05/33] efi/gop: Remove redundant current_fb_base
` [PATCH 06/33] efi/gop: Move check for framebuffer before con_out
` [PATCH 07/33] efi/gop: Get mode information outside the loop
` [PATCH 08/33] efi/gop: Factor out locating the gop into a function
` [PATCH 09/33] efi/gop: Slightly re-arrange logic of find_gop
` [PATCH 10/33] efi/gop: Move variable declarations into loop block
` [PATCH 11/33] efi/gop: Use helper macros for populating lfb_base
` [PATCH 12/33] efi/gop: Use helper macros for find_bits
` [PATCH 13/33] efi/gop: Remove unreachable code from setup_pixel_info
` [PATCH 14/33] efi/gop: Add prototypes for query_mode and set_mode
` [PATCH 15/33] efi/gop: Allow specifying mode number on command line
` [PATCH 16/33] efi/gop: Allow specifying mode by <xres>x<yres>
` [PATCH 17/33] efi/gop: Allow specifying depth as well as resolution
` [PATCH 18/33] efi/gop: Allow automatically choosing the best mode
` [PATCH 19/33] efi/libstub/random: Align allocate size to EFI_ALLOC_ALIGN
` [PATCH 20/33] efi/libstub/random: Increase random alloc granularity
` [PATCH 21/33] efi/libstub/arm64: Replace 'preferred' offset with alignment check
` [PATCH 22/33] efi/libstub/arm64: Simplify randomized loading of kernel image
` [PATCH 23/33] efi/libstub: Add API function to allocate aligned memory
` [PATCH 24/33] efi/libstub/arm64: Switch to ordinary page allocator for kernel image
` [PATCH 25/33] efi/libstub: Move efi_relocate_kernel() into separate source file
` [PATCH 26/33] efi/arm: Remove __efistub_global annotation
` [PATCH 27/33] efi/x86: Remove __efistub_global and add relocation check
` [PATCH 28/33] efi: Kill __efistub_global
` [PATCH 29/33] efi/libstub: Drop __pure getter for efi_system_table
` [PATCH 30/33] efi/libstub: Drop __pure getters for EFI stub options
` [PATCH 31/33] efi/libstub/x86: Avoid getter function for efi_is64
` [PATCH 32/33] efi: Clean up config table description arrays
` [PATCH 33/33] efi: Move arch_tables check to caller

[PATCH 0/3] perf-probe: Fix __init function and blacklist checking
 2020-04-24 13:08 UTC  (5+ messages)
` [PATCH 3/3] perf-probe: Do not show the skipped events

[GIT PULL] perf/core improvements and fixes
 2020-04-24 13:07 UTC  (4+ messages)

[PATCH 1/2] drm/lima: Clean up IRQ warnings
 2020-04-24 13:06 UTC  (3+ messages)

[PATCH RESEND v6 00/36] Initial support for multi-process qemu
 2020-04-24 13:02 UTC  (8+ messages)
` [PATCH RESEND v6 03/36] command-line: refractor parser code
` [PATCH RESEND v6 05/36] multi-process: Refactor monitor functions out of vl.c

[PATCH v2 00/10] drm/lima: add suspend/resume support
 2020-04-24 13:06 UTC  (3+ messages)

[LTP] [PATCH 1/1] net/sendfile01.sh: Check with timeout
 2020-04-24 13:06 UTC  (4+ messages)

[dpdk-dev] [PATCH] devtools: fix tracepoint symbols check
 2020-04-24 13:06 UTC  (3+ messages)

[dpdk-dev] [PATCH v2] eal: use madvise to exclude unmapped memory from being dumped
 2020-04-24 13:02 UTC  (3+ messages)
` [dpdk-dev] [PATCH v5] "

[dpdk-dev] [PATCH 00/12] update and simplify telemetry library
 2020-04-24 12:41 UTC  (20+ messages)
` [dpdk-dev] [PATCH v4 00/18] "
  ` [dpdk-dev] [PATCH v4 01/18] build: add arch-specific header path to global includes
  ` [dpdk-dev] [PATCH v4 02/18] telemetry: move code to metrics for later reuse
  ` [dpdk-dev] [PATCH v4 03/18] metrics: reduce code taken from telemetry
  ` [dpdk-dev] [PATCH v4 04/18] telemetry: invert dependency on metrics
  ` [dpdk-dev] [PATCH v4 05/18] telemetry: add utility functions for creating json
  ` [dpdk-dev] [PATCH v4 06/18] telemetry: introduce new telemetry functionality
  ` [dpdk-dev] [PATCH v4 07/18] telemetry: add functions for returning callback data
  ` [dpdk-dev] [PATCH v4 08/18] telemetry: add default callback commands
  ` [dpdk-dev] [PATCH v4 09/18] usertools: add new telemetry python script
  ` [dpdk-dev] [PATCH v4 10/18] ethdev: add callback support for telemetry
  ` [dpdk-dev] [PATCH v4 11/18] rawdev: "
  ` [dpdk-dev] [PATCH v4 12/18] examples/l3fwd-power: enable use of new telemetry
  ` [dpdk-dev] [PATCH v4 13/18] telemetry: introduce telemetry backward compatibility
  ` [dpdk-dev] [PATCH v4 14/18] telemetry: remove existing telemetry files
  ` [dpdk-dev] [PATCH v4 15/18] lib: add telemetry as eal dependency
  ` [dpdk-dev] [PATCH v4 16/18] eal: remove rte-option infrastructure
  ` [dpdk-dev] [PATCH v4 17/18] eal: add eal telemetry callbacks
  ` [dpdk-dev] [PATCH v4 18/18] doc: update telemetry documentation

[PATCH][next] iio: adc: ad7476: remove redundant null check on an array
 2020-04-24 13:04 UTC  (2+ messages)

[PATCH v4 00/11] Rework READ_ONCE() to improve codegen
 2020-04-24 13:04 UTC  (8+ messages)
` [PATCH v4 05/11] arm64: csum: Disable KASAN for do_csum()

[PATCH -next] net/mlxfw: Remove unneeded semicolon
 2020-04-24 13:03 UTC  (2+ messages)

[PATCH 0/1] vfio-ccw: Enable transparent CCW IPL from DASD
 2020-04-24 13:02 UTC  (8+ messages)
` [PATCH 1/1] "

[PATCH V8 00/11] blk-mq: improvement CPU hotplug
 2020-04-24 13:02 UTC  (3+ messages)
` [PATCH V8 04/11] blk-mq: assign rq->tag in blk_mq_get_driver_tag

[nacked] mm-oom-avoid-printk-iteration-under-rcu.patch removed from -mm tree
 2020-04-24 13:02 UTC  (12+ messages)

[PATCH v7 00/10] block: Fix resize (extending) of short overlays
 2020-04-24 12:54 UTC  (10+ messages)
` [PATCH v7 01/10] block: Add flags to BlockDriver.bdrv_co_truncate()
` [PATCH v7 02/10] block: Add flags to bdrv(_co)_truncate()
` [PATCH v7 03/10] block-backend: Add flags to blk_truncate()
` [PATCH v7 04/10] qcow2: Support BDRV_REQ_ZERO_WRITE for truncate
` [PATCH v7 05/10] raw-format: "
` [PATCH v7 06/10] file-posix: "
` [PATCH v7 07/10] block: truncate: Don't make backing file data visible
` [PATCH v7 08/10] iotests: Filter testfiles out in filter_img_info()
` [PATCH v7 09/10] iotests: Test committing to short backing file

[XEN PATCH v5 00/16] xen: Build system improvements
 2020-04-24 13:01 UTC  (3+ messages)
` [XEN PATCH v5 04/16] xen/build: have the root Makefile generates the CFLAGS

[Linux-kernel-mentees] [PATCH v1 2/2] realtek/8139cp: Remove Legacy Power Management
 2020-04-24 13:00 UTC  (3+ messages)

[Buildroot] [PATCH 1/8] package/python-psutil: add host variant
 2020-04-24 13:00 UTC  (8+ messages)
` [Buildroot] [PATCH 2/8] package/python-regex: new package
` [Buildroot] [PATCH 3/8] package/python3-regex: add special package variant for the host build
` [Buildroot] [PATCH 4/8] package/python3-cheetah: add special host variant

[PATCH v6 00/17] RISC-V SiFive FU540 support SPL
 2020-04-24 13:00 UTC  (6+ messages)
` [PATCH v6 09/17] clk: sifive: fu540-prci: Add clock initialization for SPL

[Intel-gfx] [PATCH i-g-t] perf: Verify rc6 works first
 2020-04-24 13:00 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

[PATCH] mm/hugetlb: avoid unnecessary check on pud and pmd entry in huge_pte_offset
 2020-04-24 12:57 UTC  (5+ messages)

[Buildroot] [git commit] package/python3-cheetah: add special host variant
 2020-04-24 12:57 UTC 

[Buildroot] [git commit] package/python3-regex: add special package variant for the host build
 2020-04-24 12:57 UTC 

[PATCH] spi: spi-fsl-dspi: Adding shutdown hook
 2020-04-24 12:56 UTC  (2+ messages)

[PATCH][next] drm/amdgpu: fix unlocks on error return path
 2020-04-24 12:56 UTC  (3+ messages)

[PATCH v1 00/15] Add support for Nitro Enclaves
 2020-04-24 12:56 UTC  (9+ messages)

[SPDK] Re: SPDK v19.10/DPDK v19.05.0 eal_adjust_config issue, Illegal instruction causing application to abort
 2020-04-24 12:56 UTC 

next/pending-fixes boot: 151 boots: 8 failed, 136 passed with 4 offline, 3 untried/unknown (v5.7-rc2-530-g15caa57c062a)
 2020-04-24 12:55 UTC 

Add a second working PNP_ID for a T470s
 2020-04-24 12:54 UTC  (2+ messages)

[PATCH v2 0/4] media: rockchip: rga: PX30 support and YUV2YUV fix
 2020-04-24 12:54 UTC  (5+ messages)
` [PATCH v2 3/4] media: rockchip: rga: Add support for the PX30 compatible

[Crash-utility] new printk ringbuffer interface
 2020-04-24 12:53 UTC  (5+ messages)

[PATCH v4 0/2] target/arm: kvm: Support for KVM DABT with no valid ISS
 2020-04-24 12:51 UTC  (7+ messages)
` [PATCH v4 1/2] target/arm: kvm: Handle "

[Buildroot] [PATCH] support/testing: add a runtime test for the systemd unit tests
 2020-04-24 12:52 UTC  (3+ messages)

[PATCH] mt76: mt7615: fix event report in mt7615_mcu_bss_event
 2020-04-24 12:51 UTC  (2+ messages)

[PATCH] rpi_4_defconfig: add missing CONFIG_ARCH_FIXUP_FDT_MEMORY
 2020-04-24 12:51 UTC  (2+ messages)

[PATCH] staging: wfx: cleanup long lines in data_tx.c
 2020-04-24 12:49 UTC  (4+ messages)

[PATCH v2 3/9] PCI: aardvark: improve link training
 2020-04-24 12:49 UTC  (4+ messages)

[Buildroot] [git commit] package/python-regex: new package
 2020-04-24 12:48 UTC 

[PATCH net-next v2 0/9] net: ethernet backplane support
 2020-04-24 12:46 UTC  (10+ messages)
` [PATCH net-next v2 1/9] doc: net: add backplane documentation
` [PATCH net-next v2 2/9] dt-bindings: net: add backplane dt bindings
` [PATCH net-next v2 3/9] net: phy: add kr phy connection type
` [PATCH net-next v2 4/9] net: fman: add kr support for dpaa1 mac
` [PATCH net-next v2 5/9] net: dpaa2: add kr support for dpaa2 mac
` [PATCH net-next v2 6/9] net: phy: add backplane kr driver support
` [PATCH net-next v2 7/9] net: phy: enable qoriq backplane support
` [PATCH net-next v2 8/9] net: phy: add bee algorithm for kr training
` [PATCH net-next v2 9/9] arm64: dts: add serdes and mdio description

[PATCH] sched/pelt: sync util/runnable_sum with PELT window when propagating
 2020-04-24 12:47 UTC  (5+ messages)

[PATCH v7 0/2] Subject: [PATCH v7 0/2] leds: Add control of the voltage/current regulator to the LED core
 2020-04-24 12:47 UTC  (4+ messages)
` [PATCH v7 2/2] "

[PATCH 1/1] clk: ti: clkctrl: Fix Bad of_node_put within clkctrl_get_name
 2020-04-24 12:47 UTC 

[Buildroot] [PATCH v2] package/matio: new package
 2020-04-24 12:47 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/uclibc: Patch to fix check_as macro in Rules.mak
 2020-04-24 12:47 UTC 

[PATCH AUTOSEL 4.9 01/13] xfs: fix partially uninitialized structure in xfs_reflink_remap_extent
 2020-04-24 12:45 UTC  (4+ messages)
` [PATCH AUTOSEL 4.9 03/13] ALSA: hda: Keep the controller initialization even if no codecs found

[PATCH] leds-bcm6328: support second hw blinking interval
 2020-04-24 12:46 UTC 

[PATCH AUTOSEL 5.6 01/38] libbpf: Initialize *nl_pid so gcc 10 is happy
 2020-04-24 12:44 UTC  (4+ messages)
` [PATCH AUTOSEL 5.6 12/38] ALSA: hda: Skip controller resume if not needed

[PATCH 0/2] arm64: meson-sm1: add support for Hardkernel ODROID-C4
 2020-04-24 12:44 UTC  (8+ messages)
` [PATCH 1/2] dt-bindings: arm: amlogic: add odroid-c4 bindings
` [PATCH 2/2] arm64: dts: meson-sm1: add support for Hardkernel ODROID-C4

[PATCH RFC 00/15] Add VFIO mediated device support and IMS support for the idxd driver
 2020-04-24 12:44 UTC  (8+ messages)

[PATCH] ARM: dts: imx53: ppd: alarm LEDs use kernel LED interface
 2020-04-24 12:44 UTC  (3+ messages)

[PSIGN X/2] arm64: meson-sm1: add support for Hardkernel ODROID-C4
 2020-04-24 12:44 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.