All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-06-17 12:44:03 to 2021-06-17 13:30:36 UTC [more...]

[PATCH -next] usb: gadget: hid: fix error return code
 2021-06-17 13:30 UTC  (2+ messages)

[PATCH v3 00/44] target/arm: First slice of MVE implementation
 2021-06-17 13:30 UTC  (16+ messages)
` [PATCH v3 01/44] target/arm: Implement MVE VLDR/VSTR (non-widening forms)
` [PATCH v3 29/44] target/arm: Implement MVE VQDMULL scalar
` [PATCH v3 34/44] target/arm: Implement MVE VSHL insn
` [PATCH v3 35/44] target/arm: Implmement MVE VRSHL
` [PATCH v3 37/44] target/arm: Implement MVE VQDMLSDH and VQRDMLSDH
` [PATCH v3 38/44] target/arm: Implement MVE VQDMULL (vector)
` [PATCH v3 39/44] target/arm: Implement MVE VRHADD
` [PATCH v3 40/44] target/arm: Implement MVE VADC, VSBC
` [PATCH v3 42/44] target/arm: Implement MVE VHCADD
` [PATCH v3 43/44] target/arm: Implement MVE VADDV
` [PATCH v3 44/44] target/arm: Make VMOV scalar <-> gpreg beatwise for MVE

[PATCH v6 0/7] support dirtyrate at the granualrity of vcpu
 2021-06-17 13:15 UTC  (7+ messages)
` [PATCH v6 1/7] KVM: introduce dirty_pages and kvm_dirty_ring_enabled
` [PATCH v6 2/7] memory: rename global_dirty_log to global_dirty_tracking
` [PATCH v6 3/7] memory: make global_dirty_tracking a bitmask
` [PATCH v6 4/7] migration/dirtyrate: introduce struct and adjust DirtyRateStat
` [PATCH v6 6/7] migration/dirtyrate: move init step of calculation to main thread
` [PATCH v6 7/7] migration/dirtyrate: implement dirty-ring dirtyrate calculation

[PATCH v3 0/4] Add perf interface to expose nvdimm
 2021-06-17 13:26 UTC  (10+ messages)
` [PATCH v3 1/4] drivers/nvdimm: Add nvdimm pmu structure
` [PATCH v3 2/4] drivers/nvdimm: Add perf interface to expose nvdimm performance stats
` [PATCH v3 3/4] powerpc/papr_scm: Add perf interface support
` [PATCH v3 4/4] powerpc/papr_scm: Document papr_scm sysfs event format entries

[PATCH 1/2] ASoC: rt711: remap buttons
 2021-06-17 13:27 UTC  (3+ messages)

[PATCH v3 mptcp-next] mptcp: refine mptcp_cleanup_rbuf
 2021-06-17 13:28 UTC  (2+ messages)

[PATCH v2 1/2] ASoC: sunxi: Add Allwinner H6 Digital MIC driver
 2021-06-17 13:26 UTC  (2+ messages)

[PATCH v15 0/7] MTE support for KVM guest
 2021-06-17 13:24 UTC  (10+ messages)

[PATCH V2 0/3] cpufreq: Migrate away from ->stop_cpu() callback
 2021-06-17 13:27 UTC  (3+ messages)
` [PATCH V2 2/3] cpufreq: intel_pstate: Migrate to ->exit() callback instead of ->stop_cpu()

[PATCH v5 00/15] hw/i2c: Remove confusing i2c_send_recv() API
 2021-06-17 13:16 UTC  (2+ messages)

[PATCH v1] drm/amdgpu: fix framebuffer memory use after free
 2021-06-17  8:18 UTC 

[PATCH -next v5] media: staging: atomisp: use list_splice_init in atomisp_compat_css20.c
 2021-06-17 13:26 UTC  (2+ messages)

[RFC PATCH v2] Add a post for the new TCG cache modelling plugin
 2021-06-17 13:10 UTC  (2+ messages)

[PATCH v2 mptcp-net] mptcp: fix 32 bit DSN expansion
 2021-06-17 13:25 UTC  (2+ messages)

