x86: remove cpa warning
[sfrench/cifs-2.6.git] / arch / x86 / mm / pageattr.c
2008-02-04 Ingo Molnarx86: remove cpa warning
2008-02-04 Thomas Gleixnerx86: CPA fix pagetable split
2008-02-04 Andi Kleenx86: rename LARGE_PAGE_SIZE to PMD_PAGE_SIZE
2008-02-04 Thomas Gleixnerx86: cpa, fix lookup_address
2008-02-04 Ingo Molnarx86: AMD Athlon X2 hard hang fix
2008-02-04 Thomas Gleixnerx86: cpa, preserve large pages if possible
2008-02-04 Thomas Gleixnerx86: cpa, check if we changed anything and tlb flushing...
2008-02-04 Thomas Gleixnerx86: introduce struct cpa_data
2008-02-04 Andi Kleenx86: cpa, only flush the cache if the caching attribute...
2008-02-04 Thomas Gleixnerx86: CPA return early when requested feature is not...
2008-02-04 Thomas Gleixnerx86: CPA use the existing pfn in split as well
2008-02-04 Arjan van de Venx86: use the pfn from the page when change its attributes
2008-02-04 Arjan van de Venx86: teach the static_protection function about high...
2008-02-04 Thomas Gleixnerx86: CPA remove bogus NX clear
2008-02-02 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-02-01 Linus TorvaldsMerge branch 'task_killable' of git://git./linux/kernel...
2008-01-31 Linus TorvaldsMerge git://git./linux/kernel/git/mingo/linux-2.6-sched
2008-01-31 Linus TorvaldsMerge branch 'linus' of git://git./linux/kernel/git...
2008-01-31 Linus TorvaldsMerge git://git./linux/kernel/git/x86/linux-2.6-x86
2008-01-31 Huang, Yingx86: change_page_attr_clear fix
2008-01-31 Paul MackerrasMerge branch 'linux-2.6'
2008-01-30 Linus TorvaldsMerge git://git./linux/kernel/git/wim/linux-2.6-watchdog
2008-01-30 Linus TorvaldsMerge git://git./linux/kernel/git/rusty/linux-2.6-for...
2008-01-30 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-01-30 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/driver-2.6
2008-01-30 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-01-30 Linus TorvaldsMerge git://git./linux/kernel/git/x86/linux-2.6-x86
2008-01-30 Jeremy Fitzhardingex86: use the same pgd_list for PAE and 64-bit
2008-01-30 Thomas Gleixnerx86: cpa cleanup the 64-bit alias math
2008-01-30 Ingo Molnarx86: cpa: fix the self-test
2008-01-30 Ingo Molnarx86: fix clflush_page_range logic
2008-01-30 Thomas Gleixnerx86: optimize clflush
2008-01-30 Thomas Gleixnerx86: clflush_page_range needs mfence
2008-01-30 Thomas Gleixnerx86: cpa: rename global_flush_tlb() to cpa_flush_all()
2008-01-30 Thomas Gleixnerx86: cpa: implement clflush optimization
2008-01-30 Thomas Gleixnerx86: cpa use the new set_clr function
2008-01-30 Thomas Gleixnerx86: cpa create set_and_clr function
2008-01-30 Thomas Gleixnerx86: cpa move the flush into set and clear functions
2008-01-30 Thomas Gleixnerx86: cpa: clean up change_page_attr_set/clear()
2008-01-30 Ingo Molnarx86: cpa: fix loop
2008-01-30 Thomas Gleixnerx86: cpa: fix split thinko
2008-01-30 Arjan van de Venx86: fix pageattr-selftest
2008-01-30 Thomas Gleixnerx86: cpa: move flush to cpa
2008-01-30 Arjan van de Venx86: make various pageattr.c functions static
2008-01-30 Ingo Molnarx86: cpa: set_memory_notpresent()
2008-01-30 Thomas Gleixnerx86: fix the missing BIOS area check in page_is_ram
2008-01-30 Arjan van de Venx86: deprecate change_page_attr() for drivers
2008-01-30 Arjan van de Venx86: a new API for drivers/etc to control cache and...
2008-01-30 Ingo Molnarx86: cpa: move clflush_cache_range()
2008-01-30 Arjan van de Venx86: turn the check_exec function into function that
2008-01-30 Huang, Yingx86: fix NX bit handling in change_page_attr()
2008-01-30 Ingo Molnarx86: change cpa to pfn based
2008-01-30 Ingo Molnarx86: keep the BIOS area executable
2008-01-30 Thomas Gleixnerx86: add PG_LEVEL enum
2008-01-30 Ingo Molnarx86: clean up arch/x86/mm/pageattr.c
2008-01-30 Ingo Molnarx86: re-add clflush_cache_range()
2008-01-30 Ingo Molnarx86: unify pageattr_32.c and pageattr_64.c