Show patches with: none      |   72582 patches
« 1 2 ... 397 398 399725 726 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[59/94] arch/xtensa: Use maple tree iterators for unmapped area Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[56/94] arch/powerpc: Remove mmap linked list from mm/book3s64/subpage_prot Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[57/94] arch/s390: Use maple tree iterators instead of linked list. Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[55/94] arch/powerpc: Remove mmap linked list from mm/book3s32/tlb Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[54/94] arch/parisc: Remove mmap linked list from kernel/cache Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[52/94] mm: Introduce vma_next() and vma_prev() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[53/94] arch/arm64: Remove mmap linked list from vdso. Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[50/94] mm/mmap: Change do_brk_munmap() to use do_mas_align_munmap() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[51/94] mmap: make remove_vma_list() inline Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[47/94] mm/mmap: Add do_mas_munmap() and wraper for __do_munmap() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[48/94] mmap: Use find_vma_intersection in do_mmap() for overlap Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[49/94] mmap: Remove __do_munmap() in favour of do_mas_munmap() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[45/94] mm/mmap: Change __do_munmap() to avoid unnecessary lookups. Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[46/94] mm/mmap: Move mmap_region() below do_munmap() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[43/94] mm/mmap: Drop munmap_vma_range() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[42/94] mm/mmap: Change mmap_region() to use maple tree state Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[44/94] mm: Remove vmacache Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[40/94] mm/mmap: Change vm_brk_flags() to use mm_populate_vma() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[41/94] mm: Change find_vma_intersection() to maple tree and make find_vma() to inline. Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[38/94] mm/gup: Add mm_populate_vma() for use when the vma is known Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[39/94] mm/mmap: Change do_brk_flags() to expand existing VMA and add do_brk_munmap() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[36/94] mm: Optimize find_exact_vma() to use vma_lookup() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[37/94] mm/khugepaged: Optimize collapse_pte_mapped_thp() by using vma_lookup() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[35/94] xen/privcmd: Optimized privcmd_ioctl_mmap() by using vma_lookup() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[34/94] arch/m68k/kernel/sys_m68k: Use vma_lookup() in sys_cacheflush() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[33/94] mm: Remove rb tree. Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[32/94] kernel/fork: Convert dup_mmap to use maple tree Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[31/94] mm/mmap: Change unmapped_area and unmapped_area_topdown to use maple tree Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[29/94] mm/mmap: Change find_vma() to use the maple tree Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[30/94] mm/mmap: Change find_vma_prev() to use maple tree Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[28/94] mm/mmap: Introduce unlock_range() for code cleanup Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[27/94] mm: Start tracking VMAs with maple tree Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[26/94] Maple Tree: Add new data structure Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[25/94] radix tree test suite: Add __must_be_array() support Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[24/94] radix tree test suite: Add keme_cache_alloc_bulk() support Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[22/94] radix tree test suite: Add support for fallthrough attribute Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[23/94] radix tree test suite: Add support for kmem_cache_free_bulk Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[21/94] radix tree test suite: Enhancements for Maple Tree Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[20/94] mm/memory.c: Use vma_lookup() instead of find_vma_intersection() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[19/94] mm/mremap: Use vma_lookup() in vma_to_resize() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[18/94] mm/migrate: Use vma_lookup() in do_pages_stat_array() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[17/94] mm/ksm: Use vma_lookup() in find_mergeable_vma() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[16/94] lib/test_hmm: Use vma_lookup() in dmirror_migrate() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[14/94] misc/sgi-gru/grufault: Use vma_lookup() in gru_find_vma() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[13/94] media: videobuf2: Use vma_lookup() in get_vaddr_frames() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[15/94] kernel/events/uprobes: Use vma_lookup() in find_active_uprobe() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[11/94] net/ipv5/tcp: Use vma_lookup() in tcp_zerocopy_receive() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[12/94] drm/amdgpu: Use vma_lookup() in amdgpu_ttm_tt_get_user_pages() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[10/94] vfio: Use vma_lookup() instead of find_vma_intersection() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[09/94] virt/kvm: Use vma_lookup() instead of find_vma_intersection() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[08/94] x86/sgx: Use vma_lookup() in sgx_encl_find() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[07/94] arch/mips/kernel/traps: Use vma_lookup() instead of find_vma_intersection() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[04/94] arch/arm64/kvm: Use vma_lookup() instead of find_vma_intersection() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[05/94] arch/powerpc/kvm/book3s_hv_uvmem: Use vma_lookup() instead of find_vma_intersection() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[06/94] arch/powerpc/kvm/book3s: Use vma_lookup() in kvmppc_hv_setup_htab_rma() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[03/94] arch/arc/kernel/troubleshoot: use vma_lookup() instead of find_vma_intersection() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[02/94] drm/i915/selftests: Use vma_lookup() in __igt_mmap() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
[01/94] mm: Add vma_lookup() Introducing the Maple Tree - - - --- 2021-04-28 Liam R. Howlett New
mm, compaction: avoid isolating pinned tmpfs pages mm, compaction: avoid isolating pinned tmpfs pages - - - --- 2021-04-28 Xu Yu New
mm: remove argument from mem_init_print_info() mm: remove argument from mem_init_print_info() 1 1 - --- 2021-04-28 Rolf Eike Beer New
[9/9] mm: memcontrol: rename memcg_{get,put}_cache_ids to memcg_list_lru_resize_{lock,unlock} Shrink the list lru size on memory cgroup removal - - - --- 2021-04-28 Muchun Song New
[7/9] ida: introduce ida_max() to return the maximum allocated ID Shrink the list lru size on memory cgroup removal - - - --- 2021-04-28 Muchun Song New
[6/9] mm: list_lru: support for shrinking list lru Shrink the list lru size on memory cgroup removal - - - --- 2021-04-28 Muchun Song New
[5/9] mm: memcontrol: move memcg_online_kmem() to mem_cgroup_css_online() Shrink the list lru size on memory cgroup removal - - - --- 2021-04-28 Muchun Song New
[4/9] mm: memcontrol: remove the kmem states Shrink the list lru size on memory cgroup removal - - - --- 2021-04-28 Muchun Song New
[3/9] mm: list_lru: rename memcg_drain_all_list_lrus to memcg_reparent_list_lrus Shrink the list lru size on memory cgroup removal - - - --- 2021-04-28 Muchun Song New
[2/9] mm: memcontrol: remove kmemcg_id reparenting Shrink the list lru size on memory cgroup removal - - - --- 2021-04-28 Muchun Song New
[1/9] mm: list_lru: fix list_lru_count_one() return value Shrink the list lru size on memory cgroup removal - - - --- 2021-04-28 Muchun Song New
mm,hwpoison: fix race with compound page allocation mm,hwpoison: fix race with compound page allocation - - - --- 2021-04-28 Naoya Horiguchi New
[v4] mm/compaction: let proactive compaction order configurable [v4] mm/compaction: let proactive compaction order configurable - - - --- 2021-04-28 Chu,Kaiping New
[v5,10/10] userfaultfd/selftests: exercise minor fault handling shmem support userfaultfd: add minor fault handling for shmem - 1 - --- 2021-04-27 Axel Rasmussen New
[v5,09/10] userfaultfd/selftests: reinitialize test context in each test userfaultfd: add minor fault handling for shmem - 2 - --- 2021-04-27 Axel Rasmussen New
[v5,08/10] userfaultfd/selftests: create alias mappings in the shmem test userfaultfd: add minor fault handling for shmem - 1 - --- 2021-04-27 Axel Rasmussen New
[v5,07/10] userfaultfd/selftests: use memfd_create for shmem test type userfaultfd: add minor fault handling for shmem - 1 - --- 2021-04-27 Axel Rasmussen New
[v5,06/10] userfaultfd/shmem: modify shmem_mcopy_atomic_pte to use install_pte() userfaultfd: add minor fault handling for shmem - - - --- 2021-04-27 Axel Rasmussen New
[v5,05/10] userfaultfd/shmem: advertise shmem minor fault support userfaultfd: add minor fault handling for shmem 2 - - --- 2021-04-27 Axel Rasmussen New
[v5,04/10] userfaultfd/shmem: support UFFDIO_CONTINUE for shmem userfaultfd: add minor fault handling for shmem 2 - - --- 2021-04-27 Axel Rasmussen New
[v5,03/10] userfaultfd/shmem: support minor fault registration for shmem userfaultfd: add minor fault handling for shmem 2 - - --- 2021-04-27 Axel Rasmussen New
[v5,02/10] userfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_zeropage}_pte userfaultfd: add minor fault handling for shmem 1 1 - --- 2021-04-27 Axel Rasmussen New
[v5,01/10] userfaultfd/hugetlbfs: avoid including userfaultfd_k.h in hugetlb.h userfaultfd: add minor fault handling for shmem 1 1 - --- 2021-04-27 Axel Rasmussen New
[v26,9/9] x86/vdso: Add ENDBR to __vdso_sgx_enter_enclave Control-flow Enforcement: Indirect Branch Tracking - 1 - --- 2021-04-27 Yu-cheng Yu New
[v26,8/9] x86/vdso/32: Add ENDBR to __kernel_vsyscall entry point Control-flow Enforcement: Indirect Branch Tracking - 1 - --- 2021-04-27 Yu-cheng Yu New
[v26,7/9] x86/vdso: Introduce ENDBR macro Control-flow Enforcement: Indirect Branch Tracking - - - --- 2021-04-27 Yu-cheng Yu New
[v26,6/9] x86/vdso: Insert endbr32/endbr64 to vDSO Control-flow Enforcement: Indirect Branch Tracking - 1 - --- 2021-04-27 Yu-cheng Yu New
[v26,5/9] x86/cet/ibt: Update arch_prctl functions for Indirect Branch Tracking Control-flow Enforcement: Indirect Branch Tracking - 1 - --- 2021-04-27 Yu-cheng Yu New
[v26,4/9] x86/cet/ibt: Update ELF header parsing for Indirect Branch Tracking Control-flow Enforcement: Indirect Branch Tracking - - - --- 2021-04-27 Yu-cheng Yu New
[v26,3/9] x86/cet/ibt: Handle signals for Indirect Branch Tracking Control-flow Enforcement: Indirect Branch Tracking - - - --- 2021-04-27 Yu-cheng Yu New
[v26,2/9] x86/cet/ibt: Add user-mode Indirect Branch Tracking support Control-flow Enforcement: Indirect Branch Tracking - - - --- 2021-04-27 Yu-cheng Yu New
[v26,1/9] x86/cet/ibt: Add Kconfig option for Indirect Branch Tracking Control-flow Enforcement: Indirect Branch Tracking - 1 - --- 2021-04-27 Yu-cheng Yu New
[v26,30/30] mm: Introduce PROT_SHADOW_STACK for shadow stack Control-flow Enforcement: Shadow Stack - 1 - --- 2021-04-27 Yu-cheng Yu New
[v26,29/30] mm: Update arch_validate_flags() to test vma anonymous Control-flow Enforcement: Shadow Stack - 1 - --- 2021-04-27 Yu-cheng Yu New
[v26,28/30] mm: Move arch_calc_vm_prot_bits() to arch/x86/include/asm/mman.h Control-flow Enforcement: Shadow Stack - 2 - --- 2021-04-27 Yu-cheng Yu New
[v26,27/30] x86/cet/shstk: Add arch_prctl functions for shadow stack Control-flow Enforcement: Shadow Stack - 1 - --- 2021-04-27 Yu-cheng Yu New
[v26,26/30] ELF: Introduce arch_setup_elf_property() Control-flow Enforcement: Shadow Stack - 1 - --- 2021-04-27 Yu-cheng Yu New
[v26,25/30] x86/cet/shstk: Handle signals for shadow stack Control-flow Enforcement: Shadow Stack - - - --- 2021-04-27 Yu-cheng Yu New
[v26,24/30] x86/cet/shstk: Introduce shadow stack token setup/verify routines Control-flow Enforcement: Shadow Stack - - - --- 2021-04-27 Yu-cheng Yu New
[v26,23/30] x86/cet/shstk: Handle thread shadow stack Control-flow Enforcement: Shadow Stack - - - --- 2021-04-27 Yu-cheng Yu New
[v26,22/30] x86/cet/shstk: Add user-mode shadow stack support Control-flow Enforcement: Shadow Stack - - - --- 2021-04-27 Yu-cheng Yu New
[v26,21/30] mm: Re-introduce vm_flags to do_mmap() Control-flow Enforcement: Shadow Stack - 3 - --- 2021-04-27 Yu-cheng Yu New
[v26,20/30] mm/mprotect: Exclude shadow stack from preserve_write Control-flow Enforcement: Shadow Stack - 1 - --- 2021-04-27 Yu-cheng Yu New
« 1 2 ... 397 398 399725 726 »