All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-05-07 13:49:52 to 2024-05-07 14:22:23 UTC [more...]

RTT-PROBE: lore-subspace-rtt
 2024-05-07 14:22 UTC 

[PATCH] wifi: nl80211: Avoid address calculations via out of bounds array indexing
 2024-05-07 14:21 UTC  (4+ messages)

[PATCH v10 00/27] Enable CET Virtualization
 2024-05-07 14:21 UTC  (8+ messages)
` [PATCH v10 24/27] KVM: x86: Enable CET virtualization for VMX and advertise to userspace

[PATCH for-next] RDMA/hns: Support flexible WQE buffer page size
 2024-05-07 14:21 UTC  (5+ messages)

[PATCH 2/2] Loongarch:Support loongarch avec
 2024-05-07 14:20 UTC  (2+ messages)

Seeking Assistance: Implementing USB Device Suspend/Resume in User Space Driver
 2024-05-07 14:20 UTC  (6+ messages)

Getting list of found networks
 2024-05-07 14:20 UTC  (2+ messages)

[PATCH v3 00/16] Add AST2700 support
 2024-05-07 14:19 UTC  (3+ messages)
` [PATCH v3 08/16] aspeed/smc: support 64 bits dma dram address

[PATCH v2 03/10] backends/confidential-guest-support: Add functions to support IGVM
 2024-05-07 14:19 UTC  (7+ messages)
` [PATCH v2 04/10] backends/igvm: Implement parsing and processing of IGVM files

[PATCH v4 0/3] Add support for qcom msm8998-venus (HW vdec / venc)
 2024-05-07 14:20 UTC  (5+ messages)
` [PATCH v4 2/3] arm64: dts: qcom: msm8998: add venus node
` [PATCH v4 3/3] media: venus: add msm8998 support

[PATCH 1/2] wifi: ath12k: fix misspelling of "dma" in num_rxmda_per_pdev
 2024-05-07 14:20 UTC  (3+ messages)

[PATCH] MAINTAINERS: repair file entry in AIROHA SPI SNFI DRIVER
 2024-05-07 14:14 UTC  (2+ messages)

[PATCH v5 1/2] lib/test_bitops: Add benchmark test for fns()
 2024-05-07 14:19 UTC  (11+ messages)

[PATCH] gpiolib: fix the speed of descriptor label setting with SRCU
 2024-05-07 14:19 UTC  (2+ messages)

[PATCH v4 0/3] arm64: qcom: sm8650: add support for the SM8650-HDK board
 2024-05-07 14:18 UTC  (3+ messages)
` [PATCH v4 3/3] arch: arm64: dts: sm8650-hdk: add support for the Display Card overlay

[PATCH] drm/i915/hdcp: Disable HDCP Line Rekeying for HDCP2.2 on HDMI
 2024-05-07 14:18 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for drm/i915/hdcp: Disable HDCP Line Rekeying for HDCP2.2 on HDMI (rev7)

[PATCH net-next 0/8] net: openvswitch: Add sample multicasting
 2024-05-07 14:18 UTC  (4+ messages)
` [PATCH net-next 6/8] net:openvswitch: add psample support

[PATCH net-next] net: dst_cache: minor optimization in dst_cache_set_ip6()
 2024-05-07 14:18 UTC  (2+ messages)

[PATCH net-next] net: dst_cache: annotate data-races around dst_cache->reset_ts
 2024-05-07 14:17 UTC  (2+ messages)

[PATCH] drm/xe: Fix UBSAN shift-out-of-bounds failure
 2024-05-07 14:17 UTC  (2+ messages)
` ✓ CI.BAT: success for drm/xe: Fix UBSAN shift-out-of-bounds failure (rev2)

[PATCH v2 0/3] Add support bcachefs filesystem
 2024-05-07 14:16 UTC  (10+ messages)
` [PATCH v2 3/3] statx04: Skip STATX_ATTR_COMPRESSED on Bcachefs
          ` [LTP] "

[PATCH 0/7] Static shared memory followup v2 - pt2
 2024-05-07 14:15 UTC  (11+ messages)
