All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-10-16 18:29:56 to 2020-10-16 19:11:11 UTC [more...]

stable-2.02 - cleanup: comment typo
 2020-10-16 19:11 UTC 

stable-2.02 - lvextend: improve percentage estimation
 2020-10-16 19:11 UTC 

stable-2.02 - man: correctly use configured directories
 2020-10-16 19:11 UTC 

stable-2.02 - lv_manip: add synchronization points
 2020-10-16 19:11 UTC 

stable-2.02 - lvconvert: flip return value of _raid_split_image_conversion
 2020-10-16 19:11 UTC 

stable-2.02 - cleanup: better expressing passing key arg to _hash
 2020-10-16 19:11 UTC 

stable-2.02 - cleanup: add spaces between literals
 2020-10-16 19:11 UTC 

stable-2.02 - cleanup: user force_t enums instead of ints
 2020-10-16 19:11 UTC 

stable-2.02 - cleanup: matching declaration order
 2020-10-16 19:11 UTC 

stable-2.02 - cov: explicitely ignore function result
 2020-10-16 19:11 UTC 

stable-2.02 - gcc: keep using unsigned type
 2020-10-16 19:10 UTC 

stable-2.02 - gcc: zero-sized array to fexlible array C99
 2020-10-16 19:10 UTC 

stable-2.02 - gcc: change zero-sized array to fexlible array
 2020-10-16 19:10 UTC 

stable-2.02 - dmsetup: initilize winsize struct
 2020-10-16 19:10 UTC 

stable-2.02 - WHATS_NEW: update
 2020-10-16 19:10 UTC 

stable-2.02 - tests: check we detect lvm.conf read failure
 2020-10-16 19:10 UTC 

stable-2.02 - config: drop reading file with mmap
 2020-10-16 19:10 UTC 

stable-2.02 - tools: move struct element before variable lenght list
 2020-10-16 19:10 UTC 

stable-2.02 - gcc: drop bogus
 2020-10-16 19:10 UTC 

stable-2.02 - gcc: do not use return with void function
 2020-10-16 19:10 UTC 

stable-2.02 - gcc: use apropriate type for reading and printing values
 2020-10-16 19:10 UTC 

stable-2.02 - gcc: avoid stack alloc arithmetic
 2020-10-16 19:10 UTC 

stable-2.02 - gcc: keep unsigned arithmetic
 2020-10-16 19:10 UTC 

stable-2.02 - lv_manip: get_default_region_size return uint32_t
 2020-10-16 19:10 UTC 

stable-2.02 - lvmcache: use uint32_t for seqno caching
 2020-10-16 19:10 UTC 

stable-2.02 - container_of: drop needless const converion
 2020-10-16 19:10 UTC 

stable-2.02 - raid: no wiping when zeroing raid metadata device
 2020-10-16 19:10 UTC 

stable-2.02 - bcache: support longer writes
 2020-10-16 19:10 UTC 

stable-2.02 - tests: add wait on udev processing
 2020-10-16 19:10 UTC 

stable-2.02 - cov: check strdup for NULL
 2020-10-16 19:10 UTC 

[PATCH 00/20] dt-bindings: usb: Add generic USB HCD, xHCI, DWC USB3 DT schema
 2020-10-16 18:55 UTC  (80+ messages)
