All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-05-25 17:27:32 to 2020-05-25 18:27:21 UTC [more...]

[PATCH v7 00/32] Add subcluster allocation to qcow2
 2020-05-25 18:08 UTC  (28+ messages)
` [PATCH v7 01/32] qcow2: Make Qcow2AioTask store the full host offset
` [PATCH v7 03/32] qcow2: Add calculate_l2_meta()
` [PATCH v7 04/32] qcow2: Split cluster_needs_cow() out of count_cow_clusters()
` [PATCH v7 05/32] qcow2: Process QCOW2_CLUSTER_ZERO_ALLOC clusters in handle_copied()
` [PATCH v7 06/32] qcow2: Add get_l2_entry() and set_l2_entry()
` [PATCH v7 07/32] qcow2: Document the Extended L2 Entries feature
` [PATCH v7 08/32] qcow2: Add dummy has_subclusters() function
` [PATCH v7 09/32] qcow2: Add subcluster-related fields to BDRVQcow2State
` [PATCH v7 10/32] qcow2: Add offset_to_sc_index()
` [PATCH v7 11/32] qcow2: Add offset_into_subcluster() and size_to_subclusters()
` [PATCH v7 12/32] qcow2: Add l2_entry_size()
` [PATCH v7 13/32] qcow2: Update get/set_l2_entry() and add get/set_l2_bitmap()
` [PATCH v7 14/32] qcow2: Add QCow2SubclusterType and qcow2_get_subcluster_type()
` [PATCH v7 15/32] qcow2: Add qcow2_get_subcluster_range_type()
` [PATCH v7 16/32] qcow2: Add qcow2_cluster_is_allocated()
` [PATCH v7 18/32] qcow2: Replace QCOW2_CLUSTER_* with QCOW2_SUBCLUSTER_*
` [PATCH v7 19/32] qcow2: Handle QCOW2_SUBCLUSTER_UNALLOCATED_ALLOC
` [PATCH v7 21/32] qcow2: Add subcluster support to qcow2_get_host_offset()
` [PATCH v7 22/32] qcow2: Add subcluster support to zero_in_l2_slice()
` [PATCH v7 23/32] qcow2: Add subcluster support to discard_in_l2_slice()
` [PATCH v7 24/32] qcow2: Add subcluster support to check_refcounts_l2()
` [PATCH v7 25/32] qcow2: Update L2 bitmap in qcow2_alloc_cluster_link_l2()
` [PATCH v7 26/32] qcow2: Clear the L2 bitmap when allocating a compressed cluster
` [PATCH v7 27/32] qcow2: Add subcluster support to handle_alloc_space()
` [PATCH v7 28/32] qcow2: Add subcluster support to qcow2_co_pwrite_zeroes()
` [PATCH v7 29/32] qcow2: Add subcluster support to qcow2_measure()
` [PATCH v7 31/32] qcow2: Assert that expand_zero_clusters_in_l1() does not support subclusters

[PATCH rdma-next v1 0/9] Driver part of the ECE
 2020-05-25 18:27 UTC  (6+ messages)
` [PATCH rdma-next v1 2/9] RDMA/mlx5: Get ECE options from FW during create QP
` [PATCH rdma-next v1 7/9] RDMA/mlx5: Advertise ECE support

[PATCH 0/8] Add helper for accessing Power Management callbacs
 2020-05-25 18:26 UTC  (9+ messages)
` [PATCH 1/8] driver core: "
` [PATCH 2/8] ACPI: PM: Use the new device_to_pm() helper to access struct dev_pm_ops
` [PATCH 3/8] greybus: "
` [PATCH 4/8] scsi: pm: "
` [PATCH 5/8] usb: phy: fsl: "
` [PATCH 6/8] PCI/PM: "
` [PATCH 7/8] PM: "
` [PATCH 8/8] net/iucv: "

help requested for mdadm grow error
 2020-05-25 18:24 UTC  (4+ messages)

[PATCH] Replace HTTP links with HTTPS ones: documentation
 2020-05-25 18:24 UTC  (4+ messages)

[PATCH rdma-next v2 0/7] Add Enhanced Connection Established (ECE)
 2020-05-25 18:23 UTC  (16+ messages)
` [PATCH rdma-next v2 3/7] RDMA/ucma: Extend ucma_connect to receive ECE parameters
` [PATCH rdma-next v2 5/7] RDMA/cm: Send and receive ECE parameter over the wire
` [PATCH rdma-next v2 7/7] RDMA/cma: Provide ECE reject reason

