All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-04-29 23:32:29 to 2025-04-29 23:52:56 UTC [more...]

[PATCH AUTOSEL 6.6 01/21] cpufreq: Add SM8650 to cpufreq-dt-platdev blocklist
 2025-04-29 23:52 UTC  (9+ messages)
` [PATCH AUTOSEL 6.6 04/21] nvmem: core: verify cell's raw_len
` [PATCH AUTOSEL 6.6 05/21] nvmem: core: update raw_len if the bit reading is required
` [PATCH AUTOSEL 6.6 06/21] nvmem: qfprom: switch to 4-byte aligned reads
` [PATCH AUTOSEL 6.6 07/21] scsi: target: iscsi: Fix timeout on deleted connection
` [PATCH AUTOSEL 6.6 08/21] scsi: ufs: Introduce quirk to extend PA_HIBERN8TIME for UFS devices
` [PATCH AUTOSEL 6.6 09/21] virtio_ring: Fix data race by tagging event_triggered as racy for KCSAN
` [PATCH AUTOSEL 6.6 10/21] intel_th: avoid using deprecated page->mapping, index fields
` [PATCH AUTOSEL 6.6 11/21] dma-mapping: avoid potential unused data compilation warning

[PATCH AUTOSEL 6.12 01/37] cpufreq: Add SM8650 to cpufreq-dt-platdev blocklist
 2025-04-29 23:51 UTC  (35+ messages)
` [PATCH AUTOSEL 6.12 02/37] cpufreq: Do not enable by default during compile testing
` [PATCH AUTOSEL 6.12 05/37] nvmem: core: fix bit offsets of more than one byte
` [PATCH AUTOSEL 6.12 06/37] nvmem: core: verify cell's raw_len
` [PATCH AUTOSEL 6.12 07/37] nvmem: core: update raw_len if the bit reading is required
` [PATCH AUTOSEL 6.12 08/37] nvmem: qfprom: switch to 4-byte aligned reads
` [PATCH AUTOSEL 6.12 09/37] scsi: target: iscsi: Fix timeout on deleted connection
` [PATCH AUTOSEL 6.12 10/37] scsi: ufs: Introduce quirk to extend PA_HIBERN8TIME for UFS devices
` [PATCH AUTOSEL 6.12 11/37] virtio_ring: Fix data race by tagging event_triggered as racy for KCSAN
` [PATCH AUTOSEL 6.12 12/37] dma/mapping.c: dev_dbg support for dma_addressing_limited
` [PATCH AUTOSEL 6.12 13/37] intel_th: avoid using deprecated page->mapping, index fields
` [PATCH AUTOSEL 6.12 14/37] driver core: introduce device_set_driver() helper
` [PATCH AUTOSEL 6.12 15/37] driver core: fix potential NULL pointer dereference in dev_uevent()
` [PATCH AUTOSEL 6.12 16/37] mei: vsc: Use struct vsc_tp_packet as vsc-tp tx_buf and rx_buf type
` [PATCH AUTOSEL 6.12 17/37] dma-mapping: avoid potential unused data compilation warning
` [PATCH AUTOSEL 6.12 18/37] cgroup: Fix compilation issue due to cgroup_mutex not being exported
` [PATCH AUTOSEL 6.12 19/37] vhost_task: fix vhost_task_create() documentation
` [PATCH AUTOSEL 6.12 20/37] vhost-scsi: protect vq->log_used with vq->mutex
` [PATCH AUTOSEL 6.12 21/37] scsi: mpi3mr: Add level check to control event logging
` [PATCH AUTOSEL 6.12 22/37] net: enetc: refactor bulk flipping of RX buffers to separate function
` [PATCH AUTOSEL 6.12 23/37] dma-mapping: Fix warning reported for missing prototype
` [PATCH AUTOSEL 6.12 24/37] ima: process_measurement() needlessly takes inode_lock() on MAY_READ
` [PATCH AUTOSEL 6.12 25/37] fs/buffer: split locking for pagecache lookups
` [PATCH AUTOSEL 6.12 26/37] fs/buffer: introduce sleeping flavors "
` [PATCH AUTOSEL 6.12 27/37] fs/buffer: use sleeping version of __find_get_block()
` [PATCH AUTOSEL 6.12 28/37] fs/ocfs2: "
` [PATCH AUTOSEL 6.12 29/37] fs/jbd2: "
` [PATCH AUTOSEL 6.12 30/37] fs/ext4: use sleeping version of sb_find_get_block()
` [PATCH AUTOSEL 6.12 31/37] drm/amd/display: Enable urgent latency adjustment on DCN35
` [PATCH AUTOSEL 6.12 32/37] drm/amdgpu: Allow P2P access through XGMI
` [PATCH AUTOSEL 6.12 33/37] selftests/bpf: Mitigate sockmap_ktls disconnect_after_delete failure
` [PATCH AUTOSEL 6.12 34/37] block: fix race between set_blocksize and read paths
` [PATCH AUTOSEL 6.12 35/37] io_uring: don't duplicate flushing in io_req_post_cqe
` [PATCH AUTOSEL 6.12 36/37] bpf: fix possible endless loop in BPF map iteration
` [PATCH AUTOSEL 6.12 37/37] samples/bpf: Fix compilation failure for samples/bpf on LoongArch Fedora