` [PATCH 1/7] xen/arm: Lookup bootinfo shm bank during the mapping
` [PATCH 2/7] xen/arm: Wrap shared memory mapping code in one function

[PATCH] tools/xl: Open xldevd.log with O_CLOEXEC
 2024-05-07 14:15 UTC  (3+ messages)

[PATCH 0/5] a few fixes for the Samsung USB phy driver
 2024-05-07 14:14 UTC  (18+ messages)
` [PATCH 1/5] phy: exynos5-usbdrd: uniform order of register bit macros
` [PATCH 2/5] phy: exynos5-usbdrd: convert udelay() to fsleep()
` [PATCH 3/5] phy: exynos5-usbdrd: make phy_isol() take a bool for clarity
` [PATCH 4/5] phy: exynos5-usbdrd: fix definition of EXYNOS5_FSEL_26MHZ
` [PATCH 5/5] phy: exynos5-usbdrd: set ref clk freq in exynos850_usbdrd_utmi_init()

[PATCH v10 00/36] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-05-07 14:15 UTC  (37+ messages)
` [PATCH v10 01/36] tracing: Add a comment about ftrace_regs definition
` [PATCH v10 02/36] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
` [PATCH v10 03/36] x86: tracing: Add ftrace_regs definition in the header
` [PATCH v10 04/36] function_graph: Convert ret_stack to a series of longs
` [PATCH v10 05/36] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
` [PATCH v10 06/36] function_graph: Add an array structure that will allow multiple callbacks
` [PATCH v10 07/36] function_graph: Allow multiple users to attach to function graph
` [PATCH v10 08/36] function_graph: Remove logic around ftrace_graph_entry and return
` [PATCH v10 09/36] ftrace/function_graph: Pass fgraph_ops to function graph callbacks
` [PATCH v10 10/36] ftrace: Allow function_graph tracer to be enabled in instances
` [PATCH v10 11/36] ftrace: Allow ftrace startup flags exist without dynamic ftrace
` [PATCH v10 12/36] function_graph: Have the instances use their own ftrace_ops for filtering
` [PATCH v10 13/36] function_graph: Use a simple LRU for fgraph_array index number
` [PATCH v10 14/36] function_graph: Add "task variables" per task for fgraph_ops
` [PATCH v10 15/36] function_graph: Move set_graph_function tests to shadow stack global var
` [PATCH v10 16/36] function_graph: Move graph depth stored data "
` [PATCH v10 17/36] function_graph: Move graph notrace bit "
` [PATCH v10 18/36] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
` [PATCH v10 19/36] function_graph: Add selftest for passing local variables
` [PATCH v10 20/36] ftrace: Add multiple fgraph storage selftest
` [PATCH v10 21/36] function_graph: Pass ftrace_regs to entryfunc
` [PATCH v10 22/36] function_graph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v10 23/36] function_graph: Pass ftrace_regs to retfunc
` [PATCH v10 24/36] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v10 25/36] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v10 26/36] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v10 27/36] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v10 28/36] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v10 29/36] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v10 30/36] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [PATCH v10 31/36] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v10 32/36] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v10 33/36] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v10 34/36] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v10 35/36] Documentation: probes: Update fprobe on function-graph tracer
` [PATCH v10 36/36] fgraph: Skip recording calltime/rettime if it is not nneeded

[syzbot] [bcachefs?] KASAN: slab-out-of-bounds Read in bch2_sb_clean_to_text
 2024-05-07 14:14 UTC  (3+ messages)
` [PATCH] bcachefs: fix oob "

Distro Boot instructions with examples
 2024-05-07 13:21 UTC 

[PATCH net v5 0/4] ax25: Fix issues of ax25_dev and net_device
 2024-05-07 14:13 UTC  (3+ messages)
