All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-03-12 02:03:10 to 2024-03-12 04:04:38 UTC [more...]

[PATCH 1/2] mm: zswap: optimize zswap pool size tracking
 2024-03-12  4:04 UTC  (7+ messages)
` [PATCH 2/2] mm: zpool: return pool size in pages

linux-next: manual merge of the vfs-brauner tree with the f2fs tree
 2024-03-12  4:02 UTC  (2+ messages)

linux-next: manual merge of the vfs-brauner tree with the cifs tree
 2024-03-12  4:00 UTC  (2+ messages)

[PATCH 1/3] x86/mm: Use IPIs to synchronize LAM enablement
 2024-03-12  3:59 UTC  (3+ messages)
` [PATCH 2/3] x86/mm: Fix LAM inconsistency during context switch
` [PATCH 3/3] x86/mm: Cleanup prctl_enable_tagged_addr() nr_bits error checking

[PATCH v12 00/17] Add OA functionality to Xe
 2024-03-12  3:59 UTC  (18+ messages)
` [PATCH 01/17] drm/xe/perf/uapi: "Perf" layer to support multiple perf counter stream types
` [PATCH 02/17] drm/xe/perf/uapi: Add perf_stream_paranoid sysctl
` [PATCH 03/17] drm/xe/oa/uapi: Add OA data formats
` [PATCH 04/17] drm/xe/oa/uapi: Initialize OA units
` [PATCH 05/17] drm/xe/oa/uapi: Add/remove OA config perf ops
` [PATCH 06/17] drm/xe/oa/uapi: Define and parse OA stream properties
` [PATCH 07/17] drm/xe/oa: OA stream initialization (OAG)
` [PATCH 08/17] drm/xe/oa/uapi: Expose OA stream fd
` [PATCH 09/17] drm/xe/oa/uapi: Read file_operation
` [PATCH 10/17] drm/xe/oa: Add OAR support
` [PATCH 11/17] drm/xe/oa: Add OAC support
` [PATCH 12/17] drm/xe/oa/uapi: Query OA unit properties
` [PATCH 13/17] drm/xe/oa/uapi: OA buffer mmap
` [PATCH 14/17] drm/xe/oa: Add MMIO trigger support
` [PATCH 15/17] drm/xe/oa: Override GuC RC with OA on PVC
` [PATCH 16/17] drm/xe/oa: Changes to OA_TAKEN
` [PATCH 17/17] drm/xe/oa: Enable Xe2+ overrun mode

[DPDK/examples Bug 1398] [dpdk-24.03] ptpclient causes NIC I225/I226 port RX missed
 2024-03-12  3:59 UTC 

[PATCH v2 0/2] btrfs-progs: cmds/filesystem: add --usage-ratio and --wasted-bytes options
 2024-03-12  3:57 UTC  (3+ messages)
` [PATCH v2 1/2] btrfs-progs: defrag: sync the usage ratio/wasted bytes fine-tunning from kernel
` [PATCH v2 2/2] btrfs-progs: cmds/filesystem: add --usage-ratio and --wasted-bytes for defrag

[PATCH v2 0/4] hash: add SVE support for bulk key lookup
 2024-03-12  3:57 UTC  (4+ messages)
` [PATCH v6 "
  ` [PATCH v6 4/4] "

linux-next: manual merge of the vfs-brauner tree with the bcachefs tree
 2024-03-12  3:56 UTC  (2+ messages)

[PATCH v3 00/16] rockchip: add support for SARADCv2 and RK806 PMIC and regulators
 2024-03-12  3:51 UTC  (13+ messages)
` [PATCH v3 11/16] rockchip: adc: rockchip-saradc: add support for RK3588
` [PATCH v3 12/16] power: pmic: rk8xx: fix duplicate prompt
` [PATCH v3 13/16] rockchip: jaguar-rk3588: enable SARADC and derivatives
` [PATCH v3 14/16] adc: add missing depends on ADC for controller drivers
` [PATCH v3 15/16] button: add missing ADC dependency for BUTTON_ADC
` [PATCH v3 16/16] rockchip: boot_mode: fix rockchip_dnl_key_pressed requiring ADC support

[PATCH] mm: Always initialise folio->_deferred_list
 2024-03-12  3:50 UTC 

[PATCH v4 00/20] rockchip: add support for Theobroma JAGUAR SBC-RK3588-AMR
 2024-03-12  3:49 UTC  (3+ messages)
