lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <CALKntY3ivYxMzuaq0BwXO_uX=w+_wneaNV6zCGo0ZeAZWm54Sw@mail.gmail.com> Date: Sat, 12 Nov 2011 19:59:44 -0500 From: Xin Tong <xerox.time.tech@...il.com> To: linux-kernel <linux-kernel@...r.kernel.org> Subject: INVLPG Instruction Hello When a process has a page fault and Linux swaps out a page ( no more free page ) from another process and give it to the page-faulting process. Typically a INVLPG is used to invalidate entries in the TLB. I would like to know whether INVLPG is global ( i.e. across all cores )? How does the process which Linux stole the page from get informed ( how is its tlb invalidated) ? Thanks -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/