All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-08 22:19:08 to 2024-02-08 23:45:14 UTC [more...]

[PATCH v7 0/4] page_owner: print stacks and their outstanding allocations
 2024-02-08 23:45 UTC 

[PATCH] ASoC: SOF: amd: Fix locking in ACP IRQ handler
 2024-02-08 23:43 UTC 

[PATCH v2 0/5] drop low power policy board type
 2024-02-08 23:43 UTC  (4+ messages)
` [PATCH v2 4/5] ata: ahci: do not enable LPM on external ports

[PATCH v14 0/9] Add multiport support for DWC3 controllers
 2024-02-08 23:42 UTC  (3+ messages)
` [PATCH v14 2/9] usb: dwc3: core: Access XHCI address space temporarily to read port info

[PATCH 6.6 00/21] xfs backports for 6.6.y (from v6.7)
 2024-02-08 23:40 UTC  (23+ messages)
` [PATCH 6.6 01/21] MAINTAINERS: add Catherine as xfs maintainer for 6.6.y
` [PATCH 6.6 02/21] xfs: bump max fsgeom struct version
` [PATCH 6.6 03/21] xfs: hoist freeing of rt data fork extent mappings
` [PATCH 6.6 04/21] xfs: prevent rt growfs when quota is enabled
` [PATCH 6.6 05/21] xfs: rt stubs should return negative errnos when rt disabled
` [PATCH 6.6 06/21] xfs: fix units conversion error in xfs_bmap_del_extent_delay
` [PATCH 6.6 07/21] xfs: make sure maxlen is still congruent with prod when rounding down
` [PATCH 6.6 08/21] xfs: introduce protection for drop nlink
` [PATCH 6.6 09/21] xfs: handle nimaps=0 from xfs_bmapi_write in xfs_alloc_file_space
` [PATCH 6.6 10/21] xfs: allow read IO and FICLONE to run concurrently
` [PATCH 6.6 11/21] xfs: factor out xfs_defer_pending_abort
` [PATCH 6.6 12/21] xfs: abort intent items when recovery intents fail
` [PATCH 6.6 13/21] xfs: only remap the written blocks in xfs_reflink_end_cow_extent
` [PATCH 6.6 14/21] xfs: up(ic_sema) if flushing data device fails
` [PATCH 6.6 15/21] xfs: fix internal error from AGFL exhaustion
` [PATCH 6.6 16/21] xfs: fix again select in kconfig XFS_ONLINE_SCRUB_STATS
` [PATCH 6.6 17/21] xfs: inode recovery does not validate the recovered inode
` [PATCH 6.6 18/21] xfs: clean up dqblk extraction
` [PATCH 6.6 19/21] xfs: dquot recovery does not validate the recovered dquot
` [PATCH 6.6 20/21] xfs: clean up FS_XFLAG_REALTIME handling in xfs_ioctl_setattr_xflags
` [PATCH 6.6 21/21] xfs: respect the stable writes flag on the RT device

[yocto-autobuilder-helper] [PATCH] config.json: Try allowing a bit more parallelism
 2024-02-08 23:40 UTC  (4+ messages)
    ` [yocto] "

[meta-filesystems][PATCH] xfstests: fix make install race condition
 2024-02-08 23:40 UTC 

[PATCH v6 1/3] drm/buddy: Implement tracking clear page feature
 2024-02-08 23:38 UTC  (3+ messages)
` ✗ Fi.CI.SPARSE: warning for series starting with [v6,1/3] "
` ✓ Fi.CI.BAT: success "

[meta-ti][master][PATCH 0/2] Fix rogue driver compilation with lts prep
 2024-02-08 23:37 UTC  (3+ messages)
` [meta-ti][master][PATCH 1/2] ti-img-rogue-*: switch branches to new lts
` [meta-ti][master][PATCH 2/2] ti-img-rogue-driver: drop kbuild patch again