` [PATCH v4 11/20] rockchip: rk3588: disable force_jtag by default

[PATCH] app/dma-perf: calrify incorrect NUMA config
 2024-03-12  3:48 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2] mm/migrate: put dest folio on deferred split list if source was there
 2024-03-12  3:45 UTC  (2+ messages)

[PATCH v2 0/5] DOMCTL-based guest magic regions allocation for dom0less
 2024-03-12  3:44 UTC  (10+ messages)
` [PATCH v2 3/5] xen/domctl, tools: Introduce a new domctl to get guest memory map
` [PATCH v2 4/5] xen/arm: Find unallocated spaces for magic pages of direct-mapped domU
` [PATCH v2 5/5] xen/memory, tools: Make init-dom0less consume XEN_DOMCTL_get_mem_map

[PATCH 0/9] Improve trap handling for nested traps
 2024-03-12  3:43 UTC  (3+ messages)

[PATCH V5 net-next 0/4] Support some features for the HNS3 ethernet driver
 2024-03-12  3:42 UTC  (4+ messages)
` [PATCH V5 net-next 3/4] net: hns3: dump more reg info based on ras mod

[PATCH v2 0/9] Add AST2700 support
 2024-03-12  3:42 UTC  (6+ messages)
` [PATCH v2 3/9] aspeed/sdmc: "

[PATCH net-next v2 0/4] nexthop: Fix two nexthop group statistics issues
 2024-03-12  3:40 UTC  (10+ messages)
` [PATCH net-next v2 1/4] nexthop: Only parse NHA_OP_FLAGS for get messages that require it
` [PATCH net-next v2 2/4] nexthop: Only parse NHA_OP_FLAGS for dump "
` [PATCH net-next v2 3/4] nexthop: Fix out-of-bounds access during attribute validation
` [PATCH net-next v2 4/4] nexthop: Fix splat with CONFIG_DEBUG_PREEMPT=y

[PATCH 16/17] drm/xe/oa: Changes to OA_TAKEN
 2024-03-12  3:40 UTC  (2+ messages)
` [PATCH 17/17] drm/xe/oa: Enable Xe2+ overrun mode

[PATCH v8 0/1] Implement the NVMe reservation feature
 2024-03-12  3:39 UTC  (5+ messages)

[groeck-staging:testing] BUILD SUCCESS 57574d7d60f620da150d24ace060a711c63281e7
 2024-03-12  3:37 UTC 

[bluetooth-next:master] BUILD SUCCESS 32652c5a24c970fd64cf4a2eca17056270b2ed92
 2024-03-12  3:36 UTC 

[PATCH V3 0/1] target/loongarch: Fixed tlb huge page loading issue
 2024-03-12  3:35 UTC  (4+ messages)
` [PATCH V3 1/1] "

[PATCH] target/ppc: Fix GDB SPR regnum indexing
 2024-03-12  3:36 UTC  (2+ messages)

[PATCH i-g-t] tests/intel/xe_exec_queue_property: fix documentation output
 2024-03-12  3:36 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH vhost v4 00/10] virtio: drivers maintain dma info for premapped vq
 2024-03-12  3:35 UTC  (11+ messages)
` [PATCH vhost v4 01/10] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH vhost v4 02/10] virtio_ring: packed: remove double check of the unmap ops
` [PATCH vhost v4 03/10] virtio_ring: packed: structure the indirect desc table
` [PATCH vhost v4 04/10] virtio_ring: split: remove double check of the unmap ops
` [PATCH vhost v4 05/10] virtio_ring: split: structure the indirect desc table
` [PATCH vhost v4 06/10] virtio_ring: no store dma info when unmap is not needed
` [PATCH vhost v4 07/10] virtio: find_vqs: add new parameter premapped
` [PATCH vhost v4 08/10] virtio_ring: export premapped to driver by struct virtqueue
` [PATCH vhost v4 09/10] virtio_net: set premapped mode by find_vqs()
` [PATCH vhost v4 10/10] virtio_ring: virtqueue_set_dma_premapped support disable

[PATCH] Fix divide-by-zero on DP unplug with nouveau
 2024-03-12  3:36 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for Fix divide-by-zero regression on DP MST "
` ✓ Fi.CI.BAT: success "

[PATCH 0/3] fiemap extension to add physical extent length
 2024-03-12  3:35 UTC  (4+ messages)
` [PATCH 1/3] fs: add physical_length field to fiemap extents
  ` [PATCH 1/3] "

