public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-15 23:48:53 to 2024-02-16 04:40:05 UTC [more...]

[PATCH v1] ALSA: memalloc: Fix indefinite hang in non-iommu case
 2024-02-16  4:34 UTC  (6+ messages)

[syzbot] [ext4?] WARNING in ext4_discard_allocated_blocks
 2024-02-16  4:26 UTC  (2+ messages)

[PATCH V4 0/5] mlx5 ConnectX control misc driver
 2024-02-16  4:20 UTC  (13+ messages)

[PATCH v4] mm: swap: async free swap slot cache entries
 2024-02-16  4:16 UTC  (4+ messages)

[PATCH v2] uapi/auxvec: Define AT_HWCAP3 and AT_HWCAP4 aux vector, entries
 2024-02-16  4:13 UTC  (5+ messages)

[PATCH v2 0/3] mm/zswap & crypto/acompress: remove a couple of memcpy
 2024-02-16  4:08 UTC  (4+ messages)
` [PATCH v2 1/3] crypto: introduce acomp_is_sleepable to expose if a acomp has a scomp backend
` [PATCH v2 2/3] mm/zswap: remove the memcpy if acomp is not sleepable
` [PATCH v2 3/3] crypto: scompress: remove memcpy if sg_nents is 1

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

[PATCH 0/3] mm/zswap & crypto/acompress: remove a couple of memcpy
 2024-02-16  3:55 UTC  (7+ messages)
` [PATCH 2/3] mm/zswap: remove the memcpy if acomp is not asynchronous
` [PATCH 3/3] crypto: scompress: remove memcpy if sg_nents is 1

[PATCH] cred: Use KMEM_CACHE instead of kmem_cache_create
 2024-02-16  3:54 UTC  (2+ messages)

linux-next: Tree for Feb 16
 2024-02-16  3:32 UTC 

[PATCH bpf v3 0/3] Fix the read of vsyscall page through bpf
 2024-02-16  3:30 UTC  (2+ messages)

[PATCH v3 3/3] PCI/ASPM: Fix L1SS parameters & only enable supported features when enable link state
 2024-02-16  3:13 UTC  (3+ messages)

linux-next: build warning after merge of the spi tree
 2024-02-16  3:11 UTC 

[syzbot] [pvrusb2?] KASAN: slab-use-after-free Read in pvr2_context_set_notify (2)
 2024-02-16  3:03 UTC  (3+ messages)

[PATCH] mm: zswap: increase reject_compress_poor but not reject_compress_fail if compression returns ENOSPC
 2024-02-16  3:05 UTC 

[PATCH v18 0/3] vfio/nvgrace-gpu: Add vfio pci variant module for grace hopper
 2024-02-16  3:01 UTC  (4+ messages)
` [PATCH v18 1/3] vfio/pci: rename and export do_io_rw()
` [PATCH v18 2/3] vfio/pci: rename and export range_intersect_range
` [PATCH v18 3/3] vfio/nvgrace-gpu: Add vfio pci variant module for grace hopper

linux-next: build warning after merge of the workqueues tree
 2024-02-16  3:00 UTC 

[PATCH 00/30] PREEMPT_AUTO: support lazy rescheduling
 2024-02-16  2:59 UTC  (10+ messages)

[PATCH] dt-bindings: vendor-prefixes: Add missing prefixes used in compatibles
 2024-02-16  2:58 UTC 

[PATCH 00/13] Add Mobileye EyeQ5 support to the Nomadik I2C controller & use hrtimers for timeouts
 2024-02-16  2:27 UTC  (5+ messages)
` [PATCH 01/13] dt-bindings: i2c: nomadik: add timeout-usecs property bindings
` [PATCH 02/13] dt-bindings: i2c: nomadik: add mobileye,eyeq5-i2c bindings and example

[PATCH] mmc: sd: Add a variable to check a faulty device
 2024-02-16  2:26 UTC  (9+ messages)

[PATCH 1/2] mm/migrate_device: further convert migrate_device_unmap() to folios
 2024-02-16  2:21 UTC  (4+ messages)

[PATCH v5 00/13] Support IGT in display driver
 2024-02-16  2:17 UTC  (10+ messages)
