All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-18 14:12:20 to 2023-05-18 15:01:13 UTC [more...]

snd_hda_codec_cirrus kernel oops
 2023-05-18 14:27 UTC  (6+ messages)

Fwd: Persistent rt_sigreturn segfaults on KVM VMs after upgrade to 5.15
 2023-05-18 15:01 UTC  (3+ messages)

[PATCH 0/7] ALSA: emu10k1: refactoring of the playback voice management
 2023-05-18 14:58 UTC  (7+ messages)
` [PATCH 1/7] ALSA: emu10k1: simplify freeing synth voices
` [PATCH 4/7] ALSA: emu10k1: make freeing untouched playback voices cheap
` [PATCH 5/7] ALSA: emu10k1: centralize freeing PCM voices
` [PATCH 7/7] ALSA: emu10k1: revamp playback voice allocator

[PATCH] rpm: upgrade to v4.18.1
 2023-05-18 14:59 UTC 

[PATCH] drm/amd/display: Fix artifacting on eDP panels when engaging freesync video mode
 2023-05-18 14:59 UTC  (2+ messages)

[Intel-wired-lan] [PATCH net-next 00/11] net: intel: start The Great Code Dedup + Page Pool for iavf
 2023-05-18 14:56 UTC  (13+ messages)
` [Intel-wired-lan] [PATCH net-next 06/11] net: page_pool: avoid calling no-op externals when possible
    `  "
` [Intel-wired-lan] [PATCH net-next 07/11] net: page_pool: add DMA-sync-for-CPU inline helpers
      `  "

[PATCH 0/2] ALSA: emu10k1: various improvements to the DSP-based mixer code
 2023-05-18 14:57 UTC  (2+ messages)

[PATCH 1/2] ALSA: emu10k1: fix synthesizer sample playback position and caching
 2023-05-18 14:57 UTC  (2+ messages)

[PATCH] accel/tcg: Fix append_mem_cb
 2023-05-18 14:58 UTC 

Multiple vIOMMU instance support in QEMU?
 2023-05-18 14:56 UTC  (5+ messages)

[PATCH v4 00/35] Maple tree mas_{next,prev}_range() and cleanup
 2023-05-18 14:55 UTC  (33+ messages)
` [PATCH v4 01/35] maple_tree: Fix static analyser cppcheck issue
` [PATCH v4 02/35] maple_tree: Clean up mas_parent_enum() and rename to mas_parent_type()
` [PATCH v4 03/35] maple_tree: Avoid unnecessary ascending
` [PATCH v4 04/35] maple_tree: Clean up mas_dfs_postorder()
` [PATCH v4 05/35] maple_tree: Add format option to mt_dump()
` [PATCH v4 06/35] maple_tree: Add debug BUG_ON and WARN_ON variants
` [PATCH v4 07/35] maple_tree: Convert BUG_ON() to MT_BUG_ON()
` [PATCH v4 08/35] maple_tree: Change RCU checks to WARN_ON() instead of BUG_ON()
` [PATCH v4 09/35] maple_tree: Convert debug code to use MT_WARN_ON() and MAS_WARN_ON()
` [PATCH v4 10/35] maple_tree: Use MAS_BUG_ON() when setting a leaf node as a parent
` [PATCH v4 11/35] maple_tree: Use MAS_BUG_ON() in mas_set_height()
` [PATCH v4 12/35] maple_tree: Use MAS_BUG_ON() from mas_topiary_range()
` [PATCH v4 13/35] maple_tree: Use MAS_WR_BUG_ON() in mas_store_prealloc()
` [PATCH v4 14/35] maple_tree: Use MAS_BUG_ON() prior to calling mas_meta_gap()
` [PATCH v4 15/35] maple_tree: Return error on mte_pivots() out of range
` [PATCH v4 16/35] maple_tree: Make test code work without debug enabled
` [PATCH v4 17/35] mm: Update validate_mm() to use vma iterator
` [PATCH v4 18/35] mm: Update vma_iter_store() to use MAS_WARN_ON()
` [PATCH v4 20/35] maple_tree: Remove unnecessary check from mas_destroy()
` [PATCH v4 21/35] maple_tree: mas_start() reset depth on dead node
` [PATCH v4 22/35] mm/mmap: Change do_vmi_align_munmap() for maple tree iterator changes
` [PATCH v4 23/35] maple_tree: Try harder to keep active node after mas_next()
` [PATCH v4 24/35] maple_tree: Try harder to keep active node with mas_prev()
` [PATCH v4 25/35] maple_tree: Revise limit checks in mas_empty_area{_rev}()
` [PATCH v4 26/35] maple_tree: Fix testing mas_empty_area()
` [PATCH v4 27/35] maple_tree: Introduce mas_next_slot() interface
` [PATCH v4 28/35] maple_tree: Add mas_next_range() and mas_find_range() interfaces
` [PATCH v4 31/35] maple_tree: Add mas_prev_range() and mas_find_range_rev interface
` [PATCH v4 32/35] maple_tree: Clear up index and last setting in single entry tree
` [PATCH v4 33/35] maple_tree: Update testing code for mas_{next,prev,walk}
` [PATCH v4 34/35] mm: Add vma_iter_{next,prev}_range() to vma iterator
` [PATCH v4 35/35] mm: Avoid rewalk in mmap_region

