All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-10-05 13:50:09 to 2021-10-05 14:02:50 UTC [more...]

[PATCH v7 00/24] wfx: get out from the staging area
 2021-10-05 14:02 UTC  (7+ messages)
` [PATCH v7 13/24] wfx: add hif_tx*.c/hif_tx*.h

[for-linus][PATCH 00/27] tracing: Updates for 5.16
 2021-10-05 13:58 UTC  (23+ messages)
` [for-linus][PATCH 01/27] kprobes: Do not use local variable when creating debugfs file
` [for-linus][PATCH 02/27] kprobes: Use helper to parse boolean input from userspace
` [for-linus][PATCH 03/27] kprobe: Simplify prepare_kprobe() by dropping redundant version
` [for-linus][PATCH 04/27] csky: ftrace: Drop duplicate implementation of arch_check_ftrace_location()
` [for-linus][PATCH 05/27] kprobes: Make arch_check_ftrace_location static
` [for-linus][PATCH 06/27] kprobes: treewide: Cleanup the error messages for kprobes
` [for-linus][PATCH 07/27] kprobes: Fix coding style issues
` [for-linus][PATCH 08/27] kprobes: Use IS_ENABLED() instead of kprobes_built_in()
` [for-linus][PATCH 09/27] kprobes: Add assertions for required lock
` [for-linus][PATCH 10/27] kprobes: treewide: Use kprobe_opcode_t * for the code address in get_optimized_kprobe()
` [for-linus][PATCH 11/27] kprobes: Use bool type for functions which returns boolean value
` [for-linus][PATCH 12/27] ia64: kprobes: Fix to pass correct trampoline address to the handler
` [for-linus][PATCH 15/27] kprobes: treewide: Make it harder to refer kretprobe_trampoline directly
` [for-linus][PATCH 18/27] objtool: Ignore unwind hints for ignored functions
` [for-linus][PATCH 19/27] x86/kprobes: Add UNWIND_HINT_FUNC on kretprobe_trampoline()
` [for-linus][PATCH 21/27] ia64: Add instruction_pointer_set() API
` [for-linus][PATCH 22/27] arm: kprobes: Make space for instruction pointer on stack
` [for-linus][PATCH 23/27] kprobes: Enable stacktrace from pt_regs in kretprobe handler
` [for-linus][PATCH 24/27] x86/kprobes: Push a fake return address at kretprobe_trampoline
` [for-linus][PATCH 25/27] x86/unwind: Recover kretprobe trampoline entry
` [for-linus][PATCH 26/27] tracing: Show kretprobe unknown indicator only for kretprobe_trampoline
` [for-linus][PATCH 27/27] x86/kprobes: Fixup return address in generic trampoline handler

[Intel-gfx] [PATCH v2 0/5] drm/i915: Improve DP link training further
 2021-10-05 14:02 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Improve DP link training further (rev5)

[meta-python][hardknott][PATCH] python3-sqlparse: Fix CVE-2021-32839
 2021-10-05 14:02 UTC 

[PATCH iproute2 v2 0/3] configure: add support for libdir and
 2021-10-05 13:54 UTC  (3+ messages)
` [PATCH iproute2 v2 1/3] configure: support --param=value style

Build failures, possibly 32 bit only, with OCaml 4.13.1
 2021-10-05 14:01 UTC  (3+ messages)

[Buildroot] [git commit branch/2021.02.x] package/uboot-tools: fix static build with musl
 2021-10-05 13:29 UTC 

[Buildroot] [git commit branch/2021.02.x] fs/ext2: fix namespace for variables
 2021-10-05 13:42 UTC 

[dpdk-dev] [PATCH 1/3] devargs: support path value for global device arguments
 2021-10-05 14:01 UTC  (3+ messages)
` [dpdk-dev] [PATCH 3/3] test/devargs: add devargs test cases

Deploying new iterator interface for dma-buf
 2021-10-05 14:01 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [01/28] dma-buf: add dma_resv_for_each_fence_unlocked v8

[PATCH mm] vmalloc: back off when the current task is OOM-killed
 2021-10-05 14:00 UTC  (5+ messages)
  ` [PATCH mm v2] "