` [PATCH net v5 4/4] ax25: Change kfree() in ax25_dev_free() to ax25_dev_put()

[PATCH 0/4] perf maps/symbols: Various assert fixes
 2024-05-07 14:12 UTC  (5+ messages)
` [PATCH 1/4] perf symbols: Remove map from list before updating addresses
` [PATCH 2/4] perf maps: Re-use __maps__free_maps_by_name()
` [PATCH 3/4] perf symbols: Update kcore map before merging in remaining symbols
` [PATCH 4/4] perf symbols: Fix ownership of string in dso__load_vmlinux()

[PATCH 0/5] drm/i915: PCI ID macro and subplatform changes
 2024-05-07 14:13 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

[PATCH v6 00/10] Fix Kselftest's vfork() side effects
 2024-05-07 14:12 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-05-07 14:12 UTC 

[PATCH 0/3] system/physmem: Propagate AddressSpace to MapClient helpers
 2024-05-07 14:10 UTC  (4+ messages)

[LTP] [PATCH 0/9] Add functional test for AMD VMSAVE/VMLOAD instructions
 2024-05-07 14:10 UTC  (4+ messages)
` [LTP] [PATCH 1/9] KVM: Disable EBP register use in 32bit code

[PATCH] iommu/arm-smmu-v3: Make the kunit into a module
 2024-05-07 14:09 UTC  (5+ messages)

[PATCH net-next] l2tp: fix ICMP error handling for UDP-encap sockets
 2024-05-07 14:10 UTC  (3+ messages)

[PATCH v4 0/4] arm64/mm: Enable userfaultfd write-protect
 2024-05-07 14:08 UTC  (6+ messages)
` [PATCH v4 1/4] arm64/mm: generalize PMD_PRESENT_INVALID for all levels

Patch "spi: axi-spi-engine: Convert to platform remove callback returning void" has been added to the 6.1-stable tree
 2024-05-07 14:08 UTC  (4+ messages)

[RFC 0/6] RISC-V IOMMU HPM and nested IOMMU support
 2024-05-07 14:07 UTC  (2+ messages)

[PATCH] riscv/atomic.h: optimize ops with acquire/release ordering
 2024-05-07 14:07 UTC  (4+ messages)

[PATCH i-g-t v3 00/11] Add render-copy compression on Xe+
 2024-05-07 14:07 UTC  (5+ messages)
` [PATCH i-g-t v3 01/11] lib/intel_bufops: Store devid on buffer ops creation
` [PATCH i-g-t v3 04/11] lib/intel_bufops: Restrict tilings on non-flatccs platforms

[PATCH v2 0/3] drm/mediatek: Add support for OF graphs
 2024-05-07 14:07 UTC  (7+ messages)
` [PATCH v2 2/3] dt-bindings: arm: mediatek: mmsys: Add OF graph support for board path

[PATCH v3] md: generate CHANGE uevents for md device
 2024-05-07 14:06 UTC 

[PATCH] hw/nvme: fix mo field in io mgnt send
 2024-05-07 14:05 UTC  (2+ messages)

[PATCH 0/3] Fix up qcom,halt-regs definition in various schemas
 2024-05-07 14:11 UTC  (2+ messages)

[PATCH 0/2] Mark qcom,ipc as deprecated in two schemas
 2024-05-07 14:11 UTC  (2+ messages)
` (subset) "

[PATCH v2 0/3] arm64: dts: qcom: msm8996: enable fastrpc and glink-edge
 2024-05-07 14:11 UTC  (2+ messages)
` (subset) "

[f2fs-dev] [PATCH] f2fs: fix to avoid racing in between buffered read and OPU dio write
 2024-05-07 14:05 UTC  (2+ messages)
`  "

[PATCH bpf-next] bpf: avoid uninitialized warnings in verifier_global_subprogs.c
 2024-05-07 14:05 UTC 

[PATCH v9 0/5] Support message-based DMA in vfio-user server
 2024-05-07 14:04 UTC  (4+ messages)
` [PATCH v9 2/5] softmmu: Support concurrent bounce buffers

[ANN] netdev call - May 7th
 2024-05-07 14:05 UTC  (2+ messages)

[PATCH] dmabuf: fix dmabuf file poll uaf issue
 2024-05-07 14:04 UTC  (12+ messages)

[PATCH v2 0/2] livepatch, module: Delete the associated module of disabled livepatch
 2024-05-07 14:03 UTC  (6+ messages)