[PATCH v2 00/20] efi/x86: Avoid bare metal decompressor during EFI boot
 2023-05-18 14:55 UTC  (4+ messages)
` [PATCH v2 05/20] x86: decompressor: Avoid the need for a stack in the 32-bit trampoline

[PATCH nolibc 0/15] nolibc updates for v6.5]
 2023-05-18 14:55 UTC  (16+ messages)
` [PATCH v2 nolibc 01/15] tools/nolibc: tests: use volatile to force stack smashing
` [PATCH v2 nolibc 02/15] tools/nolibc: tests: fix build on non-c99 compliant compilers
` [PATCH v2 nolibc 03/15] tools/nolibc: fix build of the test case using glibc
` [PATCH v2 nolibc 04/15] tools/nolibc: add libc-test binary
` [PATCH v2 nolibc 05/15] tools/nolibc: add wrapper for memfd_create
` [PATCH v2 nolibc 06/15] tools/nolibc: implement fd-based FILE streams
` [PATCH v2 nolibc 07/15] tools/nolibc: add testcases for vfprintf
` [PATCH v2 nolibc 08/15] tools/nolibc: Fix build of stdio.h due to header ordering
` [PATCH v2 nolibc 09/15] tools/nolibc: use standard __asm__ statements
` [PATCH v2 nolibc 10/15] tools/nolibc: use __inline__ syntax
` [PATCH v2 nolibc 11/15] tools/nolibc: use C89 comment syntax
` [PATCH v2 nolibc 12/15] tools/nolibc: validate C89 compatibility
` [PATCH v2 nolibc 13/15] tools/nolibc: s390: provide custom implementation for sys_fork
` [PATCH v2 nolibc 14/15] tools/nolibc: add testcase for fork()/waitpid()
` [PATCH v2 nolibc 15/15] tools/nolibc: remove LINUX_REBOOT_ constants

[syzbot] [fbdev?] [usb?] WARNING in dlfb_submit_urb/usb_submit_urb (2)
 2023-05-18 14:56 UTC  (6+ messages)

[Intel-gfx] [PATCH 0/6] drm/i915/color: register & get config abstractions
 2023-05-18 14:55 UTC  (3+ messages)
` [Intel-gfx] [PATCH 1/6] drm/i915/regs: split out intel_color_regs.h

[PATCH] Documentation: add initial iomap kdoc
 2023-05-18 14:54 UTC  (5+ messages)

[PATCH 00/13] Clean up PCI IDE device models
 2023-05-18 14:53 UTC  (10+ messages)
` [PATCH 10/13] hw/ide/piix: Reuse PCIIDEState::{cmd,data}_ops

[agd5f:drm-next 543/588] drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c:334:26: error: 'fpriv' undeclared
 2023-05-18 14:53 UTC 

[PATCH v4 net] qede: Fix scheduling while atomic
 2023-05-18 14:52 UTC 

[PULL 00/29] target-arm queue
 2023-05-18 14:51 UTC  (2+ messages)

[PATCH v2 1/2] axis-fifo: use devm_kasprintf() for allocating formatted strings
 2023-05-18 14:51 UTC  (5+ messages)
    ` [PATCH v3 "
      ` [PATCH v3 2/2] axis-fifo: cleanup space issues with fops struct

[Intel-gfx] [PATCH] drm/i915/mtl: do not enable render power-gating on MTL
 2023-05-18 14:50 UTC  (2+ messages)
` [Intel-gfx] [PATCH v2] "

[PATCH 0/5] Restore vmstate on cancelled/failed migration
 2023-05-18 14:49 UTC  (6+ messages)
` [PATCH 2/5] migration: never fail in global_state_store()

