Hibernation: Handle DEBUG_PAGEALLOC on x86
[safe/jmp/linux-2.6] / arch / x86 / mm /
2008-02-21 Rafael J. WysockiHibernation: Handle DEBUG_PAGEALLOC on x86
2008-02-20 Linus TorvaldsMerge branch 'agp-patches' of git://git./linux/kernel...
2008-02-19 Arjan van de Venx86: fix page_is_ram() thinko
2008-02-19 Arjan van de Venx86: fix WARN_ON() message: teach page_is_ram() about...
2008-02-19 Sam Ravnborgx86: fix section mismatch in srat_64.c:reserve_hotadd
2008-02-19 Andi Kleenx86: CPA: remove BUG_ON for LRU/Compound pages
2008-02-19 Arjan van dev Venfix historic ioremap() abuse in AGP
2008-02-18 Yinghai Lux86: reenable support for system without on node0
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: zap invalid and unused pmds in early boot
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-14 Harvey Harrisonx86: include proper prototypes for rodata_test
2008-02-14 Adrian Bunkx86: make dump_pagetable() static
2008-02-13 Andi Kleenx86: CPA: fix gbpages support in try_preserve_large_page
2008-02-13 Jeremy Fitzhardingex86/early_ioremap: don't assume we're using swapper_pg_dir
2008-02-11 Thomas Gleixnerx86: remove over noisy debug printk
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 Ian Campbellx86: fix early_ioremap pagetable ops
2008-02-09 Ian Campbellx86: construct 32-bit boot time page tables in native...
2008-02-09 Thomas Gleixnerx86: avoid unused variable warning in mm/init_64.c
2008-02-09 Harvey Harrisonx86: sparse warnings in pageattr.c
2008-02-08 Martin SchwidefskyCONFIG_HIGHPTE vs. sub-page page tables.
2008-02-07 Bernhard WalleIntroduce flags for reserve_bootmem()
2008-02-06 Ingo Molnarx86: fix deadlock, make pgd_lock irq-safe
2008-02-06 Ingo Molnarx86: delay CPA self-test and repeat it
2008-02-06 Arjan van de Venx86: remove suprious ifdefs from pageattr.c
2008-02-06 Arjan van de Venx86: mark the .rodata section also NX
2008-02-06 Ingo Molnarx86: remove X2 workaround
2008-02-06 Thomas Gleixnerx86: make spurious fault handler aware of large mappings
2008-02-05 Hugh Dickinsstop c_p_a corrupting the pds
2008-02-05 Benjamin Herrenschmidtadd mm argument to pte/pmd/pud/pgd_free
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: support gbpages in pagetable dump
2008-02-04 Andi Kleenx86: add gbpages support to lookup_address
2008-02-04 Andi Kleenx86: switch direct mapping setup over to set_pte
2008-02-04 Thomas Gleixnerx86: fix page-present check in cpa_flush_range
2008-02-04 Ingo Molnarx86: remove cpa warning
2008-02-04 Andi Kleenx86: remove now unused clear_kernel_mapping
2008-02-04 Thomas Gleixnerx86: cpa selftest, skip non present entries
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: no CPA on iounmap
2008-02-04 Thomas Gleixnerx86: ioremap remove the range check of cpa
2008-02-04 Thomas Gleixnerx86: simplify __ioremap
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 Jeremy Fitzhardingex86: revert "defer cr3 reload when doing pud_clear()"
2008-02-04 Jeremy Fitzhardingex86: unify PAE/non-PAE pgd_ctor
2008-02-04 H. Peter Anvinx86: use _ASM_EXTABLE macro in arch/x86/mm/init_32.c
2008-02-04 Harvey Harrisonx86: reduce ifdef sections in fault.c
2008-02-04 Yinghai Lux86: print out node_data addr and bootmap_start addr
2008-02-04 Thomas Gleixnerx86: CPA remove bogus NX clear
2008-02-04 Ingo Molnarx86: relax RAM check in ioremap()
2008-02-01 Rafael J. Wysockisuspend: cleanup reference to swsusp_pg_dir[]
2008-02-01 Harvey Harrisonx86: fixes for lookup_address args
2008-02-01 Yinghai Lux86: remove unneeded round_up
2008-02-01 Yinghai Lux86_64: make bootmap_start page align v6
2008-02-01 Yinghai Lux86_64: add debug name for early_res
2008-01-31 Ingo Molnarx86: uninline __pte_free_tlb() and __pmd_free_tlb()
2008-01-31 Huang, Yingx86: early_ioremap_reset fix 2
2008-01-31 Huang, Yingx86: change_page_attr_clear fix
2008-01-30 Yinghai Lux86: fix nodemap_size according to nodeid bits
2008-01-30 Yinghai Lux86: fix overlap between pagetable with bss section
2008-01-30 Joachim Deguarax86: add PCI IDs to k8topology_64.c
2008-01-30 Jeremy Fitzhardingex86: fix early_ioremap pagetable ops
2008-01-30 Jeremy Fitzhardingex86: use the same pgd_list for PAE and 64-bit
2008-01-30 Jeremy Fitzhardingex86: don't special-case pmd allocations as much
2008-01-30 Harvey Harrisonx86: shrink some ifdefs in fault.c
2008-01-30 Jeremy Fitzhardingex86: ignore spurious faults
2008-01-30 Harvey Harrisonx86: remove nx_enabled from fault.c
2008-01-30 Harvey Harrisonx86: unify fault_32|64.c
2008-01-30 Harvey Harrisonx86: unify fault_32|64.c with ifdefs
2008-01-30 Harvey Harrisonx86: unify fault_32|64.c by ifdef'd function bodies
2008-01-30 Ingo Molnarx86: arch/x86/mm/init_32.c printk fixes
2008-01-30 Ingo Molnarx86: arch/x86/mm/init_32.c cleanup
2008-01-30 Ingo Molnarx86: arch/x86/mm/init_64.c printk fixes
2008-01-30 Thomas Gleixnerx86: unify ioremap
2008-01-30 Harvey Harrisonx86: unify page fault oops printing
2008-01-30 Harvey Harrisonx86: introduce show_fault_oops helper to fault_32|64.c
2008-01-30 Harvey Harrisonx86: add is_errata100 helper to fault_32|64.c
2008-01-30 Harvey Harrisonx86: add is_f00f_bug helper to fault_32|64.c
2008-01-30 Thomas Gleixnerx86: cpa cleanup the 64-bit alias math
2008-01-30 Ingo Molnarx86: cpa: fix the self-test
next