` [PATCH v5 06/13] drm/mediatek: Turn off the layers with zero width or height
` [PATCH v5 08/13] drm/mediatek: Support alpha blending in OVL
` [PATCH v5 10/13] drm/mediatek: Support CRC in display driver

[PATCH net-next v4 00/17] net: Add support for Power over Ethernet (PoE)
 2024-02-16  2:16 UTC  (3+ messages)
` [PATCH net-next v4 11/17] dt-bindings: net: pse-pd: Add another way of describing several PSE PIs

[gustavoars:testing/WFAMNAE-next20240215 1/1] arch/powerpc/perf/core-book3s.c:2315:64: error: passing argument 3 of 'perf_sample_save_brstack' from incompatible pointer type
 2024-02-16  2:15 UTC 

[RFC PATCH 0/8] Cover a guard gap corner case
 2024-02-16  2:15 UTC  (4+ messages)
` [RFC PATCH 1/8] mm: Switch mm->get_unmapped_area() to a flag

[PATCH] doc: it_IT: remove references to original documents
 2024-02-16  2:15 UTC  (2+ messages)

[PATCH 1/2] alpha: merge two entries for CONFIG_ALPHA_EV4
 2024-02-16  2:13 UTC  (4+ messages)
` [PATCH 2/2] alpha: merge two entries for CONFIG_ALPHA_GAMMA

[PATCH 0/9] Remove cl in struct cmdq_pkt
 2024-02-16  2:11 UTC  (10+ messages)
` [PATCH 1/9] soc: mediatek: cmdq: Remove unused helper funciton
` [PATCH 2/9] soc: mediatek: cmdq: Add parameter shift_pa to cmdq_pkt_jump()
` [PATCH 4/9] soc: mediatek: cmdq: Add cmdq_pkt_nop() helper function

[PATCH] arch/x86/entry_fred: don't set up KVM IRQs if KVM is disabled
 2024-02-16  2:10 UTC  (3+ messages)

[PATCH 0/6] net: hisi-femac: add support for Hi3798MV200, remove unmaintained compatibles
 2024-02-16  2:09 UTC  (11+ messages)
` [PATCH 1/6] net: hisilicon: add support for hisi_femac core on Hi3798MV200
` [PATCH 3/6] dt-bindings: net: remove outdated hisilicon-femac
` [PATCH 4/6] dt-bindings: net: add hisilicon-femac
` [PATCH 5/6] net: mdio: hisi-femac: make clock optional
` [PATCH 6/6] dt-bindings: net: hisilicon-femac-mdio: "

[RFC PATCH v2 0/4] tsm: Runtime measurement registers ABI
 2024-02-16  2:05 UTC  (12+ messages)

[PATCH] hexagon: select GENERIC_IRQ_PROBE instead of redefining it
 2024-02-16  2:03 UTC  (3+ messages)

[RESEND PATCH v5 0/4] Combine perf and bpf for fast eval of hw breakpoint conditions]
 2024-02-16  1:59 UTC  (9+ messages)
` [RESEND PATCH v5 1/4] perf/bpf: Call bpf handler directly, not through overflow machinery
` [RESEND PATCH v5 2/4] perf/bpf: Remove unneeded uses_default_overflow_handler
` [RESEND PATCH v5 3/4] perf/bpf: Allow a bpf program to suppress all sample side effects

[PATCH v1 4/5] sbm: SandBox Mode KUnit test suite
 2024-02-16  1:53 UTC  (2+ messages)

[PATCH v8 14/15] x86: Secure Launch late initcall platform module
 2024-02-16  1:53 UTC  (2+ messages)

[PATCH] configs/debug: add NET debug config
 2024-02-16  1:50 UTC  (2+ messages)

[PATCH v8 0/2] wifi: mwifiex: add code to support host mlme
 2024-02-16  1:48 UTC  (9+ messages)
  ` [EXT] "

[PATCH v3] perf: CXL: fix CPMU filter value mask length
 2024-02-16  1:45 UTC 

[PATCH v3 0/4] riscv: sophgo: add reset support for SG2042
 2024-02-16  1:38 UTC  (5+ messages)