Fetching 24 Linux commits = 1.2 GiB
 2020-05-25 18:22 UTC  (6+ messages)

linux-next: build failure after merge of the akpm tree
 2020-05-25 18:18 UTC  (2+ messages)

[Cocci] Converting variable initialisations to later assignments
 2020-05-25 18:17 UTC  (7+ messages)

[PATCH v2 net-next 0/2] mptcp: adjust tcp rcvspace on rx
 2020-05-25 18:15 UTC  (3+ messages)
` [PATCH v2 net-next 1/2] mptcp: adjust tcp rcvspace after moving skbs from ssk to sk queue
` [PATCH v2 net-next 2/2] mptcp: move recbuf adjustment to recvmsg path

[PATCH] drm/amd/powerplay: check whether SMU IP is enabled before access
 2020-05-25 18:14 UTC  (2+ messages)

What's cooking in git.git (May 2020, #08; Sun, 24)
 2020-05-25 18:13 UTC  (4+ messages)

[PATCH 00/16] DC Patches May 25th, 2020
 2020-05-25 18:13 UTC  (17+ messages)
` [PATCH 01/16] drm/amd/display: 3.2.86
` [PATCH 02/16] drm/amd/display: link_status not align when power off encoder
` [PATCH 03/16] drm/amd/display: Fix incorrect HDCP caps for dongle
` [PATCH 04/16] drm/amd/display: simplify dml log2 function
` [PATCH 05/16] drm/amd/display: Fix potential integer wraparound resulting in a hang
` [PATCH 06/16] drm/amd/display: Handle link loss interrupt better
` [PATCH 07/16] drm/amd/display: Increase Default Sizes of FW State and Trace Buffer
` [PATCH 08/16] drm/amd/display: Disable PG on NV12
` [PATCH 09/16] drm/amd/display: Guard against invalid array access
` [PATCH 10/16] drm/amd/display: unit show garbage when do OPTC blank
` [PATCH 11/16] drm/amd/display: Allow Diagnostics test with eDP not connected
` [PATCH 12/16] drm/amd/display: combine public interfaces into single header
` [PATCH 13/16] drm/amd/display: enable plane if container of plane_status changed
` [PATCH 14/16] drm/amd/display: [FW Promotion] Release 1.0.12
` [PATCH 15/16] drm/amd/display: Don't compare same stream for synchronized vblank
` [PATCH 16/16] drm/amd/display: 3.2.87

[MPTCP] Re: [PATCH] mptcp: attempt skb coalescing when moving skbs to mptcp rx queue
 2020-05-25 18:10 UTC 

[RFC][PATCH 0/4] x86/entry: disallow #DB more
 2020-05-25 18:08 UTC  (3+ messages)

[PATCH 0/2] qmp: Expose MachineClass::default_ram_id
 2020-05-25 18:06 UTC  (3+ messages)
` [PATCH 2/2] "

[PATCH] qla2xxx: Remove an unused function
 2020-05-25 18:04 UTC  (2+ messages)

[PATCH 1/3 RESEND] sched: Remove __rcu annotation from cred pointer
 2020-05-25 18:04 UTC  (5+ messages)
    ` [Linux-kernel-mentees] "

linux-next: Tree for May 21
 2020-05-25 18:04 UTC  (4+ messages)
` linux-next: Tree for May 21 (objtool warnings)

[PATCH v2 net-next 0/6] Raw PHY TDR data
 2020-05-25 18:03 UTC  (2+ messages)

[PATCH 1/2] rcuperf: Remove useless while loops around wait_event
 2020-05-25 18:04 UTC  (2+ messages)

+ linux-next-fix-syscall-numbers-fix.patch added to -mm tree
 2020-05-25 18:04 UTC 

[PATCH] nfsdclnts: Add --verbose and --file option
 2020-05-25 18:03 UTC 

+ linux-next-fix-syscall-numbers.patch added to -mm tree
 2020-05-25 18:01 UTC 

[Buildroot] [Bug 12946] New: Grub: Decompressor is too big
 2020-05-25 18:01 UTC  (2+ messages)
` [Buildroot] [Bug 12946] "