` [PATCH v2 2/2] livepatch: "

[PATCH 01/81] mmc: Migrate MMC_SUPPORTS_TUNING to Kconfig
 2024-05-07 14:02 UTC  (2+ messages)

[PATCH] virtiofs: include a newline in sysfs tag
 2024-05-07 14:03 UTC  (4+ messages)

[PATCH v4] can: mcp251xfd: fix infinite loop when xmit fails
 2024-05-07 14:03 UTC  (3+ messages)

[PATCH 001/149] global: Make <asm/global_data.h> include <asm/u-boot.h>
 2024-05-07 14:02 UTC  (2+ messages)

[PATCH 01/33] arm: mach-versatile: Remove dead code
 2024-05-07 14:02 UTC  (2+ messages)

[PATCH 0/4] mtd: nand: mxc_nand: Convert to exec_op
 2024-05-07 14:02 UTC  (9+ messages)
` [PATCH 3/4] mtd: nand: mxc_nand: support software ECC

[PATCH 00/18] Remove <common.h> from a number of places
 2024-05-07 14:02 UTC  (2+ messages)

[PATCH] macintosh/ams: Fix unused variable warning
 2024-05-07 14:01 UTC 

RTT-PROBE: lore-subspace-rtt
 2024-05-07 14:02 UTC 

[PATCH v1 1/1] bitops: Move aligned_byte_mask() to wordpart.h
 2024-05-07 14:01 UTC 

[PATCH] docs:core-api: fixed typos and grammar in printk-index page
 2024-05-07 14:01 UTC  (2+ messages)

[PATCH] MAINTAINERS: repair file entry in SECURITY SUBSYSTEM
 2024-05-07 14:01 UTC 

[PATCH net-next] net: fec: Convert fec driver to use lock guards
 2024-05-07 14:01 UTC  (2+ messages)

[PATCH] dt-bindings: pwm: renesas,tpu: Do not require pwm-cells twice
 2024-05-07 14:00 UTC  (2+ messages)

[PATCH v3 0/8] PCI: Solve two bridge window sizing issues
 2024-05-07 14:01 UTC  (5+ messages)
` [PATCH v3 7/8] PCI: Make minimum bridge window alignment reference more obvious
` [PATCH v3 8/8] PCI: Relax bridge window tail sizing rules

[PATCH] riscv, bpf: Optimize zextw insn with Zba extension
 2024-05-07 14:00 UTC  (3+ messages)

[PATCH] Documentation: tracing: Fix spelling mistakes
 2024-05-07 14:00 UTC  (2+ messages)

[PATCH v3 -next] mm: memcg: make alloc_mem_cgroup_per_node_info() return bool
 2024-05-07 13:59 UTC  (2+ messages)

[PATCH v1 3/3] Bluetooth: btintel_pcie: Add *setup* function to download firmware
 2024-05-07 13:59 UTC  (3+ messages)

[PATCH bpf-next] kbuild,bpf: switch to using --btf_features for pahole v1.26 and later
 2024-05-07 13:57 UTC  (3+ messages)

[PATCH 0/2] ChromeOS Embedded controller hwmon driver
 2024-05-07 13:57 UTC  (3+ messages)
` [PATCH 1/2] hwmon: add ChromeOS EC driver
` [PATCH 2/2] mfd: cros_ec: Register hardware monitoring subdevice

[PATCH net] xen-netfront: Add missing skb_mark_for_recycle
 2024-05-07 13:57 UTC  (7+ messages)

[PATCH v2 bpf-next] kbuild,bpf: switch to using --btf_features for pahole v1.26 and later
 2024-05-07 13:55 UTC 

[PATCH 0/2] Objpool performance improvements
 2024-05-07 13:55 UTC  (3+ messages)
` [PATCH 1/2] objpool: enable inlining objpool_push() and objpool_pop() operations

[PATCH V1 00/26] Live update: cpr-exec
 2024-05-07 13:54 UTC  (5+ messages)
` [PATCH V1 01/26] oslib: qemu_clear_cloexec

[PATCH 0/9] ALSA: Use *-y instead of *-objs in Makefile
 2024-05-07 13:55 UTC  (10+ messages)
