All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-17 02:22:54 to 2023-01-17 03:59:07 UTC [more...]

[PATCH 1/3] drm/amdgpu/vcn: Adjust firmware names indentation
 2023-01-17  2:33 UTC  (8+ messages)
` [PATCH 3/3] drm/amdgpu/vcn: Add parameter to force (en/dis)abling indirect SRAM mode

[PATCH 5.15 00/86] 5.15.89-rc1 review
 2023-01-17  3:59 UTC  (2+ messages)

[PATCH 0/3] tests: Fix some deadlocks
 2023-01-17  3:57 UTC  (4+ messages)
` [PATCH 1/3] tests/tcg: Use SIGKILL for timeout
` [PATCH 2/3] plugins: Avoid deadlock in qemu_plugin_user_exit
` [PATCH 3/3] plugins: Iterate on cb_lists "

[ammarfaizi2-block:dhowells/linux-fs/iov-extract 21/32] net/9p/trans_virtio.c:334:13: error: too few arguments to function 'iov_iter_extract_pages'
 2023-01-17  3:55 UTC 

[PATCH 1/6] arm64: dts: qcom: sm8250: drop unused clock-frequency from rx-macro
 2023-01-17  3:56 UTC  (3+ messages)
` [PATCH 2/6] arm64: dts: qcom: sdm845: move WCD9340 codec to separate file

[PATCH v2] loader/i386/linux.c Correct wrong initrd address for debug
 2023-01-17  3:55 UTC 

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

[RFC PATCH 00/11] SBI system suspend (SUSP) extension
 2023-01-17  3:54 UTC  (24+ messages)
` [RFC PATCH 01/11] lib: sbi_hsm: Factor out invalid state detection
` [RFC PATCH 02/11] lib: sbi_hsm: Don't try to restore state on failed change
` [RFC PATCH 03/11] lib: sbi_hsm: Ensure errors are consistent with spec
` [RFC PATCH 04/11] lib: sbi_hsm: Move misplaced comment
` [RFC PATCH 05/11] lib: sbi_hsm: Remove unnecessary include
` [RFC PATCH 06/11] lib: sbi_hsm: Export some functions
` [RFC PATCH 07/11] lib: sbi: Add system suspend skeleton
` [RFC PATCH 08/11] lib: sbi: Add system_suspend_allowed domain property
` [RFC PATCH 09/11] lib: sbi: Implement system suspend
` [RFC PATCH 10/11] docs: Correct opensbi-domain property name
` [RFC PATCH 11/11] platform: generic: Add system suspend test

linux-next: build warning after merge of the mm tree
 2023-01-17  3:51 UTC 

[PATCH 0/2] arm64: kdump: simplify the reservation behaviour of crashkernel=,high
 2023-01-17  3:49 UTC  (9+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] arm64/kdump: add code comments for crashkernel reservation cases

[virtio-dev] [PATCH v2] virtio_net: support low and high rate of notification coalescing
 2023-01-17  3:49 UTC  (8+ messages)
    ` [virtio-comment] "

[PATCH v3 0/4] virtio net: spurious interrupt related fixes
 2023-01-17  3:48 UTC  (5+ messages)
` [PATCH v3 4/4] virtio_net: disable cb aggressively

linux-next: build failure after merge of the crypto tree
 2023-01-17  3:47 UTC  (2+ messages)

[PATCH net V3] virtio-net: correctly enable callback during start_xmit
 2023-01-17  3:47 UTC  (2+ messages)

[bug report] drivers/net/phy: add helpers to get/set PLCA configuration
 2023-01-17  3:46 UTC  (3+ messages)

[ammarfaizi2-block:dhowells/linux-fs/iov-extract 21/32] net/9p/trans_virtio.c:334:64: error: too few arguments to function call, expected 6, have 5
 2023-01-17  3:45 UTC 

[intel-tdx:guest-hardening-rebased 14/38] arch/x86/mm/mem_encrypt_amd.c:218:13: warning: no previous prototype for function 'sev_setup_arch'
 2023-01-17  3:45 UTC 

[OE-Core][PATCH 0/3] set qemuppc64 default nfs rootfs mount r/w size to 524288
 2023-01-17  3:40 UTC  (3+ messages)