` [PATCH 01/20] dt-bindings: usb: usb-hcd: Convert generic USB properties to "
` [PATCH 02/20] dt-bindings: usb: usb-hcd: Add "otg-rev" property restriction
` [PATCH 03/20] dt-bindings: usb: usb-hcd: Add "ulpi/serial/hsic" PHY types
` [PATCH 04/20] dt-bindings: usb: usb-hcd: Add "tpl-support" property
` [PATCH 05/20] dt-bindings: usb: usb-hcd: Add generic "usb-phy" property
` [PATCH 06/20] dt-bindings: usb: Convert xHCI bindings to DT schema
` [PATCH 07/20] dt-bindings: usb: xhci: Add Broadcom STB v2 compatible device
` [PATCH 08/20] dt-bindings: usb: renesas-xhci: Refer to the usb-xhci.yaml file
` [PATCH 10/20] dt-bindings: usb: dwc3: Add interrupt-names property support
` [PATCH 11/20] dt-bindings: usb: dwc3: Add synopsys,dwc3 compatible string
` [PATCH 12/20] dt-bindings: usb: dwc3: Add Tx De-emphasis restrictions
` [PATCH 13/20] dt-bindings: usb: dwc3: Add Frame Length Adj restrictions
` [PATCH 14/20] dt-bindings: usb: meson-g12a-usb: Fix FL-adj property value
` [PATCH 15/20] dt-bindings: usb: meson-g12a-usb: Validate DWC2/DWC3 sub-nodes
` [PATCH 16/20] dt-bindings: usb: keystone-dwc3: Validate DWC3 sub-node
` [PATCH 17/20] dt-bindings: usb: qcom,dwc3: "
  ` [PATCH 17/20] dt-bindings: usb: qcom, dwc3: "

[PATCH v11 00/12] linux-user: User support for AArch64 BTI
 2020-10-16 19:06 UTC  (28+ messages)
` [PATCH v11 01/12] linux-user/aarch64: Reset btype for signals
` [PATCH v11 02/12] linux-user: Set PAGE_TARGET_1 for TARGET_PROT_BTI
` [PATCH v11 03/12] include/elf: Add defines related to GNU property notes for AArch64
` [PATCH v11 04/12] linux-user/elfload: Avoid leaking interp_name using GLib memory API
` [PATCH v11 05/12] linux-user/elfload: Fix coding style in load_elf_image
` [PATCH v11 06/12] linux-user/elfload: Adjust iteration over phdr
` [PATCH v11 07/12] linux-user/elfload: Move PT_INTERP detection to first loop
` [PATCH v11 08/12] linux-user/elfload: Use Error for load_elf_image
` [PATCH v11 09/12] linux-user/elfload: Use Error for load_elf_interp
` [PATCH v11 10/12] linux-user/elfload: Parse NT_GNU_PROPERTY_TYPE_0 notes
` [PATCH v11 11/12] linux-user/elfload: Parse GNU_PROPERTY_AARCH64_FEATURE_1_AND
` [PATCH v11 12/12] tests/tcg/aarch64: Add bti smoke tests

[PATCH v3 net-next] net: stmmac: Enable EEE HW LPI timer with auto SW/HW switching
 2020-10-16 19:09 UTC  (2+ messages)

[PATCH 5.8 00/14] 5.8.16-rc1 review
 2020-10-16 19:08 UTC  (3+ messages)

[PATCH RFC v7 0/6] Add Unisoc's drm kms module
 2020-10-16 19:08 UTC  (3+ messages)

[PATCH v2 00/11] Rewrite the remaining merge strategies from shell to C
 2020-10-16 19:07 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 04/11] merge-index: don't fork if the requested program is `git-merge-one-file'

[PATCH] drm/bridge: ti-sn65dsi86: remove redundant null check
 2020-10-16 19:04 UTC  (3+ messages)

[PATCH RFC] mhi: Enable unique QRTR node ID support
 2020-10-16 19:04 UTC  (2+ messages)
` [PATCH RFC] bus: mhi: core: "

[PATCH v3 0/7] dma-buf: Performance improvements for system heap & a system-uncached implementation
 2020-10-16 19:03 UTC  (8+ messages)
` [PATCH v3 7/7] dma-buf: system_heap: Add a system-uncached heap re-using the system heap

[PATCH 1/1] kernel_lockdown.7: describe LSM activation
 2020-10-16 19:03 UTC 

[PATCH 5.9 00/15] 5.9.1-rc1 review
 2020-10-16 19:03 UTC  (2+ messages)

[PATCH 5.4 00/22] 5.4.72-rc1 review
 2020-10-16 19:02 UTC  (2+ messages)

[PATCH 4.19 00/21] 4.19.152-rc1 review
 2020-10-16 19:01 UTC  (2+ messages)

[PATCH 4.14 00/18] 4.14.202-rc1 review
 2020-10-16 19:01 UTC  (2+ messages)

[PATCH 4.9 00/16] 4.9.240-rc1 review
 2020-10-16 19:00 UTC  (2+ messages)

[PATCH 4.4 00/16] 4.4.240-rc1 review
 2020-10-16 19:00 UTC  (2+ messages)

[PATCH v2] dt-bindings: fxas21002c: convert bindings to yaml
 2020-10-16 18:57 UTC  (2+ messages)

[PATCH v5 1/5] RDMA/umem: Support importing dma-buf as user memory region
 2020-10-16 18:59 UTC  (2+ messages)

[PATCH v3 01/14] dhcp-transport: rework 'broadcast' op to allow unicast
 2020-10-16 18:58 UTC  (2+ messages)

[PATCH v4] arm64/mm: add fallback option to allocate virtually contiguous memory
 2020-10-16 18:56 UTC  (9+ messages)
      ` [PATCH v3] "

[PATCH v5 4/5] RDMA/mlx5: Support dma-buf based userspace memory region
 2020-10-16 18:58 UTC  (4+ messages)

Samba with multichannel and io_uring
 2020-10-16 18:56 UTC  (6+ messages)

[PATCH] mailbox: cancel timer before starting it
 2020-10-16 18:54 UTC  (9+ messages)

[PATCH 1/2] drm/amd/display: Revert "drm/amd/display: Fix a list corruption"
 2020-10-16 18:54 UTC  (4+ messages)
` [PATCH 2/2] drm/amd/display: Avoid MST manager resource leak

RDMA subsystem namespace related questions (was Re: Finding the namespace of a struct ib_device)
 2020-10-16 18:54 UTC  (11+ messages)