[PATCH net v3 0/9] net: Fix MODULE_DESCRIPTION() for net (p5)
 2024-02-08 23:37 UTC  (3+ messages)
` [PATCH net v3 9/9] net: fill in MODULE_DESCRIPTION()s for dsa_loop_bdinfo

[PATCH bpf-next 00/16] bpf: Introduce BPF arena
 2024-02-08 23:36 UTC  (8+ messages)
` [PATCH bpf-next 04/16] bpf: Introduce bpf_arena

[PATCH 0/2] drm/i915: Prevent HW access during init from connector hooks
 2024-02-08 23:36 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for drm/i915: Prevent HW access during init from connector hooks (rev2)

[PATCH] sysfs:Addresses null pointer dereference in sysfs_merge_group and sysfs_unmerge_group
 2024-02-08 23:36 UTC 

[PATCH v4 1/4] ASoc: PCM6240: Create PCM6240 Family driver code
 2024-02-08 14:38 UTC  (2+ messages)

[PATCH net-next] selftests: net: ignore timing errors in txtimestamp if KSFT_MACHINE_SLOW
 2024-02-08 23:34 UTC  (3+ messages)

[PATCH v14 00/53] Introduce QC USB SND audio offloading support
 2024-02-08 23:33 UTC  (55+ messages)