` [OE-Core][PATCH 3/3] qemuppc64: set the qemuppc64 nfs r/wsize mount options "

[PATCH v3 0/4] wifi: libertas: IE handling fixes
 2023-01-17  3:39 UTC  (3+ messages)
` [PATCH v3 1/4] wifi: libertas: fix capitalization in mrvl_ie_data struct

[RFC PATCH for 8.0 00/13] vDPA-net inflight descriptors migration with SVQ
 2023-01-17  3:38 UTC  (6+ messages)
` [RFC PATCH for 8.0 10/13] virtio-net: Migrate vhost inflight descriptors

[PATCH 0/8] Let iommufd charge IOPTE allocations to the memory cgroup
 2023-01-17  3:38 UTC  (15+ messages)
` [PATCH 6/8] iommu/intel: Add a gfp parameter to alloc_pgtable_page()
` [PATCH 7/8] iommu/intel: Support the gfp argument to the map_pages op

[PATCH v6 0/2] send-email: expose header information to git-send-email's sendemail-validate hook
 2023-01-17  3:38 UTC  (3+ messages)
` [PATCH v6 1/2] send-email: refactor header generation functions

[PATCH 0/2] mediatek: pm-domains: Add buck isolation setting support
 2023-01-17  3:26 UTC  (6+ messages)
` [PATCH 1/2] soc: mediatek: pm-domains: Add buck isolation offset and mask to power domain data
` [PATCH 2/2] soc: mediatek: pm-domains: Add buck isolation setting in power domain

[PATCH v3 1/2] arm64: dts: imx8mm: Deduplicate PCIe clock-names property
 2023-01-17  3:35 UTC  (2+ messages)

[ammarfaizi2-block:dhowells/linux-fs/iov-extract 19/32] ERROR: modpost: "try_grab_page" [fs/fuse/fuse.ko] undefined!
 2023-01-17  3:35 UTC 

[zen:6.1/prjc 284/359] kernel/sched/alt_debug.c:23:6: warning: no previous prototype for function 'proc_sched_show_task'
 2023-01-17  3:35 UTC 

[jolsa-perf:tmp 1/1] tools/testing/selftests/bpf/bpf_testmod/bpf_testmod.c:485:15: error: implicit declaration of function 'register_btf_fmodret_id_set'; did you mean 'register_btf_kfunc_id_set'?
 2023-01-17  3:35 UTC 

[PATCH] wifi: rsi: Avoid defines prefixed with CONFIG
 2023-01-17  3:27 UTC 

[PATCH v11 000/113] KVM TDX basic feature support
 2023-01-17  3:31 UTC  (7+ messages)
` [PATCH v11 005/113] KVM: x86: Introduce vm_type to differentiate default VMs from confidential VMs
` [PATCH v11 050/113] KVM: x86/tdp_mmu: Ignore unsupported mmu operation on private GFNs
` [PATCH v11 058/113] KVM: TDX: MTRR: implement get_mt_mask() for TDX

[PATCH v2] clk: qcom: common: use parent_hws in _qcom_cc_register_board_clk()
 2023-01-17  3:30 UTC  (4+ messages)

[PATCH v2 (repost)] locking/lockdep: add debug_show_all_lock_holders()
 2023-01-17  3:28 UTC  (4+ messages)

[PATCH v16 0/8] Coresight: Add support for TPDM and TPDA
 2023-01-17  3:26 UTC  (5+ messages)
` [PATCH v16 6/8] Coresight: Add TPDA link driver

[net-next:master 6/37] drivers/net/virtio_net.c:1012 virtnet_build_xdp_buff_mrg() error: uninitialized symbol 'shinfo'
 2023-01-17  3:24 UTC 

[PATCH] Fixed typo in comments
 2023-01-17  3:23 UTC  (2+ messages)

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-17  3:21 UTC  (3+ messages)
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes

[PATCH -next V6 0/7] riscv: Optimize function trace
 2023-01-17  3:20 UTC  (6+ messages)