[RFC PATCH v2 00/18] Virtual Swap Space
 2025-04-29 23:51 UTC  (20+ messages)
` [RFC PATCH v2 01/18] swap: rearrange the swap header file
` [RFC PATCH v2 02/18] swapfile: rearrange functions
` [RFC PATCH v2 03/18] swapfile: rearrange freeing steps
` [RFC PATCH v2 04/18] mm: swap: add an abstract API for locking out swapoff
` [RFC PATCH v2 05/18] mm: swap: add a separate type for physical swap slots
` [RFC PATCH v2 06/18] mm: create scaffolds for the new virtual swap implementation
` [RFC PATCH v2 07/18] mm: swap: zswap: swap cache and zswap support for virtualized swap
` [RFC PATCH v2 08/18] mm: swap: allocate a virtual swap slot for each swapped out page
` [RFC PATCH v2 09/18] swap: implement the swap_cgroup API using virtual swap
` [RFC PATCH v2 10/18] swap: manage swap entry lifetime at the virtual swap layer
` [RFC PATCH v2 11/18] mm: swap: temporarily disable THP swapin and batched freeing swap
` [RFC PATCH v2 12/18] mm: swap: decouple virtual swap slot from backing store
` [RFC PATCH v2 13/18] zswap: do not start zswap shrinker if there is no physical swap slots
` [RFC PATCH v2 14/18] memcg: swap: only charge "
` [RFC PATCH v2 15/18] vswap: support THP swapin and batch free_swap_and_cache
` [RFC PATCH v2 16/18] swap: simplify swapoff using virtual swap
` [RFC PATCH v2 17/18] swapfile: move zeromap setup out of enable_swap_info
` [RFC PATCH v2 18/18] swapfile: remove zeromap in virtual swap implementation

[PATCH v2 0/2] common: Move exit related functions to common/exit
 2025-04-29 23:51 UTC  (3+ messages)
