freebsd-dev/sys/i386
Marcel Moolenaar dfeca18773 MFC rev 198341 and 198342:
o   Introduce vm_sync_icache() for making the I-cache coherent with
    the memory or D-cache, depending on the semantics of the platform.
    vm_sync_icache() is basically a wrapper around pmap_sync_icache(),
    that translates the vm_map_t argumument to pmap_t.
o   Introduce pmap_sync_icache() to all PMAP implementation. For powerpc
    it replaces the pmap_page_executable() function, added to solve
    the I-cache problem in uiomove_fromphys().
o   In proc_rwmem() call vm_sync_icache() when writing to a page that
    has execute permissions. This assures that when breakpoints are
    written, the I-cache will be coherent and the process will actually
    hit the breakpoint.
o   This also fixes the Book-E PMAP implementation that was missing
    necessary locking while trying to deal with the I-cache coherency
    in pmap_enter() (read: mmu_booke_enter_locked).
2010-03-31 02:43:58 +00:00
..
acpica MFC 205332: 2010-03-26 18:58:22 +00:00
bios MFC 196403: Temporarily revert the new-bus locking for 8.0 release. 2009-08-20 20:23:28 +00:00
compile
conf MFC r201813: 2010-03-27 17:14:55 +00:00
cpufreq MFC r199268, r199269, r199273: 2009-11-26 15:11:19 +00:00
i386 MFC rev 198341 and 198342: 2010-03-31 02:43:58 +00:00
ibcs2 MFC r202143,202163,202341,202342,204278 2010-02-24 22:16:16 +00:00
include MFC r204641, r204753: 2010-03-30 11:19:29 +00:00
isa MFC r204641, r204753: 2010-03-30 11:19:29 +00:00
linux MFC r198507: 2009-12-19 11:31:28 +00:00
pci MFC 197450: number of cleanups in i386 and amd64 pci md code 2009-11-01 18:39:26 +00:00
svr4 Change some movl's to mov's. Newer GAS no longer accept 'movl' instructions 2009-01-31 11:37:21 +00:00
xbox In keeping with style(9)'s recommendations on macros, use a ';' 2008-03-16 10:58:09 +00:00
xen MFC rev 198341 and 198342: 2010-03-31 02:43:58 +00:00
Makefile Update entries for building tags. 2007-05-13 18:21:54 +00:00