[Buildroot] [git commit branch/2021.05.x] package/uboot-tools: fix static build with musl
 2021-10-05 13:22 UTC 

[Buildroot] [git commit branch/2021.05.x] fs/ext2: fix namespace for variables
 2021-10-05 13:42 UTC 

[PATCH V0 0/7] Add Embedded USB Debugger (EUD) driver
 2021-10-05 13:58 UTC  (7+ messages)
` [PATCH V0 4/7] usb: common: eud: Added the driver support for Embedded USB Debugger(EUD)

[Buildroot] [git commit branch/2021.08.x] package/uboot-tools: fix static build with musl
 2021-10-05 13:22 UTC 

[Buildroot] [git commit branch/2021.08.x] fs/ext2: fix namespace for variables
 2021-10-05 13:42 UTC 

[PATCH] PNP: system.c: unmark a comment as being kernel-doc
 2021-10-05 13:57 UTC  (2+ messages)

[PATCH v8 00/24] wfx: get out from the staging area
 2021-10-05 13:54 UTC  (25+ messages)
` [PATCH v8 01/24] mmc: sdio: add SDIO IDs for Silabs WF200 chip
` [PATCH v8 02/24] dt-bindings: introduce silabs,wfx.yaml
` [PATCH v8 03/24] wfx: add Makefile/Kconfig
` [PATCH v8 04/24] wfx: add wfx.h
` [PATCH v8 05/24] wfx: add main.c/main.h
` [PATCH v8 06/24] wfx: add bus.h
` [PATCH v8 07/24] wfx: add bus_spi.c
` [PATCH v8 08/24] wfx: add bus_sdio.c
` [PATCH v8 09/24] wfx: add hwio.c/hwio.h
` [PATCH v8 10/24] wfx: add fwio.c/fwio.h
` [PATCH v8 11/24] wfx: add bh.c/bh.h
` [PATCH v8 12/24] wfx: add hif_api_*.h
` [PATCH v8 13/24] wfx: add hif_tx*.c/hif_tx*.h
` [PATCH v8 14/24] wfx: add key.c/key.h
` [PATCH v8 15/24] wfx: add hif_rx.c/hif_rx.h
` [PATCH v8 16/24] wfx: add data_rx.c/data_rx.h
` [PATCH v8 17/24] wfx: add queue.c/queue.h
` [PATCH v8 18/24] wfx: add data_tx.c/data_tx.h
` [PATCH v8 19/24] wfx: add sta.c/sta.h
` [PATCH v8 20/24] wfx: add scan.c/scan.h
` [PATCH v8 21/24] wfx: add debug.c/debug.h
` [PATCH v8 22/24] wfx: add traces.h
` [PATCH v8 23/24] wfx: remove from the staging area
` [PATCH v8 24/24] wfx: get out "

[PATCH u-boot-spi v3 00/10] Fix `mtd erase` when used with mtdpart
 2021-10-05 13:56 UTC  (11+ messages)
` [PATCH u-boot-spi v3 01/10] mtd: spi-nor-core: Try cleaning up in case writing BAR failed
` [PATCH u-boot-spi v3 02/10] mtd: spi-nor-core: Check return value of write_enable() in spi_nor_erase()
` [PATCH u-boot-spi v3 03/10] mtd: spi-nor-core: Don't overwrite return value if it is non-zero
` [PATCH u-boot-spi v3 04/10] mtd: spi-nor-core: Check return value of write_disable() in spi_nor_erase()
` [PATCH u-boot-spi v3 05/10] mtd: spi-flash: Check for zero length in legacy spi_flash_*()
` [PATCH u-boot-spi v3 06/10] mtd: spi-nor-core: Don't check for zero length in spi_nor_write() / spi_nor_erase()
` [PATCH u-boot-spi v3 07/10] mtd: spi-nor-core: Call mtd_erase_callback() from spi_nor_erase()
` [PATCH u-boot-spi v3 08/10] mtd: spi-nor-core: Check for ctrlc() in spi_nor_erase()
` [PATCH u-boot-spi v3 09/10] mtd: mtdpart: Make mtdpart's _erase method sane
` [PATCH u-boot-spi v3 10/10] mtd: Remove mtd_erase_callback() entirely

[kvm-unit-tests PATCH v2 1/2] s390x: Remove assert from arch_def.h
 2021-10-05 13:56 UTC  (4+ messages)

[PATCH v2 0/9] Add support for audio on SC7280 based targets
 2021-10-05 13:52 UTC  (19+ messages)
` [PATCH v2 1/9] ASoC: qcom: Move lpass_pcm_data structure to lpass header
` [PATCH v2 2/9] ASoC: qcom: lpass: Add dma fields for codec dma lpass interface
` [PATCH v2 3/9] ASoC: qcom: Add register definition for codec rddma and wrdma
` [PATCH v2 4/9] ASoC: qcom: Add lpass CPU driver for codec dma control
` [PATCH v2 5/9] ASoC: qcom: Add support for codec dma driver
` [PATCH v2 6/9] ASoC: dt-bindings: Add SC7280 sound card bindings
` [PATCH v2 7/9] ASoC: qcom: lpass-sc7280: Add platform driver for lpass audio
` [PATCH v2 8/9] ASoc: qcom: lpass: Add suspend and resume for sc7280 platform
` [PATCH v2 9/9] ASoC: qcom: SC7280: Update config for building codec dma drivers