[GIT PULL] x86/mm for 6.9
 2024-03-12  3:32 UTC  (2+ messages)

[GIT PULL] x86/tdx for 6.9
 2024-03-12  3:32 UTC  (2+ messages)

[GIT PULL] Scheduler changes for v6.9
 2024-03-12  3:32 UTC  (2+ messages)

[GIT PULL] x86/asm changes for v6.9
 2024-03-12  3:32 UTC  (2+ messages)

[GIT PULL] x86/build changes for v6.9
 2024-03-12  3:32 UTC  (2+ messages)

[GIT PULL] x86/cleanups for v6.9
 2024-03-12  3:32 UTC  (2+ messages)

[GIT PULL] x86/core changes for v6.9
 2024-03-12  3:32 UTC  (2+ messages)

[GIT PULL] locking changes for v6.9
 2024-03-12  3:32 UTC  (2+ messages)

[PATCH v4 0/2] btrfs: defrag: better handling for extents which can not be merged with adjacent ones
 2024-03-12  3:24 UTC  (3+ messages)
` [PATCH v4 1/2] btrfs: defrag: add under utilized extent to defrag target list
` [PATCH v4 2/2] btrfs: defrag: allow fine-tuning defrag behavior based on file extent usage

[PATCH 00/30] PREEMPT_AUTO: support lazy rescheduling
 2024-03-12  3:24 UTC  (11+ messages)
` [PATCH 15/30] rcu: handle quiescent states for PREEMPT_RCU=n, PREEMPT_COUNT=y

[PATCH] net: dsa: mt7530: disable LEDs before reset
 2024-03-12  3:17 UTC  (10+ messages)

[PATCH bpf-next v2 0/9] bpf: make tracing program support multi-link
 2024-03-12  3:13 UTC  (34+ messages)
` [PATCH bpf-next v2 1/9] bpf: tracing: add support to record and check the accessed args
    ` [External] "
` [PATCH bpf-next v2 5/9] bpf: verifier: add btf to the function args of bpf_check_attach_target
    ` [External] "
` [PATCH bpf-next v2 7/9] libbpf: don't free btf if program of multi-link tracing existing
    ` [External] "
` [PATCH bpf-next v2 8/9] libbpf: add support for the multi-link of tracing
    ` [External] "

[PATCH 1/5] cert: remove usused elem_data variable
 2024-03-12  3:12 UTC  (2+ messages)

[PATCH 1/4] p2p: check connected peer before processing request
 2024-03-12  3:10 UTC  (2+ messages)

[PATCH v3 0/2] btrfs: defrag: better handling for extents which can not be merged with adjacent ones
 2024-03-12  3:11 UTC  (3+ messages)
` [PATCH v3 1/2] btrfs: defrag: add under utilized extent to defrag target list
` [PATCH v3 2/2] btrfs: defrag: allow fine-tuning defrag behavior based on file extent usage

[android-common:android15-6.6 1/18] mm/page_size_compat.c:137:41: warning: implicit conversion from 'unsigned long long' to 'unsigned long' changes value from 9223372036854775858 to 50
 2024-03-12  3:09 UTC 

[PATCH] drm/i915/display: Fixed a screen flickering when turning on display from off
 2024-03-12  3:17 UTC  (2+ messages)

[RFC PATCH v14 00/19] Integrity Policy Enforcement LSM (IPE)
 2024-03-12  3:07 UTC  (4+ messages)
` [RFC PATCH v14 15/19] fsverity: consume builtin signature via LSM hook

[PATCH v2 2/2] btrfs: defrag: allow fine-tuning defrag behavior based on file extent usage
 2024-03-12  3:06 UTC  (3+ messages)

[PATCH v1 1/2] board: starfive: Update maintainer of VisionFive v2 board
 2024-03-12  3:04 UTC  (4+ messages)
` [PATCH v1 2/2] board: starfive: maintainer: Add visionfive2 PCIe driver

[PATCH 0/8] iommufd support pasid attach/replace
 2024-03-12  3:07 UTC  (6+ messages)
` [PATCH 1/8] iommu: Introduce a replace API for device pasid

Using bind mount for /var/lib/iwd results in zero directory (and no links) and no connections stored
 2024-03-12  3:02 UTC  (3+ messages)

[PATCH v3 0/2] update SM4450 pinctrl document
 2024-03-12  2:58 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: pinctrl: qcom: update compatible name for match with driver