[PATCH net] xdp, net: fix for construct skb by xdp inside xsk zc rx
 2021-06-17 13:09 UTC  (4+ messages)
  ` [Intel-wired-lan] "

[PATCH] manuals: fix issues related to trailing dots
 2021-06-17 13:24 UTC 

[GIT PULL] irqchip fixes for 5.13, take #2
 2021-06-17 13:24 UTC  (2+ messages)
` [tip: irq/urgent] Merge tag 'irqchip-fixes-5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent

[docs] [PATCH] manuals: fix issues related to trailing docs
 2021-06-17 13:24 UTC 

[PATCH RFC] fuse: add generic file store
 2021-06-17 13:23 UTC  (12+ messages)

[PATCH v2] net: cdc_eem: fix tx fixup skb leak
 2021-06-17 13:23 UTC  (2+ messages)

[net-next: PATCH v2 0/7] ACPI MDIO support for Marvell controllers
 2021-06-17 13:22 UTC  (10+ messages)
` [net-next: PATCH v2 2/7] net: mdiobus: Introduce fwnode_mdbiobus_register()
` [net-next: PATCH v2 3/7] net/fsl: switch to fwnode_mdiobus_register

[PATCH v4 0/4] fpga: reorganize to subdirs
 2021-06-17 13:21 UTC  (9+ messages)
` [PATCH v4 1/4] fpga: dfl: reorganize to subdir layout

[PATCH v7 0/4] KVM: arm64: Improve efficiency of stage2 page table
 2021-06-17 13:21 UTC  (11+ messages)
` [PATCH v7 4/4] KVM: arm64: Move guest CMOs to the fault handlers

[PATCH] arm64: dts: ensure backward compatibility of the AP807 Xenon
 2021-06-17 13:14 UTC  (3+ messages)

[PATCH v3] usb: gadget: eem: fix echo command packet response issue
 2021-06-17 13:22 UTC  (2+ messages)

[PATCH v5 0/6] support dirtyrate at the granualrity of vcpu
 2021-06-17 13:01 UTC  (7+ messages)
` [PATCH v5 1/6] memory: rename global_dirty_log to global_dirty_tracking
` [PATCH v5 2/6] memory: make global_dirty_tracking a bitmask
` [PATCH v5 3/6] migration/dirtyrate: introduce struct and adjust DirtyRateStat
` [PATCH v5 4/6] migration/dirtyrate: adjust order of registering thread
` [PATCH v5 5/6] migration/dirtyrate: move init step of calculation to main thread
` [PATCH v5 6/6] migration/dirtyrate: implement dirty-ring dirtyrate calculation

[PATCH v2 0/4] Use singular "they" when appropriate
 2021-06-17 13:22 UTC  (9+ messages)
` [PATCH v3 0/4] Avoid gendered pronouns
  ` [PATCH v3 4/4] CodingGuidelines: recommend singular they

[PATCH yocto-autobuilder-helper] summarize_top_output.py: add script, use it and publish summary
 2021-06-17 13:22 UTC  (3+ messages)
