https://github.com/torvalds/linux
Revision 2eb835e058c737205d35d9a8791ad27b0f9e89a4 authored by Steve Capper on 24 April 2014, 14:33:21 UTC, committed by Catalin Marinas on 25 April 2014, 15:46:49 UTC
When arm64 moved over to the core mmu_gather, it lost the logic to
flush THP TLB entries (tlb_remove_pmd_tlb_entry was removed and the
core implementation only signals that the mmu_gather needs a flush).

This patch ensures that tlb_add_flush is called for THP TLB entries.

Signed-off-by: Steve Capper <steve.capper@linaro.org>
Acked-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
1 parent c46a98a
History
Tip revision: 2eb835e058c737205d35d9a8791ad27b0f9e89a4 authored by Steve Capper on 24 April 2014, 14:33:21 UTC
arm64: mm: Add THP TLB entries to general mmu_gather
Tip revision: 2eb835e
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 1.1 KB
.mailmap -rw-r--r-- 4.4 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 93.6 KB
Kbuild -rw-r--r-- 2.5 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 271.4 KB
Makefile -rw-r--r-- 50.5 KB
README -rw-r--r-- 18.3 KB
REPORTING-BUGS -rw-r--r-- 7.3 KB

README

back to top