[PATCH] pid: Replace struct pid 1-element array with flex-array
 2023-05-18 14:48 UTC  (2+ messages)

[XEN v7 00/11] Add support for 32-bit physical address
 2023-05-18 14:39 UTC  (12+ messages)
` [XEN v7 01/11] xen/arm: domain_build: Track unallocated pages using the frame number
` [XEN v7 02/11] xen/arm: Typecast the DT values into paddr_t
` [XEN v7 03/11] xen/arm: Introduce a wrapper for dt_device_get_address() to handle paddr_t
` [XEN v7 04/11] xen/arm: smmu: Use writeq_relaxed_non_atomic() for writing to SMMU_CBn_TTBR0
` [XEN v7 05/11] xen/arm: domain_build: Check if the address fits the range of physical address
` [XEN v7 06/11] xen: dt: Replace u64 with uint64_t as the callback function parameters for dt_for_each_range()
` [XEN v7 07/11] xen/arm: p2m: Use the pa_range_info table to support ARM_32 and ARM_64
` [XEN v7 08/11] xen/arm: Introduce choice to enable 64/32 bit physical addressing
` [XEN v7 09/11] xen/arm: guest_walk: LPAE specific bits should be enclosed within "ifndef CONFIG_PHYS_ADDR_T_32"
` [XEN v7 10/11] xen/arm: Restrict zeroeth_table_offset for ARM_64
` [XEN v7 11/11] xen/arm: p2m: Enable support for 32bit IPA for ARM_32

[PATCH] clk: imx: scu: use _safe list iterator to avoid a use after free
 2023-05-18 14:47 UTC  (3+ messages)

[PATCH bpf] Use call_rcu_hurry() with synchronize_rcu_mult()
 2023-05-18 14:47 UTC 

[PATCH 0/3] cleanup abuse of sched.ready in each ring init
 2023-05-18 14:47 UTC  (2+ messages)

[PATCH v2] dt-bindings: display: panel: add panel-mipi-dsi-bringup
 2023-05-18 14:47 UTC  (7+ messages)

[PATCH v3 0/4] vhost: add device op to offload the interrupt kick
 2023-05-18 14:46 UTC  (4+ messages)
` [PATCH v3 1/4] vhost: change vhost_virtqueue access lock to a read/write one

[PATCH v2 0/4] Migration time prediction using calc-dirty-rate
 2023-05-18 14:45 UTC  (6+ messages)
` [PATCH v2 2/4] migration/calc-dirty-rate: detailed stats in sampling mode

seeking community input on adapting DPDK to P4Runtime backend
 2023-05-18 14:45 UTC  (5+ messages)

[lttng-dev] Trying to understand use of lttng enable-event --kernel --userspace-probe=
 2023-05-18 14:46 UTC  (5+ messages)

[PATCH] clk: imx: drop imx_unregister_clocks
 2023-05-18 14:44 UTC  (3+ messages)

[PATCH RFC 0/4] Optimize mremap during mutual alignment within PMD
 2023-05-18 14:44 UTC  (4+ messages)
` [PATCH RFC 1/4] mm/mremap: Optimize the start addresses in move_page_tables()

[Intel-gfx] [PATCH] drm/i915: avoid flush_scheduled_work() usage
 2023-05-18 14:44 UTC  (5+ messages)
` [Intel-gfx] [PATCH v2] "
  ` [Intel-gfx] [PATCH v3] "
    ` [Intel-gfx] [PATCH v4] "
      `  "

[PATCH] net/nfp: fix the Tx descriptor free logic of nfd3
 2023-05-18 14:43 UTC  (3+ messages)
` [PATCH v2] "

[PATCH V3 0/4] Enable crypto for ipq9574
 2023-05-18 14:43 UTC  (6+ messages)
` [PATCH V3 1/4] dt-bindings: clock: Add crypto clock and reset definitions
` [PATCH V3 2/4] clk: qcom: gcc-ipq9574: Enable crypto clocks
` [PATCH V3 3/4] dt-bindings: qcom-qce: add SoC compatible string for ipq9574
` [PATCH V3 4/4] arm64: dts: qcom: ipq9574: Enable crypto nodes

[PATCH] ksmbd: fix multiple out-of-bounds read during context decoding
 2023-05-18 14:42 UTC 

[PATCH 0/3] cxl: Random clean ups
 2023-05-18 14:42 UTC  (7+ messages)
` [PATCH 1/3] MAINTAINERS: Add additional reviewers for CXL
` [PATCH 3/3] tools/testing/cxl: Document test configurations

[PATCH v1] dt-bindings: riscv: deprecate riscv,isa
 2023-05-18 14:41 UTC  (3+ messages)

[PATCH v2 1/2] cpufreq: CPPC: keep target core awake when reading its cpufreq rate
 2023-05-18 14:40 UTC  (5+ messages)

[RFC PATCH 1/3] Revert "binder_alloc: add missing mmap_lock calls when using the VMA"
 2023-05-18 14:40 UTC  (7+ messages)
` [RFC PATCH 2/3] Revert "android: binder: stop saving a pointer to "

