All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-05 18:49:13 to 2023-01-05 19:36:11 UTC [more...]

[PATCH v2 0/8] Introduce provisioning primitives for thinly provisioned storage
 2023-01-05 19:35 UTC  (6+ messages)
` [PATCH v2 3/7] fs: Introduce FALLOC_FL_PROVISION
      ` [dm-devel] "

[PATCH v5 00/13] ASoC: mediatek: Add support for MT8188 SoC
 2023-01-05  8:16 UTC  (13+ messages)
` [PATCH v5 01/13] ASoC: mediatek: common: add SMC ops and SMC CMD
` [PATCH v5 03/13] ASoC: mediatek: mt8188: support audsys clock
` [PATCH v5 04/13] ASoC: mediatek: mt8188: support adda in platform driver
` [PATCH v5 05/13] ASoC: mediatek: mt8188: support etdm "
` [PATCH v5 06/13] ASoC: mediatek: mt8188: support pcmif "
` [PATCH v5 07/13] ASoC: mediatek: mt8188: support audio clock control
` [PATCH v5 08/13] ASoC: mediatek: mt8188: add platform driver
` [PATCH v5 09/13] ASoC: mediatek: mt8188: add control for timing select
` [PATCH v5 10/13] ASoC: dt-bindings: mediatek,mt8188-afe: add audio afe document
` [PATCH v5 11/13] ASoC: mediatek: common: add soundcard driver common code
` [PATCH v5 12/13] ASoC: mediatek: mt8188: add machine driver with mt6359
` [PATCH v5 13/13] ASoC: dt-bindings: mediatek,mt8188-mt6359: add mt8188-mt6359 document

[RFC PATCH 1/2] KVM: x86/xen: Fix use-after-free in kvm_xen_eventfd_update()
 2023-01-05 19:32 UTC  (5+ messages)
` [PATCH 0/2] Fix deadlocks in kvm_vm_ioctl_set_msr_filter() and
  ` [PATCH 1/2] KVM: x86: Fix deadlock in kvm_vm_ioctl_set_msr_filter()

[Intel-wired-lan] [PATCH net-next] ice: Change ice_vsi_realloc_stat_arrays() to void
 2023-01-05 19:33 UTC 

[PATCH 6.1 000/207] 6.1.4-rc1 review
 2023-01-05 19:34 UTC  (2+ messages)

[PATCH 1/2] drm/debugfs: use octal permissions instead of symbolic permissions
 2023-01-05 19:30 UTC  (4+ messages)
` [PATCH 2/2] drm/debugfs: add descriptions to struct parameters

[syzbot] kernel BUG in insert_state_fast
 2023-01-05 19:31 UTC  (2+ messages)
` [syzbot] [btrfs?] "

[PATCH v2 1/1] NFSD: enhance inter-server copy cleanup
 2023-01-05 19:31 UTC  (5+ messages)

New bug in Audit
 2023-01-05 19:32 UTC  (4+ messages)

[PATCH v2 00/44] VMA tree type safety and remove __vma_adjust()
 2023-01-05 19:32 UTC  (46+ messages)
