All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-07-29 11:19:04 to 2021-07-29 12:14:51 UTC [more...]

U-Boot boards needing CONFIG_DM migration
 2021-07-29 12:14 UTC  (7+ messages)

Write canfd_frame to can interface
 2021-07-29 12:14 UTC  (4+ messages)

[PATCH] refpage_create.2: Document refpage_create(2)
 2021-07-29 12:09 UTC  (3+ messages)

[PATCH net-next 0/2] Clean devlink net namespace operations
 2021-07-29 12:11 UTC  (9+ messages)
` [PATCH net-next 1/2] devlink: Break parameter notification sequence to be before/after unload/load driver
` [PATCH net-next 2/2] devlink: Allocate devlink directly in requested net namespace

[PATCH 00/64] Introduce strict memcpy() bounds checking
 2021-07-29 12:11 UTC  (4+ messages)
` [PATCH 25/64] drm/mga/mga_ioc32: Use struct_group() for memcpy() region

[PATCH v3 02/14] vfio/mbochs: Fix missing error unwind of mbochs_used_mbytes
 2021-07-29 12:09 UTC  (4+ messages)

[PATCH 1/2] mtd: spi-nor: Respect flash's hwcaps in spi_nor_adjust_hwcaps()
 2021-07-29 12:08 UTC  (3+ messages)
` [PATCH 2/2] mtd: spi-nor: Mask out fast read if not requested in DT

[PATCH v2 0/1] Improve module accelerator error message
 2021-07-29 11:39 UTC  (13+ messages)
` [PATCH v2 1/1] modules: Improve error message when module is not found
            ` modular tcg (was: Re: [PATCH v2 1/1] modules: Improve error message when module is not) found
              ` modular tcg

memory leak in h4_recv_buf
 2021-07-29 12:07 UTC  (5+ messages)

[Intel-gfx] [PATCH 1/2] drm/i915/selftests: fixup igt_shrink_thp
 2021-07-29 12:07 UTC  (6+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915: Use Transparent Hugepages when IOMMU is enabled
  `  "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915/selftests: fixup igt_shrink_thp

[PATCH 00/54] ARM: dts: Last round of DT schema fixes
 2021-07-29 12:03 UTC  (4+ messages)

[PATCH 1/2] spi: ich: Limit slave->max_read_size
 2021-07-29 12:04 UTC  (6+ messages)
` [PATCH 2/2] x86: crownbay: Disable CONFIG_SPI_FLASH_SMART_HWCAPS

[PATCH] powerpc/perf/24x7: use 'unsigned int' instead of 'unsigned'
 2021-07-29 11:52 UTC  (2+ messages)

[PATCH] hw/net/can: sja1000 fix buff2frame_bas for dlc out of std CAN 8 bytes
 2021-07-29 11:52 UTC  (4+ messages)
  ` [PATCH-for-6.1] "

MTD: How to get actual image size from MTD partition
 2021-07-29 12:03 UTC  (17+ messages)

[PATCH] dmaengine: idxd: Fix a possible NULL pointer dereference
 2021-07-29 12:04 UTC 

[PATCH for-6.2 00/53] target/arm: MVE slices 3 and 4
 2021-07-29 11:15 UTC  (52+ messages)