` [PATCH 1/9] ALSA: core: "
` [PATCH 2/9] ALSA: pci: "
` [PATCH 3/9] ALSA: hda: "
` [PATCH 4/9] ALSA: isa: "
` [PATCH 5/9] ALSA: usb: "
` [PATCH 6/9] ALSA: drivers: "
` [PATCH 7/9] ALSA: firewire: "
` [PATCH 8/9] ALSA: aoa: "
` [PATCH 9/9] ALSA: misc: "

[PATCH v1 net-next 0/6] af_unix: GC cleanup and optimisation
 2024-05-07 13:54 UTC  (3+ messages)
` [PATCH v1 net-next 2/6] af_unix: Save the number of loops in inflight graph

[PATCH v2] virtiofs: use string format specifier for sysfs tag
 2024-05-07 13:54 UTC  (3+ messages)

[RESEND PATCH] mm: align larger anonymous mappings on THP boundaries
 2024-05-07 13:53 UTC  (13+ messages)

[PATCH v2] s390/pkey: use kvfree_sensitive() to fix Coccinelle warning
 2024-05-07 13:53 UTC  (2+ messages)

[PATCH v4 0/7] Break out as separate driver and add BOE nv110wum-l60 IVO t109nw41 MIPI-DSI panel
 2024-05-07 13:52 UTC  (8+ messages)
` [PATCH v4 1/7] dt-bindings: display: panel: Add himax hx83102 panel bindings
` [PATCH v4 2/7] drm/panel: himax-hx83102: Break out as separate driver
` [PATCH v4 3/7] arm64: defconfig: Enable HIMAX_HX83102 panel
` [PATCH v4 4/7] dt-bindings: display: panel: Add compatible for BOE nv110wum-l60
` [PATCH v4 5/7] drm/panel: himax-hx83102: Support for BOE nv110wum-l60 MIPI-DSI panel
` [PATCH v4 6/7] dt-bindings: display: panel: Add compatible for IVO t109nw41
` [PATCH v4 7/7] drm/panel: himax-hx83102: Support for IVO t109nw41 MIPI-DSI panel

[PATCH] nvme-pci: Add quirk for broken MSIs
 2024-05-07 13:53 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-05-07 13:52 UTC 

[PATCH] media: renesas: vsp1: Fix _irqsave and _irq mix
 2024-05-07 13:52 UTC  (2+ messages)

[PATCH 1/2] curl: locale-base-en-us isn't glibc-specific
 2024-05-07 13:51 UTC  (2+ messages)
` [PATCH 2/2] gstreamer1.0: skip another known flaky test

[PATCH v3] input-linux: Add option to not grab a device upon guest startup
 2024-05-07 13:50 UTC  (2+ messages)

[PATCH] mm: Remove mm argument from mm_get_unmapped_area()
 2024-05-07 13:51 UTC  (5+ messages)

[PATCH] drm/amdgpu: Assign correct bits for SDMA HDP flush
 2024-05-07 13:51 UTC  (5+ messages)

[PATCH] clk: qcom: gcc-sm8450: set OPS_PARENT_ENABLE on gcc_sdcc2_apps_clk_src
 2024-05-07 13:51 UTC  (5+ messages)

[PATCH v2 net-next 00/15] locking: Introduce nested-BH locking
 2024-05-07 13:50 UTC  (5+ messages)
` [PATCH net-next 14/15] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT

[PATCH V3 net 0/7] There are some bugfix for the HNS3 ethernet driver
 2024-05-07 13:42 UTC  (7+ messages)
` [PATCH V3 net 1/7] net: hns3: using user configure after hardware reset
` [PATCH V3 net 3/7] net: hns3: change type of numa_node_mask as nodemask_t
` [PATCH V3 net 4/7] net: hns3: release PTP resources if pf initialization failed
` [PATCH V3 net 5/7] net: hns3: use appropriate barrier function after setting a bit value
` [PATCH V3 net 6/7] net: hns3: fix port vlan filter not disabled issue
` [PATCH V3 net 7/7] net: hns3: fix kernel crash when devlink reload during initialization


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.