All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-07 15:19:04 to 2024-11-07 16:14:07 UTC [more...]

[PATCH v1 0/4] A mechanism for efficient support for per-function metrics
 2024-11-07 16:07 UTC  (2+ messages)
` [PATCH v1 3/4] tools/perf: Modify event parser to support alt-period term

[PATCH net-next v4 00/19] xdp: a fistful of generic changes (+libeth_xdp)
 2024-11-07 16:10 UTC  (6+ messages)
` [PATCH net-next v4 01/19] jump_label: export static_key_slow_{inc,dec}_cpuslocked()
` [PATCH net-next v4 02/19] skbuff: allow 2-4-argument skb_frag_dma_map()
` [PATCH net-next v4 03/19] unroll: add generic loop unroll helpers
` [PATCH net-next v4 04/19] bpf, xdp: constify some bpf_prog * function arguments
` [PATCH net-next v4 05/19] xdp, xsk: constify read-only arguments of some static inline helpers

[PATCH v5 0/8] uprobes: RCU-protected hot path optimizations
 2024-11-07 16:13 UTC  (7+ messages)
` [PATCH v5 4/8] uprobes: travers uprobe's consumer list locklessly under SRCU protection

[PATCH net-next] Avoid traversing addrconf hash on ifdown
 2024-11-07 16:13 UTC 

[PATCH 0/7] *** Add support for AD485x DAS Family ***
 2024-11-07 16:13 UTC  (5+ messages)
` [PATCH v5 6/6] iio: adc: ad4851: add ad485x driver

[PATCH v3 0/4] x86: Rid .head.text of all abs references
 2024-11-07 16:12 UTC  (3+ messages)

[iptables PATCH] libxtables: Hide xtables_strtoul_base() symbol
 2024-11-07 16:12 UTC 

[PATCH 00/10] drm/i915: Potential boot oops fix and some cleanups
 2024-11-07 16:11 UTC  (11+ messages)
` [PATCH 01/10] drm/i915: Grab intel_display from the encoder to avoid potential oopsies
` [PATCH 02/10] drm/i915/crt: Split long line
` [PATCH 03/10] drm/i915/crt: Drop the unused ADPA_DPMS bit definitions
` [PATCH 04/10] drm/i915/crt: Use REG_BIT() & co
` [PATCH 05/10] drm/i915/crt: Clean up ADPA_HOTPLUG_BITS definitions
` [PATCH 06/10] drm/i915/crt: Extract intel_crt_regs.h
` [PATCH 07/10] drm/i915/crt: s/pipe_config/crtc_state/
` [PATCH 08/10] drm/i915/crt: Drop pointless drm_device variables
` [PATCH 09/10] drm/i915/crt: Rename some variables
` [PATCH 10/10] drm/i915/crt: Nuke unused crt->connector

[PATCH 1/2] Documentation/mm: Fix spelling in hwpoison.rst
 2024-11-07 16:11 UTC  (2+ messages)

[PATCH net-next v6] net: Implement fault injection forcing skb reallocation
 2024-11-07 16:11 UTC 

[PATCH RFC v4 00/15] fuse: fuse-over-io-uring
 2024-11-07 16:11 UTC  (9+ messages)
` [PATCH RFC v4 12/15] io_uring/cmd: let cmds to know about dying task

[PATCH] wifi: wilc1000: Rework bus locking
 2024-11-07 16:10 UTC  (10+ messages)

test harness hang running functional test
 2024-11-07 16:09 UTC 

[PATCH net-next v9 0/6] Improve neigh_flush_dev performance
 2024-11-07 16:10 UTC  (10+ messages)
` [PATCH net-next v9 1/6] neighbour: Add hlist_node to struct neighbour
` [PATCH net-next v9 2/6] neighbour: Define neigh_for_each_in_bucket
` [PATCH net-next v9 3/6] neighbour: Convert seq_file functions to use hlist
` [PATCH net-next v9 4/6] neighbour: Convert iteration to use hlist+macro
` [PATCH net-next v9 5/6] neighbour: Remove bare neighbour::next pointer
` [PATCH net-next v9 6/6] neighbour: Create netdev->neighbour association

[PATCHv2 bpf-next] selftests/bpf: Fix uprobe consumer test (again)
 2024-11-07 16:10 UTC  (2+ messages)

[PATCH v2 0/5] arm64: dts: exynos8895: Add cmu, mct, serial_0/1 and spi_0/1
 2024-11-07 16:02 UTC  (4+ messages)

[PATCH 0/3] clk: imx93: Add IMX93_CLK_SPDIF_IPG clock
 2024-11-07 16:09 UTC  (3+ messages)
` [PATCH 1/3] dt-bindings: clock: imx93: Add SPDIF IPG clk