[PATCH 1/1] MAINTAINERS: add dfu.h and dfu.rst to DFU
 2020-05-25 18:00 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] boot/grub2: Fix GRUB i386-pc build with Ubuntu gcc
 2020-05-25 18:00 UTC 

[PATCH 1/1] doc: dfu: describe more DFU function
 2020-05-25 18:00 UTC  (2+ messages)

[PATCH 1/1] doc: dfu: fix typos in README.dfu
 2020-05-25 18:00 UTC  (2+ messages)

[PATCH 1/1] doc: dfu: add DFU to HTML documentation
 2020-05-25 18:00 UTC  (2+ messages)

[PATCH 1/1] doc: dfu: describe eMMC partition number parameter
 2020-05-25 18:00 UTC  (2+ messages)

[PATCH 0/4] cmd: {zip, unzip} fixes
 2020-05-25 18:00 UTC  (9+ messages)
` [PATCH 1/4] cmd: unzip: automatically select CONFIG_GZIP
` [PATCH 2/4] cmd: zip: automatically pull in gzip()
` [PATCH 3/4] cmd: zip: fix implicit declaration warning
` [PATCH 4/4] sandbox: move compression option to Kconfig

[PATCH] env: Convert ENV_ACCESS_IGNORE_FORCE to Kconfig
 2020-05-25 17:59 UTC  (2+ messages)

[PATCH] tools/env/fw_env.h: remove env.h
 2020-05-25 17:59 UTC  (2+ messages)

[PATCH] Convert CONFIG_CMD_MMC to Kconfig
 2020-05-25 17:59 UTC  (2+ messages)

[PATCH 1/1] MAINTAINERS: add doc/driver-model/ to DRIVER MODEL
 2020-05-25 17:59 UTC  (2+ messages)

[PATCH] phy: Fix possible NULL pointer deference
 2020-05-25 17:59 UTC  (2+ messages)

[PATCH] armv8: cache_v8: fix mmu_set_region_dcache_behaviour
 2020-05-25 17:59 UTC  (2+ messages)

[PATCH 0/1] Documentation fix related to hash algorithm
 2020-05-25 17:57 UTC  (4+ messages)
` [PATCH 1/1] Documentation: correct hash environment variable

[PATCH v1 1/5] gpiolib: acpi: Introduce opaque data field for quirks
 2020-05-25 17:58 UTC  (3+ messages)
` [PATCH v1 3/5] gpio: pca953x: Drop unneeded ACPI_PTR()

[obsolete] linux-next-git-rejects.patch removed from -mm tree
 2020-05-25 17:57 UTC 

[PATCH v2 1/2] rockchip: spl: do full dram_init instead of only probing
 2020-05-25 17:57 UTC  (2+ messages)
` [PATCH v2 2/2] spl: add fixed memory node in target fdt also when loading ATF

[PATCH net-next 0/4] r8169: sync hw config for few chip versions with r8168 vendor driver
 2020-05-25 17:52 UTC  (5+ messages)
` [PATCH net-next 1/4] r8169: sync RTL8168g hw config with "
` [PATCH net-next 2/4] r8169: sync RTL8168h "
` [PATCH net-next 3/4] r8169: sync RTL8168evl "
` [PATCH net-next 4/4] r8169: sync RTL8168f/RTL8411 "

[PATCH 00/25] IIO: 2nd set of timestamp alignment fixes
 2020-05-25 17:52 UTC  (3+ messages)
` [PATCH 19/25] iio:adc:ti-ads1015 Fix buffer element alignment

[PATCH v2 0/4] Four SRP initiator and target patches
 2020-05-25 17:51 UTC  (3+ messages)