` [PATCH v2 1/2] common: Move exit related functions to a common/exit

[PATCH AUTOSEL 6.14 01/39] cpufreq: Add SM8650 to cpufreq-dt-platdev blocklist
 2025-04-29 23:50 UTC  (37+ messages)
` [PATCH AUTOSEL 6.14 02/39] cpufreq: Do not enable by default during compile testing
` [PATCH AUTOSEL 6.14 05/39] nvmem: core: fix bit offsets of more than one byte
` [PATCH AUTOSEL 6.14 06/39] nvmem: core: verify cell's raw_len
` [PATCH AUTOSEL 6.14 07/39] nvmem: core: update raw_len if the bit reading is required
` [PATCH AUTOSEL 6.14 08/39] nvmem: qfprom: switch to 4-byte aligned reads
` [PATCH AUTOSEL 6.14 09/39] scsi: target: iscsi: Fix timeout on deleted connection
` [PATCH AUTOSEL 6.14 10/39] scsi: ufs: Introduce quirk to extend PA_HIBERN8TIME for UFS devices
` [PATCH AUTOSEL 6.14 11/39] virtio_ring: Fix data race by tagging event_triggered as racy for KCSAN
` [PATCH AUTOSEL 6.14 12/39] dma/mapping.c: dev_dbg support for dma_addressing_limited
` [PATCH AUTOSEL 6.14 13/39] intel_th: avoid using deprecated page->mapping, index fields
` [PATCH AUTOSEL 6.14 14/39] driver core: introduce device_set_driver() helper
` [PATCH AUTOSEL 6.14 15/39] driver core: fix potential NULL pointer dereference in dev_uevent()
` [PATCH AUTOSEL 6.14 16/39] mei: vsc: Use struct vsc_tp_packet as vsc-tp tx_buf and rx_buf type
` [PATCH AUTOSEL 6.14 17/39] dma-mapping: avoid potential unused data compilation warning
` [PATCH AUTOSEL 6.14 18/39] btrfs: tree-checker: adjust error code for header level check
` [PATCH AUTOSEL 6.14 19/39] cgroup: Fix compilation issue due to cgroup_mutex not being exported
` [PATCH AUTOSEL 6.14 20/39] vhost_task: fix vhost_task_create() documentation
` [PATCH AUTOSEL 6.14 21/39] vhost-scsi: protect vq->log_used with vq->mutex
` [PATCH AUTOSEL 6.14 22/39] scsi: mpi3mr: Add level check to control event logging
` [PATCH AUTOSEL 6.14 23/39] net: enetc: refactor bulk flipping of RX buffers to separate function
` [PATCH AUTOSEL 6.14 24/39] dma-mapping: Fix warning reported for missing prototype
` [PATCH AUTOSEL 6.14 25/39] ima: process_measurement() needlessly takes inode_lock() on MAY_READ
` [PATCH AUTOSEL 6.14 26/39] fs/buffer: split locking for pagecache lookups
` [PATCH AUTOSEL 6.14 27/39] fs/buffer: introduce sleeping flavors "
` [PATCH AUTOSEL 6.14 28/39] fs/buffer: use sleeping version of __find_get_block()
` [PATCH AUTOSEL 6.14 29/39] fs/ocfs2: "
` [PATCH AUTOSEL 6.14 30/39] fs/jbd2: "
` [PATCH AUTOSEL 6.14 31/39] fs/ext4: use sleeping version of sb_find_get_block()
` [PATCH AUTOSEL 6.14 32/39] drm/amd/display: Enable urgent latency adjustment on DCN35
` [PATCH AUTOSEL 6.14 33/39] drm/amdgpu: Allow P2P access through XGMI
` [PATCH AUTOSEL 6.14 34/39] selftests/bpf: Mitigate sockmap_ktls disconnect_after_delete failure
` [PATCH AUTOSEL 6.14 35/39] block: fix race between set_blocksize and read paths
` [PATCH AUTOSEL 6.14 36/39] block: hoist block size validation code to a separate function
` [PATCH AUTOSEL 6.14 37/39] io_uring: don't duplicate flushing in io_req_post_cqe
` [PATCH AUTOSEL 6.14 38/39] bpf: fix possible endless loop in BPF map iteration
` [PATCH AUTOSEL 6.14 39/39] samples/bpf: Fix compilation failure for samples/bpf on LoongArch Fedora

[PATCH 0/4] memcg: decouple memcg and objcg stocks
 2025-04-29 23:51 UTC  (3+ messages)
` [PATCH 1/4] memcg: simplify consume_stock

[meta-oe][PATCH] libmbim: upgrade 1.30.0 -> 1.32.0
 2025-04-29 23:50 UTC 

[PATCH i-g-t v2] tests/intel/xe_pxp: Terminate PXP on exit
 2025-04-29 23:49 UTC 

[PATCH v1] usb: typec: tcpm: move tcpm_queue_vdm_unlocked to asynchronous work
 2025-04-29 23:49 UTC 

[PATCH v3 0/8] drm/msm/dpu: improve CTL handling on DPU >= 5.0 platforms
 2025-04-29 23:48 UTC  (3+ messages)
` [PATCH v3 3/8] drm/msm/dpu: pass master interface to CTL configuration

[PATCH v1] usb: typec: tcpm: apply vbus before data bringup in tcpm_src_attach
 2025-04-29 23:47 UTC 

[PATCH v2 0/3] rpmsg offchannel deadcoding
 2025-04-29 23:47 UTC  (5+ messages)
` [PATCH v2 3/3] rpmsg: Remove unused method pointers *send_offchannel

[PATCH bpf-next v1 0/3] bpf, sockmap: Improve performance with CPU affinity
 2025-04-29 23:47 UTC  (3+ messages)

[PATCH v1] usb: typec: tcpm: delay SNK_TRY_WAIT_DEBOUNCE to SRC_TRYWAIT transition
 2025-04-29 23:47 UTC 

[PATCH net-next 00/13][pull request] Intel Wired LAN Driver Updates 2025-04-29 (igb, igc, ixgbe, idpf)
 2025-04-29 23:46 UTC  (14+ messages)