[PATCH] dax: Allow block size > PAGE_SIZE
 2024-11-07 16:09 UTC  (9+ messages)

[ISSUE] split_folio() and dirty IOMAP folios
 2024-11-07 16:09 UTC  (2+ messages)

[PATCH v2] wifi: brcmfmac: Fix oops due to NULL pointer dereference in 'brcmf_sdiod_sglist_rw'
 2024-11-07 16:09 UTC  (3+ messages)

[net-next PATCH v12 00/12] Introduce RVU representors
 2024-11-07 16:08 UTC  (13+ messages)
` [net-next PATCH v12 01/12] octeontx2-pf: RVU representor driver
` [net-next PATCH v12 02/12] octeontx2-pf: Create representor netdev
` [net-next PATCH v12 03/12] octeontx2-pf: Add basic net_device_ops
` [net-next PATCH v12 04/12] octeontx2-af: Add packet path between representor and VF
` [net-next PATCH v12 05/12] octeontx2-pf: Get VF stats via representor
` [net-next PATCH v12 06/12] octeontx2-pf: Add support to sync link state between representor and VFs
` [net-next PATCH v12 07/12] octeontx2-pf: Configure VF mtu via representor
` [net-next PATCH v12 08/12] octeontx2-pf: Add representors for sdp MAC
` [net-next PATCH v12 09/12] octeontx2-pf: Add devlink port support
` [net-next PATCH v12 10/12] octeontx2-pf: Implement offload stats ndo for representors
` [net-next PATCH v12 11/12] octeontx2-pf: Adds TC offload support
` [net-next PATCH v12 12/12] Documentation: octeontx2: Add Documentation for RVU representors

[PATCH v1] PCI: dwc: Clean up some unnecessary codes in dw_pcie_suspend_noirq()
 2024-11-07 16:08 UTC  (3+ messages)

[PATCH 0/2] Documentation: dt-bindings: Fix documentation issues
 2024-11-07 16:04 UTC  (6+ messages)
` [PATCH 1/2] Documentation: dt-bindings: Fix repeated words
` [PATCH 2/2] Documentation: dt-bindings: Remove trailing whitespace

[PATCH v2 0/4] x86/mm: miscellaneous fixes
 2024-11-07 16:07 UTC  (7+ messages)
` [PATCH v2 1/4] x86/mm: introduce helpers to detect super page alignment
` [PATCH v2 2/4] x86/mm: special case super page alignment detection for INVALID_MFN

[PATCH 0/3] scsi: st: improve pos_unknown handling after reset
 2024-11-07 16:05 UTC  (4+ messages)
` [PATCH 2/3] scsi: st: clear was_reset when CHKRES_NEW_SESSION

[PATCH 0/4] livepatch-build-tools: fix for livepatch hooks
 2024-11-07 16:04 UTC  (5+ messages)
` [PATCH 2/4] create-diff-object: update default alt_instr size

[PATCH 1/6] Revert "spi: zynq_qspi: Add parallel memories support in QSPI driver"
 2024-11-07 16:04 UTC  (9+ messages)

[PATCH v1 0/7] Refactor cpuid and metric table lookup code
 2024-11-07 15:57 UTC  (4+ messages)

[PATCH net-next v2 0/8] net: Improve netns handling in RTNL and ip_tunnel
 2024-11-07 16:04 UTC  (7+ messages)
` [PATCH net-next v2 5/8] net: ip_gre: Add netns_atomic module parameter
` [PATCH net-next v2 7/8] tools/net/ynl: Add retry limit for async notification

