messages from 2023-01-19 22:25:01 to 2023-01-20 17:28:47 UTC [more...]
[RFC PATCH v2 00/31] Upstream kvx Linux port
2023-01-20 17:28 UTC (42+ messages)
` [RFC PATCH v2 01/31] Documentation: kvx: Add basic documentation
` [RFC PATCH v2 02/31] Documentation: Add binding for kalray,kv3-1-core-intc
` [RFC PATCH v2 03/31] Documentation: Add binding for kalray,kv3-1-apic-gic
` [RFC PATCH v2 04/31] Documentation: Add binding for kalray,kv3-1-apic-mailbox
` [RFC PATCH v2 05/31] Documentation: Add binding for kalray,coolidge-itgen
` [RFC PATCH v2 06/31] Documentation: Add binding for kalray,kv3-1-ipi-ctrl
` [RFC PATCH v2 07/31] Documentation: Add binding for kalray,kv3-1-pwr-ctrl
` [RFC PATCH v2 08/31] kvx: Add ELF-related definitions
` [RFC PATCH v2 09/31] kvx: Add build infrastructure
` [RFC PATCH v2 10/31] kvx: Add CPU definition headers
` [RFC PATCH v2 11/31] kvx: Add atomic/locking headers
` [RFC PATCH v2 12/31] kvx: Add other common headers
` [RFC PATCH v2 13/31] kvx: Add boot and setup routines
` [RFC PATCH v2 14/31] kvx: Add exception/interrupt handling
` [RFC PATCH v2 15/31] irqchip: Add irq-kvx-apic-gic driver
` [RFC PATCH v2 16/31] irqchip: Add irq-kvx-itgen driver
` [RFC PATCH v2 17/31] irqchip: Add irq-kvx-apic-mailbox driver
` [RFC PATCH v2 18/31] irqchip: Add kvx-core-intc core interupt controller driver
` [RFC PATCH v2 19/31] kvx: Add process management
` [RFC PATCH v2 20/31] kvx: Add memory management
` [RFC PATCH v2 21/31] kvx: Add system call support
` [RFC PATCH v2 22/31] kvx: Add signal handling support
` [RFC PATCH v2 23/31] kvx: Add ELF relocations and module support
` [RFC PATCH v2 24/31] kvx: Add misc common routines
` [RFC PATCH v2 25/31] kvx: Add some library functions
` [RFC PATCH v2 26/31] kvx: Add multi-processor (SMP) support
` [RFC PATCH v2 27/31] kvx: Add kvx default config file
` [RFC PATCH v2 28/31] kvx: Add debugging related support
` [RFC PATCH v2 29/31] kvx: Add support for cpuinfo
` [RFC PATCH v2 30/31] kvx: Add power controller driver
` [RFC PATCH v2 31/31] kvx: Add IPI driver
[PATCH v5 00/39] Shadow stacks for userspace
2023-01-20 17:27 UTC (45+ messages)
` [PATCH v5 01/39] Documentation/x86: Add CET shadow stack description
` [PATCH v5 02/39] x86/shstk: Add Kconfig option for shadow stack
` [PATCH v5 03/39] x86/cpufeatures: Add CPU feature flags for shadow stacks
` [PATCH v5 04/39] x86/cpufeatures: Enable CET CR4 bit for shadow stack
` [PATCH v5 05/39] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v5 06/39] x86/fpu: Add helper for modifying xstate
` [PATCH v5 07/39] x86: Add user control-protection fault handler
` [PATCH v5 08/39] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v5 10/39] x86/mm: Introduce _PAGE_COW
` [PATCH v5 11/39] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v5 12/39] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v5 16/39] x86/mm: Check shadow stack page fault errors
` [PATCH v5 19/39] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v5 25/39] mm: Warn on shadow stack memory in wrong vma
` [PATCH v5 26/39] x86: Introduce userspace API for shadow stack
` [PATCH v5 27/39] x86/shstk: Add user-mode shadow stack support
` [PATCH v5 29/39] x86/shstk: Introduce routines modifying shstk
` [PATCH v5 31/39] x86/shstk: Introduce map_shadow_stack syscall
` [PATCH v5 32/39] x86/shstk: Support WRSS for userspace
` [PATCH v5 37/39] x86: Add PTRACE interface for shadow stack
` [PATCH v5 39/39] x86/shstk: Add ARCH_SHSTK_STATUS
[PATCH 21/46] hugetlb: use struct hugetlb_pte for walk_hugetlb_range
2023-01-20 17:23 UTC (19+ messages)
[PATCH 00/41] Per-VMA locks
2023-01-20 17:21 UTC (21+ messages)
` [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
[PATCH v4 00/49] VMA tree type safety and remove __vma_adjust()
2023-01-20 16:26 UTC (47+ messages)
` [PATCH v4 01/49] maple_tree: Add mas_init() function
` [PATCH v4 02/49] maple_tree: Fix potential rcu issue
` [PATCH v4 03/49] maple_tree: Reduce user error potential
` [PATCH v4 04/49] test_maple_tree: Test modifications while iterating
` [PATCH v4 05/49] maple_tree: Fix handle of invalidated state in mas_wr_store_setup()
` [PATCH v4 06/49] maple_tree: Fix mas_prev() and mas_find() state handling
` [PATCH v4 07/49] mm: Expand vma iterator interface
` [PATCH v4 08/49] mm/mmap: convert brk to use vma iterator
` [PATCH v4 09/49] kernel/fork: Convert forking to using the vmi iterator
` [PATCH v4 10/49] mmap: Convert vma_link() vma iterator
` [PATCH v4 11/49] mm/mmap: Remove preallocation from do_mas_align_munmap()
` [PATCH v4 12/49] mmap: Change do_mas_munmap and do_mas_aligned_munmap() to use vma iterator
` [PATCH v4 13/49] mmap: Convert vma_expand() "
` [PATCH v4 14/49] mm: Add temporary vma iterator versions of vma_merge(), split_vma(), and __split_vma()
` [PATCH v4 15/49] ipc/shm: Use the vma iterator for munmap calls
` [PATCH v4 16/49] userfaultfd: Use vma iterator
` [PATCH v4 17/49] mm: Change mprotect_fixup to "
` [PATCH v4 18/49] mlock: Convert mlock "
` [PATCH v4 19/49] coredump: Convert "
` [PATCH v4 20/49] mempolicy: "
` [PATCH v4 21/49] task_mmu: "
` [PATCH v4 22/49] sched: "
` [PATCH v4 23/49] madvise: Use vmi iterator for __split_vma() and vma_merge()
` [PATCH v4 24/49] mmap: Pass through vmi iterator to __split_vma()
` [PATCH v4 25/49] mmap: Use vmi version of vma_merge()
` [PATCH v4 26/49] mm/mremap: "
` [PATCH v4 27/49] nommu: Convert nommu to using the vma iterator
` [PATCH v4 28/49] nommu: Pass through vma iterator to shrink_vma()
` [PATCH v4 29/49] mm: Switch vma_merge(), split_vma(), and __split_vma to vma iterator
` [PATCH v4 30/49] mm/damon/vaddr-test.h: Stop using vma_mas_store() for maple tree store
` [PATCH v4 31/49] mmap: Convert __vma_adjust() to use vma iterator
` [PATCH v4 32/49] mm: Pass through vma iterator to __vma_adjust()
` [PATCH v4 33/49] madvise: Use split_vma() instead of __split_vma()
` [PATCH v4 34/49] mm: Remove unnecessary write to vma iterator in __vma_adjust()
` [PATCH v4 35/49] mm: Pass vma iterator through to __vma_adjust()
` [PATCH v4 36/49] mm: Add vma iterator to vma_adjust() arguments
` [PATCH v4 37/49] mmap: Clean up mmap_region() unrolling
` [PATCH v4 38/49] mm: Change munmap splitting order and move_vma()
` [PATCH v4 39/49] mm/mmap: move anon_vma setting in __vma_adjust()
` [PATCH v4 40/49] mm/mmap: Refactor locking out of __vma_adjust()
` [PATCH v4 41/49] mm/mmap: Use vma_prepare() and vma_complete() in vma_expand()
` [PATCH v4 42/49] mm/mmap: Introduce init_vma_prep() and init_multi_vma_prep()
` [PATCH v4 43/49] mm: Don't use __vma_adjust() in __split_vma()
` [PATCH v4 44/49] mm/mremap: Convert vma_adjust() to vma_expand()
` [PATCH v4 45/49] mm/mmap: Don't use __vma_adjust() in shift_arg_pages()
` [PATCH v4 48/49] mm/mmap: Remove __vma_adjust()
[linux-next:master] BUILD REGRESSION d514392f17fd4d386cfadde7f849d97db4ca1fb0
2023-01-20 17:13 UTC
[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2023-01-20 16:51 UTC (9+ messages)
` [PATCH RFC v7 14/64] x86/sev: Add the host SEV-SNP initialization support
` [PATCH RFC v7 62/64] x86/sev: Add KVM commands for instance certs
another use-after-free in ep_remove_wait_queue()
2023-01-20 16:28 UTC (13+ messages)
[PATCH v6 0/3] cachestat: a new syscall for page cache state of files
2023-01-20 16:27 UTC (6+ messages)
` [PATCH v6 1/3] workingset: refactor LRU refault to expose refault recency check
` [PATCH v6 2/3] cachestat: implement cachestat syscall
[RFC PATCH 0/2] Add support for sharing page tables across processes (Previously mshare)
2023-01-20 16:08 UTC (6+ messages)
` [RFC PATCH 1/2] mm/ptshare: Add vm flag for shared PTE
` [RFC RESEND "
` [RFC PATCH 2/2] mm/ptshare: Create a new mm for shared pagetables and add basic page table sharing support
` [RFC RESEND "
` [RFC RESEND PATCH 0/2] Add support for sharing page tables across processes (Previously mshare)
[PATCH v9 0/2] Memory poison recovery in khugepaged collapsing
2023-01-20 15:56 UTC (4+ messages)
` [PATCH v9 1/2] mm/khugepaged: recover from poisoned anonymous memory
[PATCH 4/8] mm/gup: add an assertion that the mmap lock is locked
2023-01-20 15:44 UTC (3+ messages)
[PATCH] ASoC: SOF: sof-audio: prepare_widgets: Check swidget for NULL on sink failure
2023-01-20 15:43 UTC (3+ messages)
[PATCH 0/8] Simplify the external interface for GUP
2023-01-20 14:58 UTC (5+ messages)
` [PATCH 5/8] mm/gup: add FOLL_UNLOCK
[PATCH 3/8] mm/gup: simplify the external interface functions and consolidate invariants
2023-01-20 14:58 UTC (3+ messages)
[RFC] memcpy_from_folio()
2023-01-20 14:57 UTC
[PATCH v7 0/4] Implement IOCTL to get and/or the clear info about PTEs
2023-01-20 14:53 UTC (6+ messages)
` [PATCH v7 1/4] userfaultfd: Add UFFD WP Async support
[PATCH 1/8] mm/gup: have internal functions get the mmap_read_lock()
2023-01-20 14:47 UTC (4+ messages)
[PATCH 0/2] drivers/base/memory: Two small cleanups
2023-01-20 13:14 UTC (4+ messages)
` [PATCH 1/2] drivers/base/memory: Fix comments for phys_index_show()
` [PATCH 2/2] drivers/base/memory: Use array to show memory block state
[PATCHv4 1/2] mm: move KMEMLEAK's Kconfig items from lib to mm
2023-01-20 12:52 UTC (5+ messages)
` [PATCHv4 2/2] mm: use stack_depot_early_init for kmemleak
[linux-next:master 5972/6912] htmldocs: Documentation/virt/kvm/api.rst:5070: WARNING: Unexpected indentation
2023-01-20 12:36 UTC
[PATCH v12 01/17] riscv: Rename __switch_to_aux -> fpu
2023-01-20 12:20 UTC (3+ messages)
` [PATCH v12 06/17] riscv: Reset vector register
[PATCH v3 0/7] mm/vmalloc.c: allow vread() to read out vm_map_ram areas
2023-01-20 11:54 UTC (6+ messages)
` [PATCH v3 3/7] "
cleanup vfree and vunmap
2023-01-20 11:32 UTC (9+ messages)
` [PATCH 06/10] mm: move __remove_vm_area out of va_remove_mappings
` [PATCH 09/10] mm: split __vunmap
[stable:linux-5.10.y 4228/9999] s390x-linux-ld: dw-axi-dmac-platform.c:undefined reference to `devm_ioremap_resource'
2023-01-20 10:54 UTC
[linux-next:master 5407/6912] sound/soc/sof/sof-audio.c:329 sof_prepare_widgets_in_path() error: we previously assumed 'swidget' could be null (see line 306)
2023-01-20 9:57 UTC
[PATCH v3 00/51] cpuidle,rcu: Clean up the mess
2023-01-20 9:56 UTC (3+ messages)
` [PATCH v3 16/51] cpuidle: Annotate poll_idle()
[PATCH v2] locking/rwbase: Prevent indefinite writer starvation
2023-01-20 9:37 UTC (4+ messages)
[linux-next:pending-fixes] BUILD SUCCESS b1867226dfbb69bf7395369ee0fe3a469500868e
2023-01-20 9:22 UTC
[PATCH] docs: cgroup-v1: wrap charge moving deprecation in warning block
2023-01-20 8:20 UTC (2+ messages)
[PATCH 0/9] convert hugetlb fault functions to folios
2023-01-20 6:00 UTC (7+ messages)
` [PATCH 2/9] mm/hugetlb: convert hugetlbfs_pagecache_present() "
` [PATCH 3/9] mm/hugetlb: convert putback_active_hugepage to take in a folio
` [PATCH 4/9] mm/rmap: change hugepage_add_new_anon_rmap "
[PATCH linux-next] mm/hugetlb: replace get_hwpoison_huge_page() with get_hwpoison_hugetlb_folio() when !CONFIG_HUGETLBFS
2023-01-20 5:56 UTC (2+ messages)
[PATCH v2 0/3] Introduce per NUMA node memory error statistics
2023-01-20 3:46 UTC (4+ messages)
` [PATCH v2 1/3] mm: memory-failure: Add memory failure stats to sysfs
` [PATCH v2 2/3] mm: memory-failure: Bump memory failure stats to pglist_data
` [PATCH v2 3/3] mm: memory-failure: Document memory failure stats
[linux-next:master 4474/6912] drivers/net/ethernet/microchip/vcap/vcap_api.c:977:11-18: WARNING opportunity for kmemdup
2023-01-20 3:37 UTC
[PATCH RFC v7 00/23] DEPT(Dependency Tracker)
2023-01-20 3:26 UTC (5+ messages)
[PATCH v3 2/6] exit: Put an upper limit on how often we can oops
2023-01-20 0:28 UTC (4+ messages)
[PATCH v1 0/2] Fixes for kmemleak tracking with CMA regions
2023-01-20 0:20 UTC (3+ messages)
[syzbot] [btrfs?] INFO: task hung in extent_write_cache_pages
2023-01-19 23:38 UTC
[PATCH 00/46] Based on latest mm-unstable (85b44c25cd1e)
2023-01-19 23:06 UTC (4+ messages)
` [PATCH 35/46] hugetlb: add MADV_COLLAPSE for hugetlb
[PATCHv14 00/17] Linear Address Masking enabling
2023-01-19 23:06 UTC (6+ messages)
` [PATCHv14 08/17] x86/mm: Reduce untagged_addr() overhead until the first LAM user
[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
2023-01-19 22:37 UTC (5+ messages)
[PATCH v3 0/9] mm: introduce Designated Movable Blocks
2023-01-19 22:33 UTC (7+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).