` [PATCH net-next 01/13] igb: Link IRQs to NAPI instances
` [PATCH net-next 02/13] igb: Link queues "
` [PATCH net-next 03/13] igb: Add support for persistent NAPI config
` [PATCH net-next 04/13] igb: Get rid of spurious interrupts
` [PATCH net-next 05/13] igc: Limit netdev_tc calls to MQPRIO
` [PATCH net-next 06/13] igc: Change Tx mode for MQPRIO offloading
` [PATCH net-next 07/13] ixgbe: create E610 specific ethtool_ops structure
` [PATCH net-next 08/13] ixgbe: add support for ACPI WOL for E610
` [PATCH net-next 09/13] ixgbe: apply different rules for setting FC on E610
` [PATCH net-next 10/13] ixgbe: add E610 .set_phys_id() callback implementation
` [PATCH net-next 11/13] ixgbe: devlink: add devlink region support for E610
` [PATCH net-next 12/13] idpf: assign extracted ptype to struct libeth_rqe_info field
` [PATCH net-next 13/13] idpf: remove unreachable code from setting mailbox

[PATCH v2 0/2] Range-check array index before access
 2025-04-29 23:46 UTC  (6+ messages)
` [PATCH v3] diff: check range before dereferencing an array element

[PATCH 00/13] hw/riscv/virt: device tree reg cleanups
 2025-04-29 23:45 UTC  (2+ messages)

[PATCH v3 0/3] rpmsg offchannel deadcoding
 2025-04-29 23:45 UTC  (4+ messages)