[PATCH v2 1/2] tracing: Add task_prctl_unknown tracepoint
 2024-11-07 16:04 UTC  (9+ messages)

[PATCH V3 00/16] Live update: cpr-transfer
 2024-11-07 16:02 UTC  (11+ messages)
` [PATCH V3 01/16] machine: anon-alloc option

[PATCH 0/3] Remove is_bare_repository_cfg global state
 2024-11-07 16:04 UTC  (4+ messages)
` [PATCH 1/3] git: remove is_bare_repository_cfg global variable

[PATCH v3 0/9] Amlogic C3 ISP support
 2024-11-07 16:03 UTC  (3+ messages)
` [PATCH v3 7/9] media: platform: Add c3 ISP driver

[PATCH bpf-next v2] libbpf: stringify error codes in warning messages
 2024-11-07 16:03 UTC  (4+ messages)

[PATCH v3 1/2] wifi: iwlwifi: Report link-id for transmitted frames
 2024-11-07 16:03 UTC  (5+ messages)
` [PATCH v3 2/2] wifi: mac80211: Assign tx-stats to the proper link

[RFC] Restore PKRU to user-defined value after signal handling
 2024-11-07 16:03 UTC  (5+ messages)

Conditionally set SYSTEMD_SERVICE_${PN} based on version of another package
 2024-11-07 16:02 UTC  (3+ messages)
` [yocto] "

[PATCH 0/2] ASoC: stm32: sai: add stm32mp25 support
 2024-11-07 15:51 UTC  (3+ messages)
` [PATCH 1/2] ASoC: dt-bindings: add stm32mp25 support for sai
` [PATCH 2/2] ASoC: stm32: sai: add stm32mp25 support

[PATCH v3 0/2] sparc/build: Rework CFLAGS for clang compatibility
 2024-11-07 16:01 UTC  (5+ messages)
` [PATCH v3 1/2] sparc/build: Put usage of -fcall-used* flags behind cc-option

Kernel tracing from inside a Docker container
 2024-11-07 16:00 UTC  (4+ messages)

Fix Fix fence merge handling
 2024-11-07 16:00 UTC  (3+ messages)
` [PATCH 2/3] dma-buf: sort fences in dma_fence_unwrap_merge

[Bug 219481] New: Buffer overflow vulnerability in btusb_write()
 2024-11-07 15:58 UTC  (2+ messages)
` [Bug 219481] "

[PATCHSET v5.5 3/3] xfs-documentation: shard the realtime section
 2024-11-07 15:58 UTC  (4+ messages)
` [PATCH 2/4] design: document realtime groups

[PATCH v3 1/2] dt-bindings: mfd: sprd,sc2731: convert to YAML
 2024-11-07 15:58 UTC  (4+ messages)
` [PATCH v3 2/2] dt-bindings: mfd: sprd,sc2731: reference sprd,sc2731-efuse bindings

[PATCH v2 0/2] printk: Add force_con printk flag to not suppress sysrq header msgs
 2024-11-07 15:57 UTC  (6+ messages)
` [PATCH v2 1/2] printk: Introduce FORCE_CON flag
` [PATCH v2 2/2] tty: sysrq: Use printk_force_console context on __handle_sysrq

[PATCH 0/5] Allow to enable multifd and postcopy migration together
 2024-11-07 15:56 UTC  (10+ messages)
` [PATCH 2/5] migration/postcopy: magic value for postcopy channel

[PATCH net-next v2 0/2] net: netpoll: Improve SKB pool management
 2024-11-07 15:57 UTC  (3+ messages)
` [PATCH net-next v2 1/2] net: netpoll: Individualize the skb pool
` [PATCH net-next v2 2/2] net: netpoll: flush skb pool during cleanup

[PATCHv3 0/5] pci cleanup/prep patches
 2024-11-07 15:56 UTC  (4+ messages)
` [PATCHv3 1/5] pci: make pci_stop_dev concurrent safe

[PATCH] xen/x86: prevent addition of .note.gnu.property if livepatch is enabled
 2024-11-07 15:56 UTC  (3+ messages)