` [PATCH for-6.2 01/53] target/arm: Note that we handle VMOVL as a special case of VSHLL
` [PATCH for-6.2 02/53] target/arm: Print MVE VPR in CPU dumps
` [PATCH for-6.2 04/53] target/arm: Fix signed VADDV
` [PATCH for-6.2 05/53] target/arm: Fix mask handling for MVE narrowing operations
` [PATCH for-6.2 06/53] target/arm: Fix 48-bit saturating shifts
` [PATCH for-6.2 07/53] target/arm: Fix MVE 48-bit SQRSHRL for small right shifts
` [PATCH for-6.2 08/53] target/arm: Fix calculation of LTP mask when LR is 0
` [PATCH for-6.2 09/53] target/arm: Factor out mve_eci_mask()
` [PATCH for-6.2 10/53] target/arm: Fix VPT advance when ECI is non-zero
` [PATCH for-6.2 12/53] target/arm: Implement MVE VMULL (polynomial)
` [PATCH for-6.2 13/53] target/arm: Implement MVE incrementing/decrementing dup insns
` [PATCH for-6.2 14/53] target/arm: Factor out gen_vpst()
` [PATCH for-6.2 15/53] target/arm: Implement MVE integer vector comparisons
` [PATCH for-6.2 16/53] target/arm: Implement MVE integer vector-vs-scalar comparisons
` [PATCH for-6.2 17/53] target/arm: Implement MVE VPSEL
` [PATCH for-6.2 18/53] target/arm: Implement MVE VMLAS
` [PATCH for-6.2 19/53] target/arm: Implement MVE shift-by-scalar
` [PATCH for-6.2 20/53] target/arm: Move 'x' and 'a' bit definitions into vmlaldav formats
` [PATCH for-6.2 21/53] target/arm: Implement MVE integer min/max across vector
` [PATCH for-6.2 22/53] target/arm: Implement MVE VABAV
` [PATCH for-6.2 23/53] target/arm: Implement MVE narrowing moves
` [PATCH for-6.2 24/53] target/arm: Rename MVEGenDualAccOpFn to MVEGenLongDualAccOpFn
` [PATCH for-6.2 25/53] target/arm: Implement MVE VMLADAV and VMLSLDAV
` [PATCH for-6.2 26/53] target/arm: Implement MVE VMLA
` [PATCH for-6.2 27/53] target/arm: Implement MVE saturating doubling multiply accumulates
` [PATCH for-6.2 28/53] target/arm: Implement MVE VQABS, VQNEG
` [PATCH for-6.2 29/53] target/arm: Implement MVE VMAXA, VMINA
` [PATCH for-6.2 30/53] target/arm: Implement MVE VMOV to/from 2 general-purpose registers
` [PATCH for-6.2 31/53] target/arm: Implement MVE VPNOT
` [PATCH for-6.2 32/53] target/arm: Implement MVE VCTP
` [PATCH for-6.2 33/53] target/arm: Implement MVE scatter-gather insns
` [PATCH for-6.2 34/53] target/arm: Implement MVE scatter-gather immediate forms
` [PATCH for-6.2 35/53] target/arm: Implement MVE interleaving loads/stores
` [PATCH for-6.2 36/53] target/arm: Implement MVE VADD (floating-point)
` [PATCH for-6.2 37/53] target/arm: Implement MVE VSUB, VMUL, VABD, VMAXNM, VMINNM
` [PATCH for-6.2 38/53] target/arm: Implement MVE VCADD
` [PATCH for-6.2 39/53] target/arm: Implement MVE VFMA and VFMS
` [PATCH for-6.2 40/53] target/arm: Implement MVE VCMUL and VCMLA
` [PATCH for-6.2 41/53] target/arm: Implement MVE VMAXNMA and VMINNMA
` [PATCH for-6.2 42/53] target/arm: Implement MVE scalar fp insns
` [PATCH for-6.2 43/53] target/arm: Implement MVE fp-with-scalar VFMA, VFMAS
` [PATCH for-6.2 44/53] softfloat: Remove assertion preventing silencing of NaN in default-NaN mode
` [PATCH for-6.2 45/53] target/arm: Implement MVE FP max/min across vector
` [PATCH for-6.2 46/53] target/arm: Implement MVE fp vector comparisons
` [PATCH for-6.2 47/53] target/arm: Implement MVE fp scalar comparisons
` [PATCH for-6.2 48/53] target/arm: Implement MVE VCVT between floating and fixed point
` [PATCH for-6.2 49/53] target/arm: Implement MVE VCVT between fp and integer
` [PATCH for-6.2 50/53] target/arm: Implement MVE VCVT with specified rounding mode
` [PATCH for-6.2 51/53] target/arm: Implement MVE VCVT between single and half precision
` [PATCH for-6.2 52/53] target/arm: Implement MVE VRINT insns
` [PATCH for-6.2 53/53] target/arm: Enable MVE in Cortex-M55

[PATCH v2 0/3] nvmem: qfprom: Add binding updates and power-domain handling
 2021-07-29 12:00 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: nvmem: qfprom: Add optional power-domains property
` [PATCH v2 2/3] nvmem: qfprom: sc7280: Handle the additional power-domains vote
` [PATCH v2 3/3] arm64: dts: qcom: sc7280: Add qfprom node

[PATCH 0/6] VIM3: misc cleanups to prepare android support
 2021-07-29  7:21 UTC  (7+ messages)
` [PATCH 1/6] configs: sei610: fix typo in header comment
` [PATCH 2/6] configs: meson64_android: fix bad indent in EXTRA_ENV_SETTINGS
` [PATCH 3/6] configs: meson64_android: use CONFIG_FASTBOOT_USB_DEV
` [PATCH 4/6] configs: meson64_android: use boot part label instead of index
` [PATCH 5/6] configs: meson64_android: use logo "
` [PATCH 6/6] configs: meson64_android: don't set console bootargs

Recent changes (master)
 2021-07-29 12:00 UTC 

[RFC PATCH 0/8] Add configurable block device LED triggers
 2021-07-29 11:59 UTC  (3+ messages)
` [RFC PATCH 1/8] docs: Add block device LED trigger documentation

[PATCH RFC 0/3] mirror: rework soft-cancelling READY mirror
 2021-07-29 11:35 UTC  (5+ messages)