` [PATCH -next V6 7/7] samples: ftrace: Add riscv support for SAMPLE_FTRACE_DIRECT[_MULTI]

M+ & H bugs with Milestone Movements WW02
 2023-01-17  3:18 UTC 

Enhancements/Bugs closed WW02!
 2023-01-17  3:16 UTC 

arm64 torture test hotplug failures (offlining causes -EBUSY)
 2023-01-17  3:15 UTC  (8+ messages)

[PATCH 41/41] mm: replace rw_semaphore with atomic_t in vma_lock
 2023-01-17  3:16 UTC  (4+ messages)

BUG: Regression: A Problem with /sys/kernel/debug/kmemleak output: backtrace not printed since 6.2.0-rc1
 2023-01-17  3:14 UTC  (11+ messages)
` [BISECTED] "
  ` INFO: [BISECTED] "
      ` 答复: "
          ` 答复: "

Current high bug count owners for Yocto Project 4.2
 2023-01-17  3:12 UTC 

Yocto Project Newcomer & Unassigned Bugs - Help Needed
 2023-01-17  3:11 UTC 

[linusw-pinctrl:for-next] BUILD SUCCESS d20e767f7d62d11ce6609436ed95141bdb305660
 2023-01-17  3:09 UTC 

[PATCH] xen/arm: Harden setup_frametable_mappings
 2023-01-17  3:10 UTC  (4+ messages)
` [PATCH] xen/arm64: Fix incorrect DIRECTMAP_SIZE calculation

[xiang-erofs:fixes] BUILD SUCCESS e02ac3e7329f76c5de40cba2746cbe165f571dff
 2023-01-17  3:10 UTC 

[linusw-pinctrl:devel] BUILD SUCCESS 6eea5a80d2ae9bc1df5664bcf7851306df96e9dc
 2023-01-17  3:09 UTC 

[xiang-erofs:dev-test] BUILD SUCCESS d2503ec21b59c115aafdb90874244d9e5fdd153d
 2023-01-17  3:09 UTC 

[linusw-pinctrl:fixes] BUILD SUCCESS 31b62a98de42cf65d76e4dcfb571af067d27d83a
 2023-01-17  3:09 UTC 

[PATCH v11 0/7] drm/lsdc: add drm driver for loongson display controller
 2023-01-17  3:08 UTC  (4+ messages)
` [PATCH v11 7/7] "

Coverity: console_prepend_dropped(): Memory - corruptions
 2023-01-17  3:07 UTC  (4+ messages)

Reg the next LTS kernel (6.1?)
 2023-01-17  3:07 UTC  (11+ messages)

[PATCH net-next v2] virtio_net: Reuse buffer free function
 2023-01-17  3:06 UTC  (3+ messages)

[PATCH net-next] r8152: avoid to change cfg for all devices
 2023-01-17  3:03 UTC  (2+ messages)
` [PATCH net-next v2] "

[PATCH] drm/amdgpu/smu: skip pptable init under sriov
 2023-01-17  3:05 UTC 

[intel-tdx:kvm-upstream-workaround 225/371] arch/x86/include/asm/cpu.h:74:20: error: conflicting types for 'tsx_ctrl_clear'
 2023-01-17  3:04 UTC 

[zen:6.1/prjc 295/359] kernel/sched/alt_core.c:2339:6: warning: no previous prototype for function 'sched_ttwu_pending'
 2023-01-17  3:04 UTC 

[PATCH] ci: do not die on deprecated-declarations warning
 2023-01-17  3:04 UTC  (9+ messages)
        ` [PATCH v2] avoiding deprecated curl options
          ` [PATCH v2 1/3] http-push: prefer CURLOPT_UPLOAD to CURLOPT_PUT
          ` [PATCH v2 2/3] http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTION
          ` [PATCH v2 3/3] http: support CURLOPT_PROTOCOLS_STR

[PATCH v2] ci: do not die on deprecated-declarations warning
 2023-01-17  3:04 UTC  (3+ messages)
` [PATCH 1/3] http-push: prefer CURLOPT_UPLOAD to CURLOPT_PUT

[PATCH v2 0/4] soc: qcom: Introduce PMIC GLINK
 2023-01-17  2:58 UTC  (5+ messages)

[syzbot] [f2fs?] possible deadlock in __f2fs_ioctl (2)
 2023-01-17  2:57 UTC  (2+ messages)
` [f2fs-dev] "