` [PATCH v2 4/4] RDMA/srpt: Increase max_send_sge

[PATCH v3] spapr: Add a new level of NUMA for GPUs
 2020-05-25 17:49 UTC  (3+ messages)

[dpdk-dev] Consider improving the DPDK contribution processes
 2020-05-25 17:50 UTC  (5+ messages)
` [dpdk-dev] [dpdk-techboard] "

[PATCH] 16C950 UART enable Hardware Flow Control
 2020-05-25 17:49 UTC  (3+ messages)

[PATCH v4 00/19] Allow vendor drivers to propose their own timings
 2020-05-25 17:42 UTC  (20+ messages)
` [PATCH v4 01/19] mtd: rawnand: Use unsigned types for nand_chip unsigned values
` [PATCH v4 02/19] mtd: rawnand: Only use u8 instead of uint8_t in nand_chip structure
` [PATCH v4 03/19] mtd: rawnand: Create a nand_chip operations structure
` [PATCH v4 04/19] mtd: rawnand: Rename the manufacturer structure
` [PATCH v4 05/19] mtd: rawnand: Declare the nand_manufacturer structure out of nand_chip
` [PATCH v4 06/19] mtd: rawnand: Reorganize the nand_chip structure
` [PATCH v4 07/19] mtd: rawnand: Compare the actual timing values
` [PATCH v4 08/19] mtd: rawnand: Rename onfi_timing_mode_default
` [PATCH v4 09/19] mtd: rawnand: Use the data interface mode entry when relevant
` [PATCH v4 10/19] mtd: rawnand: Rename nand_has_setup_data_interface()
` [PATCH v4 11/19] mtd: rawnand: Fix nand_setup_data_interface() description
` [PATCH v4 12/19] mtd: rawnand: Rename nand_init_data_interface()
` [PATCH v4 13/19] mtd: rawnand: timings: Update onfi_fill_data_interface() kernel doc
` [PATCH v4 14/19] mtd: rawnand: timings: Provide onfi_fill_data_interface() with a data interface
` [PATCH v4 15/19] mtd: rawnand: timings: Add a helper to find the closest ONFI mode
` [PATCH v4 16/19] mtd: rawnand: Introduce nand_choose_best_sdr_iface()
` [PATCH v4 17/19] mtd: rawnand: Introduce nand_choose_best_vendor_sdr_iface()
` [PATCH v4 18/19] mtd: rawnand: Add the ->choose_data_interface() hook
` [PATCH v4 19/19] mtd: rawnand: Add timings for Kioxia TH58NVG2S3HBAI4

reference to Linux Foundation NDA program obsolete?
 2020-05-25 17:46 UTC  (3+ messages)

Some -serious- BPF-related litmus tests
 2020-05-25 17:45 UTC  (10+ messages)

[PATCH net-next] crypto/chtls: IPv6 support for inline TLS
 2020-05-25 17:44 UTC 

[io_uring] Problems using io_uring engine
 2020-05-25 17:45 UTC 

[PATCH rdma-next v2 0/9] Driver part of the ECE
 2020-05-25 17:44 UTC  (10+ messages)
` [PATCH mlx5-next v2 1/9] net/mlx5: Add ability to read and write ECE options
` [PATCH rdma-next v2 2/9] RDMA/mlx5: Get ECE options from FW during create QP
` [PATCH rdma-next v2 3/9] RDMA/mlx5: Set ECE options during QP create
` [PATCH rdma-next v2 4/9] RDMA/mlx5: Use direct modify QP implementation
` [PATCH rdma-next v2 5/9] RDMA/mlx5: Remove manually crafted QP context the query call
` [PATCH rdma-next v2 6/9] RDMA/mlx5: Convert modify QP to use MLX5_SET macros
` [PATCH rdma-next v2 7/9] RDMA/mlx5: Advertise ECE support
` [PATCH rdma-next v2 8/9] RDMA/mlx5: Set ECE options during modify QP
` [PATCH rdma-next v2 9/9] RDMA/mlx5: Return ECE data after "