` [PATCH v14 01/53] xhci: fix possible null pointer dereference at secondary interrupter removal
` [PATCH v14 02/53] xhci: fix off by one check when adding a secondary interrupter
` [PATCH v14 03/53] xhci: Add interrupt pending autoclear flag to each interrupter
` [PATCH v14 04/53] xhci: Add helper to set an interrupters interrupt moderation interval
` [PATCH v14 05/53] xhci: make isoc_bei_interval variable interrupter specific
` [PATCH v14 06/53] xhci: remove unnecessary event_ring_deq parameter from xhci_handle_event()
` [PATCH v14 07/53] xhci: update event ring dequeue pointer position to controller correctly
` [PATCH v14 08/53] xhci: move event processing for one interrupter to a separate function
` [PATCH v14 09/53] xhci: add helper that checks for unhandled events on a event ring
` [PATCH v14 10/53] xhci: Don't check if the event ring is valid before every event TRB
` [PATCH v14 11/53] xhci: Decouple handling an event from checking for unhandled events
` [PATCH v14 12/53] xhci: add helper to stop endpoint and wait for completion
` [PATCH v14 13/53] usb: host: xhci: Export enable and disable interrupter APIs
` [PATCH v14 14/53] usb: host: xhci: Repurpose event handler for skipping interrupter events
` [PATCH v14 15/53] xhci: export XHCI IMOD setting helper for interrupters
` [PATCH v14 16/53] xhci: sideband: add initial api to register a sideband entity
` [PATCH v14 17/53] usb: host: xhci-sideband: Expose a sideband interrupter enable API
` [PATCH v14 18/53] usb: host: xhci-mem: Cleanup pending secondary event ring events
` [PATCH v14 19/53] usb: host: xhci-mem: Allow for interrupter clients to choose specific index
` [PATCH v14 20/53] ASoC: Add SOC USB APIs for adding an USB backend
` [PATCH v14 21/53] ASoC: dt-bindings: qcom,q6dsp-lpass-ports: Add USB_RX port
` [PATCH v14 22/53] ASoC: qcom: qdsp6: Introduce USB AFE port to q6dsp
` [PATCH v14 23/53] ASoC: qdsp6: q6afe: Increase APR timeout
` [PATCH v14 24/53] ASoC: qcom: qdsp6: Add USB backend ASoC driver for Q6
` [PATCH v14 25/53] ALSA: usb-audio: Introduce USB SND platform op callbacks
` [PATCH v14 26/53] ALSA: usb-audio: Export USB SND APIs for modules
` [PATCH v14 27/53] ALSA: usb-audio: Save UAC sample size information
` [PATCH v14 28/53] usb: dwc3: Specify maximum number of XHCI interrupters
` [PATCH v14 29/53] usb: host: xhci-plat: Set XHCI max interrupters if property is present
` [PATCH v14 30/53] ALSA: usb-audio: qcom: Add USB QMI definitions
` [PATCH v14 31/53] ALSA: usb-audio: qcom: Introduce QC USB SND offloading support
` [PATCH v14 32/53] ALSA: usb-audio: Check for support for requested audio format
` [PATCH v14 33/53] ASoC: usb: Add PCM format check API for USB backend
` [PATCH v14 34/53] ASoC: qcom: qdsp6: Ensure PCM format is supported by USB audio device
` [PATCH v14 35/53] ALSA: usb-audio: Prevent starting of audio stream if in use
` [PATCH v14 36/53] ALSA: usb-audio: Do not allow USB offload path if PCM device is "
` [PATCH v14 37/53] ASoC: dt-bindings: Add Q6USB backend
` [PATCH v14 38/53] ASoC: dt-bindings: Update example for enabling USB offload on SM8250
` [PATCH v14 39/53] ALSA: usb-audio: qcom: Populate PCM and USB chip information
` [PATCH v14 40/53] ASoC: qcom: qdsp6: Add support to track available USB PCM devices
` [PATCH v14 41/53] ASoC: Introduce SND kcontrols to select sound card and PCM device
` [PATCH v14 42/53] ASoC: qcom: qdsp6: Add SOC USB offload select get/put callbacks
` [PATCH v14 43/53] ASoC: Add SND kcontrol for fetching USB offload status
` [PATCH v14 44/53] ASoC: qcom: qdsp6: Add PCM ops to track current state
` [PATCH v14 45/53] ASoC: usb: Create SOC USB SND jack kcontrol
` [PATCH v14 46/53] ASoC: qcom: qdsp6: Add headphone jack for offload connection status
` [PATCH v14 47/53] ASoC: usb: Fetch ASoC sound card information
` [PATCH v14 48/53] ALSA: usb-audio: mixer: Add USB offloading mixer control
` [PATCH v14 49/53] ALSA: usb-audio: qcom: Use card and PCM index from QMI request
` [PATCH v14 50/53] ALSA: usb-audio: Allow for rediscovery of connected USB SND devices
` [PATCH v14 51/53] ASoC: usb: Rediscover USB SND devices on USB port add
` [PATCH v14 52/53] ASoC: qcom: Populate SoC components string
` [PATCH v14 53/53] ASoC: doc: Add documentation for SOC USB

[PATCH] ahci: document and clarify unconventional intel quirk
 2024-02-08 23:33 UTC  (2+ messages)

SMB 1.0 broken between Kernel versions 6.2 and 6.5
 2024-02-08 23:25 UTC  (7+ messages)

[PATCH v6 0/4] Add RZ/V2{M, MA} PWM driver support
 2024-02-08 23:24 UTC  (5+ messages)
` [PATCH v6 1/4] dt-bindings: pwm: Add RZ/V2M PWM binding
` [PATCH v6 2/4] pwm: Add support for RZ/V2M PWM driver
` [PATCH v6 3/4] arm64: dts: renesas: r9a09g011: Add pwm nodes
` [PATCH v6 4/4] arm64: dts: renesas: rzv2m evk: Enable pwm

linux-next: build warning after merge of the leds-lj tree
 2024-02-08 23:20 UTC  (4+ messages)

[PATCH 00/17] Add support for CDM over DP
 2024-02-08 23:19 UTC  (9+ messages)
` [PATCH 12/17] drm/msm/dpu: add support of new peripheral flush mechanism
` [PATCH 15/17] drm/msm/dpu: allow certain formats for CDM for DP

File Manager Service in OpenBMC
 2024-02-08 23:18 UTC  (2+ messages)

[PATCH] git: --no-lazy-fetch option
 2024-02-08 23:17 UTC 

[PATCH v5 00/14] dm-raid/md/raid: fix v6.7 regressions
 2024-02-08 23:17 UTC  (8+ messages)

[PATCH] kernel.bbclass: install .config to deploy dir
 2024-02-08 23:16 UTC  (3+ messages)
` [OE-core] "

