Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mm: Replace call_rcu_sched() with call_rcu() | Paul E. McKenney | 2018-11-27 | 1 | -1/+1 |
| | | | | | | | | | Now that call_rcu()'s callback is not invoked until after all preempt-disable regions of code have completed (in addition to explicitly marked RCU read-side critical sections), call_rcu() can be used in place of call_rcu_sched(). This commit therefore makes that change. Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com> | ||||
* | mm/memory: Move mmu_gather and TLB invalidation code into its own file | Peter Zijlstra | 2018-09-07 | 1 | -0/+261 |
In preparation for maintaining the mmu_gather code as its own entity, move the implementation out of memory.c and into its own file. Cc: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Michal Hocko <mhocko@suse.com> Signed-off-by: Peter Zijlstra <peterz@infradead.org> Signed-off-by: Will Deacon <will.deacon@arm.com> |