` [PATCH v3 1/3] rpmsg: core: Remove deadcode
` [PATCH v3 2/3] rpmsg: virtio: Remove uncallable offchannel functions
` [PATCH v3 3/3] rpmsg: Remove unused method pointers *send_offchannel

[PATCH v2 1/4] power: supply: core: Add additional health status values
 2025-04-29 23:44 UTC  (2+ messages)

linux-next: Signed-off-by missing for commit in the pm tree
 2025-04-29 23:44 UTC  (3+ messages)

[android-common:mirror-chromeos-5.10-arcvm 0/7] kernel/cpu.o: warning: objtool: write_cpuhp_target()+0x232: unreachable instruction
 2025-04-29 23:42 UTC 

[lustre-devel] New contributor inquiry – status of LU-1643 (“reserved space” in statfs/df) and guidance requested
 2025-04-29 23:41 UTC 

[PATCH 00/60] add support for Hopper and Blackwell GPUs
 2025-04-29 23:39 UTC  (57+ messages)
` [PATCH 01/60] drm/nouveau/gsp: fix rm shutdown wait condition
` [PATCH 02/60] drm/nouveau/ce: bump max instances to 20
` [PATCH 03/60] drm/nouveau/nvenc: bump max instances to 4
` [PATCH 04/60] drm/nouveau/ofa: bump max instances to 2
` [PATCH 05/60] drm/nouveau/gsp: split rpc handling out on its own
` [PATCH 06/60] drm/nouveau/gsp: split rm ctrl "
` [PATCH 07/60] drm/nouveau/gsp: split rm alloc "
` [PATCH 08/60] drm/nouveau/gsp: split client "
` [PATCH 09/60] drm/nouveau/gsp: split device "
` [PATCH 10/60] drm/nouveau/gsp: move firmware loading to GPU-specific code
` [PATCH 11/60] drm/nouveau/gsp: move booter handling "
` [PATCH 12/60] drm/nouveau/gsp: move subdev/engine impls to subdev/gsp/rm/r535/
` [PATCH 14/60] drm/nouveau/gsp: add gpu hal stubs
` [PATCH 15/60] drm/nouveau/gsp: add display class ids to gpu hal
` [PATCH 16/60] drm/nouveau/gsp: add usermode class id "
` [PATCH 17/60] drm/nouveau/gsp: add channel "
` [PATCH 18/60] drm/nouveau/gsp: add common code for engines/engine objects
` [PATCH 19/60] drm/nouveau/gsp: ignore client engine object handles
` [PATCH 20/60] drm/nouveau/gsp: use internal.{client, device, subdevice} where possible
` [PATCH 21/60] drm/nouveau/gsp: add hal for wpr config info + meta init
` [PATCH 22/60] drm/nouveau/gsp: add hal for gsp.set_system_info()
` [PATCH 23/60] drm/nouveau/gsp: add hal for gsp.get_static_info()
` [PATCH 24/60] drm/nouveau/gsp: add hal for gsp.xlat_mc_engine_idx()
` [PATCH 25/60] drm/nouveau/gsp: add hal for gsp.drop_send_user_shared_data()
` [PATCH 26/60] drm/nouveau/gsp: add hal for disp.bl_ctrl()
` [PATCH 27/60] drm/nouveau/gsp: add hal for disp.dp.set_indexed_link_rates()
` [PATCH 28/60] drm/nouveau/gsp: add hal for disp.get_static_info()
` [PATCH 29/60] drm/nouveau/gsp: add hal for disp.chan.set_pushbuf()
` [PATCH 30/60] drm/nouveau/gsp: add hal for fifo.xlat_rm_engine_type()
` [PATCH 31/60] drm/nouveau/gsp: add hal for fifo.ectx_size()
` [PATCH 32/60] drm/nouveau/gsp: add hal for gr.get_ctxbufs_info()
` [PATCH 33/60] drm/nouveau/gsp: add hal for gsp.set_rmargs()
` [PATCH 34/60] drm/nouveau/gsp: add hals for fbsr.suspend/resume()
` [PATCH 35/60] drm/nouveau/gsp: add hal for disp.get_supported()
` [PATCH 36/60] drm/nouveau/gsp: add hal for disp.get_connect_state()
` [PATCH 37/60] drm/nouveau/gsp: add hal for disp.get_active()
` [PATCH 38/60] drm/nouveau/gsp: add hal for disp.dp.get_caps()
` [PATCH 39/60] drm/nouveau/gsp: add hal for fifo.chan.alloc
` [PATCH 40/60] drm/nouveau/gsp: add hal for fifo.rsvd_chids
` [PATCH 41/60] drm/nouveau/gsp: add hal for fifo.rc_triggered()
` [PATCH 42/60] drm/nouveau/gsp: add hal for disp.chan.dmac_alloc()
` [PATCH 43/60] drm/nouveau/gsp: add hal for gsp.sr_data_size()
` [PATCH 45/60] drm/nouveau/pci: add PRI address of config space mirror to nvkm_pci_func
` [PATCH 46/60] drm/nouveau/instmem: add hal for set_bar0_window_addr()
` [PATCH 47/60] drm/nouveau/mmu: bump up the maximum page table depth
` [PATCH 48/60] drm/nouveau/gsp: fetch level shift and PDE from BAR2 VMM
` [PATCH 49/60] drm/nouveau/gsp: init VMMs with NV0080_CTRL_DMA_SET_PAGE_DIRECTORY
` [PATCH 50/60] drm/nouveau/gv100-: switch to volta semaphore methods
` [PATCH 51/60] drm/nouveau: improve handling of 64-bit BARs
` [PATCH 53/60] drm/nouveau: add helper functions for allocating pinned/cpu-mapped bos
` [PATCH 54/60] drm/nouveau/nv50-: separate CHANNEL_GPFIFO handling out from CHANNEL_DMA
` [PATCH 55/60] drm/nouveau/gf100-: track chan progress with non-WFI semaphore release
` [PATCH 56/60] drm/nouveau: add support for GB10x
` [PATCH 57/60] drm/nouveau/gsp: add hal for fifo.chan.doorbell_handle
` [PATCH 58/60] drm/nouveau: add support for GB20x
` [PATCH 59/60] drm/dp: add option to disable zero sized address only transactions

[PATCH RFC bpf-next v2 00/17] traits: Per packet metadata KV store
 2025-04-29 23:36 UTC  (5+ messages)
` [PATCH RFC bpf-next v2 01/17] trait: limited KV store for packet metadata

[PATCH v2] security,fs,nfs,net: update security_inode_listsecurity() interface
 2025-04-29 23:34 UTC  (2+ messages)

[PATCH 0/2] Update kunit doc and tool with tips to build errors
 2025-04-29 23:34 UTC  (7+ messages)
` [PATCH 1/2] doc: kunit: add information about cleaning source trees
` [PATCH 2/2] kunit: add tips to clean source tree to build help message

[PATCH net-next v3 0/4] net: selftest: improve test string formatting and checksum handling
 2025-04-29 23:34 UTC  (3+ messages)
` [PATCH net-next v3 3/4] net: selftests: add checksum mode support and SW "

[linux-next:master 6614/6719] arch/arm64/boot/dts/rockchip/rk3588-armsom-sige7.dtb: edp@fded0000 (rockchip,rk3588-edp): clock-names:2: 'grf' was expected
 2025-04-29 23:31 UTC 

[openeuler:OLK-6.6 2175/2175] include/linux/sched/signal.h: linux/kabi.h is included more than once
 2025-04-29 23:31 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.