` [PATCH v3 2/4] reset: simple: add support for Sophgo SG2042

[PATCH netnext 0/8] MT7530 DSA Subdriver Improvements Act III
 2024-02-16  1:34 UTC  (2+ messages)

[PATCH v3 00/35] Memory allocation profiling
 2024-02-16  1:31 UTC  (28+ messages)
` [PATCH v3 13/35] lib: add allocation tagging support for memory "
` [PATCH v3 31/35] lib: add memory allocations report in show_mem()

[PATCH net RFC] net: dsa: mt7530: fix link-local frames that ingress vlan filtering ports
 2024-02-16  1:24 UTC  (2+ messages)

[PATCH wq/for-6.9] workqueue: Fix queue_work_on() with BH workqueues
 2024-02-16  1:23 UTC  (2+ messages)
` [PATCH wq/for-6.9] workqueue, irq_work: Build fix for !CONFIG_IRQ_WORK

[PATCH V2] mm/hugetlb: Ensure adequate CMA areas available for hugetlb_cma[]
 2024-02-16  1:22 UTC  (2+ messages)

[PATCH net-next v6 00/11] net: dsa: realtek: variants to drivers, interfaces to a common module
 2024-02-16  1:20 UTC  (4+ messages)

[PATCH net-next v3 0/3] net: dsa: realtek: support reset controller and update docs
 2024-02-16  1:16 UTC  (6+ messages)
` [PATCH net-next v3 3/3] net: dsa: realtek: support reset controller

[PATCH 18/18] net: dsa: microchip: Check return value of of_get_phy_mode()
 2024-02-16  1:09 UTC  (2+ messages)

[PATCH v1 0/2] nvme-pci: Fix dma-iommu mapping failures when PAGE_SIZE=64KB
 2024-02-16  1:07 UTC  (14+ messages)
` [PATCH v1 2/2] nvme-pci: Fix iommu map (via swiotlb) "

[PATCH v4 00/10] IOMMU memory observability
 2024-02-16  1:05 UTC  (6+ messages)
` [PATCH v4 01/10] iommu/vt-d: add wrapper functions for page allocations

[PATCH net-next v2] net: dsa: remove OF-based MDIO bus registration from DSA core
 2024-02-16  1:00 UTC  (2+ messages)

[PATCH v15 0/9] Add multiport support for DWC3 controllers
 2024-02-16  0:57 UTC  (10+ messages)
` [PATCH v15 1/9] dt-bindings: usb: Add bindings for multiport properties on DWC3 controller
` [PATCH v15 2/9] usb: dwc3: core: Access XHCI address space temporarily to read port info
` [PATCH v15 3/9] usb: dwc3: core: Skip setting event buffers for host only controllers
` [PATCH v15 4/9] usb: dwc3: core: Refactor PHY logic to support Multiport Controller
` [PATCH v15 5/9] dt-bindings: usb: qcom,dwc3: Add bindings for SC8280 Multiport
` [PATCH v15 6/9] usb: dwc3: qcom: Add helper function to request wakeup interrupts
` [PATCH v15 7/9] usb: dwc3: qcom: Refactor IRQ handling in glue driver
` [PATCH v15 8/9] usb: dwc3: qcom: Enable wakeup for applicable ports of multiport
` [PATCH v15 9/9] usb: dwc3: qcom: Add multiport suspend/resume support for wrapper

[PATCH v2] mm/filemap: Allow arch to request folio size for exec memory
 2024-02-16  0:57 UTC  (3+ messages)

[PATCH v4 0/4] membarrier: riscv: Core serializing command
 2024-02-16  0:56 UTC  (2+ messages)

[PATCH v2] mm/swap: fix race when skipping swapcache
 2024-02-16  0:54 UTC  (7+ messages)

[PATCH v8 0/1] mm: report per-page metadata information
 2024-02-16  0:51 UTC  (5+ messages)
` [PATCH v8 1/1] "

[PATCH] printk: save loglevel before console_verbose()
 2024-02-16  0:51 UTC 

[PATCH v2 0/2] arm64: dts: qcom: msm8916/39-samsung-a2015: Add PMIC and charger
 2024-02-16  0:51 UTC  (3+ messages)
` [PATCH v2 1/2] arm64: dts: qcom: msm8916/39-samsung-a2015: Add connector for MUIC