[PATCH 1/3] dma-buf: nuke seqno-fence
 2021-07-29 11:59 UTC  (8+ messages)
` [PATCH 3/3] dma-buf: nuke SW_SYNC debugfs files

[PATCH 0/5] DT schema changes for HiKey970 PCIe hardware to work
 2021-07-29 11:56 UTC  (10+ messages)
` [PATCH 1/5] dt-bindings: PCI: kirin: Fix compatible string
` [PATCH 2/5] dt-bindings: PCI: kirin: convert kirin-pcie.txt to yaml
` [PATCH 3/5] dt-bindings: PCI: kirin: Add support for Kirin970
` [PATCH 4/5] dt-bindings: phy: Add bindings for HiKey 970 PCIe PHY
` [PATCH 5/5] arm64: dts: HiSilicon: Add support for HiKey 970 PCIe controller hardware

[PATCH 00/12] nfc: constify, continued (part 2)
 2021-07-29 11:58 UTC  (8+ messages)
  ` [linux-nfc] "

[PATCH] can: flexcan: Fix an uninitialized variable issue
 2021-07-29 11:57 UTC  (4+ messages)

[PATCH] ntfs: Fix validity check for file name attribute
 2021-07-29 11:56 UTC  (3+ messages)

[PATCH 0/8] docs/zh_CN: add infiniband translation
 2021-07-29 11:55 UTC  (4+ messages)
` [PATCH 1/8] docs/zh_CN: add infiniband index translation

[patch] nscd.conf.5: describe reloading, clarifications
 2021-07-29 11:55 UTC  (3+ messages)
  ` nonbreaking spaces (was: [patch] nscd.conf.5: describe reloading, clarifications)

[PATCH v2 1/3] Bluetooth: hci_h5: add WAKEUP_DISABLE flag
 2021-07-29 11:54 UTC  (6+ messages)

[PATCH] USB: serial: ch341: fix character loss at high transfer rates
 2021-07-29 11:51 UTC  (2+ messages)

[PATCH] Bluetooth: btusb: Load Broadcom firmware for Dell device 413c:8197
 2021-07-29 11:50 UTC  (2+ messages)

Revised mptcp_info sockopt and selftests
 2021-07-29 11:50 UTC 

[PATCH] Bluetooth: btusb: Add support for Foxconn Mediatek Chip
 2021-07-29 11:48 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/6] drm/panel: atna33xc20: Fix the Samsung ATNA33XC20 panel
 2021-07-29 11:48 UTC  (7+ messages)
` [PATCH 2/6] drm/bridge: ti-sn65dsi86: Fix power off sequence
` [PATCH 3/6] drm/bridge: ti-sn65dsi86: Add some 100 us delays

[PATCH v2] xen/arm64: Remove vreg_emulate_sysreg32
 2021-07-29 11:47 UTC  (3+ messages)

[PATCH v2] drivers/bluetooth: Remove all strcpy() uses
 2021-07-29 11:47 UTC  (2+ messages)

[PATCH V7 0/2] virtio: Add specification for virtio-gpio
 2021-07-29 11:47 UTC  (10+ messages)
` [virtio-dev] [PATCH V7 1/2] virtio-gpio: Add the device specification
  `  "
` [PATCH V7 2/2] virtio-gpio: Add support for interrupts

[MPTCP][PATCH v4 mptcp-next] Squash to "mptcp: drop flags and ifindex arguments"
 2021-07-29 11:45 UTC 

linux-next: manual merge of the drm-msm tree with the drm-next tree
 2021-07-29 11:44 UTC  (2+ messages)

[RFC PATCH v3] locking/atomic: Implement atomic{,64,_long}_{fetch_,}{andnot_or}{,_relaxed,_acquire,_release}()
 2021-07-29 11:43 UTC  (3+ messages)

[PATCH v2 00/13] KVM: s390: pv: implement lazy destroy
 2021-07-29 11:43 UTC  (3+ messages)
` [PATCH v2 03/13] KVM: s390: pv: properly handle page flags for protected guests

[RFC 0/4] dma-fence: Deadline awareness
 2021-07-29 11:43 UTC  (19+ messages)

[PATCH] qede: fix crash in rmmod qede while automatic debug collection
 2021-07-29 11:43 UTC 

[PATCH] Bluetooth: btusb: Enable MSFT extension for TyphoonPeak, GarfieldPeak, and WCN6855 controllers
 2021-07-29 11:41 UTC  (2+ messages)

[RFC PATCH v4 00/11] Bluetooth: btintel: Refactoring setup routines
 2021-07-29 11:39 UTC  (4+ messages)
` [RFC PATCH v4 01/11] Bluetooth: Add support hdev to allocate private data