` [PATCH v2 01/44] maple_tree: Add mas_init() function
` [PATCH v2 02/44] maple_tree: Fix potential rcu issue
` [PATCH v2 03/44] maple_tree: Reduce user error potential
` [PATCH v2 05/44] mm: Expand vma iterator interface
` [PATCH v2 04/44] test_maple_tree: Test modifications while iterating
` [PATCH v2 06/44] mm/mmap: convert brk to use vma iterator
` [PATCH v2 08/44] mmap: Convert vma_link() "
` [PATCH v2 07/44] kernel/fork: Convert forking to using the vmi iterator
` [PATCH v2 11/44] mmap: Convert vma_expand() to use vma iterator
` [PATCH v2 10/44] mmap: Change do_mas_munmap and do_mas_aligned_munmap() "
` [PATCH v2 09/44] mm/mmap: Remove preallocation from do_mas_align_munmap()
` [PATCH v2 15/44] mm: Change mprotect_fixup to vma iterator
` [PATCH v2 12/44] mm: Add temporary vma iterator versions of vma_merge(), split_vma(), and __split_vma()
` [PATCH v2 14/44] userfaultfd: Use vma iterator
` [PATCH v2 13/44] ipc/shm: Use the vma iterator for munmap calls
` [PATCH v2 16/44] mlock: Convert mlock to vma iterator
` [PATCH v2 17/44] coredump: Convert "
` [PATCH v2 18/44] mempolicy: "
` [PATCH v2 22/44] mmap: Pass through vmi iterator to __split_vma()
` [PATCH v2 19/44] task_mmu: Convert to vma iterator
` [PATCH v2 21/44] madvise: Use vmi iterator for __split_vma() and vma_merge()
` [PATCH v2 20/44] sched: Convert to vma iterator
` [PATCH v2 23/44] mmap: Use vmi version of vma_merge()
` [PATCH v2 25/44] mm: Switch vma_merge(), split_vma(), and __split_vma to vma iterator
` [PATCH v2 24/44] mm/mremap: Use vmi version of vma_merge()
` [PATCH v2 26/44] mm/damon: Stop using vma_mas_store() for maple tree store
` [PATCH v2 27/44] mmap: Convert __vma_adjust() to use vma iterator
` [PATCH v2 28/44] mm: Pass through vma iterator to __vma_adjust()
` [PATCH v2 29/44] madvise: Use split_vma() instead of __split_vma()
` [PATCH v2 30/44] mm: Remove unnecessary write to vma iterator in __vma_adjust()
` [PATCH v2 31/44] mm: Pass vma iterator through to __vma_adjust()
` [PATCH v2 32/44] mm: Add vma iterator to vma_adjust() arguments
` [PATCH v2 34/44] mm: Change munmap splitting order and move_vma()
` [PATCH v2 33/44] mmap: Clean up mmap_region() unrolling
` [PATCH v2 35/44] mm/mmap: move anon_vma setting in __vma_adjust()
` [PATCH v2 36/44] mm/mmap: Refactor locking out of __vma_adjust()
` [PATCH v2 37/44] mm/mmap: Use vma_prepare() and vma_complete() in vma_expand()
` [PATCH v2 39/44] mm: Don't use __vma_adjust() in __split_vma()
` [PATCH v2 38/44] mm/mmap: Introduce init_vma_prep() and init_multi_vma_prep()
` [PATCH v2 40/44] mm/mmap: Don't use __vma_adjust() in shift_arg_pages()
` [PATCH v2 44/44] vma_merge: Set vma iterator to correct position
` [PATCH v2 42/44] mm/mmap: Convert do_brk_flags() to use vma_prepare() and vma_complete()
` [PATCH v2 43/44] mm/mmap: Remove __vma_adjust()
` [PATCH v2 41/44] mm/mmap: Introduce dup_vma_anon() helper

[e2fsprogs PATCH] tune2fs: fix setting fsuuid::fsu_len
 2023-01-05 19:28 UTC  (4+ messages)

[GIT PULL - v2] fbdev fixes for v6.2-rc3
 2023-01-05 19:26 UTC  (3+ messages)

[PATCH] bpf: Replace 0-length arrays with flexible arrays
 2023-01-05 19:26 UTC 

Bug report: the extended PCI config space is missed with 6.2-rc2
 2023-01-05 19:23 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-01-05 19:31 UTC 

[PATCH v3 0/2] Driver support for RZ/V2M PWC
 2023-01-05 19:24 UTC  (2+ messages)

[PATCH x86/nmi 1/2] x86/nmi: Accumulate NMI-progress evidence in exc_nmi()
 2023-01-05 19:24 UTC  (4+ messages)
` [PATCH x86/nmi 2/2] x86/nmi: Print reasons why backtrace NMIs are ignored

[PATCH 0/3] mm/uffd: Fix missing markers on hugetlb
 2023-01-05 19:22 UTC  (4+ messages)
` [PATCH 2/3] mm/mprotect: Use long for page accountings and retval

[PATCH v1 0/2] add device cooling
 2023-01-05  8:22 UTC  (3+ messages)
` [PATCH v1 1/2] thermal: Add generic device cooling support
` [PATCH v1 2/2] thermal: qoriq: Add "

[ti:ti-rt-linux-5.10.y 9702/9999] drivers/media/platform/ti/vpe/vip.c:869:22: warning: variable 'list_length' set but not used
 2023-01-05 19:29 UTC 