[RFC PATCH v4 0/2] sched/fair: Choose the CPU where short task is running during wake up
 2023-01-17  2:53 UTC  (2+ messages)

[PATCH 06/11] filemap: Convert filemap_write_and_wait_range() to use errseq
 2023-01-17  2:55 UTC  (2+ messages)

[PATCH] scsi: fix iscsi rescan fails to create block
 2023-01-17  3:01 UTC 

[PATCH 00/10] Adjust the dma-ranges for MTK IOMMU
 2023-01-17  2:53 UTC  (5+ messages)
` [PATCH 07/10] iommu/mediatek: Add a gap for the iova regions

[PATCH v2] tools/iio/iio_utils:fix memory leak
 2023-01-17  2:51 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] drm/msm: Initialize mode_config earlier
 2023-01-17  2:51 UTC  (5+ messages)

[PATCH] Input: i8042: Disable wake from keyboard by default on several AMD systems
 2023-01-17  2:51 UTC  (2+ messages)

[PATCH v3 0/8] Add MSM8939 SoC support with two devices
 2023-01-17  2:48 UTC  (9+ messages)
` [PATCH v3 1/8] dt-bindings: arm: qcom: Document MSM8939 SoC binding
` [PATCH v3 2/8] dt-bindings: soc: qcom: smd-rpm: Exclude MSM8936 from glink-channels
` [PATCH v3 3/8] dt-bindings: interconnect: Exclude all non msm8939 from snoc-mm
` [PATCH v3 4/8] clk: qcom: smd-rpm: msm8936: Add PMIC gated RPM_SMD_XO_*
` [PATCH v3 5/8] arm64: dts: qcom: Add msm8939 SoC
` [PATCH v3 6/8] arm64: dts: qcom: Add msm8939-pm8916.dtsi include
` [PATCH v3 7/8] arm64: dts: qcom: Add Square apq8039-t2 board
` [PATCH v3 8/8] arm64: dts: qcom: Add msm8939 Sony Xperia M4 Aqua

[PATCH] thermal: Convert to use sysfs_emit_at() API
 2023-01-17  2:40 UTC 

[PATCH] dax: use switch statement over chained ifs
 2023-01-17  2:41 UTC  (2+ messages)

[PATCH] thermal/int340x_thermal: Convert to use sysfs_emit_at() API
 2023-01-17  2:42 UTC 

[RFC 0/9] support ipv6 routing header matching
 2023-01-17  2:50 UTC  (4+ messages)
` [RFC 1/9] ethdev: add IPv6 routing extension header definition

[PATCH v3] arm64: dts: qcom: sc7280: add display port audio
 2023-01-17  2:42 UTC 

[PATCH v3 0/5] Basic pinctrl support for StarFive JH7110 RISC-V SoC
 2023-01-17  2:38 UTC  (4+ messages)

[syzbot] KASAN: use-after-free Read in snd_pcm_post_stop
 2023-01-17  2:39 UTC 

[PATCH] app/dma-perf: introduce dma-perf application
 2023-01-17  1:56 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] libbpf: replace '.' with '_' in legacy kprobe event name
 2023-01-17  2:38 UTC  (6+ messages)

[PATCH v4 0/2] media: amphion: decoder add support to RealVideo
 2023-01-17  2:31 UTC  (6+ messages)
` [PATCH v4 1/2] media: add RealVideo format RV30 and RV40
` [PATCH v4 2/2] media: amphion: support to decode RealVideo video

[syzbot] possible deadlock in lapb_disconnect_request
 2023-01-17  2:25 UTC 

[PATCH 0/3] net/igc: support PTP timesync
 2023-01-17  2:25 UTC  (3+ messages)
` [PATCH 1/3] net/igc: code refactoring

[LTP] [PATCH v1] readahead02.c: Use fsync instead of sync
 2023-01-17  2:22 UTC  (3+ messages)

[linux-next:master] [btrfs] 89f6e14228: xfstests.btrfs.177.fail
 2023-01-17  2:22 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.