- 72a7fe3 Introduce flags for reserve_bootmem() by Bernhard Walle · 17 years ago
- 58d5d0d x86: fix deadlock, make pgd_lock irq-safe by Ingo Molnar · 17 years ago
- 971a52d x86: delay CPA self-test and repeat it by Ingo Molnar · 17 years ago
- cc842b8 x86: remove suprious ifdefs from pageattr.c by Arjan van de Ven · 17 years ago
- 984bb80 x86: mark the .rodata section also NX by Arjan van de Ven · 17 years ago
- 2d684cd x86: remove X2 workaround by Ingo Molnar · 17 years ago
- d8b57bb x86: make spurious fault handler aware of large mappings by Thomas Gleixner · 17 years ago
- 8cb2a7c stop c_p_a corrupting the pds by Hugh Dickins · 17 years ago
- 5e54197 add mm argument to pte/pmd/pud/pgd_free by Benjamin Herrenschmidt · 17 years ago
- 7b610ee x86: cpa, micro-optimization by Thomas Gleixner · 17 years ago
- 87f7f8f x86: cpa, clean up code flow by Ingo Molnar · 17 years ago
- beaff63 x86: cpa, eliminate CPA_ enum by Ingo Molnar · 17 years ago
- 9df8499 x86: cpa, cleanups by Ingo Molnar · 17 years ago
- f07333f x86: implement gbpages support in change_page_attr() by Andi Kleen · 17 years ago
- b536022 x86: support gbpages in pagetable dump by Andi Kleen · 17 years ago
- c2f71ee x86: add gbpages support to lookup_address by Andi Kleen · 17 years ago
- d4f71f7 x86: switch direct mapping setup over to set_pte by Andi Kleen · 17 years ago
- 7bfb72e x86: fix page-present check in cpa_flush_range by Thomas Gleixner · 17 years ago
- 6ce9fc1 x86: remove cpa warning by Ingo Molnar · 17 years ago
- bde1965 x86: remove now unused clear_kernel_mapping by Andi Kleen · 17 years ago
- 64f351d x86: cpa selftest, skip non present entries by Thomas Gleixner · 17 years ago
- 07cf89c x86: CPA fix pagetable split by Thomas Gleixner · 17 years ago
- 31422c5 x86: rename LARGE_PAGE_SIZE to PMD_PAGE_SIZE by Andi Kleen · 17 years ago
- 9a14aef x86: cpa, fix lookup_address by Thomas Gleixner · 17 years ago
- 34508f6 x86: AMD Athlon X2 hard hang fix by Ingo Molnar · 17 years ago
- 65e074d x86: cpa, preserve large pages if possible by Thomas Gleixner · 17 years ago
- f4ae5da x86: cpa, check if we changed anything and tlb flushing is necessary by Thomas Gleixner · 17 years ago
- 72e458d x86: introduce struct cpa_data by Thomas Gleixner · 17 years ago
- 6bb8383 x86: cpa, only flush the cache if the caching attributes have changed by Andi Kleen · 17 years ago
- 331e406 x86: CPA return early when requested feature is not available by Thomas Gleixner · 17 years ago
- f56d005 x86: no CPA on iounmap by Thomas Gleixner · 17 years ago
- 75ab43b x86: ioremap remove the range check of cpa by Thomas Gleixner · 17 years ago
- e66aadb x86: simplify __ioremap by Thomas Gleixner · 17 years ago
- 63c1dcf x86: CPA use the existing pfn in split as well by Thomas Gleixner · 17 years ago
- 626c2c9 x86: use the pfn from the page when change its attributes by Arjan van de Ven · 17 years ago
- cc0f21b x86: teach the static_protection function about high mappings by Arjan van de Ven · 17 years ago
- a67ad9c x86: revert "defer cr3 reload when doing pud_clear()" by Jeremy Fitzhardinge · 17 years ago
- e618c95 x86: unify PAE/non-PAE pgd_ctor by Jeremy Fitzhardinge · 17 years ago
- f832ff1 x86: use _ASM_EXTABLE macro in arch/x86/mm/init_32.c by H. Peter Anvin · 17 years ago
- cf89ec9 x86: reduce ifdef sections in fault.c by Harvey Harrison · 17 years ago
- 6118f76 x86: print out node_data addr and bootmap_start addr by Yinghai Lu · 17 years ago
- b50516fc x86: CPA remove bogus NX clear by Thomas Gleixner · 17 years ago
- 38cb47b x86: relax RAM check in ioremap() by Ingo Molnar · 17 years ago
- a6eb84b suspend: cleanup reference to swsusp_pg_dir[] by Rafael J. Wysocki · 17 years ago
- 93809be x86: fixes for lookup_address args by Harvey Harrison · 17 years ago
- 9347e0b x86: remove unneeded round_up by Yinghai Lu · 17 years ago
- 24a5da7 x86_64: make bootmap_start page align v6 by Yinghai Lu · 17 years ago
- 25eff8d x86_64: add debug name for early_res by Yinghai Lu · 17 years ago
- 5aa0508 x86: uninline __pte_free_tlb() and __pmd_free_tlb() by Ingo Molnar · 17 years ago
- 1fd6a53 x86: early_ioremap_reset fix 2 by Huang, Ying · 17 years ago
- 5827040 x86: change_page_attr_clear fix by Huang, Ying · 17 years ago
- afadcd7 x86: fix nodemap_size according to nodeid bits by Yinghai Lu · 17 years ago
- 9198715 x86: fix overlap between pagetable with bss section by Yinghai Lu · 17 years ago
- bb4a1d6 x86: add PCI IDs to k8topology_64.c by Joachim Deguara · 17 years ago
- f6df72e x86: fix early_ioremap pagetable ops by Jeremy Fitzhardinge · 17 years ago
- e3ed910 x86: use the same pgd_list for PAE and 64-bit by Jeremy Fitzhardinge · 17 years ago
- 6194ba6 x86: don't special-case pmd allocations as much by Jeremy Fitzhardinge · 17 years ago
- fd40d6e x86: shrink some ifdefs in fault.c by Harvey Harrison · 17 years ago
- 5b727a3 x86: ignore spurious faults by Jeremy Fitzhardinge · 17 years ago
- b406ac6 x86: remove nx_enabled from fault.c by Harvey Harrison · 17 years ago
- c61e211 x86: unify fault_32|64.c by Harvey Harrison · 17 years ago
- f8c2ee2 x86: unify fault_32|64.c with ifdefs by Harvey Harrison · 17 years ago
- 1156e09 x86: unify fault_32|64.c by ifdef'd function bodies by Harvey Harrison · 17 years ago
- d7d119d x86: arch/x86/mm/init_32.c printk fixes by Ingo Molnar · 17 years ago
- 8550eb9 x86: arch/x86/mm/init_32.c cleanup by Ingo Molnar · 17 years ago
- 10f22dd x86: arch/x86/mm/init_64.c printk fixes by Ingo Molnar · 17 years ago
- 14a62c3 x86: unify ioremap by Thomas Gleixner · 17 years ago
- 19f0dda x86: unify page fault oops printing by Harvey Harrison · 17 years ago
- b3279c7 x86: introduce show_fault_oops helper to fault_32|64.c by Harvey Harrison · 17 years ago
- 35f3266 x86: add is_errata100 helper to fault_32|64.c by Harvey Harrison · 17 years ago
- 29caf2f x86: add is_f00f_bug helper to fault_32|64.c by Harvey Harrison · 17 years ago
- 0879750 x86: cpa cleanup the 64-bit alias math by Thomas Gleixner · 17 years ago
- 86f0398 x86: cpa: fix the self-test by Ingo Molnar · 17 years ago
- ee01f11 x86: init memory debugging by Ingo Molnar · 17 years ago
- 1a48725 x86: move misplaced rodata check call by Arjan van de Ven · 17 years ago
- 4c61afc x86: fix clflush_page_range logic by Ingo Molnar · 17 years ago
- 3b233e5 x86: optimize clflush by Thomas Gleixner · 17 years ago
- cd8ddf1 x86: clflush_page_range needs mfence by Thomas Gleixner · 17 years ago
- af1e684 x86: cpa: rename global_flush_tlb() to cpa_flush_all() by Thomas Gleixner · 17 years ago
- 57a6a46 x86: cpa: implement clflush optimization by Thomas Gleixner · 17 years ago
- 5674454 x86: cpa use the new set_clr function by Thomas Gleixner · 17 years ago
- ff31452 x86: cpa create set_and_clr function by Thomas Gleixner · 17 years ago
- 72932c7 x86: cpa move the flush into set and clear functions by Thomas Gleixner · 17 years ago
- edeed30 x86: add testcases for RODATA and NX protections/attributes by Arjan van de Ven · 17 years ago
- adafdf6 x86: ioremap KERN_INFO by Ingo Molnar · 17 years ago
- 6eade8f x86: cpa: clean up change_page_attr_set/clear() by Thomas Gleixner · 17 years ago
- 4692a14 x86: cpa: fix loop by Ingo Molnar · 17 years ago
- a72a08a x86: cpa: fix split thinko by Thomas Gleixner · 17 years ago
- 3c1df68 x86: make sure initmem is writable by Arjan van de Ven · 17 years ago
- 488fd99 x86: fix pageattr-selftest by Arjan van de Ven · 17 years ago
- d7c8f21 x86: cpa: move flush to cpa by Thomas Gleixner · 17 years ago
- d1028a1 x86: make various pageattr.c functions static by Arjan van de Ven · 17 years ago
- f62d0f0 x86: cpa: set_memory_notpresent() by Ingo Molnar · 17 years ago
- d806e5e x86: cpa: convert ioremap to new API by Thomas Gleixner · 17 years ago
- 5f86815 x86: fix ioremap API by Thomas Gleixner · 17 years ago
- 266b9f8 x86: fix ioremap RAM check by Thomas Gleixner · 17 years ago
- 950f9d9 x86: fix the missing BIOS area check in page_is_ram by Thomas Gleixner · 17 years ago
- 5f5192b x86: move page_is_ram() function by Thomas Gleixner · 17 years ago
- e1271f6 x86: deprecate change_page_attr() for drivers by Arjan van de Ven · 17 years ago
- 6d238cc x86: convert CPA users to the new set_page_ API by Arjan van de Ven · 17 years ago