All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-26 01:18:42 to 2026-05-26 02:26:20 UTC [more...]

[PATCH 00/83] ASoC: use .auto_selectable_formats
 2026-05-26  2:25 UTC  (71+ messages)
` [PATCH 01/83] ASoC: remove SND_SOC_POSSIBLE_xBx_xFx
` [PATCH 02/83] ASoC: codecs: framer-codec: don't use array if single pattarn
` [PATCH 03/83] ASoC: codecs: idt821034: "
` [PATCH 04/83] ASoC: codecs: peb2466: "
` [PATCH 05/83] ASoC: codecs: ak4619: update auto select format
` [PATCH 06/83] ASoC: codecs: pcm3168a: "
` [PATCH 07/83] ASoC: renesas: rcar: "
` [PATCH 08/83] ASoC: update auto format selection method
` [PATCH 09/83] ASoC: audio-graph-card2: recommend to use auto select DAI format
` [PATCH 10/83] ASoC: amd: use .auto_selectable_formats
` [PATCH 11/83] ASoC: apple: "
` [PATCH 12/83] ASoC: atmel: "
` [PATCH 13/83] ASoC: au1x: "
` [PATCH 14/83] ASoC: bcm: "
` [PATCH 15/83] ASoC: cirrus: "
` [PATCH 16/83] ASoC: codecs: 88pm860x: "
` [PATCH 17/83] ASoC: codecs: ad1*: "
` [PATCH 18/83] ASoC: codecs: ab8500: "
` [PATCH 19/83] ASoC: codecs: adau*: "
` [PATCH 20/83] ASoC: codecs: adav80x: "
` [PATCH 21/83] ASoC: codecs: ak4*: "
` [PATCH 22/83] ASoC: codecs: ak5*: "
` [PATCH 23/83] ASoC: codecs: alc56*: "
` [PATCH 24/83] ASoC: codecs: arizona: "
` [PATCH 25/83] ASoC: codecs: cpcap: "
` [PATCH 26/83] ASoC: codecs: cros_ec_codec: "
` [PATCH 27/83] ASoC: codecs: cs35l*: "
` [PATCH 28/83] ASoC: codecs: cs42*: "
` [PATCH 29/83] ASoC: codecs: cs5*: "
` [PATCH 30/83] ASoC: codecs: cx2072x: "
` [PATCH 31/83] ASoC: codecs: da*: "
` [PATCH 32/83] ASoC: codecs: es*: "
` [PATCH 33/83] ASoC: codecs: inno_rk3036: "
` [PATCH 34/83] ASoC: codecs: isabelle: "
` [PATCH 35/83] ASoC: codecs: lm49453: "
` [PATCH 36/83] ASoC: codecs: lochnagar-sc: "
` [PATCH 37/83] ASoC: codecs: madera: "
` [PATCH 38/83] ASoC: codecs: max*: "
` [PATCH 39/83] ASoC: codecs: mc13783: "
` [PATCH 40/83] ASoC: codecs: ml26124: "
` [PATCH 41/83] ASoC: codecs: nau*: "
` [PATCH 42/83] ASoC: codecs: ntp8*: "
` [PATCH 43/83] ASoC: codecs: pcm*: "
` [PATCH 44/83] ASoC: codecs: rk33*: "
` [PATCH 45/83] ASoC: codecs: rtq912*: "
` [PATCH 46/83] ASoC: codecs: rt*: "
` [PATCH 47/83] ASoC: codecs: sgtl5000: "
` [PATCH 48/83] ASoC: codecs: si476x: "
` [PATCH 49/83] ASoC: codecs: sma130*: "
` [PATCH 50/83] ASoC: codecs: src4xxx: "
` [PATCH 51/83] ASoC: codecs: ssm*: "
` [PATCH 52/83] ASoC: codecs: sta*: "
` [PATCH 53/83] ASoC: codecs: tas*: "
` [PATCH 54/83] ASoC: codecs: tfa9879: "
` [PATCH 55/83] ASoC: codecs: tlv320*: "
` [PATCH 56/83] ASoC: codecs: tscs454: "
` [PATCH 57/83] ASoC: codecs: twl4030: "
` [PATCH 58/83] ASoC: codecs: uda13*: "
` [PATCH 59/83] ASoC: codecs: wm*: "
` [PATCH 60/83] ASoC: codecs: zl38060: "
` [PATCH 61/83] ASoC: dwc: "
` [PATCH 62/83] ASoC: fsl: "
` [PATCH 63/83] ASoC: hisilicon: "
` [PATCH 64/83] ASoC: img: "
` [PATCH 65/83] ASoC: jz4740: "
` [PATCH 66/83] ASoC: kirkwood: "
` [PATCH 67/83] ASoC: loongson: "
` [PATCH 68/83] ASoC: mediatek: "
` [PATCH 69/83] ASoC: meson: "
` [PATCH 70/83] ASoC: mxs: "

[PATCH v5 0/2] target/riscv: Fix PMP address alignment
 2026-05-26  2:24 UTC  (4+ messages)
` [PATCH v5 2/2] target/riscv: Improve PMP address alignment readability

[RFC PATCH bpf-next v7 00/11] mm: BPF struct_ops for dynamic memory protection and async reclaim
 2026-05-26  2:24 UTC  (9+ messages)
` [RFC PATCH bpf-next v7 01/11] bpf: move bpf_struct_ops_link into bpf.h
` [RFC PATCH bpf-next v7 02/11] bpf: allow attaching struct_ops to cgroups
` [RFC PATCH bpf-next v7 03/11] libbpf: fix return value on memory allocation failure
` [RFC PATCH bpf-next v7 04/11] libbpf: introduce bpf_map__attach_struct_ops_opts()
` [RFC PATCH bpf-next v7 05/11] bpf: Pass flags in bpf_link_create for struct_ops
` [RFC PATCH bpf-next v7 06/11] mm: memcontrol: Add BPF struct_ops for memory controller
` [RFC PATCH bpf-next v7 07/11] mm/bpf: Add bpf_try_to_free_mem_cgroup_pages kfunc
` [RFC PATCH bpf-next v7 08/11] selftests/bpf: Add tests for memcg_bpf_ops

[PATCH 6.6.y v2 0/3] ksmbd: validate owner of durable handle on reconnect
 2026-05-26  2:22 UTC  (3+ messages)
  ` [PATCH 6.6.y v2 2/3] ksmbd: add durable scavenger timer

[PATCH v5 00/24] rust: device: Higher-Ranked Lifetime Types for device drivers
 2026-05-26  2:22 UTC  (3+ messages)
` [PATCH v5 01/24] rust: pci: use 'static lifetime for PCI BAR resource names

[PATCH i-g-t] intel-ci: Remove SR-IOV tests from NVL blocklist
 2026-05-26  2:22 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for "

[PATCH] cpufreq/amd-pstate: drop stale @epp_cached kdoc
 2026-05-26  2:21 UTC 

[PATCH] timers/migration: Update stale @online doc to @available
 2026-05-26  2:21 UTC 

[PATCH] docs: changes.rst: restore pahole 1.26 minimum (regressed by sort)
 2026-05-26  2:20 UTC 

[PATCH] f2fs: validate orphan inode entry count
 2026-05-26  2:19 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH] target/riscv/tcg: disable svpbmt if satp_mode < sv39
 2026-05-26  2:19 UTC  (2+ messages)

[PATCH v1 1/1] Bluetooth: L2CAP: fix heap over-read in l2cap_get_conf_opt
 2026-05-26  2:17 UTC 

[PATCH v2 0/3] PCI: endpoint: Add PCI DMA endpoint function (part 3/3)
 2026-05-26  2:18 UTC  (9+ messages)
` [PATCH v2 3/3] Documentation: PCI: Add PCI DMA endpoint function documentation

[PATCH v2] perf bench: add --write-size option to sched pipe
 2026-05-26  2:17 UTC  (2+ messages)

[PATCH v5 00/32] hw/arm/virt: Introduce Tegra241 CMDQV support for accelerated SMMUv3
 2026-05-26  2:17 UTC  (7+ messages)
` [PATCH v5 16/32] hw/arm/tegra241-cmdqv: Emulate VCMDQ register writes

[PATCH net] ice: dpll: fix memory leak in ice_dpll_init_info error paths
 2026-05-26  2:11 UTC 

[PATCH] affs: don't instantiate dentry if affs_insert_hash failed
 2026-05-26  2:16 UTC 

[PULL 00/48] riscv-to-apply queue
 2026-05-26  2:14 UTC  (3+ messages)

[PATCH v7] block: propagate in_flight to whole disk on partition I/O
 2026-05-26  2:15 UTC 

[PATCH v3 00/17] arm64: Use EL2 virtual timer when running VHE
 2026-05-26  2:14 UTC  (5+ messages)
` [PATCH v3 01/17] ACPI: GTDT: Account for GTDTv3 size when walking the platform timer descriptors
` [PATCH v3 02/17] ACPI: GTDT: Parse information related to the EL2 virtual timer

[PATCH] f2fs: stop checkpoint on compressed write IO error
 2026-05-26  2:14 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH v4 00/27] rust: device: Higher-Ranked Lifetime Types for device drivers
 2026-05-26  2:10 UTC  (3+ messages)
` [PATCH REF v4 24/27] gpu: nova-core: use lifetime for Bar

[PATCH] nfc: nxp-nci: treat -ENXIO in IRQ thread as no data available
 2026-05-26  1:50 UTC  (2+ messages)

[PATCH v2] perf: Fix off-by-one stack buffer overflow in kallsyms__parse()
 2026-05-26  2:09 UTC  (2+ messages)

[PATCH 0/5] gpu: nova: adopt driver lifetime infrastructure
 2026-05-26  2:06 UTC  (11+ messages)
` [PATCH 1/5] gpu: nova-core: use lifetime for Bar
` [PATCH 2/5] gpu: nova-core: unregister sysmem flush page from Drop
` [PATCH 3/5] gpu: nova-core: replace ARef<Device> with &'bound Device in SysmemFlush
` [PATCH 4/5] gpu: nova-core: gsp: replace ARef<Device> with &'a Device in sequencer
` [PATCH 5/5] gpu: nova: separate driver type from driver data

[PATCH net] net/sched: fix pedit partial COW leading to page cache
 2026-05-26  2:06 UTC  (18+ messages)
` [PATCH net] net/sched: fix pedit partial COW leading to page cache corruption

[PATCH u-boot v2] ARM: dts: aspeed: Add dts for ASUS Kommando IPMI card
 2026-05-26  2:06 UTC  (5+ messages)

[PATCH] tomoyo: Fix NULL pointer dereference in tomoyo_init_request_info() when domain is NULL
 2026-05-26  2:04 UTC  (2+ messages)

[PATCH v3] perf: Add is_mapping_symbol() helper for kernel mapping symbol filtering
 2026-05-26  2:04 UTC  (3+ messages)
` [PATCH v4 0/2] perf: Add is_ignored_kernel_symbol() for kernel "

[PATCH u-boot v3 0/2] Fix default value of mac clk delays and add DTS for Asus Kommando
 2026-05-26  2:03 UTC  (3+ messages)
` [PATCH u-boot v3 1/2] clk: ast2600: set default clk-delay for all ethernet macs to 0
` [PATCH u-boot v3 2/2] ARM: dts: aspeed: Add dts for ASUS Kommando IPMI card

Request for review for 4.19-st17, 4.19-cip133
 2026-05-26  2:02 UTC  (3+ messages)
  ` [cip-dev] "

[PATCH nf] netfilter: nft_fib_ipv6: bail out of sibling walk if rt got unlinked
 2026-05-26  2:02 UTC 

[PATCH] mm/hugetlb_vmemmap: fix incorrect vmemmap restore in rollback
 2026-05-26  2:01 UTC  (3+ messages)

[PATCH] MAINTAINERS: powerpc: update VMX AES entries
 2026-05-26  2:00 UTC  (3+ messages)

[PATCH] ocfs2: reject oversized group bitmap descriptors
 2026-05-26  1:59 UTC  (4+ messages)

[PATCH 0/6] drm/xe: Misc initialization improvements
 2026-05-26  1:59 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for drm/xe: Misc initialization improvements (rev2)

[PATCH v3 0/2] ASoC: codecs: Add Nuvoton NAU83G60 audio codec driver
 2026-05-26  1:58 UTC  (3+ messages)
` [PATCH v3 1/2] ASoC: dt-bindings: nuvoton,nau8360: Add NAU83G60
` [PATCH v3 2/2] ASoC: codecs: nau8360: Add support for NAU83G60 amplifier

[PATCH 5.15.y] smb: client: validate the whole DACL before rewriting it in cifsacl
 2026-05-26  1:58 UTC  (2+ messages)

ipset not completely working in mangle:PREROUTING
 2026-05-26  1:57 UTC  (2+ messages)

[PATCH] iommu/vt-d: improve IOMMU fault information
 2026-05-26  1:57 UTC  (2+ messages)

[PATCH] arm64: kernel: Disable CNP on HiSilicon HIP09
 2026-05-26  1:57 UTC 

[PATCH 0/5] [RFC] diff: add diff.<driver>.process for external hunk providers
 2026-05-26  1:56 UTC  (4+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 3/4] diff: add long-running diff process via diff.<driver>.process

[PATCH net v2 0/7] net/handshake: anchor request lifetime to a pinned file reference
 2026-05-26  1:55 UTC  (3+ messages)

[PATCH v4 0/2] libsas: rediscover improvements for linkrate/sas_addr changes
 2026-05-26  1:54 UTC  (3+ messages)
` [PATCH v4 1/2] scsi: libsas: refactor sas_ex_to_ata() using new helper sas_ex_to_dev()
` [PATCH v4 2/2] scsi: libsas: Add linkrate and sas_addr change detection in rediscover

[PATCH v8 0/3] KVM: s390: Introducing kvm_arch_set_irq_inatomic Fast Inject
 2026-05-26  1:53 UTC  (4+ messages)
` [PATCH v8 1/3] KVM: s390: Add map/unmap ioctl and clean mappings post-guest
` [PATCH v8 2/3] KVM: s390: Enable adapter_indicators_set to use mapped pages
` [PATCH v8 3/3] KVM: s390: Introducing kvm_arch_set_irq_inatomic fast inject

[PATCH v3 net-next 0/5] geneve: Allow binding UDP socket to a specific address
 2026-05-26  1:51 UTC  (6+ messages)
` [PATCH v3 net-next 1/5] geneve: Reuse ipv6_addr_type() result in geneve_nl2info()
` [PATCH v3 net-next 2/5] geneve: Pass struct geneve_dev to geneve_create_sock()
` [PATCH v3 net-next 3/5] geneve: Pass struct geneve_dev to geneve_find_sock()
` [PATCH v3 net-next 4/5] geneve: Add dualstack flag to struct geneve_config
` [PATCH v3 net-next 5/5] geneve: Introduce IFLA_GENEVE_LOCAL and IFLA_GENEVE_LOCAL6

ath11k: WCN6855 WoWLAN resume leaves RX in unrecoverable reorder state → TCP collapses
 2026-05-26  1:51 UTC  (2+ messages)

[PATCH] ufs: reject inconsistent on-disk fshift
 2026-05-26  1:50 UTC 

[PATCH] rust: devres: add 'static bound to Devres<T>
 2026-05-26  1:49 UTC  (2+ messages)

[PATCH i-g-t 0/6] Initial dmem cgroup support
 2026-05-26  1:48 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for Initial dmem cgroup support (rev3)

[PATCH v2] mm/mglru: use folio_mark_accessed to replace folio_set_active
 2026-05-26  1:48 UTC  (4+ messages)

Followup needed for netfilter: nft_fib_ipv6: walk fib6_siblings under RCU?
 2026-05-26  1:47 UTC  (2+ messages)

[PATCH 00/17] tools/arch/x86/pmtctl: Add Intel PMT command-line tool
 2026-05-26  1:47 UTC  (18+ messages)
` [PATCH 01/17] tools/arch/x86/pmtctl: Add MAINTAINERS entry
` [PATCH 02/17] tools/arch/x86/pmtctl: Add libpmtctl shared type enumerations
` [PATCH 03/17] tools/arch/x86/pmtctl: Add libpmtctl internal logging and utility functions
` [PATCH 04/17] tools/arch/x86/pmtctl: Add libpmtctl metric definition database
` [PATCH 05/17] tools/arch/x86/pmtctl: Add libpmtctl device enumeration backend
` [PATCH 06/17] tools/arch/x86/pmtctl: Add libpmtctl built-in metric provider
` [PATCH 07/17] tools/arch/x86/pmtctl: Add libpmtctl JSON "
` [PATCH 08/17] tools/arch/x86/pmtctl: Add libpmtctl public API and context
` [PATCH 09/17] tools/arch/x86/pmtctl: Add libpmtctl Makefile + pc + README
` [PATCH 10/17] tools/arch/x86/pmtctl: Add libpmtctl usage sample
` [PATCH 11/17] tools/arch/x86/pmtctl: Add libpmtctl built-in metric definition support
` [PATCH 12/17] tools/arch/x86/pmtctl: Add pmtctl CLI entry point and pager
` [PATCH 13/17] tools/arch/x86/pmtctl: Add pmtctl 'list' command
` [PATCH 14/17] tools/arch/x86/pmtctl: Add pmtctl 'stat' command
` [PATCH 15/17] tools/arch/x86/pmtctl: Add pmtxml2json conversion tool
` [PATCH 16/17] tools/arch/x86/pmtctl: Add README.md
` [PATCH 17/17] tools/arch/x86/pmtctl: Add man page

[PATCH] nouveau/gsp: fix NULL pointer dereference in r535 nvenc/ofs alloc
 2026-05-26  1:47 UTC 

[PATCH v3] exfat: preserve benign secondary entries during rename and move
 2026-05-26  1:47 UTC  (3+ messages)
` [PATCH v4] "

[PATCH] blk-mq: reinsert cached request to the list
 2026-05-26  1:44 UTC  (2+ messages)

[PATCH v2] MIPS: mm: Fix out-of-bounds write in maar_res_walk()
 2026-05-26  1:42 UTC 

[PATCH net-next] selftests: net: add socat syslog for PPPoL2TP
 2026-05-26  1:41 UTC 

[PATCH v2 2/2] security: smack: fix spelling mistake
 2026-05-26  1:38 UTC 

[PATCH v2 1/2] security: apparmor: fix two spelling mistakes
 2026-05-26  1:38 UTC 

[PATCH nf 1/1] bridge: br_netfilter: give fake rtable its own lifetime
 2026-05-26  1:37 UTC  (3+ messages)

[PATCH v2 net-next 0/5] geneve: Allow binding UDP socket to a specific address
 2026-05-26  1:36 UTC  (3+ messages)
` [PATCH v2 net-next 5/5] geneve: Introduce IFLA_GENEVE_LOCAL and IFLA_GENEVE_LOCAL6

[PATCH] ALSA: hda/realtek: Fix speaker output on ASUS ROG Strix G615LP
 2026-05-26  1:36 UTC 

[PATCH] llc: Fix NULL pointer dereference in llc_conn_state_process() when sk_socket is NULL
 2026-05-26  1:35 UTC 

[PATCH v5 00/22] gpu: nova-core: vbios: harden various array accesses and refactor
 2026-05-26  1:34 UTC  (2+ messages)

[PATCH] ALSA: pcm: Fix NULL dereference in import_ubuf() during exit
 2026-05-26  1:32 UTC 

[PATCH 0/2] drm: tyr: use lifetime-bound IoMem
 2026-05-26  1:30 UTC  (3+ messages)
` [PATCH 2/2] gpu: drm: tyr: use IoMem directly instead of Devres

[PATCH] LoongArch: KVM: Add missing slots_lock for EIOINTC virtual extension device registration
 2026-05-26  1:25 UTC  (5+ messages)
` [PATCH v2 net] LoongArch: KVM: Add missing slots_lock for IO bus device register/unregister

[PATCH 0/3] selftests/futex: Migrate wait functional tests to harness
 2026-05-26  1:25 UTC  (4+ messages)
` [PATCH 1/3] selftests/futex: Migrate futex_wait "

[PATCH v3 0/6] Remove driver dependencies on ib_uverbs.ko
 2026-05-26  1:22 UTC  (7+ messages)
` [PATCH v3 1/6] RDMA/core: Do not compile ib_core_uverbs without USER_ACCESS
` [PATCH v3 2/6] RDMA/core: Move many of the little EXPORTs from uverbs_ioctl into ib_core_uverbs
` [PATCH v3 3/6] RDMA/core: Remove uverbs_async_event_release()
` [PATCH v3 4/6] RDMA/core: Make a new module for the uverbs components needed by drivers
` [PATCH v3 5/6] RDMA/core: Move ucaps into ib_uverbs_support.ko
` [PATCH v3 6/6] RDMA/core: Move flow related functions to ib_uverbs_support.ko

[PATCH v2] f2fs: another way to set large folio by remembering inode number
 2026-05-26  1:21 UTC  (12+ messages)
              ` [f2fs-dev] "

[PATCH V0] iommu/hyperv: Create hyperv subdirectory under iommu
 2026-05-26  1:20 UTC 

[PATCH v3 0/4] LoongArch : Add KVM DINTC support
 2026-05-26  1:14 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.