[PATCH net-next] net: fec: turn on XDP features
 2023-05-18 14:32 UTC 

[PATCH v1 1/2] perf test attr: Update no event/metric expectations
 2023-05-18 14:40 UTC  (4+ messages)

[PATCH] wg-quick: Allow setting iface VRF in PreUp hook
 2023-05-18 14:39 UTC  (2+ messages)

[PATCH net-next V7] dt-bindings: net: xlnx,axi-ethernet: convert bindings document to yaml
 2023-05-18 14:38 UTC  (10+ messages)

[PATCH RESEND] sched/nohz: Add HRTICK_BW for using cfs bandwidth with nohz_full
 2023-05-18 14:37 UTC  (3+ messages)

[PATCH] clk: imx93: fix memory leak and missing unwind goto in imx93_clocks_probe
 2023-05-18 14:37 UTC  (3+ messages)

[PATCH v12 00/15] TCG code quality tracking
 2023-05-18 14:30 UTC  (5+ messages)
` [PATCH v12 01/15] accel/tcg: introduce TBStatistics structure
` [PATCH v12 12/15] Adding info [tb-list|tb] commands to HMP (WIP)

[xiang-erofs:dev-test] BUILD SUCCESS 3b35f11c99e128625623df9a80035cfa1b79d504
 2023-05-18 14:36 UTC 

[XEN PATCH v8 00/22] Xen FF-A mediator
 2023-05-18 14:34 UTC  (3+ messages)
` [XEN PATCH v8 03/22] tools: add Arm "

Gpio in vexpress
 2023-05-18 14:35 UTC  (3+ messages)

[PATCH v10 0/6] notes.c: introduce "--separator" option
 2023-05-18 14:34 UTC  (3+ messages)
` [PATCH v10 4/6] notes.c: introduce '[--[no-]separator|--separator=<paragraph-break>]' option

[PATCH] ALSA: emu10k1: set variables emu1010_routing_info and emu1010_pads_info storage-class-specifier to static
 2023-05-18 14:31 UTC  (4+ messages)

[PATCH v4 00/23] Migration to using binman for bootloader
 2023-05-18 14:27 UTC  (23+ messages)
` [PATCH v4 01/23] binman: ti-board-config: Add support for TI board config binaries
` [PATCH v4 02/23] binman: ti-secure: Add support for TI signing
` [PATCH v4 03/23] arm: dts: k3: Add support for packaging sysfw.itb and tiboot3.bin
` [PATCH v4 05/23] j721e: dts: binman: Package tiboot3.bin, sysfw.itb, tispl.bin, u-boot.img
` [PATCH v4 06/23] j7200: yaml: Add J7200 board config files
` [PATCH v4 07/23] j7200: dts: binman: Package tiboot3.bin, tispl.bin, u-boot.img
` [PATCH v4 08/23] am65x: yaml: Add AM65x board config files
` [PATCH v4 09/23] am65: dts: binman: Package tiboot3.bin, sysfw.itb, tispl.bin, u-boot.img
` [PATCH v4 10/23] am64x: yaml: Add board configs for AM64x
` [PATCH v4 11/23] am64x: dts: binman: Package tiboot3.bin, tispl.bin u-boot.img
` [PATCH v4 12/23] j721s2: yaml: Add board configs for J721S2
` [PATCH v4 13/23] j721s2: dts: binman: Package tiboot3.bin, tispl.bin and u-boot.img
` [PATCH v4 14/23] am62: yaml: Add board configs for AM62
` [PATCH v4 15/23] am625: dts: binman: Package tiboot3.bin, tispl.bin and u-boot.img
` [PATCH v4 16/23] am62a: yaml: Add board configs for AM62ax
` [PATCH v4 17/23] am62a: dts: binman: Package tiboot3.bin, tispl.bin, u-boot.img
` [PATCH v4 18/23] arm: k3-am65x-iot2050: Use binman for tispl.bin for iot2050
` [PATCH v4 19/23] k3: tools: config.mk: Update makefile and remove scripts
` [PATCH v4 20/23] doc: board: ti: Update documentation for binman flow
` [PATCH v4 21/23] buildman: Create a requirements.txt file
` [PATCH v4 22/23] CI: Make use of buildman requirements.txt
` [PATCH v4 23/23] configs: am64x: Enable TI_SECURE_DEV options

