| Commit message (Expand) | Author | Age | Files | Lines |
| * | rcu: Squash backport from v5.4 | Andrzej Perczak | 2022-03-12 | 1 | -0/+4 |
| * | asm-generic/tlb: provide MMU_GATHER_TABLE_FREE | Peter Zijlstra | 2022-03-12 | 1 | -35/+37 |
| * | asm-generic/tlb: rename HAVE_MMU_GATHER_NO_GATHER | Peter Zijlstra | 2022-03-12 | 1 | -2/+12 |
| * | asm-generic/tlb: rename HAVE_MMU_GATHER_PAGE_SIZE | Peter Zijlstra | 2022-03-12 | 1 | -3/+6 |
| * | asm-generic/tlb: rename HAVE_RCU_TABLE_FREE | Peter Zijlstra | 2022-03-12 | 1 | -5/+5 |
| * | asm-gemeric/tlb: remove stray function declarations | Peter Zijlstra | 2022-03-12 | 1 | -4/+0 |
| * | asm-generic/tlb: avoid potential double flush | Peter Zijlstra | 2022-03-12 | 1 | -1/+6 |
| * | mm/mmu_gather: invalidate TLB correctly on batch allocation failure and flush | Peter Zijlstra | 2022-03-12 | 1 | -7/+15 |
| * | asm-generic/tlb: Remove tlb_table_flush() | Peter Zijlstra | 2022-03-12 | 1 | -1/+0 |
| * | asm-generic/tlb: Remove tlb_flush_mmu_free() | Peter Zijlstra | 2022-03-12 | 1 | -7/+3 |
| * | asm-generic/tlb: Remove CONFIG_HAVE_GENERIC_MMU_GATHER | Peter Zijlstra | 2022-03-12 | 1 | -1/+0 |
| * | asm-generic/tlb: Introduce CONFIG_HAVE_MMU_GATHER_NO_GATHER=y | Martin Schwidefsky | 2022-03-12 | 1 | -2/+7 |
| * | asm-generic/tlb, arch: Invert CONFIG_HAVE_RCU_TABLE_INVALIDATE | Peter Zijlstra | 2022-03-12 | 1 | -4/+5 |
| * | asm-generic/tlb, ia64: Conditionally provide tlb_migrate_finish() | Peter Zijlstra | 2022-03-12 | 1 | -0/+2 |
| * | asm-generic/tlb: Provide generic tlb_flush() based on flush_tlb_mm() | Peter Zijlstra | 2022-03-12 | 1 | -1/+40 |
| * | asm-generic/tlb, arch: Provide generic tlb_flush() based on flush_tlb_range() | Peter Zijlstra | 2022-03-12 | 1 | -12/+83 |
| * | asm-generic/tlb, arch: Provide generic VIPT cache flush | Peter Zijlstra | 2022-03-12 | 1 | -8/+11 |
| * | asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZE | Peter Zijlstra | 2022-03-12 | 1 | -13/+19 |
| * | asm-generic/tlb: Provide a comment | Peter Zijlstra | 2022-03-12 | 1 | -3/+116 |
| * | RELAND: hugetlbfs: flush TLBs correctly after huge_pmd_unshare | Nadav Amit | 2022-03-12 | 1 | -0/+2 |
| * | mm/memory: Move mmu_gather and TLB invalidation code into its own file | Peter Zijlstra | 2022-03-12 | 1 | -0/+1 |
| * | Revert "hugetlbfs: flush TLBs correctly after huge_pmd_unshare" | Jebaitedneko | 2022-03-12 | 1 | -2/+0 |
| * | asm-generic/tlb: Track which levels of the page tables have been cleared | Will Deacon | 2022-03-12 | 1 | -8/+50 |
| * | asm-generic/tlb: Guard with #ifdef CONFIG_MMU | Will Deacon | 2022-03-12 | 1 | -0/+4 |
| * | mm: mmu_notifier fix for tlb_end_vma | Nicholas Piggin | 2022-03-12 | 1 | -4/+13 |
| * | asm-generic/tlb: Track freeing of page-table directories in struct mmu_gather | Peter Zijlstra | 2022-03-12 | 1 | -8/+23 |
| * | x86/mpx, mm/core: Fix recursive munmap() corruption | Dave Hansen | 2022-03-12 | 1 | -1/+0 |
| * | mm: provide a fallback for PAGE_KERNEL_EXEC for architectures | Luis R. Rodriguez | 2022-03-12 | 1 | -0/+4 |
| * | bitops: introduce the for_each_set_clump8 macro | William Breathitt Gray | 2022-03-12 | 1 | -0/+17 |
| * | lib: optimize cpumask_next_and() | Clement Courbet | 2022-03-12 | 1 | -0/+20 |
| * | asm-generic: define __WARN if BUG is disabled | Tyler Nijmeh | 2022-03-12 | 1 | -0/+1 |
| * | asm-generic: define __WARN_printf if BUG is disabled | kdrag0n | 2022-03-12 | 1 | -0/+2 |
| * | futex: Cleanup generic SMP variant of arch_futex_atomic_op_inuser() | Vasily Averin | 2022-03-12 | 1 | -20/+1 |
| * | kbuild: Fix asm-generic/vmlinux.lds.h for LD_DEAD_CODE_DATA_ELIMINATION | Nicholas Piggin | 2022-03-12 | 1 | -15/+24 |
| * | vmlinux.lds.h: Coalesce LLVM dead code elimination sections | Danny Lin | 2022-03-12 | 1 | -2/+2 |
| * | qspinlock: use signed temporaries for cmpxchg | Arnd Bergmann | 2022-03-12 | 2 | -6/+6 |
| * | asm-generic: force inlining of get_order() to work around | Christophe Leroy | 2022-03-12 | 1 | -1/+1 |
| * | BACKPORT: arm64: make atomic helpers __always_inline | Arnd Bergmann | 2022-03-12 | 1 | -3/+3 |
| * | locking/atomics, asm-generic/bitops/lock.h: Rewrite using atomic_fetch_*() | Will Deacon | 2022-03-12 | 1 | -12/+56 |
| * | locking/atomics, asm-generic/bitops/atomic.h: Rewrite using atomic_*() APIs | Will Deacon | 2022-03-12 | 1 | -155/+33 |
| * | locking/mutex: Optimize __mutex_trylock_fast() | Peter Zijlstra | 2022-03-12 | 1 | -0/+17 |
| * | locking/rwsem: Remove arch specific rwsem files | Waiman Long | 2022-03-12 | 1 | -140/+0 |
| * | locking/rwsem: Add down_read_killable() | Kirill Tkhai | 2022-03-12 | 1 | -0/+10 |
| * | locking/spinlocks: Remove an instruction from spin and write locks | Matthew Wilcox | 2022-03-12 | 2 | -10/+13 |
| * | locking/spinlocks: Clean up comment and #ifndef for {,queued_}spin_is_locked() | Andrea Parri | 2022-03-12 | 1 | -2/+0 |
| * | locking/qspinlock: Use smp_store_release() in queued_spin_unlock() | Will Deacon | 2022-03-12 | 1 | -1/+1 |
| * | locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementations | Will Deacon | 2022-03-12 | 1 | -1/+0 |
| * | locking/barriers: Introduce smp_cond_load_relaxed() and atomic_cond_read_rela... | Will Deacon | 2022-03-12 | 2 | -6/+23 |
| * | Merge branch 'android-4.14-stable' of https://android.googlesource.com/kernel... | Jebaitedneko | 2021-12-22 | 1 | -0/+2 |
| |\ |
|
| | * | Merge 4.14.257 into android-4.14-stable | Greg Kroah-Hartman | 2021-12-08 | 1 | -0/+2 |
| | |\ |
|