` [yocto] "

[PATCH v2 mptcp-net] mptcp: fix bad handling of 32 bit ack wrap-around
 2021-06-17 13:22 UTC  (2+ messages)

[PATCH] cec: expand One Touch Record TV Screen test
 2021-06-17 13:21 UTC 

[PATCH v6 0/2] Map the kernel with correct permissions the first time
 2021-06-17 13:17 UTC  (6+ messages)
` [PATCH v6 1/2] riscv: Introduce set_kernel_memory helper
` [PATCH v6 2/2] riscv: Map the kernel with correct permissions the first time

[GIT PULL FOR v5.14] ti-vpe: cal: improvements towards multistream
 2021-06-17 13:26 UTC  (2+ messages)
` [GIT PULL FOR v5.14] ti-vpe: cal: improvements towards multistream (#75189)

[meta-oe][PATCH] spidev-test: Update common-licenses reference
 2021-06-17 13:20 UTC 

[PATCH v3] Documentation: gpu: Mention the requirements for new properties
 2021-06-17 11:33 UTC  (12+ messages)

[PULL 0/7] Audio 20210617 patches
 2021-06-17 12:41 UTC  (8+ messages)
` [PULL 1/7] alsaaudio: remove #ifdef DEBUG to avoid bit rot
` [PULL 2/7] paaudio: remove unused stream flags
` [PULL 3/7] audio: move code to audio/audio.c
` [PULL 4/7] jackaudio: avoid that the client name contains the word (NULL)
` [PULL 5/7] hw/audio/sb16: Avoid assertion by restricting I/O sampling rate range
` [PULL 6/7] audio: Fix format specifications of debug logs
` [PULL 7/7] coreaudio: Fix output stream format settings

[PATCH v7 1/4] PCI: Introduce pcim_alloc_irq_vectors()
 2021-06-17 13:20 UTC  (3+ messages)

[PATCH] manuals: fix issues related to trailing docs
 2021-06-17 13:20 UTC 

[PATCH v2 1/2] ASoC: sunxi: Add Allwinner H6 Digital MIC driver
 2021-06-17 13:18 UTC  (2+ messages)

[bug report] ALSA: seq: Fix assignment in if condition
 2021-06-17 13:18 UTC 

[Buildroot] [PATCH 1/1] package/mpd: bump to version 0.22.8
 2021-06-17 13:18 UTC 

[RFC][PATCH] bootconfig/tracing/ktest: Add ktest examples of testing bootconfig
 2021-06-17 13:18 UTC  (4+ messages)

a52 plugin crashing pulseaudio
 2021-06-17 13:17 UTC 

[PATCH] ci: add yocto-check-layers step
 2021-06-17 13:17 UTC 

a52 plugin crashing pulseaudio
 2021-06-17 13:16 UTC 

[PATCH net-next 0/2] Support ethtool ntuple rule count change
 2021-06-17 13:16 UTC  (4+ messages)
` [PATCH net-next 1/2] net: ethtool: Support setting ntuple rule count
    ` [EXT] "

[PATCH] block/nvme: Fix VFIO_MAP_DMA failed: No space left on device
 2021-06-17 12:40 UTC  (3+ messages)

[PATCH 2/2] xfs: don't wait on future iclogs when pushing the CIL
 2021-06-17 13:15 UTC  (6+ messages)

corsair-cpro and hidraw
 2021-06-17 13:14 UTC  (4+ messages)

[PATCH -next] cifs: convert list_for_each to entry variant in smb2misc.c
 2021-06-17 13:22 UTC 

[PATCH -next] cifsd: convert list_for_each to entry variant in smb_common.c
 2021-06-17 13:22 UTC 

[PATCH v2 1/2] ASoC: sunxi: Add Allwinner H6 Digital MIC driver
 2021-06-17 13:11 UTC  (2+ messages)

[PATCH v1] hwmon: (lm90) Use edge-triggered interrupt
 2021-06-17 13:12 UTC  (4+ messages)

[PATCH v2 2/2] ASoC: sun50i-dmic: dt-bindings: add DT bindings for DMIC controller
 2021-06-17 13:10 UTC  (2+ messages)

Re:Re: [PATCH 5.4 39/78] Bluetooth: use correct lock to prevent UAF of hdev object
 2021-06-17 13:11 UTC  (2+ messages)
` Re ...: "

[PULL 00/33] Misc patches for 2021-06-15
 2021-06-17 12:55 UTC  (5+ messages)

[PATCH mvebu + mvebu/dt64 1/4] firmware: turris-mox-rwtm: fix reply status decoding function
 2021-06-17 13:08 UTC  (11+ messages)
` [PATCH v4 mvebu 0/4] firmware: turris-mox-rwtm: fixups
` [PATCH v4 mvebu + mvebu/dt64 0/2] firmware: turris-mox-rwtm: new compatible string
  ` [PATCH v4 mvebu + mvebu/dt64 1/2] firmware: turris-mox-rwtm: add marvell, armada-3700-rwtm-firmware "
    ` [PATCH v4 mvebu + mvebu/dt64 1/2] firmware: turris-mox-rwtm: add marvell,armada-3700-rwtm-firmware "
  ` [PATCH v4 mvebu + mvebu/dt64 2/2] arm64: dts: marvell: armada-37xx: move firmware node to generic dtsi file

[PATCH v2 0/3] clk: cs2000-cp: make aux output pin configurable
 2021-06-17 13:10 UTC  (4+ messages)
` [PATCH v2 2/3] dt-bindings: clock: cs2000-cp: Document aux-output-source

[PATCH -next v4] media: staging: atomisp: use list_splice_init in atomisp_compat_css20.c
 2021-06-17 13:09 UTC  (4+ messages)

[PATCH v5 0/6] crypto: Make QCryptoTLSCreds* structures private
 2021-06-17 12:18 UTC  (7+ messages)
` [PATCH v5 1/6] crypto/tlscreds: Introduce qcrypto_tls_creds_check_endpoint() helper
` [PATCH v5 2/6] block/nbd: Use qcrypto_tls_creds_check_endpoint()
` [PATCH v5 3/6] chardev/socket: "
` [PATCH v5 4/6] migration/tls: "
` [PATCH v5 5/6] ui/vnc: "
` [PATCH v5 6/6] crypto: Make QCryptoTLSCreds* structures private

[PATCH] nfs: set block size according to pnfs_blksize first
 2021-06-17 13:08 UTC  (10+ messages)

[dpdk-dev] [PATCH] parray: introduce internal API for dynamic arrays
 2021-06-17 13:08 UTC  (7+ messages)

[PATCH] x86: add SEV hashing to fw_cfg for kernel/initrd/cmdline
 2021-06-17 12:48 UTC  (4+ messages)

[PATCH v1] can: j1939: j1939_sk_init(): set SOCK_RCU_FREE to call sk_destruct() after RCU is done
 2021-06-17 13:06 UTC 

[DRBD-announce] linstor-proxmox v5.1.6
 2021-06-17 13:06 UTC 

[linux-next:master 8335/10875] ice_main.c:(.text.ice_rebuild+0x424): undefined reference to `ice_ptp_init'
 2021-06-17 13:05 UTC  (2+ messages)

[xen-unstable test] 161917: regressions - FAIL
 2021-06-17 13:05 UTC  (6+ messages)
` Regressed XSA-286, was "

[PATCH v2 1/2] ASoC: sunxi: Add Allwinner H6 Digital MIC driver
 2021-06-17 13:03 UTC  (2+ messages)

pm/testing build: 7 builds: 0 failed, 7 passed (v5.13-rc6-122-g0b73405aa81a)
 2021-06-17 13:05 UTC 

[Buildroot] [PATCH] package/lvm2: default standard install to y
 2021-06-17 13:04 UTC  (3+ messages)

[PATCH V2 net-next 0/2] net: fec: fix TX bandwidth fluctuations
 2021-06-17 13:04 UTC  (8+ messages)

[PATCH 1/1] drm/amdgpu: add helper function for vm pasid
 2021-06-17 13:03 UTC 

[PATCH -next] crypto: sl3516 - Fix build warning without CONFIG_PM
 2021-06-17 13:00 UTC  (3+ messages)

[ovmf test] 162875: regressions - FAIL
 2021-06-17 13:01 UTC 

[PATCH v2 1/5] can: flexcan: add platform data for ColdFire
 2021-06-17 13:00 UTC  (3+ messages)
` [PATCH v2 5/5] can: flexcan: add mcf5441x support

[dpdk-dev] [PATCH 0/3] net/virtio: add vdpa device config support
 2021-06-17 12:59 UTC  (4+ messages)
` [dpdk-dev] [PATCH 2/3] net/virtio: add device config support to vDPA

[PATCH for-next v2] RDMA/cma: Replace RMW with atomic bit-ops
 2021-06-17 12:59 UTC 

[PATCH v2] linux-user/trace-events: fix minor typo in format string
 2021-06-17 12:59 UTC  (5+ messages)

[GIT PULL] Reset controller updates for v5.14, part 2
 2021-06-17 12:56 UTC  (3+ messages)

[PATCH -next v2] ACPI: sysfs: fix doc warnings in device_sysfs.c
 2021-06-17 12:58 UTC  (3+ messages)

[PATCH 3/8] xfs: move xlog_commit_record to xfs_log_cil.c
 2021-06-17 12:57 UTC  (3+ messages)

[PATCH v1] tools: ipxe: update for fixing build with GCC11
 2021-06-17 12:55 UTC  (5+ messages)

[PATCH -next v3] media: staging: atomisp: use list_splice_init in atomisp_compat_css20.c
 2021-06-17 12:53 UTC  (6+ messages)

[BUG] generic/475 recovery failure(s)
 2021-06-17 12:52 UTC  (7+ messages)

[PATCH 0/3] hw/acpi, arm: Provide and use acpi_ghes_present()
 2021-06-17 12:25 UTC  (5+ messages)
` [PATCH 1/3] hw/acpi: Provide stub version of acpi_ghes_record_errors()

[PATCH][hardknott 1/9] arm/fvp: add recipes for Ecosystem FVPs
 2021-06-17 12:51 UTC  (9+ messages)
` [PATCH][hardknott 2/9] arm/fvp-base-a-aem: add Architecture Envelope Model FVP for Arm v8-A
` [PATCH][hardknott 3/9] arm/fvp-library: add recipe for the FVP Library
` [PATCH][hardknott 4/9] arm/fvpboot: add class to write FVP boot configuration
` [PATCH][hardknott 5/9] scripts: add runfvp
` [PATCH][hardknott 6/9] runfvp: exit with the return code of the FVP binary
` [PATCH][hardknott 7/9] runfvp: pass arbitrary options after -- to "
` [PATCH][hardknott 8/9] runfvp: drop --parameter, users can use -- --parameter
` [PATCH][hardknott 9/9] arm-bsp/fvp-base: set FVP_ variables

[PATCHv4 0/6] GE Healthcare PPD firmware upgrade driver for ACHC
 2021-06-17 12:51 UTC  (3+ messages)
` [PATCHv4 1/6] spi: add ancillary device support

[PATCH net-next v2 0/3] net: mdio: setup both fwnode and of_node
 2021-06-17 12:50 UTC  (3+ messages)
` [PATCH net-next v2 2/3] driver core: add a helper to setup both the of_node and fwnode of a device

[PATCH for-next] RDMA/cma: Replace RMW with atomic bit-ops
 2021-06-17 12:49 UTC  (6+ messages)

[patch V2 00/52] x86/fpu: Spring cleaning and PKRU sanitizing
 2021-06-17 12:49 UTC  (6+ messages)
` [patch V2 20/52] x86/fpu: Cleanup arch_set_user_pkey_access()
` [patch V2 22/52] x86/fpu: Rename copy_xregs_to_kernel() and copy_kernel_to_xregs()

[PATCH] drm/bridge: ti-sn65dsi83: Fix null pointer dereference in remove callback
 2021-06-17 12:49 UTC  (3+ messages)

[next] [clang] s390: clang: error: unable to execute command: Segmentation fault (core dumped)
 2021-06-17 12:49 UTC  (2+ messages)

[PATCH] arm: iproc: Add higher speed configurations
 2021-06-17 12:48 UTC  (3+ messages)

[PATCH -next] regulator: sy7636a: Add terminate entry for platform_device_id tables
 2021-06-17 12:47 UTC  (2+ messages)

[PATCH -next] ASoC: tegra: Fix missing clk_disable_unprepare() on error path
 2021-06-17 12:46 UTC  (2+ messages)

[next] [clang] x86_64-linux-gnu-ld: mm/mremap.o: in function `move_pgt_entry': mremap.c:(.text+0x763): undefined reference to `__compiletime_assert_342'
 2021-06-17 12:45 UTC  (2+ messages)

[PATCH] btrfs: quota: Introduce new flag to cancel quota rescan
 2021-06-17 12:44 UTC  (2+ messages)

[PATCH v3 0/2] media: i2c: isl7998x: Add driver for Intersil ISL7998x
 2021-06-17 12:44 UTC  (4+ messages)
` [PATCH v3 2/2] "

[PATCH 1/3] cyclictest: Move main pid setaffinity handling into a function
 2021-06-17 12:43 UTC  (4+ messages)
` [PATCH 3/3] rt-tests: cyclictest: Add entry for mainaffinity in the manpage


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.