[dpdk-dev] [PATCH 00/11] ethdev: change device stop to return status
 2020-10-16 18:54 UTC  (5+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 11/11] ethdev: change stop device callback to return int

[PATCH net] net: dsa: ksz: fix padding size of skb
 2020-10-16 18:52 UTC  (8+ messages)

[PATCH] iio: proximity: vl53l0x-i2c add i2c_device_id
 2020-10-16 18:51 UTC 

[GIT PULL] Please pull RDMA subsystem changes
 2020-10-16 18:51 UTC 

[PATCH] dt-bindings: pwm: mtk-disp: add MT8167 SoC binding
 2020-10-16 18:50 UTC  (3+ messages)

[Intel-gfx] [PATCH v10 01/11] HAX to make DSC work on the icelake test system
 2020-10-16 18:50 UTC  (7+ messages)
` [Intel-gfx] [PATCH v10 06/11] drm/i915: Enable big joiner support in enable and disable sequences

[PATCH v2] recipes: Use GPL-2.0-only instead of GPL-2.0 for LIC_FILES_CHKSUM
 2020-10-16 18:47 UTC  (3+ messages)
` [OE-core] "

[PATCH] mailbox: avoid timer start from callback
 2020-10-16 18:45 UTC  (5+ messages)

[PATCH] iio: light: vcnl4035 add i2c_device_id
 2020-10-16 18:44 UTC 

[PATCH v3 0/4] Add Camera clock controller driver for SC7180
 2020-10-16 18:43 UTC  (5+ messages)
` [PATCH v3 1/4] clk: qcom: clk-alpha-pll: Add support for helper functions
` [PATCH v3 2/4] clk: qcom: clk-alpha-pll: Add support for controlling Agera PLLs
` [PATCH v3 3/4] dt-bindings: clock: Add YAML schemas for the QCOM Camera clock bindings
` [PATCH v3 4/4] clk: qcom: camcc: Add camera clock controller driver for SC7180

[PATCH] lib: kunit: Fix compilation test when using TEST_BIT_FIELD_COMPILE
 2020-10-16 18:42 UTC  (2+ messages)

rtw88 / rtl_8821ce: rfe 2 is not supported
 2020-10-16 18:42 UTC  (5+ messages)

[PATCH] iio: proximity: as3935 change of_property_read to device_property_read
 2020-10-16 18:40 UTC 

[PATCH v2 0/3] Add Camera clock controller driver for SC7180
 2020-10-16 18:40 UTC  (10+ messages)
` [PATCH v2 1/3] clk: qcom: clk-alpha-pll: Add support for controlling Agera PLLs
` [PATCH v2 2/3] dt-bindings: clock: Add YAML schemas for the QCOM Camera clock bindings
` [PATCH v2 3/3] clk: qcom: camcc: Add camera clock controller driver for SC7180

[PATCH v3 00/17] scsi: Support to handle Intermittent errors
 2020-10-16 18:37 UTC  (5+ messages)
` [PATCH v3 03/17] scsi: No retries on abort success
` [PATCH v3 06/17] scsi_transport_fc: Added store fucntionality to set the rport port_state using sysfs

[PATCH] test_cmp: diagnose incorrect arguments
 2020-10-16 18:36 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] drm/bridge: ti-sn65dsi86: Add retries for link training
 2020-10-16 18:36 UTC  (3+ messages)

[PATCH 1/2] Bluetooth: Fix not checking advertisement bondaries
 2020-10-16 18:35 UTC  (2+ messages)

[PATCH] iio: light: tsl2563 change of_property_read to device_property_read
 2020-10-16 18:34 UTC 

[PATCH] commit: use config-based hooks (config-based hooks part II)
 2020-10-16 18:34 UTC  (2+ messages)

[PATCH] staging: ion: remove from the tree
 2020-10-16 18:34 UTC  (5+ messages)

smartpqi: Adaptec 1100-8e failure with Linux 5.9
 2020-10-16 18:33 UTC  (2+ messages)

[New, Outreachy] Introduction
 2020-10-16 18:31 UTC  (2+ messages)

[Intel-gfx] [PATCH v4 00/61] drm/i915: Remove obj->mm.lock!
 2020-10-16 18:31 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915: Remove obj->mm.lock! (rev8)

fallocate on ext4 creating holes
 2020-10-16 18:30 UTC 

[PATCH 1/2] mfd: ahc1ec0: Add Advantech EC include file used by dt-bindings
 2020-10-16 18:31 UTC  (3+ messages)
` [PATCH 2/2] dt-bindings: mfd: ahc1ec0.yaml: Add Advantech Embedded Controll - AHC1EC0

For review: seccomp_user_notif(2) manual page
 2020-10-16 18:29 UTC  (6+ messages)

[PATCH 1/2] boost: Fix build on 32-bit arches with 64bit time_t only
 2020-10-16 18:30 UTC  (2+ messages)
` [PATCH 2/2] mesa: Fix build on 32bit arches supporting "


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.