summaryrefslogtreecommitdiff
path: root/arch/x86/mm/pat.c
AgeCommit message (Expand)Author
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2018-12-11x86/mm: Fix decoy address handling vs 32-bit buildsDan Williams
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-08-20x86/mm/pat: Prepare {reserve, free}_memtype() for "decoy" addressesDan Williams
2018-01-16x86/mm: add a function to check if a pfn is UC/UC-/WCHaozhong Zhang
2017-07-18x86/mm: Use proper encryption attributes with /dev/memTom Lendacky
2017-07-18x86/mm/pat: Set write-protect cache mode for full PAT supportTom Lendacky
2017-07-05x86/mm/pat: Don't report PAT on CPUs that don't support itMikulas Patocka
2017-06-01Revert "x86/PAT: Fix Xorg regression on CPUs that don't support PAT"Ingo Molnar
2017-05-24x86/PAT: Fix Xorg regression on CPUs that don't support PATMikulas Patocka
2017-01-28x86/boot/e820: Remove unnecessary #include <linux/ioport.h> from asm/e820/api.hIngo Molnar
2017-01-28x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar
2016-11-09x86/pat, mm: Make track_pfn_insert() return voidBorislav Petkov
2016-10-26x86/io: add interface to reserve io memtype for a resource range. (v1.1)Dave Airlie
2016-09-09mm: fix cache mode of dax pmd mappingsDan Williams
2016-08-01Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-07-14x86/mm: Audit and remove any unnecessary uses of module.hPaul Gortmaker
2016-07-08x86/mm/pat, /dev/mem: Remove superfluous error messageJiri Kosina
2016-04-13x86/mm/pat: Fix BUG_ON() in mmap_mem() on QEMU/i386Toshi Kani
2016-03-29x86/xen, pat: Remove PAT table init code from XenToshi Kani
2016-03-29x86/mm/pat: Replace cpu_has_pat with boot_cpu_has()Toshi Kani
2016-03-29x86/mm/pat: Add pat_disable() interfaceToshi Kani
2016-03-29x86/mm/pat: Add support of non-default PAT MSR settingToshi Kani
2016-03-17Merge branch 'x86/cleanups' into x86/urgentIngo Molnar
2016-02-24x86: Fix misspellings in commentsAdam Buchbinder
2016-02-09x86/mm: Honour passed pgprot in track_pfn_insert() and track_pfn_remap()Matthew Wilcox
2016-01-15mm, dax: convert vmf_insert_pfn_pmd() to pfn_tDan Williams
2016-01-05x86/mm/pat: Change free_memtype() to support shrinking caseToshi Kani
2016-01-05x86/mm/pat: Add untrack_pfn_moved for mremapToshi Kani
2015-06-07x86/mm/pat: Extend set_page_memtype() to support Write-Through typeToshi Kani
2015-06-07x86/mm/pat: Add pgprot_writethrough()Toshi Kani
2015-06-07x86/mm/pat: Change reserve_memtype() for Write-Through typeToshi Kani
2015-06-07x86/mm/pat: Use 7th PAT MSR slot for Write-Through PAT typeToshi Kani
2015-06-07x86/mm/pat: Remove pat_enabled() checksBorislav Petkov
2015-06-07x86/mm/pat: Emulate PAT when it is disabledBorislav Petkov
2015-06-07x86/mm/pat: Untangle pat_init()Borislav Petkov
2015-05-27x86/mm/pat: Export pat_enabled()Luis R. Rodriguez
2015-05-27x86/mm/pat: Wrap pat_enabled into a function APILuis R. Rodriguez
2015-05-27x86/mm/pat: Convert to pr_*() usageLuis R. Rodriguez
2015-05-27x86/mm/mtrr: Enhance MTRR checks in kernel mapping helpersToshi Kani
2015-02-19x86/mm/pat: Ensure different messages in STRICT_DEVMEM and PAT casesPavel Machek
2015-01-20x86: Don't rely on VMWare emulating PAT MSR correctlyJuergen Gross
2014-12-10Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2014-12-08x86: Replace seq_printf() with seq_puts()Rasmus Villemoes
2014-11-16x86: mm: Move PAT only functions to mm/pat.cThomas Gleixner
2014-11-16x86: Enable PAT to use cache mode translation tablesJuergen Gross
2014-11-16x86: Use new cache mode type in memtype related functionsJuergen Gross
2014-11-16x86: Use new cache mode type in mm/ioremap.cJuergen Gross
2014-11-16x86: Use new cache mode type in track_pfn_remap() and track_pfn_insert()Juergen Gross
2014-11-16x86: Use new cache mode type in mm/iomap_32.cJuergen Gross