[PATCH v2] fs, USB gadget: Rework kiocb cancellation
 2024-02-08 23:16 UTC  (5+ messages)

[GIT PULL] pin control fix for the v6.8 series
 2024-02-08 23:16 UTC  (2+ messages)

[GIT PULL] Networking for v6.8-rc4
 2024-02-08 23:16 UTC  (2+ messages)

[PATCH v2 0/4] rev-list: allow missing tips with --missing
 2024-02-08 23:15 UTC  (2+ messages)

[PATCH v4 0/5] drm/msm/dpu: remove dpu_encoder_phys_ops::atomic_mode_set callback
 2024-02-08 23:15 UTC  (4+ messages)
` [PATCH v4 4/5] drm/msm/dpu: move writeback's atomic_check to dpu_writeback.c

[RFC 0/7] firmware: arm_scmi: Qualcomm Vendor Protocol
 2024-02-08 23:14 UTC  (5+ messages)
` [RFC 1/7] dt-bindings: mailbox: qcom: Add CPUCP mailbox controller bindings

[PATCH 1/3] kernel-devsrc: Add needed fixes for 6.1+ kernel build on target on RISCV
 2024-02-08 23:14 UTC  (3+ messages)
` [OE-core] "

[PATCH 00/11] s390: Support linking with ld.lld
 2024-02-08 23:14 UTC  (2+ messages)

[PATCH bpf-next] bpf, docs: Update ISA document title
 2024-02-08 23:13 UTC  (3+ messages)
  ` [Bpf] "

[PATCH net-next v4] net: stmmac: dwmac-qcom-ethqos: Enable TBS on all queues but 0
 2024-02-08 23:11 UTC  (2+ messages)

[PATCH] dt-bindings: interrupt-controller: Convert Atmel AIC to json-schema
 2024-02-08 23:10 UTC  (3+ messages)

[PATCH v6 0/6] AMD Pstate Fixes And Enhancements
 2024-02-08 23:09 UTC  (3+ messages)

[PATCH] drm/i915/dp: Limit SST link rate to <=8.1Gbps
 2024-02-08 23:05 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH 0/7] python 3.12 related fixes
 2024-02-08 23:04 UTC  (3+ messages)
` [PATCH 4/7] oeqa/selftest/oelib/buildhistory: git default branch
  ` [OE-core] "

[PATCH bpf-next v4] bpftool: add support for split BTF to gen min_core_btf
 2024-02-08 23:01 UTC  (16+ messages)

[PATCH V2 0/3] dt-bindings: arm: mediatek: convert MT7622-related bindings to the json-schema
 2024-02-08 21:59 UTC  (2+ messages)
` [PATCH V2 3/3] dt-bindings: arm: mediatek: convert SSUSBSYS to the json-schema clock

[PATCH bpf-next v6 0/4] Support PTR_MAYBE_NULL for struct_ops arguments
 2024-02-08 23:01 UTC  (3+ messages)
` [PATCH bpf-next v6 3/4] bpf: Create argument information for nullable arguments

[PATCH] s390: vDSO: Drop '-fPIC' from LDFLAGS
 2024-02-08 23:00 UTC  (2+ messages)

[Intel-wired-lan] [PATCH iwl-net] ice: fix dpll input pin phase_adjust value updates
 2024-02-08 22:56 UTC 

[PATCH] mtd: lpc32xx: use typedef for dma_filter_fn
 2024-02-08 22:50 UTC  (4+ messages)

[PATCH v2 3/4] rust: uaccess: add typed accessors for userspace pointers
 2024-02-08 22:57 UTC  (2+ messages)