[PATCH v4 0/9] USB host support for Raspberry Pi 4 board (64-bit)
 2020-05-25 17:42 UTC  (6+ messages)
  ` [PATCH v4 2/9] usb: xhci: Use only 32-bit accesses in xhci_writeq/xhci_readq

[PATCH 1/3] MIPS: ingenic: DTS: Add memory info of GCW Zero
 2020-05-25 17:41 UTC  (3+ messages)
` [PATCH 2/3] MIPS: ingenic: Add support for GCW Zero prototype
` [PATCH 3/3] MIPS: ingenic: Default to a generic board

[PATCH] x86/reboot/quirks: Add MacBook6,1 reboot quirk
 2020-05-25 17:41 UTC  (2+ messages)
` [tip: x86/misc] "

Xen PVH domU start-of-day VCPU state
 2020-05-25 17:41 UTC  (2+ messages)

[MPTCP] Re: [PATCH 2/4] mptcp: refactor token container
 2020-05-25 17:41 UTC 

[RFC v2 0/6] scsi: rework mid-layer with xarrays
 2020-05-25 17:40 UTC  (5+ messages)
` [RFC v2 1/6] scsi: xarray hctl

how to un-blacklist a blacklisted recipe?
 2020-05-25 17:40 UTC  (6+ messages)
` [yocto] "

[PATCH v6 0/4] kasan: memorize and print call_rcu stack
 2020-05-25 17:36 UTC  (4+ messages)

[PATCH v3 00/16] Add support for Kontron sl28cpld
 2020-05-25 17:36 UTC  (7+ messages)
` [PATCH v3 03/16] mfd: mfd-core: match device tree node against reg property

[PATCH glibc 1/3] glibc: Perform rseq registration at C startup and thread creation (v19)
 2020-05-25 17:36 UTC  (5+ messages)

[PATCH for-next 0/9] RDMA/hns: Cleanups for 5.8
 2020-05-25 17:36 UTC  (3+ messages)

[MPTCP] [PATCH v2 4/4] mptcp: introduce token KUNIT self-tests
 2020-05-25 17:35 UTC 

[MPTCP] [PATCH v2 3/4] mptcp: move crypto test to KUNIT
 2020-05-25 17:35 UTC 

[MPTCP] [PATCH v2 2/4] mptcp: refactor token container
 2020-05-25 17:35 UTC 

[MPTCP] [PATCH v2 1/4] mptcp: add __init annotation on setup functions
 2020-05-25 17:35 UTC 

[MPTCP] [PATCH v2 0/4] mptcp: token container refactor
 2020-05-25 17:35 UTC 

[dpdk-dev] [PATCH v4] net/axgbe: enabling VLAN support in axgbe
 2020-05-25 17:34 UTC 

[RFC v3 0/4] QEMU cpus.c refactoring
 2020-05-25 17:32 UTC  (5+ messages)
` [RFC v3 1/4] softmmu: move softmmu only files from root

Batman-adv packet retranslation
 2020-05-25 17:33 UTC  (5+ messages)

[PATCH 0/1] iio: accel: bma400: add support for bma400 spi
 2020-05-22  1:46 UTC 

[U-Boot] is it mandatory for SPL to support DM
 2020-05-25 17:32 UTC  (5+ messages)

[RFC PATCH] mtd: spi: Drop redundent SPI flash driver
 2020-05-25 17:31 UTC  (3+ messages)

[PATCH] x86: avoid HPET use also on certain Coffee Lake H
 2020-05-25 17:30 UTC  (3+ messages)

[PATCH] rebase --autosquash: fix a potential segfault
 2020-05-25 17:29 UTC  (8+ messages)

recurse-submodules can remove local changes when switching branches?
 2020-05-25 17:28 UTC  (2+ messages)

[PATCH] serial: 8250: probe all 16550A variants by default
 2020-05-25 17:28 UTC  (2+ messages)

[RFC PATCH] tests/qtest/fuzz: Add direct MemoryRegion fuzzer
 2020-05-25 17:27 UTC 

[PATCH v2 00/20] Slices and fastboot over UDP
 2020-05-25 17:27 UTC  (3+ messages)
` [PATCH 17/20] globalvar: Add helper for deprecated variable names


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.