[GIT PULL] Qualcomm DTS fixes for v5.15
 2021-10-05 13:55 UTC  (3+ messages)

[dpdk-dev] [PATCH] net/ice/base: fix build error for GCC 4.8.5
 2021-10-05 13:57 UTC  (2+ messages)

[RFC PATCH v8 00/21] riscv: Add vector ISA support
 2021-10-05 13:57 UTC  (7+ messages)
` [RFC PATCH v8 09/21] riscv: Add task switch support for vector

[GIT PULL] Qualcomm driver fixes for v5.15
 2021-10-05 13:55 UTC  (3+ messages)

[PATCH 1/1] drm/amdgpu: ignore -EPERM error from debugfs
 2021-10-05 13:56 UTC  (4+ messages)

[GIT PULL] Qualcomm ARM64 DTS fixes for 5.15
 2021-10-05 13:54 UTC  (3+ messages)

[PATCH 0/3] Update ASUS WMI supported boards
 2021-10-05 13:52 UTC  (3+ messages)
` [PATCH 2/3] hwmon: (nct6775) Use custom scale for ASUS motherboards

[PATCH 5.14 000/173] 5.14.10-rc2 review
 2021-10-05 13:52 UTC  (3+ messages)

[igt-dev] [PATCH] tests/kms_writeback.c: fix the `fill_fb` function
 2021-10-05 13:56 UTC 

[PATCH v2 0/4] merge contiguous physical memory regions
 2021-10-05 13:54 UTC  (4+ messages)
` [PATCH v2 1/4] nitro_enclaves: "

[PATCH v2 0/3] vdpa: Check iova range on memory regions ops
 2021-10-05 13:48 UTC  (4+ messages)
` [PATCH v2 1/3] vdpa: Skip protected ram IOMMU mappings
` [PATCH v2 2/3] vdpa: Add vhost_vdpa_section_end
` [PATCH v2 3/3] vdpa: Check for iova range at mappings changes

[PATCH AUTOSEL 5.14 01/40] ext4: check and update i_disksize properly
 2021-10-05 13:50 UTC  (47+ messages)