[PATCHSET v5.5 2/3] xfs-documentation: document metadata directories
 2024-11-07 15:56 UTC  (4+ messages)
` [PATCH 1/1] design: document the changes required to handle "

[PATCH v4] Export PBEC Data register into sysfs
 2024-11-07 15:55 UTC  (4+ messages)

[PATCH i-g-t] igt-runner fact checking
 2024-11-07 15:55 UTC  (4+ messages)

[PATCH net-next v3 0/3] SO_PRIORITY cmsg patch summary
 2024-11-07 15:55 UTC  (3+ messages)
` [PATCH net-next v3 1/3] net: Introduce sk_set_prio_allowed helper function

[PATCH 0/3] Add i.MX91 platform support
 2024-11-08  2:27 UTC  (4+ messages)
` [PATCH 2/3] arm64: dts: freescale: Add i.MX91 dtsi support

[PATCH v2 1/2] PCI: keystone: Set mode as RootComplex for "ti,keystone-pcie" compatible
 2024-11-07 15:51 UTC  (5+ messages)

[RESEND PATCH] ext4: Fix race in buffer_head read fault injection
 2024-11-07 15:53 UTC  (2+ messages)

[PATCH v2 00/10] Usable clocks on Mobileye EyeQ5 & EyeQ6H
 2024-11-07 15:51 UTC  (3+ messages)
` [PATCH v2 01/10] dt-bindings: soc: mobileye: set `#clock-cells = <1>` for all compatibles

[PATCH v4 00/12] Initial support for SMMUv3 nested translation
 2024-11-07 15:51 UTC  (9+ messages)
` [PATCH v4 05/12] iommu/arm-smmu-v3: Support IOMMU_GET_HW_INFO via struct arm_smmu_hw_info

[PATCH v4 0/7] Initial support for RK3576 UFS controller
 2024-11-07 15:51 UTC  (7+ messages)
` [PATCH v4 1/7] scsi: ufs: core: Add UFSHCI_QUIRK_DME_RESET_ENABLE_AFTER_HCE
` [PATCH v4 2/7] dt-bindings: ufs: Document Rockchip UFS host controller

[PATCH BlueZ v6] obexd: Add system bus support for obexd
 2024-11-07 15:51 UTC  (3+ messages)
` [BlueZ,v6] "

[PATCH v2 00/10] sysfs: constify struct bin_attribute (Part 1)
 2024-11-07 15:50 UTC  (5+ messages)
` [PATCH v2 02/10] sysfs: introduce callback attribute_group::bin_size

[RFC PATCH v1] ext2: remove buffer heads from quota handling
 2024-11-07 15:50 UTC  (3+ messages)

[PATCH v4 0/1] virtio-media: Add device specification
 2024-11-07 15:49 UTC  (2+ messages)
` [PATCH v4 1/1] virtio-media: Add virtio media "

DTS WG Meeting Minutes - November 7, 2024
 2024-11-07 15:45 UTC 

[PATCH v3 0/2] perf arm-spe: Add support for SPE Data Source packet on AmpereOne
 2024-11-07 15:44 UTC  (5+ messages)
` [PATCH v3 1/2] perf arm-spe: Prepare for adding data source packet implementations for other cores
` [PATCH v3 2/2] perf arm-spe: Add support for SPE Data Source packet on AmpereOne

[BUG] Soft lockup on powerpc when running arena selftests
 2024-11-07 15:46 UTC  (2+ messages)

[PATCH v3 dwarves 0/5] btf_encoder: implement shared elf_functions table
 2024-11-07 15:45 UTC  (6+ messages)