[RFC PATCH] cxl/region: Allow out of order assembly of autodiscovered regions
 2024-02-08 22:57 UTC  (4+ messages)

[PATCH v2 2/4] uaccess: always export _copy_[from|to]_user with CONFIG_RUST
 2024-02-08 22:56 UTC  (2+ messages)

[PATCH v2 1/4] rust: uaccess: add userspace pointers
 2024-02-08 22:54 UTC  (2+ messages)

[PATCH v3] usb: dwc3: gadget: Fix NULL pointer dereference in dwc3_gadget_suspend
 2024-02-08 22:54 UTC  (3+ messages)

[PATCH docs-next] scripts/kernel-doc: reindent
 2024-02-08 22:54 UTC  (2+ messages)

[PATCH] tests/*/Makefile: make sure group.list DIRT exists before install
 2024-02-08 22:52 UTC 

[PATCH] docs: dev-tools: checkpatch.rst: Fix grammar
 2024-02-08 22:52 UTC  (2+ messages)

[PATCH] docs: Makefile: Fix make cleandocs by deleting generated .rst files
 2024-02-08 22:52 UTC  (2+ messages)

[PATCH i-g-t 0/2] extend psr2_sf test for pr_sf
 2024-02-08 22:51 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for extend psr2_sf test for pr_sf (rev4)

[PATCH RFC v2 0/8] m68k v4.4 backport fixes
 2024-02-08 22:51 UTC  (6+ messages)
` [PATCH RFC v2 4/8] m68k: Handle arrivals of multiple signals correctly

[PATCH] app/testpmd: add size parameter to raw_encap action
 2024-02-08 22:50 UTC  (2+ messages)

[PATCH] net: remove check before __cgroup_bpf_run_filter_skb
 2024-02-08 17:50 UTC 

[PATCH v2 0/4] eventfd: simplify signal helpers
 2024-02-08  9:02 UTC  (4+ messages)
` [PATCH v2 2/4] eventfd: simplify eventfd_signal()

[PATCH] README: Fix spelling/capitalization
 2024-02-08 22:49 UTC  (3+ messages)
` [RESEND PATCH] "

[revert commit 83b3836bf83f09beea5f592b126cfdd1bc921e48] [mainline] [6.8.0-rc3]kernel BUG at arch/powerpc/platforms/pseries/iommu.c:100!
 2024-02-08  5:53 UTC  (2+ messages)

[PATCH] docs: proc.rst: comm: mention the included NUL
 2024-02-08 22:47 UTC  (4+ messages)
` [PATCH v2 0/1] "
  ` [PATCH v2 1/1] "

linux-next: build failure after merge of the bcachefs tree
 2024-02-08 22:46 UTC  (2+ messages)

drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_debug.c:59 kfd_dbg_trap_enable() warn: fd re-used after fget(): 'fd'
 2024-02-08 22:45 UTC 

[openeuler:openEuler-1.0-LTS 13023/21625] block/blk-cgroup.c:478:19: sparse: sparse: incompatible types in comparison expression (different address spaces):
 2024-02-08 22:45 UTC 

[LSF/MM/BPF TOPIC] Removing GFP_NOFS
 2024-02-08 22:45 UTC  (6+ messages)

[PATCH] doc:it_IT: fix a typo in the config name in RCU torture
 2024-02-08 22:44 UTC  (2+ messages)

[Buildroot] [PATCH v5 0/3] i.MX91 and i.MX93 support
 2024-02-08 22:43 UTC  (6+ messages)
` [Buildroot] [PATCH v5 1/3] package/freescale-imx: add i.MX91 and i.MX93 SoC support
` [Buildroot] [PATCH v5 2/3] package/freescale-imx/firmware-ele-imx: new package

[PATCH] docs: staging: fix typo in docs
 2024-02-08 22:42 UTC  (2+ messages)

[PATCH v4 00/12] Introduce cpu_dcache_is_aliasing() to fix DAX regression
 2024-02-08 22:42 UTC  (6+ messages)
` [PATCH v4 06/12] dax: Check for data cache aliasing at runtime

[PATCH] dt-bindings: net: realtek: Use proper node names
 2024-02-08 22:40 UTC 

SOF_TIMESTAMPING_OPT_ID is unreliable when sendmsg fails
 2024-02-08 22:40 UTC  (5+ messages)

[PATCH 0/6] interconnect: qcom: constify things
 2024-02-08 22:40 UTC  (2+ messages)

[PATCH 0/1] ethdev: add IPv6 field identifiers
 2024-02-08 22:37 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/1] ethdev: add IPv6 FL and TC "

[PATCH for-rc v1] RDMA/qedr: Fix qedr_create_user_qp error flow
 2024-02-08 22:36 UTC 

[PATCH bpf-next] bpf, docs: Add callx instructions in new conformance group
 2024-02-08 22:32 UTC  (2+ messages)
` [Bpf] "

[PATCH 00/14] Add suspend to ram support for PCIe on J7200
 2024-02-08 21:29 UTC  (8+ messages)
` [PATCH 01/14] gpio: pca953x: move suspend/resume to suspend_noirq/resume_noirq

[PATCH v5 00/17] spi: s3c64xx: straightforward cleanup
 2024-02-08 21:21 UTC  (2+ messages)

[PATCH] net/bonding: fix query-count flags not set
 2024-02-08 22:27 UTC  (2+ messages)

[PATCH v3 0/5] iio: adc: ad7192: Add support for AD7194
 2024-02-08 22:27 UTC  (3+ messages)
` [PATCH v3 5/5] iio: adc: ad7192: Add AD7194 support

[PATCH 00/16] Add OA functionality to Xe
 2024-02-08 22:26 UTC  (4+ messages)
` [PATCH 06/16] drm/xe/oa/uapi: Define and parse OA stream properties

Sporadic regmap unit test failure in raw_sync
 2024-02-08 22:26 UTC  (3+ messages)

[PATCH 0/3] Support IPv6 flow label based RSS
 2024-02-08 22:24 UTC  (4+ messages)
` [PATCH v2] ethdev: add support for RSS based on IPv6 flow label

[PATCH i-g-t v2] benchmarks: Add VKMS benchmark
 2024-02-08 22:23 UTC  (2+ messages)
` ✓ CI.xeBAT: success for benchmarks: Add VKMS benchmark (rev2)

[PATCH 00/14] Add support for NIST P521 to ecdsa and ecdh
 2024-02-08 22:18 UTC  (15+ messages)
` [PATCH 01/14] crypto: ecdsa - Convert byte arrays with key coordinates to digits
` [PATCH 02/14] crypto: ecdsa - Adjust tests on length of key material
` [PATCH 03/14] crypto: ecdsa - Adjust res.x mod n for NIST P521
` [PATCH 04/14] crypto: ecc - Implement vli_mmod_fast_521 for NIST p521
` [PATCH 05/14] crypto: ecc - For NIST P521 use vli_num_bits to get number of bits
` [PATCH 06/14] crypto: ecc - Add NIST P521 curve parameters
` [PATCH 07/14] crypto: ecdsa - Register NIST P521 and extend test suite
` [PATCH 08/14] x509: Add OID for NIST P521 and extend parser for it
` [PATCH 09/14] crypto: ecdh - Use properly formatted digits to check for valid key
` [PATCH 10/14] crypto: ecc - Implement ecc_digits_to_array to convert digits to byte array
` [PATCH 11/14] crypto: Add nbits field to ecc_curve structure
` [PATCH 12/14] crypto: ecc - Implement and use ecc_curve_get_nbytes to get curve's nbytes
` [PATCH 13/14] crypto: ecdh - Use functions to copy digits from and to array
` [PATCH 14/14] crypto: ecdh - Add support for NIST P521 and add test case


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.