` [PATCH v3 2/2] dt-bindings: pinctrl: qcom: update functions to "

[PATCH 00/16] KVM: x86/mmu: Page fault and MMIO cleanups
 2024-03-12  2:59 UTC  (4+ messages)
` [PATCH 01/16] KVM: x86/mmu: Exit to userspace with -EFAULT if private fault hits emulation

[bug report]WARNING: CPU: 22 PID: 44011 at fs/iomap/iter.c:51 iomap_iter+0x32b observed with blktests zbd/010
 2024-03-12  2:52 UTC  (6+ messages)
      ` [f2fs-dev] "

[PATCH v4 0/9] rtw88: Add support for RTL8723CS/RTL8703B
 2024-03-12  2:58 UTC  (2+ messages)

My AlderLake Dell (XPS-9320) needs these patches to get full standby/low-power modes
 2024-03-12  2:37 UTC  (2+ messages)

[PATCH 0/5] Handle set_memory_XXcrypted() errors in Hyper-V
 2024-03-12  2:56 UTC  (3+ messages)
` [PATCH v2 1/5] Drivers: hv: vmbus: Leak pages if set_memory_encrypted() fails

[PATCH] drm/i915/gem: Execbuffer objects must have struct pages
 2024-03-12  2:55 UTC  (2+ messages)
` ✗ Fi.CI.BUILD: failure for "

[PATCH v2] drm/i915/hwmon: Fix locking inversion in sysfs getter
 2024-03-12  2:55 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/hwmon: Fix locking inversion in sysfs getter (rev2)
` ✓ Fi.CI.BAT: success "

[soc:soc/late] BUILD SUCCESS f0379bd1c7da4d2d426e201d2649681801967e3b
 2024-03-12  2:53 UTC 

[PATCH] fs/resctrl: Uniform data type of component_id/domid/id/cache_id
 2024-03-12  2:52 UTC  (3+ messages)
  ` 答复: "

cron job: media_tree daily build: WARNINGS
 2024-03-12  2:49 UTC 

[PATCH 0/5] pull request (net): ipsec 2024-03-06
 2024-03-12  2:46 UTC  (5+ messages)
` [PATCH 2/5] xfrm: Pass UDP encapsulation in TX packet offload

[PATCH RFC 0/8] Clavis LSM
 2024-03-12  2:45 UTC  (3+ messages)
` [PATCH RFC 8/8] clavis: Introduce new LSM called clavis

[v1] staging: media: starfive: Clean pad selection in isp_try_format()
 2024-03-12  2:45 UTC 

[PATCH v5 00/24] fs-verity support for XFS
 2024-03-12  2:45 UTC  (10+ messages)
` [PATCH v5 11/24] xfs: add XBF_VERITY_SEEN xfs_buf flag

[PATCH v3 0/2] kvm/cpuid: set proper GuestPhysBits in CPUID.0x80000008
 2024-03-12  2:44 UTC  (5+ messages)
` [PATCH v3 1/2] kvm/cpuid: remove GuestPhysBits code
` [PATCH v3 2/2] kvm/cpuid: set proper GuestPhysBits in CPUID.0x80000008

Release signing key still uses SHA1
 2024-03-12  2:41 UTC 

[android-common:android15-6.6 1/18] include/uapi/linux/mman.h:18:25: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '9223372036854775858' to '50'
 2024-03-12  2:39 UTC 

[openeuler:OLK-5.10 9183/30000] mm/share_pool.c:4221:30: error: implicit declaration of function 'huge_pte_none'; did you mean 'huge_pte_lock'?
 2024-03-12  2:39 UTC 

[PATCH] Allow git-config to append a comment
 2024-03-12  2:38 UTC  (16+ messages)
` [PATCH v2] config: add --comment option to add "

[PATCH] Bluetooth: Add device 0bda:4853 to blacklist/quirk table
 2024-03-12  2:37 UTC  (2+ messages)
`  "

[PATCH v2] target/riscv: raise an exception when CSRRS/CSRRC writes a read-only CSR
 2024-03-12  2:36 UTC  (2+ messages)

[PATCH 0/2] Revert "ASoC: amd: yc: add new YC platform variant (0x63) support"
 2024-03-12  2:33 UTC  (3+ messages)
` [PATCH 1/2] Revert "ASoC: amd: yc: Fix non-functional mic on Lenovo 21J2"
` [PATCH 2/2] Revert "ASoC: amd: yc: add new YC platform variant (0x63) support"