` [PATCH v3 dwarves 4/5] btf_encoder: store a list of elf_function per function name

Adding I2C devices to the SMBus (PIIX4) via the ACPI SSDT overlay method
 2024-11-07 15:51 UTC 

[PATCH v1 0/1] drm/xe/vf: Post-migration recovery, remove MMIO assert
 2024-11-07 15:44 UTC  (7+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

[PATCH] ASoC: stm: Prevent potential division by zero in stm32_sai_mclk_round_rate()
 2024-11-07 15:35 UTC  (2+ messages)

[PATCH 00/12] kernel/kernel-yocto: consolidated pull request
 2024-11-07 15:43 UTC  (4+ messages)
` [PATCH 11/12] lttng-modules: fix build for 6.12+
  ` [OE-core] "

Kernel tracing from inside a Docker container
 2024-11-07  7:42 UTC 

[PATCH v12 3/3] PCI/ASPM: Make pci_save_aspm_l1ss_state save both child and parent's L1SS configuration
 2024-11-07 15:41 UTC  (2+ messages)

[PATCH 0/1] BPF verifier documentation cleanup
 2024-11-07 15:40 UTC  (2+ messages)

[linux-next:master] [tracing] 49e4154f4b: INFO:task_blocked_for_more_than#seconds
 2024-11-07 15:40 UTC  (2+ messages)

[PATCH net-next] eth: fbnic: Add PCIe hardware statistics
 2024-11-07 15:40 UTC  (8+ messages)

[PATCH v3 0/2] add NXP LINFlexD UART clock support for S32G2/S32G3
 2024-11-07 15:39 UTC  (4+ messages)
` [PATCH v3 2/2] serial: fsl_linflexuart: add clock support

[PATCH qemu 00/10] hw/cxl: Mailbox input parser hardening against invalid input
 2024-11-07 15:39 UTC  (3+ messages)
` [PATCH qemu 08/10] hw/cxl: Check that writes do not go beyond end of target attributes

[PATCH 0/2] spi: imx: support word delay in ecspi
 2024-11-07 15:35 UTC  (3+ messages)
` [PATCH 1/2] spi: imx: pass struct spi_transfer to prepare_transfer()
` [PATCH 2/2] spi: imx: support word delay

[PATCH] ASoC: amd: yc: Support dmic on another model of Lenovo Thinkpad E14 Gen 6
 2024-11-07 15:35 UTC  (2+ messages)

[RFC] PCI: Fix the issue of link speed downgrade after link retraining
 2024-11-07 15:34 UTC  (2+ messages)

[PATCH v4 00/11] platform/x86/amd/pmc: Updates to AMD PMC driver
 2024-11-07 15:34 UTC  (7+ messages)
` [PATCH v4 01/11] platform/x86/amd/pmc: Move STB block into amd_pmc_s2d_init()
` [PATCH v4 08/11] platform/x86/amd/pmc: Update IP information structure for newer SoCs

[PATCH 0/8] arm_ffa: Add FFA_MEM_SHARE and FFA_MEM_RECLAIM support
 2024-11-07 15:33 UTC  (2+ messages)

[PATCH v2 0/8] binder: faster page installations
 2024-11-07 15:33 UTC  (6+ messages)
` [PATCH v2 2/8] binder: concurrent page installation
` [PATCH v2 6/8] binder: remove cached alloc->vma pointer

[PATCH 3/3] PCI: mediatek-gen3: Move reset/assert callbacks in .power_up()
 2024-11-07 15:27 UTC  (2+ messages)

[PATCH v2 0/3] MSI-X support
 2024-11-07 15:32 UTC  (2+ messages)
` ✗ CI.FULL: failure for MSI-X support (rev4)

[PATCH] mm/page-writeback: Raise wb_thresh to prevent write blocking with strictlimit
 2024-11-07 15:32 UTC  (2+ messages)

[PATCH 0/2] Fix magnetometers on PinePhone
 2024-11-07 15:26 UTC  (2+ messages)

x86/amd late microcode thread loading slows down boot
 2024-11-07 15:30 UTC  (3+ messages)

[PATCH 0/4] QOM: Singleton interface
 2024-11-07 15:29 UTC  (7+ messages)
` [PATCH 2/4] x86/iommu: Make x86-iommu a singleton object

[PATCH] ARM: dts: allwinner: Remove accidental suniv duplicates
 2024-11-07 15:26 UTC  (2+ messages)

[RFC 00/14] AMD: Add Secure AVIC Guest Support
 2024-11-07 15:28 UTC  (3+ messages)
` [RFC 04/14] x86/apic: Initialize APIC backing page for Secure AVIC