` [PATCH AUTOSEL 5.14 02/40] ext4: correct the error path of ext4_write_inline_data_end()
` [PATCH AUTOSEL 5.14 03/40] ASoC: Intel: sof_sdw: tag SoundWire BEs as non-atomic
` [PATCH AUTOSEL 5.14 04/40] ext4: enforce buffer head state assertion in ext4_da_map_blocks
` [PATCH AUTOSEL 5.14 05/40] ALSA: oxfw: fix transmission method for Loud models based on OXFW971
` [PATCH AUTOSEL 5.14 06/40] dt-bindings: interconnect: sdm660: Add missing a2noc qos clocks
` [PATCH AUTOSEL 5.14 07/40] interconnect: qcom: "
` [PATCH AUTOSEL 5.14 08/40] ALSA: usb-audio: Unify mixer resume and reset_resume procedure
` [PATCH AUTOSEL 5.14 09/40] netfilter: ipset: Fix oversized kvmalloc() calls
` [PATCH AUTOSEL 5.14 10/40] HID: betop: fix slab-out-of-bounds Write in betop_probe
` [PATCH AUTOSEL 5.14 11/40] HID: apple: Fix logical maximum and usage maximum of Magic Keyboard JIS
` [PATCH AUTOSEL 5.14 12/40] netfilter: ip6_tables: zero-initialize fragment offset
` [PATCH AUTOSEL 5.14 13/40] HID: wacom: Add new Intuos BT (CTL-4100WL/CTL-6100WL) device IDs
` [PATCH AUTOSEL 5.14 14/40] HID: amd_sfh: Fix potential NULL pointer dereference
` [PATCH AUTOSEL 5.14 15/40] ASoC: SOF: loader: release_firmware() on load failure to avoid batching
` [PATCH AUTOSEL 5.14 16/40] KVM: arm64: nvhe: Fix missing FORCE for hyp-reloc.S build rule
` [PATCH AUTOSEL 5.14 17/40] netfilter: nf_tables: Fix oversized kvmalloc() calls
` [PATCH AUTOSEL 5.14 18/40] netfilter: nf_nat_masquerade: make async masq_inet6_event handling generic
` [PATCH AUTOSEL 5.14 19/40] netfilter: nf_nat_masquerade: defer conntrack walk to work queue
` [PATCH AUTOSEL 5.14 20/40] netfilter: conntrack: serialize hash resizes and cleanups
` [PATCH AUTOSEL 5.14 21/40] mac80211: Drop frames from invalid MAC address in ad-hoc mode
` [PATCH AUTOSEL 5.14 22/40] pinctrl: qcom: sc7280: Add PM suspend callbacks
` [PATCH AUTOSEL 5.14 23/40] m68k: Handle arrivals of multiple signals correctly
` [PATCH AUTOSEL 5.14 24/40] hwmon: (ltc2947) Properly handle errors when looking for the external clock
` [PATCH AUTOSEL 5.14 25/40] net: prevent user from passing illegal stab size
` [PATCH AUTOSEL 5.14 26/40] mac80211: check return value of rhashtable_init
` [PATCH AUTOSEL 5.14 27/40] net: bgmac-platform: handle mac-address deferral
` [PATCH AUTOSEL 5.14 28/40] net: mdiobus: Fix memory leak in __mdiobus_register
` [PATCH AUTOSEL 5.14 29/40] nvme: add command id quirk for apple controllers
` [PATCH AUTOSEL 5.14 30/40] vboxfs: fix broken legacy mount signature checking
` [PATCH AUTOSEL 5.14 31/40] net: sun: SUNVNET_COMMON should depend on INET
` [PATCH AUTOSEL 5.14 32/40] drm/amdgpu: fix gart.bo pin_count leak
` [PATCH AUTOSEL 5.14 33/40] scsi: ses: Fix unsigned comparison with less than zero
` [PATCH AUTOSEL 5.14 34/40] scsi: virtio_scsi: Fix spelling mistake "Unsupport" -> "Unsupported"
` [PATCH AUTOSEL 5.14 35/40] scsi: qla2xxx: Fix excessive messages during device logout
` [PATCH AUTOSEL 5.14 36/40] perf/x86: Reset destroy callback on event init failure
` [PATCH AUTOSEL 5.14 37/40] perf/core: fix userpage->time_enabled of inactive events
` [PATCH AUTOSEL 5.14 38/40] sched: Always inline is_percpu_thread()
` [PATCH AUTOSEL 5.14 39/40] io_uring: kill fasync
` [PATCH AUTOSEL 5.14 40/40] hwmon: (pmbus/ibm-cffps) max_power_out swap changes

[PATCH memcg v2] memcg: prohibit unconditional exceeding the limit of dying tasks
 2021-10-05 13:52 UTC  (3+ messages)
  ` [PATCH memcg v3] "

[PATCH RESEND 0/3] Represent cluster topology and enable load balance between clusters
 2021-10-05 13:50 UTC  (9+ messages)