[PATCH v6 1/5] drm: Stop using `select ACPI_VIDEO` in all drivers
 2024-02-16  0:49 UTC  (3+ messages)

[RFC PATCH v5 00/12] cxl: Add support for CXL feature commands, CXL device patrol scrub control and DDR5 ECS control features
 2024-02-16  0:47 UTC  (3+ messages)
` [RFC PATCH v5 04/12] cxl/memscrub: Add CXL device patrol scrub control feature

[PATCH] net/mlx5: fix possible stack overflows
 2024-02-16  0:43 UTC  (4+ messages)

[PATCH] MAINTAINERS: Update SiFive driver maintainers
 2024-02-16  0:43 UTC  (2+ messages)

[PATCH v10 00/25] security: Move IMA and EVM to the LSM infrastructure
 2024-02-16  0:25 UTC  (4+ messages)
` [PATCH v10 19/25] integrity: Move integrity_kernel_module_request() to IMA

[PATCH v10 0/7] page_owner: print stacks and their outstanding allocations
 2024-02-16  0:25 UTC  (4+ messages)
` [PATCH v10 1/7] lib/stackdepot: Fix first entry having a 0-handle

[PATCH 0/2] KVM: x86: Fix dirty logging of emulated atomics
 2024-02-16  0:26 UTC  (8+ messages)
` [PATCH 2/2] KVM: selftests: Test forced instruction emulation in dirty log test (x86 only)

[PATCH] dl2k: Fix potential NULL pointer dereference in receive_packet()
 2024-02-16  0:18 UTC  (4+ messages)

[PATCH] mmc: host: replace 1st argument to struct device * for mmc_of_parse_clk_phase()
 2024-02-16  0:17 UTC  (2+ messages)

[PATCH net-next v2 0/8] drivers: net: Convert EEE handling to use linkmode bitmaps
 2024-02-16  0:15 UTC  (3+ messages)
` [Intel-wired-lan] "

[syzbot] kernel BUG in ext4_do_writepages
 2024-02-16  0:09 UTC  (2+ messages)

[PATCH v1 0/6] SiFive cache controller PMU drivers
 2024-02-16  0:08 UTC  (7+ messages)
` [PATCH v1 1/6] dt-bindings: cache: Document the sifive,perfmon-counters property
` [PATCH v1 2/6] drivers/perf: Add SiFive Composable Cache PMU driver
` [PATCH v1 3/6] dt-bindings: cache: Add SiFive Extensible Cache controller
` [PATCH v1 4/6] drivers/perf: Add SiFive Extensible Cache PMU driver
` [PATCH v1 5/6] dt-bindings: cache: Add SiFive Private L2 Cache controller
` [PATCH v1 6/6] drivers/perf: Add SiFive Private L2 Cache PMU driver

[PATCH v3 1/4] dt-bindings: reset: sophgo: support SG2042
 2024-02-16  0:00 UTC  (2+ messages)
` [PATCH v3 3/4] riscv: dts: add reset generator for Sophgo SG2042 SoC

[PATCH v3 1/2] dt-bindings: clock: sophgo: Add top misc controller of CV18XX/SG200X series SoC
 2024-02-15 23:56 UTC  (2+ messages)

[PATCH v2] mm: document memalloc_noreclaim_save() and memalloc_pin_save()
 2024-02-15 23:55 UTC  (2+ messages)

[PATCH v14 0/9] Add multiport support for DWC3 controllers
 2024-02-15 23:49 UTC  (7+ messages)
` [PATCH v14 7/9] usb: dwc3: qcom: Refactor IRQ handling in glue driver
` [PATCH v14 8/9] usb: dwc3: qcom: Enable wakeup for applicable ports of multiport
` [PATCH v14 9/9] usb: dwc3: qcom: Add multiport suspend/resume support for wrapper

linux-next: Tree for Feb 15
 2024-02-15 23:49 UTC  (2+ messages)
` linux-next: Tree for Feb 15 (drivers/gpu/drm/tests/drm_buddy_test.o)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox