All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-03-25 19:58:31 to 2024-03-25 20:37:30 UTC [more...]

Boot failure with kernel BUG at mm/usercopy.c on next-20240325
 2024-03-25 20:37 UTC  (4+ messages)

[PATCH] fbdev: Select I/O-memory framebuffer ops for SBus
 2024-03-25 20:37 UTC  (2+ messages)

[PATCH 00/11] midx: split MIDX writing routines into midx-write.c, cleanup
 2024-03-25 20:36 UTC  (7+ messages)
` [PATCH 01/11] midx-write: initial commit
` [PATCH 08/11] midx-write.c: avoid directly managed temporary strbuf
` [PATCH 09/11] midx-write.c: factor out common want_included_pack() routine

nfsd: memory leak when client does many file operations
 2024-03-25 20:36 UTC  (10+ messages)
` [External] : "
  ` Aw: "

[patch 1/1] MAINTAINERS: Add co-maintainers for time[rs]
 2024-03-25 20:36 UTC  (2+ messages)

[PATCH 0/9] asus-wmi: add new features, clean up, fixes
 2024-03-25 20:35 UTC  (4+ messages)
` [PATCH 1/9] platform/x86: asus-wmi: add support for 2024 ROG Mini-LED

[to-be-updated] zswap-replace-rb-tree-with-xarray.patch removed from -mm tree
 2024-03-25 20:35 UTC 

[PATCH v8] zswap: replace RB tree with xarray
 2024-03-25 20:35 UTC  (2+ messages)

[PATCH v2 0/5] Fixes for Documentation/MyFirstObjectWalk.txt
 2024-03-25 19:50 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/5] MyFirstObjectWalk: use additional arg in config_fn_t

Appropriate liburcu cache line size for Power
 2024-03-25 20:34 UTC  (2+ messages)

convert SCSI to atomic queue limits, part 1
 2024-03-25 20:35 UTC  (3+ messages)
` [PATCH 10/23] scsi: add a device_configure method to the host template

[syzbot] [xfs?] possible deadlock in xfs_qm_dqget
 2024-03-25 20:35 UTC 

[RFC 0/8] virtio,vhost: Add VIRTIO_F_IN_ORDER support
 2024-03-25 20:33 UTC  (4+ messages)

[PATCH v3 0/3] Assorted improvements salvaged from an earlier series
 2024-03-25 20:34 UTC  (4+ messages)
` [PATCH v3 1/3] grep: perform some minor code and comment cleanups
` [PATCH v3 2/3] grep docs: describe --recurse-submodules further and improve formatting a bit
` [PATCH v3 3/3] grep docs: describe --no-index "

[PATCH v4 0/7] iio: accel: adxl345: Add spi-3wire feature
 2024-03-25 20:34 UTC  (7+ messages)
` [PATCH v4 1/7] iio: accel: adxl345: Make data_range obsolete
` [PATCH v4 2/7] iio: accel: adxl345: Group bus configuration
` [PATCH v4 5/7] iio: accel: adxl345: Pass function pointer to core

[PATCH 0/5] arm64: dts: Add device tree source for the Au-Zone Maivin AI Vision Starter Kit
 2024-03-25 20:32 UTC  (12+ messages)
` [PATCH 1/5] dt-bindings: iio: dac: ti,dac5571: Add DAC081C081 support
` [PATCH 2/5] iio: dac: ti-dac5571: "
` [PATCH 3/5] dt-bindings: vendor-prefix: Add prefix for Au-Zone Technologies
` [PATCH 4/5] dt-bindings: arm: Add Au-Zone Maivin AI Vision Starter Kit
` [PATCH 5/5] arm64: dts: Add device tree source for the Au-Zone Maivin "

U-boot fails for khadas-edge -v
 2024-03-25 16:41 UTC  (6+ messages)

[PATCH v3 0/2] Update mce_record tracepoint
 2024-03-25 20:31 UTC  (4+ messages)

[PATCH] Revert "Bluetooth: hci_qca: Set BDA quirk bit if fwnode exists in DT"
 2024-03-25 20:31 UTC  (11+ messages)

[PATCH 1/6] power: supply: bq27xxx: Move temperature reading out of update loop
 2024-03-25 20:31 UTC  (6+ messages)
` [PATCH 2/6] power: supply: bq27xxx: Move time "
` [PATCH 3/6] power: supply: bq27xxx: Move charge "
` [PATCH 4/6] power: supply: bq27xxx: Move energy "
` [PATCH 5/6] power: supply: bq27xxx: Move cycle count "
` [PATCH 6/6] power: supply: bq27xxx: Move health "

[PATCH bpf-next v2 0/2] bpf,riscv: Add support for BPF Arena
 2024-03-25 20:31 UTC  (13+ messages)
` [PATCH bpf-next v2 2/2] bpf,riscv: Implement bpf_addr_space_cast instruction

[PATCH v5 net-next 00/15] af_unix: Rework GC
 2024-03-25 20:24 UTC  (16+ messages)
` [PATCH v5 net-next 01/15] af_unix: Allocate struct unix_vertex for each inflight AF_UNIX fd
` [PATCH v5 net-next 02/15] af_unix: Allocate struct unix_edge "
` [PATCH v5 net-next 03/15] af_unix: Link struct unix_edge when queuing skb
` [PATCH v5 net-next 04/15] af_unix: Bulk update unix_tot_inflight/unix_inflight "
` [PATCH v5 net-next 05/15] af_unix: Iterate all vertices by DFS
` [PATCH v5 net-next 06/15] af_unix: Detect Strongly Connected Components
` [PATCH v5 net-next 07/15] af_unix: Save listener for embryo socket
` [PATCH v5 net-next 08/15] af_unix: Fix up unix_edge.successor "
` [PATCH v5 net-next 09/15] af_unix: Save O(n) setup of Tarjan's algo
` [PATCH v5 net-next 10/15] af_unix: Skip GC if no cycle exists
` [PATCH v5 net-next 11/15] af_unix: Avoid Tarjan's algorithm if unnecessary
` [PATCH v5 net-next 12/15] af_unix: Assign a unique index to SCC
` [PATCH v5 net-next 13/15] af_unix: Detect dead SCC
` [PATCH v5 net-next 14/15] af_unix: Replace garbage collection algorithm
` [PATCH v5 net-next 15/15] selftest: af_unix: Test GC for SCM_RIGHTS

Patchwork summary for: spi-devel-general
 2024-03-25 20:30 UTC 

[PATCH v2 1/1] spi: rspi: Get rid of unused struct rspi_plat_data
 2024-03-25 20:30 UTC  (2+ messages)

[PATCH v1 1/1] spi: rspi: Get rid of unused struct rspi_plat_data
 2024-03-25 20:29 UTC  (2+ messages)

[PATCH] crash: use macro to add crashk_res into iomem early for specific arch
 2024-03-25 20:29 UTC  (4+ messages)
` [PATCH v2] "

+ crash-use-macro-to-add-crashk_res-into-iomem-early-for-specific-arch.patch added to mm-hotfixes-unstable branch
 2024-03-25 20:29 UTC 

RTT-PROBE: lore-subspace-rtt
 2024-03-25 20:28 UTC 

[PATCH] bitbake-layers: add/remove option to not use tinfoil
 2024-03-25 20:27 UTC 

[PATCH v2 RESEND] mm/mmap: convert all mas except mas_detach to vma iterator
 2024-03-25 20:26 UTC  (4+ messages)

[PATCH v2 0/9] slab: Introduce dedicated bucket allocator
 2024-03-25 20:26 UTC  (4+ messages)

[PATCH net-next 0/8][pull request] ice: use less resources in switchdev
 2024-03-25 20:26 UTC  (9+ messages)
` [PATCH net-next 1/8] ice: remove eswitch changing queues algorithm
` [PATCH net-next 2/8] ice: do Tx through PF netdev in slow-path
` [PATCH net-next 3/8] ice: default Tx rule instead of to queue
` [PATCH net-next 4/8] ice: control default Tx rule in lag
` [PATCH net-next 5/8] ice: remove switchdev control plane VSI
` [PATCH net-next 6/8] ice: change repr::id values
` [PATCH net-next 7/8] ice: do switchdev slow-path Rx using PF VSI
` [PATCH net-next 8/8] ice: count representor stats

[PATCH 0/6] Improve visibility of writeback
 2024-03-25 20:26 UTC  (5+ messages)
` [PATCH 6/6] writeback: remove unneeded GDTC_INIT_NO_WB

[PATCH v2 0/2] iio: health: max30102: add support for max30101
 2024-03-25 20:25 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: iio: health: maxim,max30102: add max30101

[PATCH 1/2] dt-bindings: arm: qcom: Add Motorola Moto G (2013)
 2024-03-25 20:25 UTC  (5+ messages)
` [PATCH 2/2] ARM: dts: qcom: Add support for "

[Buildroot] [PATCH 01/13] package/flutter-packages/flutter-markdown-example: new package
 2024-03-25 20:24 UTC  (2+ messages)

[PATCH][next] RDMA/cm: Avoid -Wflex-array-member-not-at-end warning
 2024-03-25 20:24 UTC 

[PATCH v2 0/2] phy: marvell: a3700-comphy: Minor fixes
 2024-03-25 20:12 UTC  (6+ messages)
` [PATCH v2 1/2] phy: marvell: a3700-comphy: Fix out of bounds read
` [PATCH v2 2/2] phy: marvell: a3700-comphy: Fix hardcoded array size

[PATCH] x86, relocs: Ignore relocations in .notes section on walk_relocs
 2024-03-25 20:23 UTC  (10+ messages)

+ mm-zswap-fix-data-loss-on-swp_synchronous_io-devices.patch added to mm-hotfixes-unstable branch
 2024-03-25 20:23 UTC 

[RFC PATCH 0/2] mfd: rohm-bd71828: Add power off
 2024-03-25 20:21 UTC  (10+ messages)
` [RFC PATCH 2/2] mfd: rohm-bd71828: Add power off functionality

[PULL] IIO: 3rd set for 6.9 - cleanup.h handling of fwnode_handle_put() related (not ordered wrt to PULL 2)
 2024-03-25 20:21 UTC  (4+ messages)

[Intel-wired-lan] [PATCH net] ice: fix enabling RX VLAN filtering
 2024-03-25 20:19 UTC  (2+ messages)
`  "

[PATCH] iio: dht11: set debug log level for parsing error messages
 2024-03-25 20:18 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-03-25 20:18 UTC 

[PATCH 6.6 000/632] 6.6.23-rc2 review
 2024-03-25 20:17 UTC  (2+ messages)

+ mm-move-follow_phys-to-arch-x86-mm-pat-memtypec-fix.patch added to mm-unstable branch
 2024-03-25 20:15 UTC 

[PATCH v3]wifi: ath12k: Add firmware coredump collection support
 2024-03-25 20:15 UTC  (2+ messages)

+ mm-move-follow_phys-to-arch-x86-mm-pat-memtypec.patch added to mm-unstable branch
 2024-03-25 20:15 UTC 

+ mm-remove-follow_pfn.patch added to mm-unstable branch
 2024-03-25 20:15 UTC 

+ virt-acrn-stop-using-follow_pfn.patch added to mm-unstable branch
 2024-03-25 20:15 UTC 

[PATCH BlueZ v3 1/2] shared/bap: add bt_bap_cancel_select to cancel ongoing pac select
 2024-03-25 20:15 UTC  (2+ messages)
` [BlueZ,v3,1/2] "

[RFC PATCH 0/6] Add support for root port RAS error handling
 2024-03-25 20:15 UTC  (3+ messages)
` [RFC PATCH 1/6] PCI/RCEC: Introduce pcie_walk_rcec_all()

[PATCH v5 0/7] iio: adc: add new ad7380 driver
 2024-03-25 20:14 UTC  (6+ messages)
` [PATCH v5 4/7] iio: adc: ad7380: add support for pseudo-differential parts

[PATCH 6.8 000/710] 6.8.2-rc2 review
 2024-03-25 20:13 UTC  (2+ messages)

[PATCH] riscv: Define TASK_SIZE_MAX for __access_ok()
 2024-03-25 20:12 UTC  (9+ messages)

[PATCH 0/2] arm64: dts: add description for solidrun cn9130 som and clearfog boards
 2024-03-25 20:12 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: arm64: marvell: add solidrun cn9130 "

[RFC/POC]: Make cpuset.cpus.effective independent of cpuset.cpus
 2024-03-25 20:12 UTC  (3+ messages)
` [PATCH] cgroup/cpuset: "

[PATCH v2] KVM: arm64: Add KVM_CAP to control WFx trapping
 2024-03-25 20:12 UTC  (3+ messages)

[PATCH] workqueue: remove unnecessary import and function in wq_monitor.py
 2024-03-25 20:12 UTC  (2+ messages)

[PATCH v3 0/4] fix two edge cases related to stream block jobs
 2024-03-25 20:11 UTC  (8+ messages)
` [PATCH v3 2/4] block-backend: fix edge case in bdrv_next() where BDS associated to BB changes
` [PATCH v3 3/4] block-backend: fix edge case in bdrv_next_cleanup() "
` [PATCH v3 4/4] iotests: add test for stream job with an unaligned prefetch read

[PATCH i-g-t 0/3] tests/intel/xe_pm: Tests to validate vm-bind
 2024-03-25 20:10 UTC  (4+ messages)
` [PATCH i-g-t 1/3] tests/intel/xe_pm: Test validates vm-bind userptr flag with suspend and resume
` [PATCH i-g-t 2/3] tests/intel/xe_pm: Validate vm-bind prefetch "
` [PATCH i-g-t 3/3] tests/intel/xe_pm: Tests vm-unbind all flag functionality with s&R

[PATCH v2 0/4] virt: vmgenid: Add devicetree bindings support
 2024-03-25 20:11 UTC  (4+ messages)
` [PATCH v2 3/4] dt-bindings: rng: Add vmgenid support

[PATCH 0/0] (proposed?) Add ACPI binding to Rockchip RK3xxx I2C bus
 2024-03-25 20:11 UTC  (6+ messages)
`  "

[PATCH v2 0/6] Add LIBSAS_SHT_BASE for libsas
 2024-03-25 20:11 UTC  (2+ messages)

[PATCH] cgroup, docs: Clarify limitation of RT processes with cgroup v2 cpu controller
 2024-03-25 20:10 UTC  (2+ messages)

[PATCH 00/10] wifi: ath12k: add MU-MIMO and 160 MHz bandwidth support
 2024-03-25 20:10 UTC  (11+ messages)
` [PATCH 01/10] wifi: mac80211: Add EHT UL MU-MIMO flag in ieee80211_bss_conf
` [PATCH 02/10] wifi: ath12k: push HE MU-MIMO params from hostapd to hardware
` [PATCH 03/10] wifi: ath12k: push EHT "
` [PATCH 04/10] wifi: ath12k: move HE MCS mapper to a separate function
` [PATCH 05/10] wifi: ath12k: generate rx and tx mcs maps for supported HE mcs
` [PATCH 06/10] wifi: ath12k: fix TX and RX MCS rate configurations in HE mode
` [PATCH 07/10] wifi: ath12k: add support for setting fixed HE rate/GI/LTF
` [PATCH 08/10] wifi: ath12k: clean up 80P80 support
` [PATCH 09/10] wifi: ath12k: add support for 160 MHz bandwidth
` [PATCH 10/10] wifi: ath12k: add extended NSS bandwidth support for 160 MHz

[PATCH v5 0/1] platform/x86: Add wmi driver for Casper Excalibur laptops
 2024-03-25 20:10 UTC  (2+ messages)

[PATCH 1/1] swiotlb: add a KUnit test suite
 2024-03-25 20:10 UTC  (3+ messages)

[Buildroot] [PATCH] package/sbase: new package
 2024-03-25 20:10 UTC  (2+ messages)

[PATCH v6 00/13] drm/ast: Detect connector status for VGA and SIL164
 2024-03-25 20:06 UTC  (14+ messages)
` [PATCH v6 01/13] drm/ast: Include <linux/of.h> where necessary
` [PATCH v6 02/13] drm/ast: Fail probing if DDC channel could not be initialized
` [PATCH v6 03/13] drm/ast: Remove struct ast_{vga,sil165}_connector
` [PATCH v6 04/13] drm/ast: Allocate instance of struct ast_i2c_chan with managed helpers
` [PATCH v6 05/13] drm/ast: Move DDC code to ast_ddc.{c,h}
` [PATCH v6 06/13] drm/ast: Rename struct ast_i2c_chan to struct ast_ddc
` [PATCH v6 07/13] drm/ast: Pass AST device to ast_ddc_create()
` [PATCH v6 08/13] drm/ast: Store AST device in struct ast_ddc
` [PATCH v6 09/13] drm/ast: Rename struct i2c_algo_bit_data callbacks and their parameters
` [PATCH v6 10/13] drm/ast: Acquire I/O-register lock in DDC code
` [PATCH v6 11/13] drm/ast: Use drm_connector_helper_get_modes()
` [PATCH v6 12/13] drm/ast: Implement polling for VGA and SIL164 connectors
` [PATCH v6 13/13] drm/ast: Automatically clean up poll helper

[PATCH] staging: wlan-ng: Remove broken driver prism2_usb
 2024-03-25 20:08 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-03-25 20:08 UTC 

[PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2024-03-25 (ice, ixgbe, igc)
 2024-03-25 20:06 UTC  (5+ messages)
` [PATCH net 1/4] ice: Refactor FW data type and fix bitmap casting issue
` [PATCH net 2/4] ice: fix memory corruption bug with suspend and rebuild
` [PATCH net 3/4] ixgbe: avoid sleeping allocation in ixgbe_ipsec_vf_add_sa()
` [PATCH net 4/4] igc: Remove stale comment about Tx timestamping

[PATCH 1/3] drm/xe: Store xe_he_engine in xe_hw_engine_snapshot
 2024-03-25 20:06 UTC  (2+ messages)
` ✓ CI.BAT: success for series starting with [1/3] "

[PATCH v2] x86/mm: Don't disable INVLPG if "incomplete Global INVLPG flushes" is fixed by microcode
 2024-03-25 20:06 UTC  (4+ messages)

+ mm-backing-dev-use-group-allocation-free-of-per-cpu-counters-api.patch added to mm-unstable branch
 2024-03-25 20:06 UTC 

[PATCH 6.7 000/707] 6.7.11-rc2 review
 2024-03-25 20:05 UTC  (2+ messages)

+ selftests-mm-fix-arm-related-issue-with-fork-after-pthread_create.patch added to mm-hotfixes-unstable branch
 2024-03-25 20:04 UTC 

[PATCH v3] selftests/mm: Fix ARM related issue with fork after pthread_create
 2024-03-25 20:04 UTC  (2+ messages)

[PATCH v6 00/16] power: sequencing: implement the subsystem and add first users
 2024-03-25 20:03 UTC  (6+ messages)
` [PATCH v6 04/16] dt-bindings: net: wireless: qcom,ath11k: describe the ath11k on QCA6390

[PATCH 0/4] dt-bindings: rtc: convert multiple devices to dtschema
 2024-03-25 20:03 UTC  (6+ messages)
` [PATCH 3/4] dt-bindings: rtc: digicolor-rtc: convert "

Linux 6.9-rc1
 2024-03-25 20:03 UTC  (2+ messages)
` Build regressions/improvements in v6.9-rc1

[PATCH v8 0/7] NCQ Priority sysfs sttributes for libsas
 2024-03-25 20:02 UTC  (2+ messages)

[PATCH 0/2] platform/x86: Add ACPI quickstart button driver
 2024-03-25 20:01 UTC  (3+ messages)

[PATCH v1 bpf-next 0/2] BPF: support mark in bpf_fib_lookup
 2024-03-25 20:03 UTC  (6+ messages)
` [PATCH v1 bpf-next 2/2] selftests/bpf: Add BPF_FIB_LOOKUP_MARK tests

[PATCH][next] mei: Avoid a bunch of -Wflex-array-member-not-at-end warnings
 2024-03-25 20:01 UTC 

[PATCH v19 000/130] KVM TDX basic feature support
 2024-03-25 20:01 UTC  (4+ messages)
` [PATCH v19 062/130] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU

[PATCH v2 00/28] Zone write plugging
 2024-03-25 20:00 UTC  (3+ messages)
` [PATCH v2 05/28] block: Allow using bio_attempt_back_merge() internally

[PATCH v2 0/3] QCM2290 LMH
 2024-03-25 19:59 UTC  (3+ messages)

[meta-python][PATCH 1/3] python3-multidict: Upgrade 6.0.4 -> 6.0.5
 2024-03-25 19:58 UTC 


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.