[PATCH nft] evaluate: set NFT_SET_EVAL flag if dynamic set already exists
 2023-05-18 14:31 UTC  (2+ messages)

[PATCH bpf-next 0/3] Add O_PATH-based BPF_OBJ_PIN and BPF_OBJ_GET support
 2023-05-18 14:30 UTC  (9+ messages)
` [PATCH bpf-next 1/3] bpf: support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commands
      ` fd == 0 means AT_FDCWD "

[PATCH v2 1/3] dt-bindings: nvmem: syscon: Add syscon backed nvmem bindings
 2023-05-18 14:30 UTC  (8+ messages)
` [PATCH v2 2/3] nvmem: syscon: Add syscon backed nvmem driver

[RFC PATCH 0/8] vhost_tasks: Use CLONE_THREAD/SIGHAND
 2023-05-18 14:30 UTC  (5+ messages)
` [RFC PATCH 5/8] vhost: Add callback that stops new work and waits on running ones

[RFC PATCH] Add support for RAPL MSRs in KVM/Qemu
 2023-05-18 14:26 UTC  (3+ messages)

[PATCH mptcp-next 0/4] mptcp: add some more diag info
 2023-05-18 14:25 UTC  (7+ messages)
` [PATCH mptcp-next 1/4] mptcp: add subflow unique id
` [PATCH mptcp-next 3/4] mptcp: track some aggregate data counters

[PATCH net-next 0/3] net: tcp: add support of window shrink
 2023-05-18 14:25 UTC  (4+ messages)
` [PATCH net-next 2/3] net: tcp: send zero-window when no memory

[RESEND,PATCH 1/2] firmware: qcom: scm: Add SDI disable support
 2023-05-18 14:25 UTC  (2+ messages)

[RFC v3 0/2] migration: Update error description whenever migration fails
 2023-05-18 14:24 UTC  (4+ messages)
` [RFC v3 2/2] "

[PATCH v2] libtracefs: Add stacktrace to tracefs_sql()
 2023-05-18 14:24 UTC 

Aw: Re: Choose a default DSA CPU port
 2023-05-18 14:24 UTC  (10+ messages)
  ` Aw: "
    `  "

[PATCH v3 5/5] Makefile.debug: set -g unconditional on CONFIG_DEBUG_INFO_SPLIT
 2023-05-18 14:23 UTC  (11+ messages)
` [PATCH v4] Makefile.compiler: replace cc-ifversion with compiler-specific macros

[PATCH net-next v4 0/2] net: phy: add driver for MediaTek SoC built-in GE PHYs
 2023-05-18 14:21 UTC  (8+ messages)
` [PATCH net-next v4 1/2] dt-bindings: arm: mediatek: add mediatek,boottrap binding

[PATCH V2 1/2] libxl: virtio: Remove unused frontend nodes
 2023-05-18 14:19 UTC  (5+ messages)
` [PATCH V2 2/2] libxl: arm: Add grant_usage parameter for virtio devices

[Intel-xe] [PATCH v4 1/2] drm/xe: Introduce GT oriented log messages
 2023-05-18 14:18 UTC  (2+ messages)
` [Intel-xe] ○ CI.BAT: info for series starting with [v4,1/2] "

[PATCH 0/5] accel/ivpu: Update MMU code
 2023-05-18 14:17 UTC  (3+ messages)
` [PATCH 5/5] accel/ivpu: Mark 64 kB contiguous areas as contiguous in PTEs

[PATCH v1 0/3] soc: loongson2_pm: add power management support
 2023-05-18 14:15 UTC  (7+ messages)
` [PATCH v1 2/3] dt-bindings: soc: add loongson-2 pm

[RESEND PATCH v2] KVM: x86: Update KVM_GET_CPUID2 to return valid entry count
 2023-05-18 14:14 UTC 

[PATCH v8.0.1 00/36] Patch Round-up for stable 8.0.1, freeze on 2023-05-27
 2023-05-18 14:11 UTC  (3+ 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.