versioncheck: ./tools/lib/bpf/bpf_helpers.h: 146: need linux/version.h
 2023-01-05 19:29 UTC 

[GIT PULL] udf fixes for 6.2-rc3 and ext2 cleanup
 2023-01-05 19:23 UTC  (2+ messages)

[PATCH v3] blk-throtl: Introduce sync and async queues for blk-throtl
 2023-01-05 19:22 UTC  (5+ messages)

Linux 6.2-rc1
 2023-01-05 19:22 UTC  (10+ messages)

[PATCH] drm/amdkfd: Fix NULL pointer error for GC 11.0.1 on mGPU
 2023-01-05 19:28 UTC 

[PATCH 4.9 000/251] 4.9.337-rc1 review
 2023-01-05 19:28 UTC  (4+ messages)

[PATCH nf-next] netfilter: remove clusterip target
 2023-01-05 19:22 UTC 

stable-rc/queue/4.14 baseline: 91 runs, 13 regressions (v4.14.302-306-g2aa3806995bc)
 2023-01-05 19:21 UTC 

[Intel-wired-lan] [PATCH net-next v4 2/5] i40e: Remove string printing for i40e_status
 2023-01-05 19:08 UTC  (5+ messages)

[xen-unstable-smoke test] 175589: tolerable all pass - PUSHED
 2023-01-05 19:26 UTC 

omap_hsmmc RX DMA errors
 2023-01-05 19:20 UTC  (4+ messages)

[PATCH] fbdev: Replace 0-length array with flexible array
 2023-01-05 19:20 UTC  (2+ messages)

[PATCH 1/2] drm/amdgpu: fix another missing fence reference in the CS code
 2023-01-05 19:26 UTC  (5+ messages)
` [PATCH 2/2] drm/amdgpu: fix missing dma_fence_put in error path

[PATCHv6 0/7] Initial rk3588 DT
 2023-01-05 19:20 UTC  (3+ messages)
` [PATCHv6 4/7] dt-bindings: arm: rockchip: add initial rk3588 boards

[PATCH] .gitlab-ci.d/windows: Work-around timeout and OpenGL problems of the MSYS2 jobs
 2023-01-05 19:25 UTC  (4+ messages)

[PATCH] arm: stm32mp: Fix board_get_usable_ram_top() again
 2023-01-05 19:25 UTC  (6+ messages)

[PATCH -next] drm/amd/display: Remove redundant assignment to variable dc
 2023-01-05 19:19 UTC  (3+ messages)

[PATCH] scalar: use verbose mode in clone
 2023-01-05 19:19 UTC  (3+ messages)
` [PATCH v2] scalar: show progress if stderr refer to a terminal

[PATCH] PCI/hotplug: Replaced down_write_nested with hotplug_slot_rwsem if ctrl->depth > 0 when taking the ctrl->reset_lock
 2023-01-05 19:18 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915: Expand force_probe to block probe of devices as well
 2023-01-05 19:22 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-01-05 19:21 UTC 

[PATCH net-next 0/8] Add support for two classes of VCAP rules
 2023-01-05  8:13 UTC  (9+ messages)
` [PATCH net-next 1/8] net: microchip: vcap api: Erase VCAP cache before encoding rule
` [PATCH net-next 2/8] net: microchip: sparx5: Reset VCAP counter for new rules
` [PATCH net-next 3/8] net: microchip: vcap api: Always enable VCAP lookups
` [PATCH net-next 4/8] net: microchip: vcap api: Convert multi-word keys/actions when encoding
` [PATCH net-next 5/8] net: microchip: vcap api: Use src and dst chain id to chain VCAP lookups
` [PATCH net-next 6/8] net: microchip: vcap api: Check chains when adding a tc flower filter
` [PATCH net-next 7/8] net: microchip: vcap api: Add a storage state to a VCAP rule
` [PATCH net-next 8/8] net: microchip: vcap api: Enable/Disable rules via chains in VCAP HW

[PATCH v2 10/13] media: verisilicon: Add Rockchip AV1 decoder
 2023-01-05 19:19 UTC 

[Buildroot] [PATCH 1/2] package/freeswitch: ffmpeg's libavresample is an optional dependency
 2023-01-05 19:18 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/tvheadend: remove dependency to libavresample

[Patch net 0/2] l2tp: fix race conditions in l2tp_tunnel_register()
 2023-01-05 19:13 UTC  (3+ messages)
` [Patch net 1/2] l2tp: convert l2tp_tunnel_list to idr
` [Patch net 2/2] l2tp: close all race conditions in l2tp_tunnel_register()

[syzbot] [reiserfs?] [jfs?] BUG: unable to handle kernel paging request in reiserfs_readdir_inode
 2023-01-05 19:12 UTC 

[PATCH v2 00/13] AV1 stateless decoder for RK3588
 2023-01-05  7:52 UTC  (5+ messages)
` [PATCH v2 07/13] media: verisilicon: Check AV1 bitstreams bit depth