[bluetooth-next:master] BUILD SUCCESS 2336a5b48954512198205ea38a73ca50c6714446
 2024-11-07 15:27 UTC 

[RFC] module: Strict per-modname namespaces
 2024-11-07 15:27 UTC  (4+ messages)

[PATCH v2 0/3] scftorture: Avoid kfree from IRQ context
 2024-11-07 15:27 UTC  (2+ messages)
` [PATCH v2 4/3] scftorture: Wait until scf_cleanup_handler() completes

[PATCH v2] drm/panthor: Lock XArray when getting entries for the VM
 2024-11-07 15:26 UTC  (2+ messages)

[PATCH] spi: spidev_test: add support for word delay
 2024-11-07 15:07 UTC 

[PATCH] KVM: x86: Update irr_pending when setting APIC state with APICv disabled
 2024-11-07 15:25 UTC  (6+ messages)

[PATCH 0/4] usb: typec: hd3ss3220: enhance driver with port type, power opmode, and role preference settings
 2024-11-07 15:24 UTC  (4+ messages)
` [PATCH 2/4] usb: typec: hd3ss3220: use typec_get_fw_cap() to fill typec_cap

[PATCH] mtd: ubi: remove redundant check on bytes_left at end of function
 2024-11-07 15:23 UTC  (2+ messages)

[PATCH 0/4] KVM: s390: CPU model for gen17
 2024-11-07 15:23 UTC  (5+ messages)
` [PATCH 1/4] KVM: s390: add concurrent-function facility to cpu model
` [PATCH 2/4] KVM: s390: add msa11 "
` [PATCH 3/4] KVM: s390: add gen17 facilities to CPU model
` [PATCH 4/4] KVM: s390: selftests: Add regression tests for PFCR subfunctions

[PATCH 2/3] PCI: mediatek-gen3: rely on clk_bulk_prepare_enable in mtk_pcie_en7581_power_up
 2024-11-07 15:19 UTC  (2+ messages)

[PATCH] [RFC] cxl/region: Fix region creation for greater than x2 switches
 2024-11-07 15:23 UTC  (4+ messages)

drivers/irqchip/irq-loongarch-avec.c:182 complete_irq_moving() error: uninitialized symbol 'isr'
 2024-11-07 15:22 UTC 

[android-common:android15-6.6-desktop 15301/23134] drivers/media/platform/camx/cam_sensor_module/cam_eeprom/cam_eeprom_dev.c:159:11: error: incompatible pointer to integer conversion returning 'void *' from a function with result type 'int'
 2024-11-07 15:22 UTC 

[PATCH] ASoC: SOF: Intel: hda-stream: Always use at least two BDLE for transfers
 2024-11-07 15:23 UTC  (2+ messages)

[PATCH] ASoC: SOF: Intel: hda: Add support for persistent Code Loader DMA buffers
 2024-11-07 15:23 UTC  (2+ messages)

[PATCH v3 0/3] sched/topology: optimize topology_span_sane()
 2024-11-07 15:22 UTC  (3+ messages)

[PATCH v3] staging: greybus: uart: Fix atomicity violation in get_serial_info()
 2024-11-07 15:22 UTC  (3+ messages)

[v2,0/1] i2c: mediatek: add runtime PM operations and bus regulator control
 2024-11-07 15:19 UTC  (4+ messages)
` [v2,1/1] "

[PATCH 1/2] rt-tests: Detect libcpupower presence
 2024-11-07 15:20 UTC  (2+ messages)
` [PATCH 2/2] rt-tests: cyclictest: Support idle state disabling via libcpupower

[PATCH v2] CHANGELOG: Add note about xAPIC destination mode change
 2024-11-07 15:21 UTC  (2+ messages)

[PATCH 00/12] Boot modules for Hyperlaunch
 2024-11-07 15:20 UTC  (6+ messages)
` [PATCH 02/12] x86/boot: eliminate module_map

[PATCH net-next v2] net: dlink: add support for reporting stats via `ethtool -S`
 2024-11-07 15:19 UTC 

[PATCH v4 4/4] PCI: mediatek-gen3: Add Airoha EN7581 support
 2024-11-07 15:17 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.