[PATCH] can: j1939: j1939_session_tx_dat(): fix typo
 2021-07-29 11:39 UTC 

[PATCH v2] Bluetooth: skip invalid hci_sync_conn_complete_evt
 2021-07-29 11:38 UTC  (3+ messages)

[MPTCP][PATCH v7 mptcp-next 0/6] fullmesh path manager support
 2021-07-29 11:37 UTC  (4+ messages)
` [MPTCP][PATCH v7 mptcp-next 1/6] mptcp: drop flags and ifindex arguments

[PATCH 0/4] xilinx: Add RTC support for Xilinx ZynqMP
 2021-07-29 11:36 UTC  (5+ messages)
` [PATCH 1/4] dm: rtc: uclass: Add flag to control sequence numbering
` [PATCH 2/4] cmd: date: rtc: Update command to read the first RTC with seq 0
` [PATCH 3/4] rtc: zynqmp: Add support for ZynqMP RTC
` [PATCH 4/4] xilinx: zynqmp: Enable CMD_RTC command with Zynqmp RTC driver

[PATCH] mm/mempolicy: Use readable NUMA_NO_NODE macro instead of magic numer
 2021-07-29 11:35 UTC 

[PATCH] ceph: cancel delayed work instead of flushing on mdsc teardown
 2021-07-29 11:34 UTC  (3+ messages)

[PATCH v5 3/3] drivers: dma: sh: Add DMAC driver for RZ/G2L SoC
 2021-07-29 11:33 UTC  (3+ messages)

[PATCH] RFC: ARM: dts: Proposed Goramo MultiLink device tree
 2021-07-29 11:31 UTC  (3+ messages)

[PATCH v1 0/6] clk: switch dividers to .determine_rate
 2021-07-29 11:30 UTC  (4+ messages)
` [PATCH v1 2/6] clk: imx: clk-divider-gate: Switch to clk_divider.determine_rate

[PATCH] media: vivid: drop CONFIG_FB dependency
 2021-07-29 11:32 UTC  (2+ messages)

[V3] venus: venc: add support for V4L2_CID_MPEG_VIDEO_H264_8X8_TRANSFORM control
 2021-07-29 11:30 UTC 

media/master bisection: v4l2-compliance-vivid.device-presence on qemu_x86_64
 2021-07-29 11:30 UTC  (4+ messages)

[PATCH v4] Bluetooth: schedule SCO timeouts with delayed_work
 2021-07-29 11:30 UTC  (3+ messages)

[PATCH] ioctl_tty.2: Document ioctls: TCGETS2, TCSETS2, TCSETSW2, TCSETSF2
 2021-07-29 11:30 UTC  (2+ messages)

linux-next: build failure after merge of the drm-msm tree
 2021-07-29 11:28 UTC 

[PATCH] smokey: posix_mutex: Fix mutex/smokey_barrier leak
 2021-07-29 11:29 UTC 

[meta-python][PATCH 1/3] python3-networkx: Upgrade 2.6.1 -> 2.6.2
 2021-07-29 11:25 UTC  (3+ messages)
` [meta-python][PATCH 2/3] python3-pysonos: Upgrade 0.0.53 -> 0.0.54
` [meta-python][PATCH 3/3] python3-zeroconf: Upgrade 0.33.1 -> 0.33.2

[PATCH v2 0/4] kselftest/arm64: Vector length configuration tests
 2021-07-29 11:22 UTC  (5+ messages)
` [PATCH v2 1/4] kselftest/arm64: Provide a helper binary and "library" for SVE RDVL

[PATCH] quota: allow users to truncate group and project quota files
 2021-07-29 11:23 UTC  (4+ messages)

[igt-dev] [i-g-t] tests/kms_plane_alpha_blend: Align width to 256B
 2021-07-29 11:23 UTC  (2+ messages)
` [igt-dev] ✗ GitLab.Pipeline: warning for tests/kms_plane_alpha_blend: Align width to 256B (rev2)

[PATCH 1/2] regulator: sy7636a: Remove the poll_enable_time
 2021-07-29 11:22 UTC  (3+ messages)

[PATCH v2 0/3] staging: mt7621-pci: define ralink PCI_IOBASE to avoid manually ranges parsing
 2021-07-29 11:21 UTC  (5+ messages)
` [PATCH v2 1/3] MIPS: ralink: Define PCI_IOBASE

Mining Maintainers Mentorship Program
 2021-07-29 11:21 UTC 

[PATCH] termios.3: Use bold style for Bnn and EXTn macro constants
 2021-07-29 11:21 UTC  (2+ messages)

[PATCH net-next 0/6] sk_buff: optimize GRO for the common case
 2021-07-29 11:20 UTC  (2+ messages)

[PATCH] termios.3: Document missing baudrate constants
 2021-07-29 11:19 UTC  (2+ 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.