[Buildroot] [PATCH 1/1] package/pecl-dbus: new package
 2021-10-05 13:53 UTC  (2+ messages)

[PATCH v2 0/7] arm64: dts: imx8mq-librem5: wifi updates and minor fixes
 2021-10-05 13:49 UTC  (11+ messages)
` [PATCH v2 1/7] arm64: dts: imx8mq-librem5: add reset gpio to mantix panel description
` [PATCH v2 2/7] arm64: dts: imx8mq-librem5: Fix led_r and led_g pinctrl assignments
` [PATCH v2 3/7] arm64: dts: imx8mq-librem5: wire up the wifi regulator
` [PATCH v2 4/7] arm64: dts: imx8mq-librem5: delay the startup of the SDIO
` [PATCH v2 5/7] arm64: dts: imx8mq-librem5: add power sequencing for M.2 cards
` [PATCH v2 6/7] arm64: dts: imx8mq-librem5: Limit the max sdio frequency
` [PATCH v2 7/7] arm64: dts: imx8mq-librem5: set debounce interval of volume buttons to 50ms

[PATCH v1 0/7] Various NFS fscache cleanups
 2021-10-05 13:51 UTC  (4+ messages)
` [PATCH v1 7/7] NFS: Remove remaining usages of NFSDBG_FSCACHE

[PATCH v3 6/6] tests/qapi-schema: Test cases for aliases
 2021-10-05 13:49 UTC  (12+ messages)

[dpdk-dev] [PATCH] app/test: enable crypto unit tests on Windows
 2021-10-05 13:52 UTC  (2+ messages)
` [dpdk-dev] [EXT] "

[PATCH 4.19 00/95] 4.19.209-rc2 review
 2021-10-05 13:50 UTC  (2+ messages)

[PATCH 5.4 00/53] 5.4.151-rc2 review
 2021-10-05 13:50 UTC  (2+ messages)

[PATCH v2 00/11] KVM: arm64: Implement PSCI SYSTEM_SUSPEND support
 2021-10-05 13:49 UTC  (3+ messages)
` [PATCH v2 11/11] selftests: KVM: Test SYSTEM_SUSPEND PSCI call

patch "cb710: avoid NULL pointer subtraction" added to char-misc-linus
 2021-10-05 13:50 UTC 

Acked-by missed when applying
 2021-10-05 13:50 UTC  (6+ messages)

[PATCH 4.9 00/57] 4.9.285-rc2 review
 2021-10-05 13:50 UTC  (2+ messages)

[PATCH 4.14 00/75] 4.14.249-rc2 review
 2021-10-05 13:50 UTC  (2+ messages)

[PATCH 5.10 00/92] 5.10.71-rc2 review
 2021-10-05 13:50 UTC  (2+ messages)

[PATCH 4.4 00/41] 4.4.286-rc2 review
 2021-10-05 13:50 UTC  (2+ messages)

[PATCH] [RESEND] ARM: sharpsl_param: work around -Wstringop-overread warning
 2021-10-05 13:50 UTC  (2+ messages)

[GIT PULL] OP-TEE fix for v5.15
 2021-10-05 13:50 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add Vignesh to TI K3 platform maintainership
 2021-10-05 13:50 UTC  (2+ messages)

[PATCH] ARM: defconfig: gemini: Restore framebuffer
 2021-10-05 13:50 UTC  (2+ messages)

[GIT PULL] i.MX fixes for 5.15
 2021-10-05 13:50 UTC  (2+ messages)

[PATCH] dove: mark 'putc' as inline
 2021-10-05 13:50 UTC  (2+ messages)

[GIT PULL v2] arm64: dts: juno: fixes for v5.15-rc1
 2021-10-05 13:50 UTC  (2+ messages)

[PATCH] ARM: omap1: move omap15xx local bus handling to usb.c
 2021-10-05 13:50 UTC  (2+ messages)

[GIT PULL] ARM: at91: fixes for 5.15 #2
 2021-10-05 13:50 UTC  (2+ messages)

Patchwork summary for: linux-soc
 2021-10-05 13:50 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.