4.17.3 download is missing on the website
 2024-03-12  2:33 UTC 

[PATCH bpf-next v2] bpftool: Fix missing pids during link show
 2024-03-12  2:32 UTC 

[PATCH v9 0/4] riscv: Use Kconfig to set unaligned access speed
 2024-03-12  2:31 UTC  (3+ messages)

[net-next:main 4/19] WARNING: modpost: vmlinux: section mismatch in reference: bitmap_copy_clear_tail+0x58 (section: .text.unlikely) -> __setup_str_initcall_blacklist (section: .init.rodata)
 2024-03-12  2:29 UTC 

[jfern:sched/dlserver.debug.mar8.2024 7/8] kernel/sched/deadline.c:1776:5: sparse: sparse: symbol 'delay_inject_count' was not declared. Should it be static?
 2024-03-12  2:29 UTC 

[PATCH 01/11] drm/xe: Introduce xe_pm_runtime_get_noresume for inner callers
 2024-03-12  2:28 UTC  (3+ messages)
` ✗ Fi.CI.SPARSE: warning for series starting with drm/xe: Introduce xe_pm_runtime_get_noresume for inner callers (rev3)
` ✗ Fi.CI.BAT: failure "

[PATCH i-g-t] tests/xe_ccs: Separate inc dimension start width
 2024-03-12  2:27 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH v6 0/8] hugetlb: parallelize hugetlb page init on boot
 2024-03-12  2:26 UTC  (4+ messages)
` [PATCH v6 8/8] hugetlb: parallelize 1G hugetlb initialization

[GIT PULL] EDAC updates for v6.9
 2024-03-12  2:25 UTC  (4+ messages)

[PATCH virtme-docker] docker: install iperf
 2024-03-12  2:22 UTC 

[RFC 00/14] Dynamic Kernel Stacks
 2024-03-12  2:20 UTC  (10+ messages)
` [RFC 11/14] x86: add support for "

[PATCH v19 000/130] KVM TDX basic feature support
 2024-03-12  2:21 UTC  (10+ messages)
` [PATCH v19 022/130] KVM: x86/vmx: Refactor KVM VMX module init/exit functions
` [PATCH v19 080/130] KVM: TDX: restore host xsave state when exit from the guest TD

[PATCH] riscv: Fix spurious errors from __get/put_kernel_nofault
 2024-03-12  2:19 UTC  (2+ messages)

[PATCH] of: Move all FDT reserved-memory handling into of_reserved_mem.c
 2024-03-12  2:18 UTC  (2+ messages)

[PATCH] statx.2: Document STATX_SUBVOL
 2024-03-12  2:19 UTC  (2+ messages)

[dm-devel] [PATCH v8 12/12] crypto: x86/aes-kl - Implement the AES-XTS algorithm
 2024-03-12  2:15 UTC  (3+ messages)
` [PATCH] crypto: x86/aesni - Update aesni_set_key() to return void

[PATCH v2] statx: stx_subvol
 2024-03-12  2:13 UTC  (2+ messages)

[PATCH vhost v3 0/4] refactor the params of find_vqs()
 2024-03-12  2:10 UTC  (5+ messages)
` [PATCH vhost v3 1/4] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v3 2/4] virtio: vring_create_virtqueue: "
` [PATCH vhost v3 3/4] virtio: vring_new_virtqueue(): "
` [PATCH vhost v3 4/4] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()

[PATCH v2 0/3] add pmic pca9451a support
 2024-03-12  2:08 UTC  (6+ messages)
` [PATCH v2 2/3] regulator: pca9450: add "
      ` [EXT] "

[PATCH v3 0/3] hw/core: Cleanup and reorder headers
 2024-03-12  2:17 UTC  (6+ messages)
` [PATCH v3 1/3] hw/core: Cleanup unused included headers in cpu-common.c

[PATCH v3 4/7] sequencer: treat error reading HEAD as unborn branch
 2024-03-12  2:04 UTC  (2+ messages)

[PATCH V8 0/8] Add architecture agnostic code to support vCPU Hotplug
 2024-03-12  2:00 UTC  (5+ messages)
` [PATCH V8 6/8] physmem: Add helper function to destroy CPU AddressSpace
` [PATCH V8 7/8] gdbstub: Add helper function to unregister GDB register space
` [PATCH V8 8/8] docs/specs/acpi_hw_reduced_hotplug: Add the CPU Hotplug Event Bit


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.