[PATCH] s390: define RUNTIME_DISCARD_EXIT to fix link error with GNU ld < 2.36
 2023-01-05  7:57 UTC  (2+ messages)

[PATCH 00/10] tty/serial: bool conversions and cleanups
 2023-01-05  7:23 UTC  (10+ messages)
` [PATCH 01/10] tty: Cleanup tty_port_set_initialized() bool parameter
` [PATCH 06/10] tty: Convert ->carrier_raised() and callchains to bool
` [PATCH 07/10] tty: Convert ->dtr_rts() to take bool argument
` [PATCH 09/10] serial: Make uart_handle_cts_change() status param bool

RTT-PROBE: lore-subspace-rtt
 2023-01-05 19:11 UTC 

[PATCH v12 0/6] Introduce PRU remoteproc consumer API
 2023-01-05  6:56 UTC  (4+ messages)
` [PATCH v12 2/6] remoteproc: pru: Add enum for PRU Core Identifiers
    ` [EXTERNAL] "

[PATCH net-next v5 0/4] phy: aquantia: Determine rate adaptation support from registers
 2023-01-05 19:10 UTC  (18+ messages)
` [PATCH net-next v5 4/4] "

[PATCH v3 00/11] Bundle URIs IV: advertise over protocol v2
 2023-01-05 19:09 UTC  (5+ messages)
` [PATCH v4 "
  ` [PATCH v4 06/11] bundle-uri client: add helper for testing server

[freescale-fslc:pr/619 6176/19701] drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c:714:5: warning: no previous prototype for function 'bch_create_debugfs'
 2023-01-05 19:09 UTC 

[PATCH v2 00/21] gdbstub: re-organise to for better compilation behaviour
 2023-01-05 19:05 UTC  (3+ messages)
` [PATCH v2 19/21] gdbstub: move register helpers into standalone include

[PATCH] ARM: imx: Call ida_simple_remove() for ida_simple_get
 2023-01-05  6:11 UTC 

[PATCH] KVM: x86: Replace 0-length arrays with flexible arrays
 2023-01-05 19:05 UTC 

[PATCH v2] io_uring: Replace 0-length array with flexible array
 2023-01-05 19:05 UTC 

[PATCH 0/7] iommu: dart: Apple t8110 DART support
 2023-01-05  5:19 UTC  (13+ messages)
` [PATCH 3/7] iommu: dart: Support >64 stream IDs
` [PATCH 4/7] iommu: dart: Support a variable number of TTBRs per stream
` [PATCH 6/7] iommu: dart: Support different variants with different registers
` [PATCH 7/7] iommu: dart: Add t8110 DART support

[PATCH] wifi: mac80211: change initialize for sk_buff in ieee80211_tx_dequeue()
 2023-01-05  5:26 UTC  (2+ messages)

[PATCH 0/2] soc: qcom: dcc: Documentation improv
 2023-01-05  5:17 UTC  (6+ messages)
` [PATCH 1/2] soc: qcom: dcc: Fix examples list on /sys/kernel/debug/dcc/.../[list-number]/config documentation
` [PATCH 2/2] soc: qcom: dcc: rewrite description of dcc sysfs files

[PATCH] memchr.3: Deprecate rawmemchr(3)
 2023-01-05 19:02 UTC 

[PATCH] perf build: Fix build error when NO_LIBBPF=1
 2023-01-05 19:02 UTC  (2+ messages)

[PATCH] bpf, docs: Fix modulo zero, division by zero, overflow, and underflow
 2023-01-05 19:01 UTC  (2+ messages)

stable-rc/queue/5.4 baseline: 110 runs, 12 regressions (v5.4.228-537-gbc4ccb348895)
 2023-01-05 19:00 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-01-05 19:01 UTC 

[PATCH] drm/gem: Check for valid formats
 2023-01-05 19:00 UTC  (9+ messages)

[PATCH v3 0/5] Fix a whole host of nvmem registration/cleanup issues
 2023-01-05  4:23 UTC  (3+ messages)
` [PATCH v3 4/5] nvmem: core: fix cleanup after dev_set_name() Bartosz Golaszewski <bgolaszewski@baylibre.com>,Gaosheng Cui <cuigaosheng1@huawei.com>,Greg Kroah-Hartman <gregkh@linuxfoundation.org>,linux-arm-kernel@lists.infradead.org,linux-kernel@vger.kernel.org,Maxime Ripard <mripard@kernel.org>, Hector Martin <marcan@marcan.st>
  ` [PATCH v3 4/5] nvmem: core: fix cleanup after dev_set_name()

[PATCH 13/46] hugetlb: add hugetlb_hgm_walk and hugetlb_walk_step
 2023-01-05 18:58 UTC  (2+ messages)

[freescale-fslc:5.15-2.1.x-imx 3770/19702] versioncheck: ./drivers/mxc/hantro_v4l2/vsi-v4l2-dec.c: 41 linux/version.h not needed
 2023-01-05 18:58 UTC 

[isar-cip-core] security.yml: Add root user credentials in security kas file
 2023-01-05 18:26 UTC  (5+ messages)

[PATCH bpf-next v2] bpf, x86: Simplify the parsing logic of structure parameters
 2023-01-05  3:50 UTC 

[PATCH v2] riscv: Move call to init_cpu_topology() to later initialization stage
 2023-01-05  3:37 UTC 

[PATCH 0/8] migrate_pages(): batch TLB flushing
 2023-01-05 18:57 UTC  (4+ messages)
` [PATCH 4/8] migrate_pages: split unmap_and_move() to _unmap() and _move()

[PATCH v2] arch: fix broken BuildID for arm64 and riscv
 2023-01-05  3:22 UTC  (4+ messages)

[PATCH] trace-cmd stream: Close temp trace file to create options
 2023-01-05 18:56 UTC 

[PATCHSET block/for-next] blkcg: Improve blkg config helpers and make iolatency init lazy
 2023-01-05 18:56 UTC  (2+ messages)

mergetools: wrong window selected for vimdiff1
 2023-01-05 18:47 UTC 

[PATCH V7 0/6] arm64/perf: Enable branch stack sampling
 2023-01-05  3:10 UTC  (7+ messages)
` [PATCH V7 1/6] drivers: perf: arm_pmu: Add new sched_task() callback
` [PATCH V7 2/6] arm64/perf: Add BRBE registers and fields
` [PATCH V7 3/6] arm64/perf: Add branch stack support in struct arm_pmu
` [PATCH V7 4/6] arm64/perf: Add branch stack support in struct pmu_hw_events
` [PATCH V7 5/6] arm64/perf: Add branch stack support in ARMV8 PMU
` [PATCH V7 6/6] arm64/perf: Enable branch stack events via FEAT_BRBE

[Buildroot] [PATCH 1/1] package/libgpg-error: add configure option to install gpg-error-config
 2023-01-05 18:51 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-01-05 18:51 UTC 

[sudeep-holla:for-next/scmi 23/30] drivers/firmware/arm_scmi/driver.c:2531 scmi_debugfs_common_setup() error: uninitialized symbol 'c_ptr'
 2023-01-05 18:48 UTC 

Network performance regression with linux 6.1.y. Issue bisected to "5eddb24901ee49eee23c0bfce6af2e83fd5679bd" (gro: add support of (hw)gro packets to gro stack)
 2023-01-05 18:49 UTC  (4+ messages)

[bpf-next v2] bpf: drop deprecated bpf_jit_enable == 2
 2023-01-05  3:06 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.