messages from 2023-10-18 21:36:53 to 2023-10-18 22:07:47 UTC [more...]
[PATCH BlueZ 1/4] shared/util: Add util_debug_{tlv, bit} helpers
2023-10-18 22:07 UTC (2+ messages)
` [BlueZ,1/4] "
[PATCH 0/5] I3C slave mode support
2023-10-18 22:07 UTC (13+ messages)
` [PATCH 1/5] i3c: add "
` [PATCH 2/5] dt-bindings: i3c: svc: add compatible string i3c: silvaco,i3c-slave
` [PATCH 3/5] i3c: slave: add svc slave controller support
` [PATCH 4/5] i3c: slave: func: add tty driver
` [PATCH 5/5] Documentation: i3c: Add I3C slave mode controller and function
[PATCH v3 00/13] VIRTIO-IOMMU/VFIO: Don't assume 64b IOVA space
2023-10-18 22:07 UTC (5+ messages)
` [PATCH v3 02/13] memory: Introduce memory_region_iommu_set_iova_ranges
` [PATCH v3 13/13] vfio: Remove 64-bit IOVA address space assumption
[PATCH v1 0/3] usb: gadget: uvc: stability fixes on STREAMOFF
2023-10-18 22:06 UTC (6+ messages)
` [PATCH v4 1/3] usb: gadget: uvc: prevent use of disabled endpoint
` [PATCH v4 3/3] usb: gadget: uvc: Fix use-after-free for inflight usb_requests
[PATCH 00/61] target/hppa: Implement hppa64-cpu
2023-10-18 21:51 UTC (62+ messages)
` [PATCH 01/61] include/hw/elf: Remove truncating signed casts
` [PATCH 02/61] target/hppa: Remove get_temp
` [PATCH 03/61] target/hppa: Remove get_temp_tl
` [PATCH 04/61] target/hppa: Remove load_const
` [PATCH 05/61] target/hppa: Fix hppa64 case in machine.c
` [PATCH 06/61] target/hppa: Fix load in do_load_32
` [PATCH 07/61] target/hppa: Truncate rotate count in trans_shrpw_sar
` [PATCH 08/61] target/hppa: Fix trans_ds for hppa64
` [PATCH 09/61] target/hppa: Fix do_add, do_sub "
` [PATCH 10/61] target/hppa: Fix bb_sar "
` [PATCH 11/61] target/hppa: Fix extrw and depw with sar "
` [PATCH 12/61] target/hppa: Introduce TYPE_HPPA64_CPU
` [PATCH 13/61] target/hppa: Make HPPA_BTLB_ENTRIES variable
` [PATCH 14/61] target/hppa: Implement cpu_list
` [PATCH 15/61] target/hppa: Implement hppa_cpu_class_by_name
` [PATCH 16/61] target/hppa: Update cpu_hppa_get/put_psw for hppa64
` [PATCH 17/61] target/hppa: Handle absolute addresses for pa2.0
` [PATCH 18/61] target/hppa: Adjust hppa_cpu_dump_state for hppa64
` [PATCH 19/61] hw/hppa: Translate phys addresses for the cpu
` [PATCH 20/61] target/hppa: Fix hppa64 addressing
` [PATCH 21/61] target/hppa: sar register allows only 5 bits on 32-bit CPU
` [PATCH 22/61] target/hppa: Pass d to do_cond
` [PATCH 23/61] target/hppa: Pass d to do_sub_cond
` [PATCH 24/61] target/hppa: Pass d to do_log_cond
` [PATCH 25/61] target/hppa: Pass d to do_sed_cond
` [PATCH 26/61] target/hppa: Pass d to do_unit_cond
` [PATCH 27/61] linux-user/hppa: Fixes for TARGET_ABI32
` [PATCH 28/61] target/hppa: Drop attempted gdbstub support for hppa64
` [PATCH 29/61] target/hppa: Remove TARGET_HPPA64
` [PATCH 30/61] target/hppa: Decode d for logical instructions
` [PATCH 31/61] target/hppa: Decode d for unit instructions
` [PATCH 32/61] target/hppa: Decode d for cmpclr instructions
` [PATCH 33/61] target/hppa: Decode d for add instructions
` [PATCH 34/61] target/hppa: Decode d for sub instructions
` [PATCH 35/61] target/hppa: Decode d for bb instructions
` [PATCH 36/61] target/hppa: Decode d for cmpb instructions
` [PATCH 37/61] target/hppa: Decode CMPIB double-word
` [PATCH 38/61] target/hppa: Decode ADDB double-word
` [PATCH 39/61] target/hppa: Implement LDD, LDCD, LDDA, STD, STDA
` [PATCH 40/61] target/hppa: Implement DEPD, DEPDI
` [PATCH 41/61] target/hppa: Implement EXTRD
` [PATCH 42/61] target/hppa: Implement SHRPD
` [PATCH 43/61] target/hppa: Implement CLRBTS, POPBTS, PUSHBTS, PUSHNOM
` [PATCH 44/61] target/hppa: Implement STDBY
` [PATCH 45/61] target/hppa: Implement IDTLBT, IITLBT
` [PATCH 46/61] target/hppa: Remove TARGET_REGISTER_BITS
` [PATCH 47/61] target/hppa: Remove most of the TARGET_REGISTER_BITS redirections
` [PATCH 48/61] target/hppa: Remove remaining "
` [PATCH 49/61] target/hppa: Use tcg_temp_new_i64 not tcg_temp_new
` [PATCH 50/61] target/hppa: Replace tcg_gen_*_tl with tcg_gen_*_i64
` [PATCH 51/61] target/hppa: Implement HADD
` [PATCH 52/61] target/hppa: Implement HSUB
` [PATCH 53/61] target/hppa: Implement HAVG
` [PATCH 54/61] target/hppa: Implement HSHL, HSHR
` [PATCH 55/61] target/hppa: Implement HSHLADD, HSHRADD
` [PATCH 56/61] target/hppa: Implement MIXH, MIXW
` [PATCH 57/61] target/hppa: Implement PERMH
` [PATCH 58/61] target/hppa: Fix interruption based on default PSW
` [PATCH 59/61] target/hppa: Precompute zero into DisasContext
` [PATCH 60/61] target/hppa: Return zero for r0 from load_gpr
` [PATCH 61/61] target/hppa: Simplify trans_dep*_imm
[PATCH] loopdev: fix losetup failure with a lost device file
2023-10-18 22:06 UTC (3+ messages)
[syzbot] [cgroups?] [mm?] WARNING in mem_cgroup_migrate (2)
2023-10-18 22:05 UTC
[PATCH] bcachefs: Refactor bkey_i to use a flexible array
2023-10-18 22:04 UTC (4+ messages)
[Intel-wired-lan] [PATCH net] i40e: xsk: remove count_mask
2023-10-18 22:03 UTC (3+ messages)
` "
[Intel-gfx] [PATCH v4 0/2] display device info as a separate debugfs entry
2023-10-18 22:02 UTC (3+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: warning for display device info as a separate debugfs entry (rev6)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
[merged mm-nonmm-stable] minmax-fix-indentation-of-__cmp_once-and-__clamp_once.patch removed from -mm tree
2023-10-18 21:43 UTC
[merged mm-nonmm-stable] minmax-allow-comparisons-of-int-against-unsigned-char-short.patch removed from -mm tree
2023-10-18 21:43 UTC
[merged mm-stable] fs-proc-task_mmu-add-fast-paths-to-get-clear-page_is_written-flag.patch removed from -mm tree
2023-10-18 21:34 UTC
[merged mm-nonmm-stable] minmax-allow-min-max-clamp-if-the-arguments-have-the-same-signedness.patch removed from -mm tree
2023-10-18 21:43 UTC
[syzbot] [mm?] [fs?] general protection fault in folio_flags
2023-10-18 21:58 UTC (4+ messages)
[RFC 1/2] arm: perf: Remove PMU locking
2023-10-18 21:56 UTC (2+ messages)
[gfs2:extents 14/14] fs/gfs2/extents.c:123:23-27: WARNING use flexible-array member instead (https://www.kernel.org/doc/html/latest/process/deprecated.html#zero-length-and-one-element-arrays)
2023-10-18 21:56 UTC
linux-next: Signed-off-by missing for commit in the vhost tree
2023-10-18 21:54 UTC (2+ messages)
[Intel-gfx] [PATCH v3] drm/i915: Flush WC GGTT only on required platforms
2023-10-18 21:54 UTC (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Flush WC GGTT only on required platforms (rev9)
[xen-unstable-smoke test] 183419: tolerable all pass - PUSHED
2023-10-18 21:53 UTC
[bug report] blktests srp/002 hang
2023-10-18 21:52 UTC (17+ messages)
[PATCH RFC 0/9] fs: multigrain timestamps (redux)
2023-10-18 21:52 UTC (6+ messages)
` [PATCH RFC 2/9] timekeeping: new interfaces for multigrain timestamp handing
[PATCH 1/2] docs: rust: update Rust docs output path
2023-10-18 21:51 UTC (4+ messages)
` [PATCH 2/2] kbuild: remove old "
[PATCH] lsm: drop LSM_ID_IMA
2023-10-18 21:50 UTC
Bcachefs: export a different st_dev for each subvolume
2023-10-18 21:49 UTC (3+ messages)
[PATCH] wifi: wlcore: main: replace deprecated strncpy with strscpy
2023-10-18 21:50 UTC
[PATCH] input: gpio-keys - optimize wakeup sequence
2023-10-18 21:49 UTC (2+ messages)
[PATCH v1 bpf-next 00/11] bpf: tcp: Add SYN Cookie generation/validation SOCK_OPS hooks
2023-10-18 21:47 UTC (3+ messages)
drivers/pci/controller/dwc/pcie-designware.c:898:50: warning: '%d' directive output may be truncated writing between 1 and 11 bytes into a region of size 3
2023-10-18 21:46 UTC
[PATCH v2 00/10] riscv: RVA22U64 profile support
2023-10-18 21:45 UTC (7+ messages)
[PATCH v4 0/4] Add support for CS40L50
2023-10-18 21:44 UTC (4+ messages)
` [PATCH v4 1/4] dt-bindings: input: cirrus,cs40l50: Add initial DT binding
[merged mm-nonmm-stable] ocfs2-fix-a-typo-in-a-comment.patch removed from -mm tree
2023-10-18 21:44 UTC
[merged mm-nonmm-stable] mark-stuff-as-__ro_after_init.patch removed from -mm tree
2023-10-18 21:43 UTC
[merged mm-nonmm-stable] scripts-show_delta-add-__main__-judgement-before-main-code.patch removed from -mm tree
2023-10-18 21:44 UTC
[merged mm-nonmm-stable] fs-ocfs2-check-status-values.patch removed from -mm tree
2023-10-18 21:43 UTC
[merged mm-nonmm-stable] proc-test-proc-pid-statm.patch removed from -mm tree
2023-10-18 21:43 UTC
[merged mm-nonmm-stable] compilerh-move-__is_constexpr-to-compilerh.patch removed from -mm tree
2023-10-18 21:43 UTC
[merged mm-nonmm-stable] get_maintainer-add-keywords-in-file-option.patch removed from -mm tree
2023-10-18 21:43 UTC
[merged mm-nonmm-stable] gcov-annotate-struct-gcov_iterator-with-__counted_by.patch removed from -mm tree
2023-10-18 21:43 UTC
[merged mm-nonmm-stable] proc-use-initializer-for-clearing-some-buffers.patch removed from -mm tree
2023-10-18 21:43 UTC
[merged mm-nonmm-stable] proc-save-loc-by-using-while-loop.patch removed from -mm tree
2023-10-18 21:43 UTC
[merged mm-nonmm-stable] minmax-relax-check-to-allow-comparison-between-unsigned-arguments-and-signed-constants.patch removed from -mm tree
2023-10-18 21:43 UTC
[merged mm-nonmm-stable] kernel-signal-remove-unnecessary-null-values-from-ucounts.patch removed from -mm tree
2023-10-18 21:43 UTC
[merged mm-nonmm-stable] minmax-add-umina-b-and-umaxa-b.patch removed from -mm tree
2023-10-18 21:43 UTC
[merged mm-nonmm-stable] ocfs2-annotate-struct-ocfs2_replay_map-with-__counted_by.patch removed from -mm tree
2023-10-18 21:43 UTC
[merged mm-nonmm-stable] kstrtox-remove-strtobool.patch removed from -mm tree
2023-10-18 21:43 UTC
[merged mm-nonmm-stable] extract-and-use-file_line-macro.patch removed from -mm tree
2023-10-18 21:43 UTC
[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2023-10-18 21:43 UTC (10+ messages)
` [PATCH v10 48/50] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event
[folded-merged] mark-stuff-as-__ro_after_init-fix.patch removed from -mm tree
2023-10-18 21:41 UTC
linux-next: Signed-off-by missing for commit in the icc tree
2023-10-18 21:41 UTC
[folded-merged] mark-stuff-as-__ro_after_init-checkpatch-fixes.patch removed from -mm tree
2023-10-18 21:41 UTC
[PATCH v2 -tip] x86/percpu: Use C for arch_raw_cpu_ptr()
2023-10-18 21:40 UTC (36+ messages)
[soc:amlogic/defconfig] BUILD SUCCESS a23bfeda86239d29f18a149a7e658cc3d4e5ef8a
2023-10-18 21:38 UTC
Several kmemleak reports + "refcount_t: underflow; use-after-free" at boot when OF_UNITTEST + OF_OVERLAY is set (Kernel v6.6-rc6, PowerMac G5 11,2)
2023-10-18 21:38 UTC
[PATCH net-next 0/3] netlink: add variable-length / auto integers
2023-10-18 21:39 UTC (4+ messages)
` [PATCH net-next 1/3] tools: ynl-gen: make the mnl_type() method public
` [PATCH net-next 2/3] netlink: add variable-length / auto integers
` [PATCH net-next 3/3] netlink: specs: add support for auto-sized scalars
[PATCH RFC 0/2] Better throughput estimation on half duplex interfaces
2023-10-18 21:37 UTC (5+ messages)
` [PATCH RFC 2/2] batman-adv: Better half duplex penalty estimation
[merged mm-stable] mm-update-memfd-seal-write-check-to-include-f_seal_write.patch removed from -mm tree
2023-10-18 21:36 UTC
[merged mm-stable] mm-perform-the-mapping_map_writable-check-after-call_mmap.patch removed from -mm tree
2023-10-18 21:36 UTC
[merged mm-stable] tools-mm-update-the-usage-output-to-be-more-organized.patch removed from -mm tree
2023-10-18 21:36 UTC
[merged mm-stable] docs-admin-guide-mm-damon-usage-update-for-tried-regions-update-time-interval.patch removed from -mm tree
2023-10-18 21:36 UTC
[merged mm-stable] mm-make-vma_merge-and-split_vma-internal.patch removed from -mm tree
2023-10-18 21:36 UTC
[merged mm-stable] mm-page_owner-remove-free_ts-from-page_owner-output.patch removed from -mm tree
2023-10-18 21:36 UTC
[merged mm-stable] mm-damon-sysfs-avoid-empty-scheme-tried-regions-for-large-apply-interval.patch removed from -mm tree
2023-10-18 21:36 UTC
[merged mm-stable] mm-damon-sysfs-schemes-do-not-update-tried-regions-more-than-one-damon-snapshot.patch removed from -mm tree
2023-10-18 21:36 UTC
[merged mm-stable] tools-mm-fix-the-default-case-for-page_owner_sort.patch removed from -mm tree
2023-10-18 21:36 UTC
[merged mm-stable] mm-drop-the-assumption-that-vm_shared-always-implies-writable.patch removed from -mm tree
2023-10-18 21:36 UTC
[PATCH net-next] ptp: prevent string overflow
2023-10-18 21:36 UTC (2+ messages)
[merged mm-stable] mm-abstract-vma-merge-and-extend-into-vma_merge_extend-helper.patch removed from -mm tree
2023-10-18 21:36 UTC
[merged mm-stable] tools-mm-filter-out-timestamps-for-correct-collation.patch removed from -mm tree
2023-10-18 21:36 UTC
[merged mm-stable] tools-mm-remove-references-to-free_ts-from-page_owner_sort.patch removed from -mm tree
2023-10-18 21:36 UTC
[merged mm-stable] mm-abstract-the-vma_merge-split_vma-pattern-for-mprotect-et-al.patch removed from -mm tree
2023-10-18 21:36 UTC
[merged mm-stable] mm-abstract-merge-for-new-vmas-into-vma_merge_new_vma.patch removed from -mm tree
2023-10-18 21:36 UTC
[merged mm-stable] mm-move-vma_policy-and-anon_vma_name-decls-to-mm_typesh.patch removed from -mm tree
2023-10-18 21:36 UTC
[merged mm-stable] filemap-remove-use-of-wait-bookmarks.patch removed from -mm tree
2023-10-18 21:35 UTC
[merged mm-stable] sched-remove-wait-bookmarks.patch removed from -mm tree
2023-10-18 21:36 UTC
[merged mm-stable] mm-add-printf-attribute-to-shrinker_debugfs_name_alloc.patch removed from -mm tree
2023-10-18 21:35 UTC
[merged mm-stable] mm-mprotect-allow-unfaulted-vmas-to-be-unaccounted-on-mprotect.patch removed from -mm tree
2023-10-18 21:35 UTC
[merged mm-stable] selftests-add-a-selftest-to-verify-hugetlb-usage-in-memcg.patch removed from -mm tree
2023-10-18 21:35 UTC
[merged mm-stable] mm-thp-fix-mm-thp-kill-__transhuge_page_enabled.patch removed from -mm tree
2023-10-18 21:35 UTC
[merged mm-stable] memcontrol-add-helpers-for-hugetlb-memcg-accounting.patch removed from -mm tree
2023-10-18 21:35 UTC
[merged mm-stable] memcontrol-only-transfer-the-memcg-data-for-migration.patch removed from -mm tree
2023-10-18 21:35 UTC
[merged mm-stable] hugetlb-memcg-account-hugetlb-backed-memory-in-memory-controller.patch removed from -mm tree
2023-10-18 21:35 UTC
[merged mm-stable] mm-use-folio_xor_flags_has_waiters-in-folio_end_writeback.patch removed from -mm tree
2023-10-18 21:35 UTC
[merged mm-stable] mm-make-__end_folio_writeback-return-void.patch removed from -mm tree
2023-10-18 21:35 UTC
[merged mm-stable] mm-hugetlb-remove-hugetlb_cgroup_min_order.patch removed from -mm tree
2023-10-18 21:35 UTC
[merged mm-stable] iomap-protect-read_bytes_pending-with-the-state_lock.patch removed from -mm tree
2023-10-18 21:35 UTC
[merged mm-stable] m68k-implement-xor_unlock_is_negative_byte.patch removed from -mm tree
2023-10-18 21:35 UTC
[merged mm-stable] bitops-add-xor_unlock_is_negative_byte.patch removed from -mm tree
2023-10-18 21:35 UTC
[merged mm-stable] mm-add-folio_xor_flags_has_waiters.patch removed from -mm tree
2023-10-18 21:35 UTC
[merged mm-stable] mm-delete-checks-for-xor_unlock_is_negative_byte.patch removed from -mm tree
2023-10-18 21:35 UTC
[merged mm-stable] s390-implement-arch_xor_unlock_is_negative_byte.patch removed from -mm tree
2023-10-18 21:35 UTC
[merged mm-stable] alpha-implement-xor_unlock_is_negative_byte.patch removed from -mm tree
2023-10-18 21:35 UTC
[merged mm-stable] riscv-implement-xor_unlock_is_negative_byte.patch removed from -mm tree
2023-10-18 21:35 UTC
[merged mm-stable] mips-implement-xor_unlock_is_negative_byte.patch removed from -mm tree
2023-10-18 21:35 UTC
[merged mm-stable] powerpc-implement-arch_xor_unlock_is_negative_byte-on-32-bit.patch removed from -mm tree
2023-10-18 21:35 UTC
[merged mm-stable] mm-add-folio_end_read.patch removed from -mm tree
2023-10-18 21:35 UTC
[merged mm-stable] iomap-use-folio_end_read.patch removed from -mm tree
2023-10-18 21:35 UTC
[merged mm-stable] ext4-use-folio_end_read.patch removed from -mm tree
2023-10-18 21:35 UTC
[merged mm-stable] iomap-hold-state_lock-over-call-to-ifs_set_range_uptodate.patch removed from -mm tree
2023-10-18 21:35 UTC
[merged mm-stable] buffer-use-folio_end_read.patch removed from -mm tree
2023-10-18 21:35 UTC
[merged mm-stable] kasan-use-unchecked-__memset-internally.patch removed from -mm tree
2023-10-18 21:35 UTC
[merged mm-stable] selftests-mm-export-get_free_hugepages.patch removed from -mm tree
2023-10-18 21:35 UTC
[merged mm-stable] filemap-call-filemap_get_folios_tag-from-filemap_get_folios.patch removed from -mm tree
2023-10-18 21:35 UTC
[merged mm-stable] kasan-unify-printk-prefixes.patch removed from -mm tree
2023-10-18 21:35 UTC
[merged mm-stable] selftests-mm-add-a-new-test-for-madv-and-hugetlb.patch removed from -mm tree
2023-10-18 21:35 UTC
[merged mm-stable] zsmalloc-use-copy_page-for-full-page-copy.patch removed from -mm tree
2023-10-18 21:35 UTC
[merged mm-stable] mm-page_alloc-remove-unnecessary-check-in-break_down_buddy_pages.patch removed from -mm tree
2023-10-18 21:35 UTC
[merged mm-stable] mm-page_alloc-remove-unnecessary-next_page-in-break_down_buddy_pages.patch removed from -mm tree
2023-10-18 21:35 UTC
[merged mm-stable] kasan-fix-and-update-kunit_expect_kasan_fail-comment.patch removed from -mm tree
2023-10-18 21:35 UTC
[merged mm-stable] documentation-san-drop-the-from-article-titles.patch removed from -mm tree
2023-10-18 21:35 UTC
[PATCH] wifi: wlcore: replace deprecated strncpy with strscpy
2023-10-18 21:36 UTC
[merged mm-stable] mm-gup-make-failure-to-pin-an-error-if-foll_nowait-not-specified.patch removed from -mm tree
2023-10-18 21:35 UTC
[merged mm-stable] mmap-add-clarifying-comment-to-vma_merge-code.patch removed from -mm tree
2023-10-18 21:35 UTC
[merged mm-stable] mm-gup-adapt-get_user_page_vma_remote-to-never-return-null.patch removed from -mm tree
2023-10-18 21:35 UTC
[merged mm-stable] arm64-kasan-update-comment-in-kasan_init.patch removed from -mm tree
2023-10-18 21:35 UTC
[merged mm-stable] mm-make-__access_remote_vm-static.patch removed from -mm tree
2023-10-18 21:35 UTC
[merged mm-stable] mm-multi-gen-lru-reuse-some-legacy-trace-events.patch removed from -mm tree
2023-10-18 21:35 UTC
[merged mm-stable] memory-move-exclusivity-detection-in-do_wp_page-into-wp_can_reuse_anon_folio.patch removed from -mm tree
2023-10-18 21:35 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.