on_each_cpu(): kill unused 'retry' parameter
[safe/jmp/linux-2.6] / arch / x86 / mm / pageattr.c
2008-06-26 Jens Axboeon_each_cpu(): kill unused 'retry' parameter
2008-04-30 Suresh Siddhax86 PAT: fix performance drop for glx, use UC minus...
2008-04-25 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-04-24 Jeremy Fitzhardingex86: rename paravirt_alloc_pt etc after the pagetable...
2008-04-24 Jeremy Fitzhardingex86: put paravirt stubs into common asm/pgalloc.h
2008-04-24 Ingo Molnar"make namespacecheck" fixes
2008-04-18 Ingo Molnarx86 PAT: fix mmap() of holes
2008-04-17 Andi Kleenx86: add set_memory_4k to pageattr.c
2008-04-17 venkatesh.pallipad... x86: PAT add set_memory_wc() interface
2008-04-17 venkatesh.pallipad... x86: PAT use reserve free memtype in set_memory_uc
2008-04-17 venkatesh.pallipad... x86: PAT infrastructure patch
2008-04-17 Thomas Gleixnerx86: add debug info to DEBUG_PAGEALLOC
2008-03-26 Suresh Siddhax86: fix performance drop for glx
2008-03-03 Rafael J. Wysockix86: revert "x86: CPA: avoid split of alias mappings"
2008-02-29 Thomas Gleixnerx86: CPA: avoid split of alias mappings
2008-02-26 Ingo Molnarx86: make DEBUG_PAGEALLOC and CPA more robust
2008-02-21 Rafael J. WysockiHibernation: Handle DEBUG_PAGEALLOC on x86
2008-02-19 Andi Kleenx86: CPA: remove BUG_ON for LRU/Compound pages
2008-02-18 Thomas Gleixnerx86: CPA: avoid double checking of alias ranges
2008-02-18 Thomas Gleixnerx86: CPA no alias checking for _NX
2008-02-18 Thomas Gleixnerx86: CPA, fix alias checks
2008-02-14 Ingo Molnarx86: cpa, fix out of date comment
2008-02-14 Thomas Gleixnerx86: cpa: ensure page alignment
2008-02-13 Andi Kleenx86: CPA: fix gbpages support in try_preserve_large_page
2008-02-09 Thomas Gleixnerx86: cpa, strict range check in try_preserve_large_page()
2008-02-09 Thomas Gleixnerx86: cpa, use page pool
2008-02-09 Thomas Gleixnerx86: introduce page pool in cpa
2008-02-09 Harvey Harrisonx86: sparse warnings in pageattr.c
2008-02-06 Arjan van de Venx86: remove suprious ifdefs from pageattr.c
2008-02-06 Ingo Molnarx86: remove X2 workaround
2008-02-05 Hugh Dickinsstop c_p_a corrupting the pds
2008-02-04 Thomas Gleixnerx86: cpa, micro-optimization
2008-02-04 Ingo Molnarx86: cpa, clean up code flow
2008-02-04 Ingo Molnarx86: cpa, eliminate CPA_ enum
2008-02-04 Ingo Molnarx86: cpa, cleanups
2008-02-04 Andi Kleenx86: implement gbpages support in change_page_attr()
2008-02-04 Andi Kleenx86: add gbpages support to lookup_address
2008-02-04 Thomas Gleixnerx86: fix page-present check in cpa_flush_range
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-01-31 Huang, Yingx86: change_page_attr_clear fix
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